khulnasoft commited on
Commit
8f3fed5
·
verified ·
1 Parent(s): 388a6d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -1,9 +1,3 @@
1
- # CompactIE
2
- Source code for NAACL 2022 paper ["CompactIE: Compact Facts in Open Information Extraction"](https://aclanthology.org/2022.naacl-main.65/), which extracts compact facts from raw input sentences. Our pipelined approach consists of two models, Constituent Extraction and Constituent Linking. The Constituent Extraction model first extracts triple slots (constituents) and pass them to Constituent Linking models to link the constituents and form triples.
3
- <p align="center">
4
- <img src="https://github.com/FarimaFatahi/CompactIE/blob/main/example.png" width="750">
5
- </p>
6
-
7
  ## Requirements
8
  * `python`: 3.6
9
  * `pytorch`: 1.9.0
 
 
 
 
 
 
 
1
  ## Requirements
2
  * `python`: 3.6
3
  * `pytorch`: 1.9.0