Datasets:

BenchIE:
========
1. gold_annotations.txt: golden annotations with more readable format, whereas the optional tokens are marked with brackets [] 
	(See Table 1 from paper for explanation)
2. gold_annotations_zh.txt: same as gold_annotations.txt, only manually translated on Chinese
3. complete_gold_dict.txt: all extractions, written in binary format (open with benchie.ipynb)
4. complete_gold_dict_zh.txt: all extractions in Chinese, written in binary format (open with benchie.ipynb)

CaRB:
============
5. carb_explicit.txt: all explicit golden annotations from CaRB for the 300 sentences (see paper for details)

OIE Systems:
============
6. clausie_explicit.txt: explicit OIE extractions by ClausIE
7. m2oie_zh_explicit.txt: explicit OIE extractions by M^OIE for Chinese language
8. minie_explicit.txt: explicit OIE extractions by MinIE
9. openie6_explicit.txt: explicit OIE extractions by OpenIE 6
10. roi_n_explicit.txt: explicit OIE extractions by ROI-N
11. roi_t_explicit.txt: explicit OIE extractions by ROI-T
12. stanford_explicit.txt: explicit OIE extractions by Stanford OIE

Input sentences:
================
13. sample300.txt: random sample of 300 sentences (see paper for details)
14. sample300_zh.txt: same random sample of 300 sentences as sample300.txt, only manually translated on Chinese

