Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# UNER_Slovak-SNK
|
6 |
+
|
7 |
+
The UNER dataset for the Slovak National Corpus (SNK), originally released with
|
8 |
+
UNER v1.
|
9 |
+
|
10 |
+
UNER_Slovak-SNK is part of [Universal NER](https://www.universalner.org/) and is based on the [UD_Slovak-SNK](https://github.com/UniversalDependencies/UD_Slovak-SNK) dataset.
|
11 |
+
|
12 |
+
The canonical reference commit to the Universal Dependencies dataset is [`4d13f4810ebba49ed41430c3e43adf5a50087f6f`](https://github.com/UniversalDependencies/UD_Slovak-SNK/tree/4d13f4810ebba49ed41430c3e43adf5a50087f6f)
|
13 |
+
|
14 |
+
If you use this dataset, please cite the corresponding [paper](https://aclanthology.org/2024.naacl-long.243/):
|
15 |
+
|
16 |
+
```text
|
17 |
+
@inproceedings{
|
18 |
+
mayhew2024universal,
|
19 |
+
title={Universal NER: A Gold-Standard Multilingual Named Entity Recognition Benchmark},
|
20 |
+
author={Stephen Mayhew and Terra Blevins and Shuheng Liu and Marek Šuppa and Hila Gonen and Joseph Marvin Imperial and Börje F. Karlsson and Peiqin Lin and Nikola Ljubešić and LJ Miranda and Barbara Plank and Arij Riab and Yuval Pinter}
|
21 |
+
booktitle={Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics (NAACL)},
|
22 |
+
year={2024},
|
23 |
+
url={https://aclanthology.org/2024.naacl-long.243/}
|
24 |
+
}
|