Datasets:
Updating info on original dataset format
Browse files
README.md
CHANGED
@@ -120,4 +120,37 @@ dataset_info:
|
|
120 |
num_examples: 499
|
121 |
- name: train
|
122 |
num_examples: 3996
|
123 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
num_examples: 499
|
121 |
- name: train
|
122 |
num_examples: 3996
|
123 |
+
---
|
124 |
+
|
125 |
+
# Dataset Card for Universal NER v1 in the Aya format
|
126 |
+
|
127 |
+
This dataset is a format conversion from its original v1 format into the Aya instruction format and it's released here under the same CC-BY-SA 4.0 license and conditions.
|
128 |
+
|
129 |
+
It contains data in multiple languages and this version is intended for multi-lingual LLM construction/tuning.
|
130 |
+
|
131 |
+
The dataset contains different subsets and their dev/test/train splits, depending on language.
|
132 |
+
|
133 |
+
## Citation
|
134 |
+
|
135 |
+
If you utilize this dataset version, feel free to cite/footnote this huggingface dataset repo, but please also cite the original dataset publication.
|
136 |
+
|
137 |
+
**BibTeX:**
|
138 |
+
|
139 |
+
```
|
140 |
+
@preprint{mayhew2023universal,
|
141 |
+
title={{Universal NER: A Gold-Standard Multilingual Named Entity Recognition Benchmark}},
|
142 |
+
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},
|
143 |
+
year={2023},
|
144 |
+
eprint={2311.09122},
|
145 |
+
archivePrefix={arXiv},
|
146 |
+
primaryClass={cs.CL}
|
147 |
+
}
|
148 |
+
```
|
149 |
+
|
150 |
+
## Dataset Details
|
151 |
+
|
152 |
+
For the original Universal NER dataset v1 and more details, please check https://huggingface.co/datasets/universalner/universal_ner.
|
153 |
+
|
154 |
+
## Format Conversion Details
|
155 |
+
|
156 |
+
The templates used to reformat the dataset are in the ./templates-uner directory.
|