Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
---
|
2 |
license: lgpl-3.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: lgpl-3.0
|
3 |
+
task_categories:
|
4 |
+
- summarization
|
5 |
+
- text-classification
|
6 |
+
tags:
|
7 |
+
- code
|
8 |
---
|
9 |
+
|
10 |
+
# Welcome to the HuggingFace repo for SentenceAx
|
11 |
+
|
12 |
+
|
13 |
+
The [Openie6 (O6) software](https://github.com/dair-iitd/openie6)
|
14 |
+
splits complex or
|
15 |
+
compound sentences into simple ones.
|
16 |
+
Simple sentences are essentially the same
|
17 |
+
as the triples (subject, relationship, object) which,
|
18 |
+
when visualized as a directed or undirected graph,
|
19 |
+
is called a “knowledge graph”.
|
20 |
+
Sentence splitting is also a necessary step
|
21 |
+
in doing causal DAG extraction from text (causal DEFT),
|
22 |
+
as is done by my software [Mappa Mundi](https://github.com/rrtucci/mappa_mundi).
|
23 |
+
|
24 |
+
SentenceAx (Sax) is a complete rewrite, from stem to stern, of O6.
|
25 |
+
|
26 |
+
SentenceAx is a fine-tuning of BERT.
|
27 |
+
|
28 |
+
For more information about Sax, please visit [its GitHub repo](https://github.com/rrtucci/SentenceAx).
|