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 "conll2000"
|
@@ -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)
|
@@ -50,7 +51,7 @@ as the widely used data for noun phrase chunking: sections 15-18 as training dat
|
|
50 |
test data (47377 tokens). The annotation of the data has been derived from the WSJ corpus by a program written by
|
51 |
Sabine Buchholz from Tilburg University, The Netherlands.
|
52 |
|
53 |
-
### Supported Tasks
|
54 |
|
55 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
56 |
|
@@ -92,7 +93,7 @@ The data fields are the same among all splits.
|
|
92 |
- `pos_tags`: a `list` of classification labels, with possible values including `''` (0), `#` (1), `$` (2), `(` (3), `)` (4).
|
93 |
- `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).
|
94 |
|
95 |
-
### Data Splits
|
96 |
|
97 |
| name |train|test|
|
98 |
|---------|----:|---:|
|
@@ -106,10 +107,22 @@ The data fields are the same among all splits.
|
|
106 |
|
107 |
### Source Data
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
110 |
|
111 |
### Annotations
|
112 |
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
114 |
|
115 |
### Personal and Sensitive Information
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: conll-2000-1
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "conll2000"
|
|
|
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)
|
|
|
51 |
test data (47377 tokens). The annotation of the data has been derived from the WSJ corpus by a program written by
|
52 |
Sabine Buchholz from Tilburg University, The Netherlands.
|
53 |
|
54 |
+
### Supported Tasks and Leaderboards
|
55 |
|
56 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
57 |
|
|
|
93 |
- `pos_tags`: a `list` of classification labels, with possible values including `''` (0), `#` (1), `$` (2), `(` (3), `)` (4).
|
94 |
- `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).
|
95 |
|
96 |
+
### Data Splits
|
97 |
|
98 |
| name |train|test|
|
99 |
|---------|----:|---:|
|
|
|
107 |
|
108 |
### Source Data
|
109 |
|
110 |
+
#### Initial Data Collection and Normalization
|
111 |
+
|
112 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
113 |
+
|
114 |
+
#### Who are the source language producers?
|
115 |
+
|
116 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
117 |
|
118 |
### Annotations
|
119 |
|
120 |
+
#### Annotation process
|
121 |
+
|
122 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
123 |
+
|
124 |
+
#### Who are the annotators?
|
125 |
+
|
126 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
127 |
|
128 |
### Personal and Sensitive Information
|