File size: 1,371 Bytes
82fa382
 
9515dfe
 
 
 
 
d9dffe9
 
 
955b20b
 
82fa382
9515dfe
 
 
105937d
 
 
9515dfe
 
 
 
 
 
 
 
 
 
 
 
 
 
74a25b6
9515dfe
aa2396b
 
 
f0e4f93
877e6e2
 
 
aa2396b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
license: lgpl-3.0
task_categories:
- summarization
- text-classification
tags:
- code
configs:
- config_name: default
  data_files: 
  - "input_data.zip" 
  - "training_data_ex_epoch%3D20_tune_epoch_acc%3D0.5189.zip"
---

# Welcome to the HuggingFace repo for SentenceAx

![SentenceAx](pics/sentence_ax_logo.jpg)
![SentenceAx Bayesian Network](pics/sentence-ax-bnet.jpg)


The [Openie6 (O6) software](https://github.com/dair-iitd/openie6) 
splits complex or
compound sentences into simple ones. 
Simple sentences are essentially the same 
as the triples (subject, relationship, object) which, 
when visualized as a directed or undirected graph, 
is called a “knowledge graph”. 
Sentence splitting is also a necessary step 
in doing causal DAG extraction from text (causal DEFT), 
as is done by my software [Mappa Mundi](https://github.com/rrtucci/mappa_mundi).

SentenceAx (Sax) is a complete rewrite, from stem to stern, of O6.

SentenceAx is a fine-tuning of BERT written with PyTorch and Lightning.

SentenceAx is a stand-alone app, but it is also a vital part of the Mappa Mundi 
project for doing causal AI/ML and causal inference.

This repo contains various large data files (input data, weights)
necessary for training or generated by training Sax.
The Python source code for Sax can be found at
[its GitHub repo](https://github.com/rrtucci/SentenceAx).