readme: add some dataset stats
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ 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 document-splitted the dataset into training, development and test splits.
|
87 |
|
@@ -89,6 +89,20 @@ The training split consists of 73 documents, development split of 13 documents a
|
|
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 |
# Release Cycles
|
93 |
|
94 |
We plan to release new updated versions of this dataset on a regular basis (e.g. monthly).
|
|
|
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 |
|
|
|
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).
|