Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K<n<10K
License:
Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "wnut_17"
|
@@ -6,12 +7,12 @@
|
|
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
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -49,7 +50,7 @@ This task will evaluate the ability to detect and classify novel, emerging, sing
|
|
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
|
53 |
|
54 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
55 |
|
@@ -87,7 +88,7 @@ The data fields are the same among all splits.
|
|
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
|
91 |
|
92 |
| name |train|validation|test|
|
93 |
|-------|----:|---------:|---:|
|
@@ -101,10 +102,22 @@ The data fields are the same among all splits.
|
|
101 |
|
102 |
### 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
|
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
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: wnut-2017-emerging-and-rare-entity
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "wnut_17"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
50 |
|
51 |
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.
|
52 |
|
53 |
+
### Supported Tasks and Leaderboards
|
54 |
|
55 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
56 |
|
|
|
88 |
- `tokens`: a `list` of `string` features.
|
89 |
- `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).
|
90 |
|
91 |
+
### Data Splits
|
92 |
|
93 |
| name |train|validation|test|
|
94 |
|-------|----:|---------:|---:|
|
|
|
102 |
|
103 |
### Source Data
|
104 |
|
105 |
+
#### Initial Data Collection and Normalization
|
106 |
+
|
107 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
108 |
+
|
109 |
+
#### Who are the source language producers?
|
110 |
+
|
111 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
112 |
|
113 |
### Annotations
|
114 |
|
115 |
+
#### Annotation process
|
116 |
+
|
117 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
118 |
+
|
119 |
+
#### Who are the annotators?
|
120 |
+
|
121 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
122 |
|
123 |
### Personal and Sensitive Information
|