Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-3.0
|
3 |
-
task_categories:
|
4 |
-
- question-answering
|
5 |
-
language:
|
6 |
-
- cs
|
7 |
-
---
|
8 |
This dataset is converted from [fewshot-goes-multilingual/cs_czech-named-entity-corpus_2.0](https://huggingface.co/datasets/fewshot-goes-multilingual/cs_czech-named-entity-corpus_2.0) version of Czech Named Entity Corpus 2.0 ([project info](https://ufal.mff.cuni.cz/cnec/cnec2.0), [link to data](https://lindat.mff.cuni.cz/repository/xmlui/handle/11858/00-097C-0000-0023-1B22-8)) using script [convert_czner.py](https://huggingface.co/datasets/CZLC/cnec_2.0/blob/main/convert_czner.py).
|
9 |
For longer texts (>200 ws tokens), the script samples text around the selected entity. It always follows form "`<initial 20 ws tokens>, ..., <sampled window>`".
|
10 |
Then it extracts category name for the entity, all occurences of such entity in the text, and creates simple json representation. For example:
|
@@ -20,4 +20,16 @@ Dataset size:
|
|
20 |
```
|
21 |
train 9315
|
22 |
test 10878
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
```
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-3.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- cs
|
7 |
+
---
|
8 |
This dataset is converted from [fewshot-goes-multilingual/cs_czech-named-entity-corpus_2.0](https://huggingface.co/datasets/fewshot-goes-multilingual/cs_czech-named-entity-corpus_2.0) version of Czech Named Entity Corpus 2.0 ([project info](https://ufal.mff.cuni.cz/cnec/cnec2.0), [link to data](https://lindat.mff.cuni.cz/repository/xmlui/handle/11858/00-097C-0000-0023-1B22-8)) using script [convert_czner.py](https://huggingface.co/datasets/CZLC/cnec_2.0/blob/main/convert_czner.py).
|
9 |
For longer texts (>200 ws tokens), the script samples text around the selected entity. It always follows form "`<initial 20 ws tokens>, ..., <sampled window>`".
|
10 |
Then it extracts category name for the entity, all occurences of such entity in the text, and creates simple json representation. For example:
|
|
|
20 |
```
|
21 |
train 9315
|
22 |
test 10878
|
23 |
+
```
|
24 |
+
|
25 |
+
## Citation
|
26 |
+
In case you are using the dataset, please cite the original authors
|
27 |
+
```bibtex
|
28 |
+
@misc{11858/00-097C-0000-0023-1B22-8,
|
29 |
+
title = {Czech Named Entity Corpus 2.0},
|
30 |
+
author = {{\v S}ev{\v c}{\'{\i}}kov{\'a}, Magda and {\v Z}abokrtsk{\'y}, Zden{\v e}k and Strakov{\'a}, Jana and Straka, Milan},
|
31 |
+
url = {http://hdl.handle.net/11858/00-097C-0000-0023-1B22-8},
|
32 |
+
note = {{LINDAT}/{CLARIAH}-{CZ} digital library at the Institute of Formal and Applied Linguistics ({{\'U}FAL}), Faculty of Mathematics and Physics, Charles University},
|
33 |
+
copyright = {Attribution-{NonCommercial}-{ShareAlike} 3.0 Unported ({CC} {BY}-{NC}-{SA} 3.0)},
|
34 |
+
year = {2014} }
|
35 |
```
|