tellarin commited on
Commit
201d20d
1 Parent(s): d7a7458

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md CHANGED
@@ -1,3 +1,50 @@
1
  ---
2
  license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
+ language:
4
+ - pt
5
+ task_categories:
6
+ - token-classification
7
+ dataset_info:
8
+ - config_name: pt_pud
9
+ splits:
10
+ - name: test
11
+ num_examples: 999
12
+ - config_name: pt_bosque
13
+ splits:
14
+ - name: test
15
+ num_examples: 1166
16
+ - name: dev
17
+ num_examples: 1171
18
+ - name: train
19
+ num_examples: 4302
20
  ---
21
+
22
+ # Dataset Card for Universal NER v1 in the Aya format - Portuguese subset
23
+
24
+ This dataset is a format conversion for the Portuguese 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.
25
+
26
+ The dataset contains different subsets and their dev/test/train splits, depending on language. For more details, please refer to:
27
+
28
+ ## Dataset Details
29
+
30
+ For the original Universal NER dataset v1 and more details, please check https://huggingface.co/datasets/universalner/universal_ner.
31
+
32
+ For details on the conversion to the Aya instructions format, please see the complete version: https://huggingface.co/datasets/universalner/uner_llm_instructions
33
+
34
+
35
+ ## Citation
36
+
37
+ 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*.
38
+
39
+ **BibTeX:**
40
+
41
+ ```
42
+ @preprint{mayhew2023universal,
43
+ title={{Universal NER: A Gold-Standard Multilingual Named Entity Recognition Benchmark}},
44
+ 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},
45
+ year={2023},
46
+ eprint={2311.09122},
47
+ archivePrefix={arXiv},
48
+ primaryClass={cs.CL}
49
+ }
50
+ ```