Datasets:
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
@@ -18,6 +18,7 @@ task_categories:
|
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
20 |
- part-of-speech-tagging
|
|
|
21 |
---
|
22 |
|
23 |
# Dataset Card for "conll2003"
|
@@ -25,12 +26,12 @@ task_ids:
|
|
25 |
## Table of Contents
|
26 |
- [Dataset Description](#dataset-description)
|
27 |
- [Dataset Summary](#dataset-summary)
|
28 |
-
- [Supported Tasks](#supported-tasks)
|
29 |
- [Languages](#languages)
|
30 |
- [Dataset Structure](#dataset-structure)
|
31 |
- [Data Instances](#data-instances)
|
32 |
- [Data Fields](#data-fields)
|
33 |
-
- [Data Splits
|
34 |
- [Dataset Creation](#dataset-creation)
|
35 |
- [Curation Rationale](#curation-rationale)
|
36 |
- [Source Data](#source-data)
|
@@ -72,7 +73,7 @@ tagging scheme, whereas the original dataset uses IOB1.
|
|
72 |
|
73 |
For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
|
74 |
|
75 |
-
### Supported Tasks
|
76 |
|
77 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
78 |
|
@@ -114,9 +115,9 @@ The data fields are the same among all splits.
|
|
114 |
- `tokens`: a `list` of `string` features.
|
115 |
- `pos_tags`: a `list` of classification labels, with possible values including `"` (0), `''` (1), `#` (2), `$` (3), `(` (4).
|
116 |
- `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).
|
117 |
-
- `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).
|
118 |
|
119 |
-
### Data Splits
|
120 |
|
121 |
| name |train|validation|test|
|
122 |
|---------|----:|---------:|---:|
|
@@ -130,10 +131,22 @@ The data fields are the same among all splits.
|
|
130 |
|
131 |
### Source Data
|
132 |
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
134 |
|
135 |
### Annotations
|
136 |
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
138 |
|
139 |
### Personal and Sensitive Information
|
@@ -182,4 +195,4 @@ The data fields are the same among all splits.
|
|
182 |
|
183 |
### Contributions
|
184 |
|
185 |
-
Thanks to [@jplu](https://github.com/jplu), [@vblagoje](https://github.com/vblagoje), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|
|
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
20 |
- part-of-speech-tagging
|
21 |
+
paperswithcode_id: conll-2003
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "conll2003"
|
|
|
26 |
## Table of Contents
|
27 |
- [Dataset Description](#dataset-description)
|
28 |
- [Dataset Summary](#dataset-summary)
|
29 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
30 |
- [Languages](#languages)
|
31 |
- [Dataset Structure](#dataset-structure)
|
32 |
- [Data Instances](#data-instances)
|
33 |
- [Data Fields](#data-fields)
|
34 |
+
- [Data Splits](#data-splits)
|
35 |
- [Dataset Creation](#dataset-creation)
|
36 |
- [Curation Rationale](#curation-rationale)
|
37 |
- [Source Data](#source-data)
|
|
|
73 |
|
74 |
For more details see https://www.clips.uantwerpen.be/conll2003/ner/ and https://www.aclweb.org/anthology/W03-0419
|
75 |
|
76 |
+
### Supported Tasks and Leaderboards
|
77 |
|
78 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
79 |
|
|
|
115 |
- `tokens`: a `list` of `string` features.
|
116 |
- `pos_tags`: a `list` of classification labels, with possible values including `"` (0), `''` (1), `#` (2), `$` (3), `(` (4).
|
117 |
- `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).
|
118 |
+
- `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) `B-LOC` (5), `I-LOC` (6) `B-MISC` (7), `I-MISC` (8).
|
119 |
|
120 |
+
### Data Splits
|
121 |
|
122 |
| name |train|validation|test|
|
123 |
|---------|----:|---------:|---:|
|
|
|
131 |
|
132 |
### Source Data
|
133 |
|
134 |
+
#### Initial Data Collection and Normalization
|
135 |
+
|
136 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
137 |
+
|
138 |
+
#### Who are the source language producers?
|
139 |
+
|
140 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
141 |
|
142 |
### Annotations
|
143 |
|
144 |
+
#### Annotation process
|
145 |
+
|
146 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
147 |
+
|
148 |
+
#### Who are the annotators?
|
149 |
+
|
150 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
151 |
|
152 |
### Personal and Sensitive Information
|
|
|
195 |
|
196 |
### Contributions
|
197 |
|
198 |
+
Thanks to [@jplu](https://github.com/jplu), [@vblagoje](https://github.com/vblagoje), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
|