dfki-nlp commited on
Commit
89476c2
1 Parent(s): 0442469

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -25
README.md CHANGED
@@ -10,7 +10,7 @@ license:
10
  - other
11
  multilinguality:
12
  - monolingual
13
- pretty_name: tacred_dfki
14
  size_categories:
15
  - 100K<n<1M
16
  source_datasets:
@@ -22,7 +22,7 @@ task_categories:
22
  task_ids:
23
  - multi-class-classification
24
  ---
25
- # Dataset Card for "tacred_dfki"
26
  ## Table of Contents
27
  - [Table of Contents](#table-of-contents)
28
  - [Dataset Description](#dataset-description)
@@ -50,27 +50,25 @@ task_ids:
50
  ## Dataset Description
51
  - **Homepage:** [https://nlp.stanford.edu/projects/tacred](https://nlp.stanford.edu/projects/tacred)
52
  - **Paper:** [Position-aware Attention and Supervised Data Improve Slot Filling](https://aclanthology.org/D17-1004/)
53
- - **Point of Contact:** See [https://nlp.stanford.edu/projects/tacred/](https://nlp.stanford.edu/projects/tacred/)
54
- - **Size of downloaded dataset files:** 40.9 MB
55
  - **Size of the generated dataset:** 40.9 MB
56
- - **Total amount of disk used:** 40.9 MB
57
  ### Dataset Summary
58
  Note: This dataset reader is intended for a JSONL version of the TACRED dataset that is used internally by DFKI SLT.
59
  We use the JSONL reader because it is more efficient as a generator than fully parsing the JSON files of the
60
  original TACRED dataset. You can find the TACRED dataset reader for the JSON version of
61
  the dataset [here](https://huggingface.co/datasets/DFKI-SLT/tacred).
62
 
63
-
64
- The TAC Relation Extraction Dataset (TACRED) is a large-scale relation extraction dataset with 106,264 examples built over newswire and web text from the corpus used in the yearly TAC Knowledge
65
- Base Population (TAC KBP) challenges. Examples in TACRED cover 41 relation types as used in the TAC KBP challenges (e.g., per:schools_attended
66
- 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
67
  KBP challenges and crowdsourcing. Please see our EMNLP paper, or our EMNLP slides for full details.
68
 
69
- Note: There is currently a label-corrected version of the TACRED dataset, which you should consider using instead of
70
- 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/)
71
  published at ACL 2020.
72
 
73
-
74
  ### Supported Tasks and Leaderboards
75
  - **Tasks:** Relation Classification
76
  - **Leaderboards:** [https://paperswithcode.com/sota/relation-extraction-on-tacred](https://paperswithcode.com/sota/relation-extraction-on-tacred)
@@ -79,19 +77,19 @@ published at ACL 2020.
79
  The language in the dataset is English.
80
  ## Dataset Structure
81
  ### Data Instances
82
- - **Size of downloaded dataset files:** 40.9 MB
83
  - **Size of the generated dataset:** 40.9 MB
84
- - **Total amount of disk used:** 40.9 MB
85
 
86
  An example of 'train' looks as follows:
87
  ```json
88
  {
89
  "id": "61b3a5c8c9a882dcfcd2",
90
  "relation": "org:founded_by",
91
- "tokens": ["Tom", "Thabane", "resigned", "in", "October", "last", "year", "to", "form", "the", "All", "Basotho", "Convention", "-LRB-", "ABC", "-RRB-", ",", "crossing", "the", "floor", "with", "17", "members", "of", "parliament", ",", "causing", "constitutional", "monarch", "King", "Letsie", "III", "to", "dissolve", "parliament", "and", "call", "the", "snap", "election", "."],
92
  "subj_start": 10,
93
- "subj_end": 13,
94
- "obj_start": 0,
95
  "obj_end": 2,
96
  "subj_type": "ORGANIZATION",
97
  "obj_type": "PERSON"
@@ -124,11 +122,11 @@ To miminize dataset bias, TACRED is stratified across years in which the TAC KBP
124
  [More Information Needed]
125
  ### Annotations
126
  #### Annotation process
127
- See the Stanford paper and the Tacred Revisited paper, plus their appendices.
128
 
129
- To ensure that models trained on TACRED are not biased towards predicting false positives on real-world text,
130
- all sampled sentences where no relation was found between the mention pairs were fully annotated to be negative examples. As a result, 79.5% of the examples
131
- are labeled as no_relation.
132
  #### Who are the annotators?
133
  [More Information Needed]
134
  ### Personal and Sensitive Information
@@ -144,9 +142,9 @@ are labeled as no_relation.
144
  ### Dataset Curators
145
  [More Information Needed]
146
  ### Licensing Information
147
- To respect the copyright of the underlying TAC KBP corpus, TACRED is released via the
148
- Linguistic Data Consortium ([LDC License](https://catalog.ldc.upenn.edu/license/ldc-non-members-agreement.pdf)).
149
- You can download TACRED from the [LDC TACRED webpage](https://catalog.ldc.upenn.edu/LDC2018T24).
150
  If you are an LDC member, the access will be free; otherwise, an access fee of $25 is needed.
151
  ### Citation Information
152
  The original dataset:
@@ -179,4 +177,4 @@ For the revised version, please also cite:
179
  }
180
  ```
181
  ### Contributions
182
- #Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
 
10
  - other
11
  multilinguality:
12
  - monolingual
13
+ pretty_name: multilingual_tacred
14
  size_categories:
15
  - 100K<n<1M
16
  source_datasets:
 
22
  task_ids:
23
  - multi-class-classification
24
  ---
25
+ # Dataset Card for "multilingual_tacred"
26
  ## Table of Contents
27
  - [Table of Contents](#table-of-contents)
28
  - [Dataset Description](#dataset-description)
 
50
  ## Dataset Description
51
  - **Homepage:** [https://nlp.stanford.edu/projects/tacred](https://nlp.stanford.edu/projects/tacred)
52
  - **Paper:** [Position-aware Attention and Supervised Data Improve Slot Filling](https://aclanthology.org/D17-1004/)
53
+ - **Point of Contact:** See [https://nlp.stanford.edu/projects/tacred/](https://nlp.stanford.edu/projects/tacred/)
54
+ - **Size of downloaded dataset files:** 62.3 MB
55
  - **Size of the generated dataset:** 40.9 MB
56
+ - **Total amount of disk used:** 103.2 MB
57
  ### Dataset Summary
58
  Note: This dataset reader is intended for a JSONL version of the TACRED dataset that is used internally by DFKI SLT.
59
  We use the JSONL reader because it is more efficient as a generator than fully parsing the JSON files of the
60
  original TACRED dataset. You can find the TACRED dataset reader for the JSON version of
61
  the dataset [here](https://huggingface.co/datasets/DFKI-SLT/tacred).
62
 
63
+ The TAC Relation Extraction Dataset (TACRED) is a large-scale relation extraction dataset with 106,264 examples built over newswire and web text from the corpus used in the yearly TAC Knowledge
64
+ Base Population (TAC KBP) challenges. Examples in TACRED cover 41 relation types as used in the TAC KBP challenges (e.g., per:schools_attended
65
+ 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
 
66
  KBP challenges and crowdsourcing. Please see our EMNLP paper, or our EMNLP slides for full details.
67
 
68
+ Note: There is currently a label-corrected version of the TACRED dataset, which you should consider using instead of
69
+ 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/)
70
  published at ACL 2020.
71
 
 
72
  ### Supported Tasks and Leaderboards
73
  - **Tasks:** Relation Classification
74
  - **Leaderboards:** [https://paperswithcode.com/sota/relation-extraction-on-tacred](https://paperswithcode.com/sota/relation-extraction-on-tacred)
 
77
  The language in the dataset is English.
78
  ## Dataset Structure
79
  ### Data Instances
80
+ - **Size of downloaded dataset files:** 62.3 MB
81
  - **Size of the generated dataset:** 40.9 MB
82
+ - **Total amount of disk used:** 103.2 MB
83
 
84
  An example of 'train' looks as follows:
85
  ```json
86
  {
87
  "id": "61b3a5c8c9a882dcfcd2",
88
  "relation": "org:founded_by",
89
+ "token": ["Tom", "Thabane", "resigned", "in", "October", "last", "year", "to", "form", "the", "All", "Basotho", "Convention", "-LRB-", "ABC", "-RRB-", ",", "crossing", "the", "floor", "with", "17", "members", "of", "parliament", ",", "causing", "constitutional", "monarch", "King", "Letsie", "III", "to", "dissolve", "parliament", "and", "call", "the", "snap", "election", "."],
90
  "subj_start": 10,
91
+ "subj_end": 13,
92
+ "obj_start": 0,
93
  "obj_end": 2,
94
  "subj_type": "ORGANIZATION",
95
  "obj_type": "PERSON"
 
122
  [More Information Needed]
123
  ### Annotations
124
  #### Annotation process
125
+ See the Stanford paper and the Tacred Revisited paper, plus their appendices.
126
 
127
+ To ensure that models trained on TACRED are not biased towards predicting false positives on real-world text,
128
+ all sampled sentences where no relation was found between the mention pairs were fully annotated to be negative examples. As a result, 79.5% of the examples
129
+ are labeled as no_relation.
130
  #### Who are the annotators?
131
  [More Information Needed]
132
  ### Personal and Sensitive Information
 
142
  ### Dataset Curators
143
  [More Information Needed]
144
  ### Licensing Information
145
+ To respect the copyright of the underlying TAC KBP corpus, TACRED is released via the
146
+ Linguistic Data Consortium ([LDC License](https://catalog.ldc.upenn.edu/license/ldc-non-members-agreement.pdf)).
147
+ You can download TACRED from the [LDC TACRED webpage](https://catalog.ldc.upenn.edu/LDC2018T24).
148
  If you are an LDC member, the access will be free; otherwise, an access fee of $25 is needed.
149
  ### Citation Information
150
  The original dataset:
 
177
  }
178
  ```
179
  ### Contributions
180
+ #Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.