stefan-it commited on
Commit
03ec522
2 Parent(s): 2eaebfe d97ac1b

Merge branch 'main' of https://huggingface.co/datasets/stefan-it/HisGermaNER

Browse files
Files changed (1) hide show
  1. README.md +33 -2
README.md CHANGED
@@ -81,6 +81,37 @@ sogleich O _
81
 
82
  Note: we include a `-DOCSTART-` marker to e.g. allow document-level features for NER as proposed in the [FLERT](https://arxiv.org/abs/2011.06993) paper.
83
 
84
- ## Dataset Splits
85
 
86
- For training powerful NER models on the dataset, we manually splitted the dataset into training, development and test splits.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
 
82
  Note: we include a `-DOCSTART-` marker to e.g. allow document-level features for NER as proposed in the [FLERT](https://arxiv.org/abs/2011.06993) paper.
83
 
84
+ ## Dataset Splits & Stats
85
 
86
+ For training powerful NER models on the dataset, we manually document-splitted the dataset into training, development and test splits.
87
+
88
+ The training split consists of 73 documents, development split of 13 documents and test split of 14 documents.
89
+
90
+ We perform dehyphenation as one and only preprocessing step. The final dataset splits can be found in the `splits` folder of this dataset repository.
91
+
92
+ Some dataset statistics - instances per class:
93
+
94
+ | Class | Training | Development | Test |
95
+ | ----- | -------- | ----------- | ---- |
96
+ | `PER` | 942 | 308 | 238 |
97
+ | `LOC` | 749 | 217 | 216 |
98
+ | `ORG` | 16 | 3 | 11 |
99
+
100
+ Number of sentences (incl. document marker) per split:
101
+
102
+ | | Training | Development | Test |
103
+ | --------- | -------- | ----------- | ---- |
104
+ | Sentences | 1.539 | 406 | 400 |
105
+
106
+ # Release Cycles
107
+
108
+ We plan to release new updated versions of this dataset on a regular basis (e.g. monthly).
109
+ For now, we want to collect some feedback about the dataset first, so we use `v0` as current version.
110
+
111
+ # Questions & Feedback
112
+
113
+ Please open a new discussion [here](https://huggingface.co/datasets/stefan-it/HisGermaNER/discussions) for questions or feedback!
114
+
115
+ # License
116
+
117
+ Dataset is (currently) licenced under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).