Datasets:

Languages:
German
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
lhoestq HF staff elenanereiss commited on
Commit
b242783
1 Parent(s): 668ca86

Update README.md (#1)

Browse files

- Update README.md (c27937437d3550d40d07fc4f3e8c333c9c04289c)
- Update README.md (c46069540a323456a948d5e1d17db8db7e297585)


Co-authored-by: Elena Leitner <elenanereiss@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +25 -8
README.md CHANGED
@@ -1,5 +1,23 @@
1
  ---
2
- paperswithcode_id: null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  pretty_name: GermEval14
4
  dataset_info:
5
  features:
@@ -112,8 +130,8 @@ dataset_info:
112
 
113
  - **Homepage:** [https://sites.google.com/site/germeval2014ner/](https://sites.google.com/site/germeval2014ner/)
114
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
- - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
117
  - **Size of downloaded dataset files:** 9.81 MB
118
  - **Size of the generated dataset:** 17.19 MB
119
  - **Total amount of disk used:** 27.00 MB
@@ -128,7 +146,7 @@ The GermEval 2014 NER Shared Task builds on a new dataset with German Named Enti
128
 
129
  ### Languages
130
 
131
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
  ## Dataset Structure
134
 
@@ -140,10 +158,9 @@ The GermEval 2014 NER Shared Task builds on a new dataset with German Named Enti
140
  - **Size of the generated dataset:** 17.19 MB
141
  - **Total amount of disk used:** 27.00 MB
142
 
143
- An example of 'train' looks as follows.
144
- ```
145
- This example was too long and was cropped:
146
 
 
147
  {
148
  "id": "11",
149
  "ner_tags": [13, 14, 14, 14, 14, 0, 0, 0, 0, 0, 0, 0, 19, 20, 13, 0, 1, 0, 0, 0, 0, 0, 19, 20, 20, 0, 0, 0, 0, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
@@ -222,7 +239,7 @@ The data fields are the same among all splits.
222
 
223
  ### Licensing Information
224
 
225
- [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
226
 
227
  ### Citation Information
228
 
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - de
8
+ license:
9
+ - cc-by-4.0
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:
19
+ - named-entity-recognition
20
+ paperswithcode_id: nosta-d-named-entity-annotation-for-german
21
  pretty_name: GermEval14
22
  dataset_info:
23
  features:
 
130
 
131
  - **Homepage:** [https://sites.google.com/site/germeval2014ner/](https://sites.google.com/site/germeval2014ner/)
132
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
133
+ - **Paper:** [https://pdfs.semanticscholar.org/b250/3144ed2152830f6c64a9f797ab3c5a34fee5.pdf](https://pdfs.semanticscholar.org/b250/3144ed2152830f6c64a9f797ab3c5a34fee5.pdf)
134
+ - **Point of Contact:** [Darina Benikova](mailto:benikova@aiphes.tu-darmstadt.de)
135
  - **Size of downloaded dataset files:** 9.81 MB
136
  - **Size of the generated dataset:** 17.19 MB
137
  - **Total amount of disk used:** 27.00 MB
 
146
 
147
  ### Languages
148
 
149
+ German
150
 
151
  ## Dataset Structure
152
 
 
158
  - **Size of the generated dataset:** 17.19 MB
159
  - **Total amount of disk used:** 27.00 MB
160
 
161
+ An example of 'train' looks as follows. This example was too long and was cropped:
 
 
162
 
163
+ ```json
164
  {
165
  "id": "11",
166
  "ner_tags": [13, 14, 14, 14, 14, 0, 0, 0, 0, 0, 0, 0, 19, 20, 13, 0, 1, 0, 0, 0, 0, 0, 19, 20, 20, 0, 0, 0, 0, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 
239
 
240
  ### Licensing Information
241
 
242
+ [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/)
243
 
244
  ### Citation Information
245