system HF staff commited on
Commit
1f3d2f6
1 Parent(s): 6705548

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +170 -0
README.md ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "wnut_17"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [http://noisy-text.github.io/2017/emerging-rare-entities.html](http://noisy-text.github.io/2017/emerging-rare-entities.html)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 0.76 MB
37
+ - **Size of the generated dataset:** 1.66 MB
38
+ - **Total amount of disk used:** 2.43 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ WNUT 17: Emerging and Rare entity recognition
43
+
44
+ This shared task focuses on identifying unusual, previously-unseen entities in the context of emerging discussions.
45
+ Named entities form the basis of many modern approaches to other tasks (like event clustering and summarisation),
46
+ 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.
47
+ Take for example the tweet “so.. kktny in 30 mins?” - even human experts find entity kktny hard to detect and resolve.
48
+ This task will evaluate the ability to detect and classify novel, emerging, singleton named entities in noisy text.
49
+
50
+ 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.
51
+
52
+ ### [Supported Tasks](#supported-tasks)
53
+
54
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
+
56
+ ### [Languages](#languages)
57
+
58
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
59
+
60
+ ## [Dataset Structure](#dataset-structure)
61
+
62
+ We show detailed information for up to 5 configurations of the dataset.
63
+
64
+ ### [Data Instances](#data-instances)
65
+
66
+ #### wnut_17
67
+
68
+ - **Size of downloaded dataset files:** 0.76 MB
69
+ - **Size of the generated dataset:** 1.66 MB
70
+ - **Total amount of disk used:** 2.43 MB
71
+
72
+ An example of 'train' looks as follows.
73
+ ```
74
+ {
75
+ "id": "0",
76
+ "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],
77
+ "tokens": ["@paulwalk", "It", "'s", "the", "view", "from", "where", "I", "'m", "living", "for", "two", "weeks", ".", "Empire", "State", "Building", "=", "ESB", ".", "Pretty", "bad", "storm", "here", "last", "evening", "."]
78
+ }
79
+ ```
80
+
81
+ ### [Data Fields](#data-fields)
82
+
83
+ The data fields are the same among all splits.
84
+
85
+ #### wnut_17
86
+ - `id`: a `string` feature.
87
+ - `tokens`: a `list` of `string` features.
88
+ - `ner_tags`: a `list` of classification labels, with possible values including `O` (0), `B-corporation` (1), `I-corporation` (2), `B-creative-work` (3), `I-creative-work` (4).
89
+
90
+ ### [Data Splits Sample Size](#data-splits-sample-size)
91
+
92
+ | name |train|validation|test|
93
+ |-------|----:|---------:|---:|
94
+ |wnut_17| 3394| 1009|1287|
95
+
96
+ ## [Dataset Creation](#dataset-creation)
97
+
98
+ ### [Curation Rationale](#curation-rationale)
99
+
100
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
101
+
102
+ ### [Source Data](#source-data)
103
+
104
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
105
+
106
+ ### [Annotations](#annotations)
107
+
108
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
109
+
110
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
111
+
112
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
113
+
114
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
115
+
116
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
117
+
118
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
119
+
120
+ ### [Discussion of Biases](#discussion-of-biases)
121
+
122
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
123
+
124
+ ### [Other Known Limitations](#other-known-limitations)
125
+
126
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
127
+
128
+ ## [Additional Information](#additional-information)
129
+
130
+ ### [Dataset Curators](#dataset-curators)
131
+
132
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
+
134
+ ### [Licensing Information](#licensing-information)
135
+
136
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
137
+
138
+ ### [Citation Information](#citation-information)
139
+
140
+ ```
141
+ @inproceedings{derczynski-etal-2017-results,
142
+ title = "Results of the {WNUT}2017 Shared Task on Novel and Emerging Entity Recognition",
143
+ author = "Derczynski, Leon and
144
+ Nichols, Eric and
145
+ van Erp, Marieke and
146
+ Limsopatham, Nut",
147
+ booktitle = "Proceedings of the 3rd Workshop on Noisy User-generated Text",
148
+ month = sep,
149
+ year = "2017",
150
+ address = "Copenhagen, Denmark",
151
+ publisher = "Association for Computational Linguistics",
152
+ url = "https://www.aclweb.org/anthology/W17-4418",
153
+ doi = "10.18653/v1/W17-4418",
154
+ pages = "140--147",
155
+ abstract = "This shared task focuses on identifying unusual, previously-unseen entities in the context of emerging discussions.
156
+ Named entities form the basis of many modern approaches to other tasks (like event clustering and summarization),
157
+ but recall on them is a real problem in noisy text - even among annotators.
158
+ This drop tends to be due to novel entities and surface forms.
159
+ Take for example the tweet {``}so.. kktny in 30 mins?!{''} {--} even human experts find the entity {`}kktny{'}
160
+ hard to detect and resolve. The goal of this task is to provide a definition of emerging and of rare entities,
161
+ and based on that, also datasets for detecting these entities. The task as described in this paper evaluated the
162
+ ability of participating entries to detect and classify novel and emerging named entities in noisy text.",
163
+ }
164
+
165
+ ```
166
+
167
+
168
+ ### Contributions
169
+
170
+ 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.