GregoireTR
commited on
Delete README.md
Browse files
README.md
DELETED
@@ -1,305 +0,0 @@
|
|
1 |
-
---
|
2 |
-
annotations_creators:
|
3 |
-
- expert-generated
|
4 |
-
language_creators:
|
5 |
-
- found
|
6 |
-
language:
|
7 |
-
- en
|
8 |
-
license:
|
9 |
-
- unknown
|
10 |
-
multilinguality:
|
11 |
-
- monolingual
|
12 |
-
size_categories:
|
13 |
-
- 10K<n<100K
|
14 |
-
source_datasets:
|
15 |
-
- extended|conll2003
|
16 |
-
task_categories:
|
17 |
-
- token-classification
|
18 |
-
task_ids:
|
19 |
-
- named-entity-recognition
|
20 |
-
paperswithcode_id: conll
|
21 |
-
pretty_name: CoNLL++
|
22 |
-
train-eval-index:
|
23 |
-
- config: conllpp
|
24 |
-
task: token-classification
|
25 |
-
task_id: entity_extraction
|
26 |
-
splits:
|
27 |
-
train_split: train
|
28 |
-
eval_split: test
|
29 |
-
col_mapping:
|
30 |
-
tokens: tokens
|
31 |
-
ner_tags: tags
|
32 |
-
metrics:
|
33 |
-
- type: seqeval
|
34 |
-
name: seqeval
|
35 |
-
dataset_info:
|
36 |
-
features:
|
37 |
-
- name: id
|
38 |
-
dtype: string
|
39 |
-
- name: tokens
|
40 |
-
sequence: string
|
41 |
-
- name: pos_tags
|
42 |
-
sequence:
|
43 |
-
class_label:
|
44 |
-
names:
|
45 |
-
0: '"'
|
46 |
-
1: ''''''
|
47 |
-
2: '#'
|
48 |
-
3: $
|
49 |
-
4: (
|
50 |
-
5: )
|
51 |
-
6: ','
|
52 |
-
7: .
|
53 |
-
8: ':'
|
54 |
-
9: '``'
|
55 |
-
10: CC
|
56 |
-
11: CD
|
57 |
-
12: DT
|
58 |
-
13: EX
|
59 |
-
14: FW
|
60 |
-
15: IN
|
61 |
-
16: JJ
|
62 |
-
17: JJR
|
63 |
-
18: JJS
|
64 |
-
19: LS
|
65 |
-
20: MD
|
66 |
-
21: NN
|
67 |
-
22: NNP
|
68 |
-
23: NNPS
|
69 |
-
24: NNS
|
70 |
-
25: NN|SYM
|
71 |
-
26: PDT
|
72 |
-
27: POS
|
73 |
-
28: PRP
|
74 |
-
29: PRP$
|
75 |
-
30: RB
|
76 |
-
31: RBR
|
77 |
-
32: RBS
|
78 |
-
33: RP
|
79 |
-
34: SYM
|
80 |
-
35: TO
|
81 |
-
36: UH
|
82 |
-
37: VB
|
83 |
-
38: VBD
|
84 |
-
39: VBG
|
85 |
-
40: VBN
|
86 |
-
41: VBP
|
87 |
-
42: VBZ
|
88 |
-
43: WDT
|
89 |
-
44: WP
|
90 |
-
45: WP$
|
91 |
-
46: WRB
|
92 |
-
- name: chunk_tags
|
93 |
-
sequence:
|
94 |
-
class_label:
|
95 |
-
names:
|
96 |
-
0: O
|
97 |
-
1: B-ADJP
|
98 |
-
2: I-ADJP
|
99 |
-
3: B-ADVP
|
100 |
-
4: I-ADVP
|
101 |
-
5: B-CONJP
|
102 |
-
6: I-CONJP
|
103 |
-
7: B-INTJ
|
104 |
-
8: I-INTJ
|
105 |
-
9: B-LST
|
106 |
-
10: I-LST
|
107 |
-
11: B-NP
|
108 |
-
12: I-NP
|
109 |
-
13: B-PP
|
110 |
-
14: I-PP
|
111 |
-
15: B-PRT
|
112 |
-
16: I-PRT
|
113 |
-
17: B-SBAR
|
114 |
-
18: I-SBAR
|
115 |
-
19: B-UCP
|
116 |
-
20: I-UCP
|
117 |
-
21: B-VP
|
118 |
-
22: I-VP
|
119 |
-
- name: ner_tags
|
120 |
-
sequence:
|
121 |
-
class_label:
|
122 |
-
names:
|
123 |
-
0: O
|
124 |
-
1: B-DEGREE
|
125 |
-
2: I-DEGREE
|
126 |
-
config_name: conllpp
|
127 |
-
splits:
|
128 |
-
- name: train
|
129 |
-
num_bytes: 6931393
|
130 |
-
num_examples: 14041
|
131 |
-
- name: validation
|
132 |
-
num_bytes: 1739247
|
133 |
-
num_examples: 3250
|
134 |
-
- name: test
|
135 |
-
num_bytes: 1582078
|
136 |
-
num_examples: 3453
|
137 |
-
download_size: 4859600
|
138 |
-
dataset_size: 10252718
|
139 |
-
---
|
140 |
-
|
141 |
-
# Dataset Card for "conllpp"
|
142 |
-
|
143 |
-
## Table of Contents
|
144 |
-
- [Dataset Description](#dataset-description)
|
145 |
-
- [Dataset Summary](#dataset-summary)
|
146 |
-
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
147 |
-
- [Languages](#languages)
|
148 |
-
- [Dataset Structure](#dataset-structure)
|
149 |
-
- [Data Instances](#data-instances)
|
150 |
-
- [Data Fields](#data-fields)
|
151 |
-
- [Data Splits](#data-splits)
|
152 |
-
- [Dataset Creation](#dataset-creation)
|
153 |
-
- [Curation Rationale](#curation-rationale)
|
154 |
-
- [Source Data](#source-data)
|
155 |
-
- [Annotations](#annotations)
|
156 |
-
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
157 |
-
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
158 |
-
- [Social Impact of Dataset](#social-impact-of-dataset)
|
159 |
-
- [Discussion of Biases](#discussion-of-biases)
|
160 |
-
- [Other Known Limitations](#other-known-limitations)
|
161 |
-
- [Additional Information](#additional-information)
|
162 |
-
- [Dataset Curators](#dataset-curators)
|
163 |
-
- [Licensing Information](#licensing-information)
|
164 |
-
- [Citation Information](#citation-information)
|
165 |
-
- [Contributions](#contributions)
|
166 |
-
|
167 |
-
## Dataset Description
|
168 |
-
|
169 |
-
- **Homepage:** [Github](https://github.com/ZihanWangKi/CrossWeigh)
|
170 |
-
- **Repository:** [Github](https://github.com/ZihanWangKi/CrossWeigh)
|
171 |
-
- **Paper:** [Aclweb](https://www.aclweb.org/anthology/D19-1519)
|
172 |
-
- **Leaderboard:**
|
173 |
-
- **Point of Contact:**
|
174 |
-
|
175 |
-
### Dataset Summary
|
176 |
-
|
177 |
-
CoNLLpp is a corrected version of the CoNLL2003 NER dataset where labels of 5.38% of the sentences in the test set
|
178 |
-
have been manually corrected. The training set and development set from CoNLL2003 is included for completeness. One
|
179 |
-
correction on the test set for example, is:
|
180 |
-
|
181 |
-
```
|
182 |
-
{
|
183 |
-
"tokens": ["SOCCER", "-", "JAPAN", "GET", "LUCKY", "WIN", ",", "CHINA", "IN", "SURPRISE", "DEFEAT", "."],
|
184 |
-
"original_ner_tags_in_conll2003": ["O", "O", "B-LOC", "O", "O", "O", "O", "B-PER", "O", "O", "O", "O"],
|
185 |
-
"corrected_ner_tags_in_conllpp": ["O", "O", "B-LOC", "O", "O", "O", "O", "B-LOC", "O", "O", "O", "O"],
|
186 |
-
}
|
187 |
-
```
|
188 |
-
|
189 |
-
### Supported Tasks and Leaderboards
|
190 |
-
|
191 |
-
[More Information Needed]
|
192 |
-
|
193 |
-
### Languages
|
194 |
-
|
195 |
-
[More Information Needed]
|
196 |
-
|
197 |
-
## Dataset Structure
|
198 |
-
|
199 |
-
### Data Instances
|
200 |
-
|
201 |
-
#### conllpp
|
202 |
-
|
203 |
-
- **Size of downloaded dataset files:** 4.85 MB
|
204 |
-
- **Size of the generated dataset:** 10.26 MB
|
205 |
-
- **Total amount of disk used:** 15.11 MB
|
206 |
-
|
207 |
-
An example of 'train' looks as follows.
|
208 |
-
```
|
209 |
-
This example was too long and was cropped:
|
210 |
-
|
211 |
-
{
|
212 |
-
"chunk_tags": [11, 12, 12, 21, 13, 11, 11, 21, 13, 11, 12, 13, 11, 21, 22, 11, 12, 17, 11, 21, 17, 11, 12, 12, 21, 22, 22, 13, 11, 0],
|
213 |
-
"id": "0",
|
214 |
-
"ner_tags": [0, 3, 4, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
215 |
-
"pos_tags": [12, 22, 22, 38, 15, 22, 28, 38, 15, 16, 21, 35, 24, 35, 37, 16, 21, 15, 24, 41, 15, 16, 21, 21, 20, 37, 40, 35, 21, 7],
|
216 |
-
"tokens": ["The", "European", "Commission", "said", "on", "Thursday", "it", "disagreed", "with", "German", "advice", "to", "consumers", "to", "shun", "British", "lamb", "until", "scientists", "determine", "whether", "mad", "cow", "disease", "can", "be", "transmitted", "to", "sheep", "."]
|
217 |
-
}
|
218 |
-
```
|
219 |
-
|
220 |
-
### Data Fields
|
221 |
-
|
222 |
-
The data fields are the same among all splits.
|
223 |
-
|
224 |
-
#### conllpp
|
225 |
-
- `id`: a `string` feature.
|
226 |
-
- `tokens`: a `list` of `string` features.
|
227 |
-
- `pos_tags`: a `list` of classification labels, with possible values including `"` (0), `''` (1), `#` (2), `$` (3), `(` (4).
|
228 |
-
- `chunk_tags`: a `list` of classification labels, with possible values including `O` (0), `B-ADJP` (1), `I-ADJP` (2), `B-ADVP` (3), `I-ADVP` (4).
|
229 |
-
- `ner_tags`: a `list` of classification labels, with possible values including `O` (0), `B-PER` (1), `I-PER` (2), `B-ORG` (3), `I-ORG` (4).
|
230 |
-
|
231 |
-
### Data Splits
|
232 |
-
|
233 |
-
| name |train|validation|test|
|
234 |
-
|---------|----:|---------:|---:|
|
235 |
-
|conll2003|14041| 3250|3453|
|
236 |
-
|
237 |
-
## Dataset Creation
|
238 |
-
|
239 |
-
### Curation Rationale
|
240 |
-
|
241 |
-
[More Information Needed]
|
242 |
-
|
243 |
-
### Source Data
|
244 |
-
|
245 |
-
#### Initial Data Collection and Normalization
|
246 |
-
|
247 |
-
[More Information Needed]
|
248 |
-
|
249 |
-
#### Who are the source language producers?
|
250 |
-
|
251 |
-
[More Information Needed]
|
252 |
-
|
253 |
-
### Annotations
|
254 |
-
|
255 |
-
#### Annotation process
|
256 |
-
|
257 |
-
[More Information Needed]
|
258 |
-
|
259 |
-
#### Who are the annotators?
|
260 |
-
|
261 |
-
[More Information Needed]
|
262 |
-
|
263 |
-
### Personal and Sensitive Information
|
264 |
-
|
265 |
-
[More Information Needed]
|
266 |
-
|
267 |
-
## Considerations for Using the Data
|
268 |
-
|
269 |
-
### Social Impact of Dataset
|
270 |
-
|
271 |
-
[More Information Needed]
|
272 |
-
|
273 |
-
### Discussion of Biases
|
274 |
-
|
275 |
-
[More Information Needed]
|
276 |
-
|
277 |
-
### Other Known Limitations
|
278 |
-
|
279 |
-
[More Information Needed]
|
280 |
-
|
281 |
-
## Additional Information
|
282 |
-
|
283 |
-
### Dataset Curators
|
284 |
-
|
285 |
-
[More Information Needed]
|
286 |
-
|
287 |
-
### Licensing Information
|
288 |
-
|
289 |
-
[More Information Needed]
|
290 |
-
|
291 |
-
### Citation Information
|
292 |
-
|
293 |
-
```
|
294 |
-
@inproceedings{wang2019crossweigh,
|
295 |
-
title={CrossWeigh: Training Named Entity Tagger from Imperfect Annotations},
|
296 |
-
author={Wang, Zihan and Shang, Jingbo and Liu, Liyuan and Lu, Lihao and Liu, Jiacheng and Han, Jiawei},
|
297 |
-
booktitle={Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)},
|
298 |
-
pages={5157--5166},
|
299 |
-
year={2019}
|
300 |
-
}
|
301 |
-
```
|
302 |
-
|
303 |
-
### Contributions
|
304 |
-
|
305 |
-
Thanks to [@ZihanWangKi](https://github.com/ZihanWangKi) for adding this dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|