{"original": {"description": "TACRED is a large-scale relation extraction dataset with 106,264 examples built over newswire\n and web text from the corpus used in the yearly TAC Knowledge Base Population (TAC KBP) challenges.\n Examples in TACRED cover 41 relation types as used in the TAC KBP challenges (e.g., per:schools_attended\n and org:members) or are labeled as no_relation if no defined relation is held. These examples are created\n by combining available human annotations from the TAC KBP challenges and crowdsourcing.\n\n Please see our EMNLP paper, or our EMNLP slides for full details.\n\nNote: There is currently a label-corrected version of the TACRED dataset, which you should consider using instead of\nthe original version released in 2017. For more details on this new version, see the TACRED Revisited paper\npublished at ACL 2020.\n\nNote 2: This Datasetreader changes the offsets of the following fields, to conform with standard Python usage (see\n#_generate_examples()):\n- subj_end to subj_end + 1 (make end offset exclusive)\n- oj_end to oj_end + 1 (make end offset exclusive)\n- stanford_head to stanford_head - 1 (make head offsets 0-based)\n\nIt also changes the names of some fields:\n- token -> tokens\n- stanford_ner -> ner_tags\n- stanford_pos -> pos_tags\n", "citation": "@inproceedings{zhang-etal-2017-position,\n title = \"Position-aware Attention and Supervised Data Improve Slot Filling\",\n author = \"Zhang, Yuhao and\n Zhong, Victor and\n Chen, Danqi and\n Angeli, Gabor and\n Manning, Christopher D.\",\n booktitle = \"Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing\",\n month = sep,\n year = \"2017\",\n address = \"Copenhagen, Denmark\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/D17-1004\",\n doi = \"10.18653/v1/D17-1004\",\n pages = \"35--45\",\n}\n\n@inproceedings{alt-etal-2020-tacred,\n title = \"{TACRED} Revisited: A Thorough Evaluation of the {TACRED} Relation Extraction Task\",\n author = \"Alt, Christoph and\n Gabryszak, Aleksandra and\n Hennig, Leonhard\",\n booktitle = \"Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/2020.acl-main.142\",\n doi = \"10.18653/v1/2020.acl-main.142\",\n pages = \"1558--1569\",\n}\n", "homepage": "https://nlp.stanford.edu/projects/tacred/", "license": "LDC", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "docid": {"dtype": "string", "id": null, "_type": "Value"}, "token": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "subj_start": {"dtype": "int32", "id": null, "_type": "Value"}, "subj_end": {"dtype": "int32", "id": null, "_type": "Value"}, "subj_type": {"num_classes": 24, "names": ["LOCATION", "ORGANIZATION", "PERSON", "DATE", "MONEY", "PERCENT", "TIME", "CAUSE_OF_DEATH", "CITY", "COUNTRY", "CRIMINAL_CHARGE", "EMAIL", "HANDLE", "IDEOLOGY", "NATIONALITY", "RELIGION", "STATE_OR_PROVINCE", "TITLE", "URL", "NUMBER", "ORDINAL", "MISC", "DURATION", "O"], "id": null, "_type": "ClassLabel"}, "obj_start": {"dtype": "int32", "id": null, "_type": "Value"}, "obj_end": {"dtype": "int32", "id": null, "_type": "Value"}, "obj_type": {"dtype": "string", "id": null, "_type": "Value"}, "stanford_pos": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "stanford_ner": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "stanford_deprel": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "stanford_head": {"feature": {"dtype": "int32", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "relation": {"num_classes": 42, "names": ["no_relation", "org:alternate_names", "org:city_of_headquarters", "org:country_of_headquarters", "org:dissolved", "org:founded", "org:founded_by", "org:member_of", "org:members", "org:number_of_employees/members", "org:parents", "org:political/religious_affiliation", "org:shareholders", "org:stateorprovince_of_headquarters", "org:subsidiaries", "org:top_members/employees", "org:website", "per:age", "per:alternate_names", "per:cause_of_death", "per:charges", "per:children", "per:cities_of_residence", "per:city_of_birth", "per:city_of_death", "per:countries_of_residence", "per:country_of_birth", "per:country_of_death", "per:date_of_birth", "per:date_of_death", "per:employee_of", "per:origin", "per:other_family", "per:parents", "per:religion", "per:schools_attended", "per:siblings", "per:spouse", "per:stateorprovince_of_birth", "per:stateorprovince_of_death", "per:stateorprovinces_of_residence", "per:title"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "tacred", "config_name": "original", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 94968532, "num_examples": 68124, "dataset_name": "tacred"}, "test": {"name": "test", "num_bytes": 20207326, "num_examples": 15509, "dataset_name": "tacred"}, "validation": {"name": "validation", "num_bytes": 30156341, "num_examples": 22631, "dataset_name": "tacred"}}, "download_checksums": {}, "download_size": 0, "post_processing_size": null, "dataset_size": 145332199, "size_in_bytes": 145332199}, "revised": {"description": "TACRED is a large-scale relation extraction dataset with 106,264 examples built over newswire\n and web text from the corpus used in the yearly TAC Knowledge Base Population (TAC KBP) challenges.\n Examples in TACRED cover 41 relation types as used in the TAC KBP challenges (e.g., per:schools_attended\n and org:members) or are labeled as no_relation if no defined relation is held. These examples are created\n by combining available human annotations from the TAC KBP challenges and crowdsourcing.\n\n Please see our EMNLP paper, or our EMNLP slides for full details.\n\nNote: There is currently a label-corrected version of the TACRED dataset, which you should consider using instead of\nthe original version released in 2017. For more details on this new version, see the TACRED Revisited paper\npublished at ACL 2020.\n\nNote 2: This Datasetreader changes the offsets of the following fields, to conform with standard Python usage (see\n#_generate_examples()):\n- subj_end to subj_end + 1 (make end offset exclusive)\n- oj_end to oj_end + 1 (make end offset exclusive)\n- stanford_head to stanford_head - 1 (make head offsets 0-based)\n\nIt also changes the names of some fields:\n- token -> tokens\n- stanford_ner -> ner_tags\n- stanford_pos -> pos_tags\n", "citation": "@inproceedings{zhang-etal-2017-position,\n title = \"Position-aware Attention and Supervised Data Improve Slot Filling\",\n author = \"Zhang, Yuhao and\n Zhong, Victor and\n Chen, Danqi and\n Angeli, Gabor and\n Manning, Christopher D.\",\n booktitle = \"Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing\",\n month = sep,\n year = \"2017\",\n address = \"Copenhagen, Denmark\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/D17-1004\",\n doi = \"10.18653/v1/D17-1004\",\n pages = \"35--45\",\n}\n\n@inproceedings{alt-etal-2020-tacred,\n title = \"{TACRED} Revisited: A Thorough Evaluation of the {TACRED} Relation Extraction Task\",\n author = \"Alt, Christoph and\n Gabryszak, Aleksandra and\n Hennig, Leonhard\",\n booktitle = \"Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/2020.acl-main.142\",\n doi = \"10.18653/v1/2020.acl-main.142\",\n pages = \"1558--1569\",\n}\n", "homepage": "https://nlp.stanford.edu/projects/tacred/", "license": "LDC", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "docid": {"dtype": "string", "id": null, "_type": "Value"}, "token": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "subj_start": {"dtype": "int32", "id": null, "_type": "Value"}, "subj_end": {"dtype": "int32", "id": null, "_type": "Value"}, "subj_type": {"num_classes": 24, "names": ["LOCATION", "ORGANIZATION", "PERSON", "DATE", "MONEY", "PERCENT", "TIME", "CAUSE_OF_DEATH", "CITY", "COUNTRY", "CRIMINAL_CHARGE", "EMAIL", "HANDLE", "IDEOLOGY", "NATIONALITY", "RELIGION", "STATE_OR_PROVINCE", "TITLE", "URL", "NUMBER", "ORDINAL", "MISC", "DURATION", "O"], "id": null, "_type": "ClassLabel"}, "obj_start": {"dtype": "int32", "id": null, "_type": "Value"}, "obj_end": {"dtype": "int32", "id": null, "_type": "Value"}, "obj_type": {"dtype": "string", "id": null, "_type": "Value"}, "stanford_pos": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "stanford_ner": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "stanford_deprel": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "stanford_head": {"feature": {"dtype": "int32", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "relation": {"num_classes": 42, "names": ["no_relation", "org:alternate_names", "org:city_of_headquarters", "org:country_of_headquarters", "org:dissolved", "org:founded", "org:founded_by", "org:member_of", "org:members", "org:number_of_employees/members", "org:parents", "org:political/religious_affiliation", "org:shareholders", "org:stateorprovince_of_headquarters", "org:subsidiaries", "org:top_members/employees", "org:website", "per:age", "per:alternate_names", "per:cause_of_death", "per:charges", "per:children", "per:cities_of_residence", "per:city_of_birth", "per:city_of_death", "per:countries_of_residence", "per:country_of_birth", "per:country_of_death", "per:date_of_birth", "per:date_of_death", "per:employee_of", "per:origin", "per:other_family", "per:parents", "per:religion", "per:schools_attended", "per:siblings", "per:spouse", "per:stateorprovince_of_birth", "per:stateorprovince_of_death", "per:stateorprovinces_of_residence", "per:title"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "tacred", "config_name": "revised", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 94968532, "num_examples": 68124, "dataset_name": "tacred"}, "test": {"name": "test", "num_bytes": 20207326, "num_examples": 15509, "dataset_name": "tacred"}, "validation": {"name": "validation", "num_bytes": 30156341, "num_examples": 22631, "dataset_name": "tacred"}}, "download_checksums": {"https://raw.githubusercontent.com/DFKI-NLP/tacrev/master/patch/dev_patch.json": {"num_bytes": 98978, "checksum": "99002976e733e459d6d11ad45464be4e8cc5cbfe4233bca716a2fad66ee421a4"}, "https://raw.githubusercontent.com/DFKI-NLP/tacrev/master/patch/test_patch.json": {"num_bytes": 58187, "checksum": "f8816ca47c363f29e37ff5c78186a5a737704e4a14d0dd897023a6e7ab02933f"}}, "download_size": 157165, "post_processing_size": null, "dataset_size": 145332199, "size_in_bytes": 145489364}}