Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Languages:
English
Size:
100K<n<1M
ArXiv:
Tags:
relation extraction
License:
leonhardhennig
commited on
Commit
•
be194fe
1
Parent(s):
edb8ba3
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ task_categories:
|
|
22 |
task_ids:
|
23 |
- multi-class-classification
|
24 |
---
|
25 |
-
# Dataset Card for "
|
26 |
## Table of Contents
|
27 |
- [Table of Contents](#table-of-contents)
|
28 |
- [Dataset Description](#dataset-description)
|
@@ -59,6 +59,8 @@ The TAC Relation Extraction Dataset (TACRED) is a large-scale relation extractio
|
|
59 |
and org:members) or are labeled as no_relation if no defined relation is held. These examples are created by combining available human annotations from the TAC
|
60 |
KBP challenges and crowdsourcing. Please see [Stanford's EMNLP paper](https://nlp.stanford.edu/pubs/zhang2017tacred.pdf), or their [EMNLP slides](https://nlp.stanford.edu/projects/tacred/files/position-emnlp2017.pdf) for full details.
|
61 |
|
|
|
|
|
62 |
Note:
|
63 |
- There is currently a [label-corrected version](https://github.com/DFKI-NLP/tacrev) of the TACRED dataset, which you should consider using instead of
|
64 |
the original version released in 2017. For more details on this new version, see the [TACRED Revisited paper](https://aclanthology.org/2020.acl-main.142/)
|
@@ -181,7 +183,7 @@ For the revised version (`"revisited"`), please also cite:
|
|
181 |
month = jul,
|
182 |
year = "2020",
|
183 |
address = "Online",
|
184 |
-
publisher = "Association for Computational Linguistics",
|
185 |
url = "https://www.aclweb.org/anthology/2020.acl-main.142",
|
186 |
doi = "10.18653/v1/2020.acl-main.142",
|
187 |
pages = "1558--1569",
|
|
|
22 |
task_ids:
|
23 |
- multi-class-classification
|
24 |
---
|
25 |
+
# Dataset Card for "TACRED"
|
26 |
## Table of Contents
|
27 |
- [Table of Contents](#table-of-contents)
|
28 |
- [Dataset Description](#dataset-description)
|
|
|
59 |
and org:members) or are labeled as no_relation if no defined relation is held. These examples are created by combining available human annotations from the TAC
|
60 |
KBP challenges and crowdsourcing. Please see [Stanford's EMNLP paper](https://nlp.stanford.edu/pubs/zhang2017tacred.pdf), or their [EMNLP slides](https://nlp.stanford.edu/projects/tacred/files/position-emnlp2017.pdf) for full details.
|
61 |
|
62 |
+
To use the dataset reader, you need to obtain the data from the Linguistic Data Consortium: https://catalog.ldc.upenn.edu/LDC2018T24.
|
63 |
+
|
64 |
Note:
|
65 |
- There is currently a [label-corrected version](https://github.com/DFKI-NLP/tacrev) of the TACRED dataset, which you should consider using instead of
|
66 |
the original version released in 2017. For more details on this new version, see the [TACRED Revisited paper](https://aclanthology.org/2020.acl-main.142/)
|
|
|
183 |
month = jul,
|
184 |
year = "2020",
|
185 |
address = "Online",
|
186 |
+
publisher = "Association for Computational Linguistics",https://catalog.ldc.upenn.edu/LDC2018T24
|
187 |
url = "https://www.aclweb.org/anthology/2020.acl-main.142",
|
188 |
doi = "10.18653/v1/2020.acl-main.142",
|
189 |
pages = "1558--1569",
|