Johaun commited on
Commit
82b5200
Β·
unverified Β·
1 Parent(s): c72ce99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -11,7 +11,12 @@ colorTo: gray
11
  ---
12
  # Text2KG
13
 
14
- We introduce Text2KG – an intuitive, domain-independent tool that leverages the creative generative ability of GPT-3.5 in the KG construction process. Text2KG automates and accelerates the construction of KGs from unstructured plain text, reducing the need for traditionally-used human labor and computer resources. Our approach incorporates a novel, clause-based text simplification step, reducing the processing of even the most extensive corpora down to the order of minutes. With Text2KG, we aim to streamline the creation of databases from natural language, offering a robust, cost-effective, and user-friendly solution for KG construction.
 
 
 
 
 
15
 
16
  ## Usage
17
 
@@ -49,7 +54,8 @@ batch_size (int)
49
  Number of sentences per forward pass
50
 
51
  modules (list)
52
- Additional modules to add before main extraction process (triplet_extraction). Must be a valid name in schema.yml
 
53
 
54
  text (str)
55
  Input text to extract knowledge graph from
@@ -83,4 +89,4 @@ schema.yml
83
 
84
  utils.py
85
  Contains helper functions
86
- ```
 
11
  ---
12
  # Text2KG
13
 
14
+ We introduce Text2KG – an intuitive, domain-independent tool that leverages the creative generative ability of GPT-3.5 in the KG construction process.
15
+ Text2KG automates and accelerates the construction of KGs from unstructured plain text, reducing the need for traditionally-used human labor and computer resources.
16
+ Our approach incorporates a novel, clause-based text simplification step, reducing the processing of even the most extensive corpora down to the order of minutes.
17
+ With Text2KG, we aim to streamline the creation of databases from natural language, offering a robust, cost-effective, and user-friendly solution for KG construction.
18
+
19
+ **Note:** Usage requires an OpenAI API key.
20
 
21
  ## Usage
22
 
 
54
  Number of sentences per forward pass
55
 
56
  modules (list)
57
+ Additional modules to add before main extraction process (triplet_extraction).
58
+ Must be a valid name in schema.yml (currently, only `clause_decomposition` is supported)
59
 
60
  text (str)
61
  Input text to extract knowledge graph from
 
89
 
90
  utils.py
91
  Contains helper functions
92
+ ```