Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K<n<10K
License:
Upload README.md
Browse files
README.md
CHANGED
@@ -1,56 +1,245 @@
|
|
|
|
1 |
annotations_creators:
|
2 |
-
|
3 |
language_creators:
|
4 |
-
|
5 |
language:
|
6 |
-
|
7 |
license:
|
8 |
-
|
9 |
multilinguality:
|
10 |
-
|
11 |
size_categories:
|
12 |
-
|
13 |
source_datasets:
|
14 |
-
|
15 |
task_categories:
|
16 |
-
|
17 |
task_ids:
|
18 |
-
|
19 |
paperswithcode_id: wnut-2017-emerging-and-rare-entity
|
20 |
pretty_name: WNUT 17
|
21 |
dataset_info:
|
22 |
features:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
config_name: wnut_17
|
45 |
splits:
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
download_size: 800955
|
56 |
-
dataset_size: 1743298
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
language_creators:
|
5 |
+
- found
|
6 |
language:
|
7 |
+
- en
|
8 |
license:
|
9 |
+
- cc-by-4.0
|
10 |
multilinguality:
|
11 |
+
- monolingual
|
12 |
size_categories:
|
13 |
+
- 1K<n<10K
|
14 |
source_datasets:
|
15 |
+
- original
|
16 |
task_categories:
|
17 |
+
- token-classification
|
18 |
task_ids:
|
19 |
+
- named-entity-recognition
|
20 |
paperswithcode_id: wnut-2017-emerging-and-rare-entity
|
21 |
pretty_name: WNUT 17
|
22 |
dataset_info:
|
23 |
features:
|
24 |
+
- name: id
|
25 |
+
dtype: string
|
26 |
+
- name: tokens
|
27 |
+
sequence: string
|
28 |
+
- name: ner_tags
|
29 |
+
sequence:
|
30 |
+
class_label:
|
31 |
+
names:
|
32 |
+
'0': O
|
33 |
+
'1': B-corporation
|
34 |
+
'2': I-corporation
|
35 |
+
'3': B-creative-work
|
36 |
+
'4': I-creative-work
|
37 |
+
'5': B-group
|
38 |
+
'6': I-group
|
39 |
+
'7': B-location
|
40 |
+
'8': I-location
|
41 |
+
'9': B-person
|
42 |
+
'10': I-person
|
43 |
+
'11': B-product
|
44 |
+
'12': I-product
|
45 |
config_name: wnut_17
|
46 |
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 1078379
|
49 |
+
num_examples: 3394
|
50 |
+
- name: validation
|
51 |
+
num_bytes: 259383
|
52 |
+
num_examples: 1009
|
53 |
+
- name: test
|
54 |
+
num_bytes: 405536
|
55 |
+
num_examples: 1287
|
56 |
download_size: 800955
|
57 |
+
dataset_size: 1743298
|
58 |
+
---
|
59 |
+
|
60 |
+
# Dataset Card for "wnut_17"
|
61 |
+
|
62 |
+
## Table of Contents
|
63 |
+
- [Dataset Description](#dataset-description)
|
64 |
+
- [Dataset Summary](#dataset-summary)
|
65 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
66 |
+
- [Languages](#languages)
|
67 |
+
- [Dataset Structure](#dataset-structure)
|
68 |
+
- [Data Instances](#data-instances)
|
69 |
+
- [Data Fields](#data-fields)
|
70 |
+
- [Data Splits](#data-splits)
|
71 |
+
- [Dataset Creation](#dataset-creation)
|
72 |
+
- [Curation Rationale](#curation-rationale)
|
73 |
+
- [Source Data](#source-data)
|
74 |
+
- [Annotations](#annotations)
|
75 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
76 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
77 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
78 |
+
- [Discussion of Biases](#discussion-of-biases)
|
79 |
+
- [Other Known Limitations](#other-known-limitations)
|
80 |
+
- [Additional Information](#additional-information)
|
81 |
+
- [Dataset Curators](#dataset-curators)
|
82 |
+
- [Licensing Information](#licensing-information)
|
83 |
+
- [Citation Information](#citation-information)
|
84 |
+
- [Contributions](#contributions)
|
85 |
+
|
86 |
+
## Dataset Description
|
87 |
+
|
88 |
+
- **Homepage:** [http://noisy-text.github.io/2017/emerging-rare-entities.html](http://noisy-text.github.io/2017/emerging-rare-entities.html)
|
89 |
+
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
90 |
+
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
91 |
+
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
92 |
+
- **Size of downloaded dataset files:** 0.80 MB
|
93 |
+
- **Size of the generated dataset:** 1.74 MB
|
94 |
+
- **Total amount of disk used:** 2.55 MB
|
95 |
+
|
96 |
+
### Dataset Summary
|
97 |
+
|
98 |
+
WNUT 17: Emerging and Rare entity recognition
|
99 |
+
|
100 |
+
This shared task focuses on identifying unusual, previously-unseen entities in the context of emerging discussions.
|
101 |
+
Named entities form the basis of many modern approaches to other tasks (like event clustering and summarisation),
|
102 |
+
but recall on them is a real problem in noisy text - even among annotators. This drop tends to be due to novel entities and surface forms.
|
103 |
+
Take for example the tweet “so.. kktny in 30 mins?” - even human experts find entity kktny hard to detect and resolve.
|
104 |
+
This task will evaluate the ability to detect and classify novel, emerging, singleton named entities in noisy text.
|
105 |
+
|
106 |
+
The goal of this task is to provide a definition of emerging and of rare entities, and based on that, also datasets for detecting these entities.
|
107 |
+
|
108 |
+
### Supported Tasks and Leaderboards
|
109 |
+
|
110 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
111 |
+
|
112 |
+
### Languages
|
113 |
+
|
114 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
115 |
+
|
116 |
+
## Dataset Structure
|
117 |
+
|
118 |
+
### Data Instances
|
119 |
+
|
120 |
+
- **Size of downloaded dataset files:** 0.80 MB
|
121 |
+
- **Size of the generated dataset:** 1.74 MB
|
122 |
+
- **Total amount of disk used:** 2.55 MB
|
123 |
+
|
124 |
+
An example of 'train' looks as follows.
|
125 |
+
```
|
126 |
+
{
|
127 |
+
"id": "0",
|
128 |
+
"ner_tags": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0],
|
129 |
+
"tokens": ["@paulwalk", "It", "'s", "the", "view", "from", "where", "I", "'m", "living", "for", "two", "weeks", ".", "Empire", "State", "Building", "=", "ESB", ".", "Pretty", "bad", "storm", "here", "last", "evening", "."]
|
130 |
+
}
|
131 |
+
```
|
132 |
+
|
133 |
+
### Data Fields
|
134 |
+
|
135 |
+
The data fields are the same among all splits:
|
136 |
+
- `id` (`string`): ID of the example.
|
137 |
+
- `tokens` (`list` of `string`): Tokens of the example text.
|
138 |
+
- `ner_tags` (`list` of class labels): NER tags of the tokens (using IOB2 format), with possible values:
|
139 |
+
- 0: `O`
|
140 |
+
- 1: `B-corporation`
|
141 |
+
- 2: `I-corporation`
|
142 |
+
- 3: `B-creative-work`
|
143 |
+
- 4: `I-creative-work`
|
144 |
+
- 5: `B-group`
|
145 |
+
- 6: `I-group`
|
146 |
+
- 7: `B-location`
|
147 |
+
- 8: `I-location`
|
148 |
+
- 9: `B-person`
|
149 |
+
- 10: `I-person`
|
150 |
+
- 11: `B-product`
|
151 |
+
- 12: `I-product`
|
152 |
+
|
153 |
+
### Data Splits
|
154 |
+
|
155 |
+
|train|validation|test|
|
156 |
+
|----:|---------:|---:|
|
157 |
+
| 3394| 1009|1287|
|
158 |
+
|
159 |
+
## Dataset Creation
|
160 |
+
|
161 |
+
### Curation Rationale
|
162 |
+
|
163 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
164 |
+
|
165 |
+
### Source Data
|
166 |
+
|
167 |
+
#### Initial Data Collection and Normalization
|
168 |
+
|
169 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
170 |
+
|
171 |
+
#### Who are the source language producers?
|
172 |
+
|
173 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
174 |
+
|
175 |
+
### Annotations
|
176 |
+
|
177 |
+
#### Annotation process
|
178 |
+
|
179 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
180 |
+
|
181 |
+
#### Who are the annotators?
|
182 |
+
|
183 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
184 |
+
|
185 |
+
### Personal and Sensitive Information
|
186 |
+
|
187 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
188 |
+
|
189 |
+
## Considerations for Using the Data
|
190 |
+
|
191 |
+
### Social Impact of Dataset
|
192 |
+
|
193 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
194 |
+
|
195 |
+
### Discussion of Biases
|
196 |
+
|
197 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
198 |
+
|
199 |
+
### Other Known Limitations
|
200 |
+
|
201 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
202 |
+
|
203 |
+
## Additional Information
|
204 |
+
|
205 |
+
### Dataset Curators
|
206 |
+
|
207 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
208 |
+
|
209 |
+
### Licensing Information
|
210 |
+
|
211 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
212 |
+
|
213 |
+
### Citation Information
|
214 |
+
|
215 |
+
```
|
216 |
+
@inproceedings{derczynski-etal-2017-results,
|
217 |
+
title = "Results of the {WNUT}2017 Shared Task on Novel and Emerging Entity Recognition",
|
218 |
+
author = "Derczynski, Leon and
|
219 |
+
Nichols, Eric and
|
220 |
+
van Erp, Marieke and
|
221 |
+
Limsopatham, Nut",
|
222 |
+
booktitle = "Proceedings of the 3rd Workshop on Noisy User-generated Text",
|
223 |
+
month = sep,
|
224 |
+
year = "2017",
|
225 |
+
address = "Copenhagen, Denmark",
|
226 |
+
publisher = "Association for Computational Linguistics",
|
227 |
+
url = "https://www.aclweb.org/anthology/W17-4418",
|
228 |
+
doi = "10.18653/v1/W17-4418",
|
229 |
+
pages = "140--147",
|
230 |
+
abstract = "This shared task focuses on identifying unusual, previously-unseen entities in the context of emerging discussions.
|
231 |
+
Named entities form the basis of many modern approaches to other tasks (like event clustering and summarization),
|
232 |
+
but recall on them is a real problem in noisy text - even among annotators.
|
233 |
+
This drop tends to be due to novel entities and surface forms.
|
234 |
+
Take for example the tweet {``}so.. kktny in 30 mins?!{''} {--} even human experts find the entity {`}kktny{'}
|
235 |
+
hard to detect and resolve. The goal of this task is to provide a definition of emerging and of rare entities,
|
236 |
+
and based on that, also datasets for detecting these entities. The task as described in this paper evaluated the
|
237 |
+
ability of participating entries to detect and classify novel and emerging named entities in noisy text.",
|
238 |
+
}
|
239 |
+
|
240 |
+
```
|
241 |
+
|
242 |
+
|
243 |
+
### Contributions
|
244 |
+
|
245 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq), [@stefan-it](https://github.com/stefan-it), [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu) for adding this dataset.
|