Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
beef up metadata
Browse files
README.md
CHANGED
@@ -10,9 +10,9 @@ licenses:
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
-
-
|
14 |
source_datasets:
|
15 |
-
-
|
16 |
task_categories:
|
17 |
- token-classification
|
18 |
task_ids:
|
@@ -83,6 +83,21 @@ Organization entities |3 732
|
|
83 |
|
84 |
Each tweet contains an ID, a list of tokens, and a list of NER tags
|
85 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
### Data Splits
|
87 |
|
88 |
Section|Region|Collection period|Description|Annotators|Tweet count
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
source_datasets:
|
15 |
+
- original
|
16 |
task_categories:
|
17 |
- token-classification
|
18 |
task_ids:
|
|
|
83 |
|
84 |
Each tweet contains an ID, a list of tokens, and a list of NER tags
|
85 |
|
86 |
+
|
87 |
+
- `id`: a `string` feature.
|
88 |
+
- `tokens`: a `list` of `strings`
|
89 |
+
- `ner_tags`: a `list` of class IDs (`int`s) representing the NER class:
|
90 |
+
|
91 |
+
```
|
92 |
+
0: O
|
93 |
+
1: B-PER
|
94 |
+
2: I-PER
|
95 |
+
3: B-ORG
|
96 |
+
4: I-ORG
|
97 |
+
5: B-LOC
|
98 |
+
6: I-LOC
|
99 |
+
```
|
100 |
+
|
101 |
### Data Splits
|
102 |
|
103 |
Section|Region|Collection period|Description|Annotators|Tweet count
|