Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-class-classification
Size:
100K<n<1M
ArXiv:
Tags:
relation extraction
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -69,6 +69,7 @@ task_ids:
|
|
| 69 |
### Dataset Summary
|
| 70 |
NOTE: This Datasetreader supports a reduced version of the original TACRED JSON format with the following changes:
|
| 71 |
- Removed fields: stanford_pos, stanford_ner, stanford_head, stanford_deprel, docid
|
|
|
|
| 72 |
The motivation for this is that we want to support additional languages, for which these fields were not required
|
| 73 |
or available. The reader expects the specification of a language-specific configuration specifying the variant
|
| 74 |
(original or revised) and the language (as a two-letter iso code). The default config is 'original-en'.
|
|
|
|
| 69 |
### Dataset Summary
|
| 70 |
NOTE: This Datasetreader supports a reduced version of the original TACRED JSON format with the following changes:
|
| 71 |
- Removed fields: stanford_pos, stanford_ner, stanford_head, stanford_deprel, docid
|
| 72 |
+
|
| 73 |
The motivation for this is that we want to support additional languages, for which these fields were not required
|
| 74 |
or available. The reader expects the specification of a language-specific configuration specifying the variant
|
| 75 |
(original or revised) and the language (as a two-letter iso code). The default config is 'original-en'.
|