Link dataset to AWED-FiNER paper and GitHub repository

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -1,7 +1,4 @@
1
  ---
2
- license: mit
3
- task_categories:
4
- - token-classification
5
  language:
6
  - as
7
  - bn
@@ -25,11 +22,17 @@ language:
25
  - ta
26
  - te
27
  - ur
 
 
 
 
28
  pretty_name: SampurNER
29
  ---
30
 
31
  # [SampurNER: Fine-grained Named Entity Recognition dataset for 22 Indian Languages](https://huggingface.co/datasets/prachuryyaIITG/SampurNER)
32
 
 
 
33
  We introduce SampurNER, a fine-grained named entity recognition (FgNER) dataset encompassing all 22 scheduled Indian languages spoken by more than two billion people across various countries.
34
 
35
  We have proposed an entity-anchored machine translation (EaMaTa) framework that leverages the largest manually annotated English FgNER dataset, *FewNERD*, to create a large-scale FgNER dataset in 22 languages.
@@ -202,13 +205,23 @@ Various rigorous analyses and human evaluations confirm the high quality of the
202
 
203
  ## Citation
204
 
205
- If you use this dataset, please cite the following paper:
206
 
207
  ```bibtex
 
 
 
 
 
 
 
 
 
208
  @inproceedings{kaushik2026sampurner,
209
  title={SampurNER: Fine-grained Named Entity Recognition dataset for 22 Indian Languages},
210
  author={Kaushik, Prachuryya and Anand, Ashish},
211
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
212
  volume={40},
213
  year={2026}
214
- }
 
 
1
  ---
 
 
 
2
  language:
3
  - as
4
  - bn
 
22
  - ta
23
  - te
24
  - ur
25
+ license: mit
26
+ task_categories:
27
+ - token-classification
28
+ - other
29
  pretty_name: SampurNER
30
  ---
31
 
32
  # [SampurNER: Fine-grained Named Entity Recognition dataset for 22 Indian Languages](https://huggingface.co/datasets/prachuryyaIITG/SampurNER)
33
 
34
+ [**Paper**](https://huggingface.co/papers/2601.10161) | [**GitHub**](https://github.com/PrachuryyaKaushik/AWED-FiNER)
35
+
36
  We introduce SampurNER, a fine-grained named entity recognition (FgNER) dataset encompassing all 22 scheduled Indian languages spoken by more than two billion people across various countries.
37
 
38
  We have proposed an entity-anchored machine translation (EaMaTa) framework that leverages the largest manually annotated English FgNER dataset, *FewNERD*, to create a large-scale FgNER dataset in 22 languages.
 
205
 
206
  ## Citation
207
 
208
+ If you use this dataset, please cite the following papers:
209
 
210
  ```bibtex
211
+ @misc{kaushik2026awedfiner,
212
+ title = {AWED-FiNER: Agents, Web Applications, and Expert Detectors for Fine-grained Named Entity Recognition across 36 Languages for 6.6 Billion Speakers},
213
+ author = {Kaushik, Prachuryya and Anand, Ashish},
214
+ year = {2026},
215
+ note = {arXiv preprint, submitted},
216
+ archivePrefix= {arXiv},
217
+ eprint = {submit/7163987}
218
+ }
219
+
220
  @inproceedings{kaushik2026sampurner,
221
  title={SampurNER: Fine-grained Named Entity Recognition dataset for 22 Indian Languages},
222
  author={Kaushik, Prachuryya and Anand, Ashish},
223
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
224
  volume={40},
225
  year={2026}
226
+ }
227
+ ```