/SSD-OpenIE

Source codes and experimental datasets for #EMNLP2020 Findings paper "Syntactic and Semantic-driven Learning for Open Information Extraction".

Primary LanguagePython

  1. Folder "OIE" contains the code for our syntax and semantic driven unsupervised OIE.

  2. Folder "bert_matching" contains the code for our BERT-based classifier used to estimate the semantic score of the sentence-tuple pair.

  3. Folder "supervised-oie" contains the openly released evaluation repository.