tellarin commited on
Commit
613d269
1 Parent(s): 251d7b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ language:
4
+ - sk
5
+ task_categories:
6
+ - token-classification
7
+ dataset_info:
8
+ - config_name: sk_snk
9
+ splits:
10
+ - name: test
11
+ num_examples: 1060
12
+ - name: dev
13
+ num_examples: 1059
14
+ - name: train
15
+ num_examples: 8482
16
  ---
17
+
18
+ # Dataset Card for Universal NER v1 in the Aya format - Slovak subset
19
+
20
+ This dataset is a format conversion for the Slovak data in the original Universal NER v1 into the Aya instruction format and it's released here under the same CC-BY-SA 4.0 license and conditions.
21
+
22
+ The dataset contains different subsets and their dev/test/train splits, depending on language. For more details, please refer to:
23
+
24
+ ## Dataset Details
25
+
26
+ For the original Universal NER dataset v1 and more details, please check https://huggingface.co/datasets/universalner/universal_ner.
27
+
28
+ For details on the conversion to the Aya instructions format, please see the complete version: https://huggingface.co/datasets/universalner/uner_llm_instructions
29
+
30
+
31
+ ## Citation
32
+
33
+ If you utilize this dataset version, feel free to cite/footnote the complete version at https://huggingface.co/datasets/universalner/uner_llm_instructions, but please also cite the *original dataset publication*.
34
+
35
+ **BibTeX:**
36
+
37
+ ```
38
+ @preprint{mayhew2023universal,
39
+ title={{Universal NER: A Gold-Standard Multilingual Named Entity Recognition Benchmark}},
40
+ 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 Riabi and Yuval Pinter},
41
+ year={2023},
42
+ eprint={2311.09122},
43
+ archivePrefix={arXiv},
44
+ primaryClass={cs.CL}
45
+ }
46
+ ```