prachuryyaIITG commited on
Commit
3b3ce11
·
verified ·
1 Parent(s): add9305

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -99,14 +99,6 @@ agent.run("Recognize the named entities in this Bodo sentence: 'बिथाङ
99
  If you use this dataset, please cite the following papers:
100
 
101
  ```bibtex
102
- @misc{kaushik2026awedfiner,
103
- title = {AWED-FiNER: Agents, Web Applications, and Expert Detectors for Fine-grained Named Entity Recognition across 36 Languages for 6.6 Billion Speakers},
104
- author = {Kaushik, Prachuryya and Anand, Ashish},
105
- year = {2026},
106
- note = {arXiv preprint, submitted},
107
- archivePrefix= {arXiv},
108
- eprint = {submit/7163987}
109
- }
110
  @inproceedings{kaushik2025classer,
111
  title = {{CLASSER}: Cross-lingual Annotation Projection enhancement through Script Similarity for Fine-grained Named Entity Recognition},
112
  author = {Kaushik, Prachuryya and Anand, Ashish},
@@ -115,4 +107,22 @@ If you use this dataset, please cite the following papers:
115
  publisher = {Association for Computational Linguistics},
116
  note = {Main conference paper}
117
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  ```
 
99
  If you use this dataset, please cite the following papers:
100
 
101
  ```bibtex
 
 
 
 
 
 
 
 
102
  @inproceedings{kaushik2025classer,
103
  title = {{CLASSER}: Cross-lingual Annotation Projection enhancement through Script Similarity for Fine-grained Named Entity Recognition},
104
  author = {Kaushik, Prachuryya and Anand, Ashish},
 
107
  publisher = {Association for Computational Linguistics},
108
  note = {Main conference paper}
109
  }
110
+
111
+ @inproceedings{kaushik2026sampurner,
112
+ title={SampurNER: Fine-grained Named Entity Recognition dataset for 22 Indian Languages},
113
+ author={Kaushik, Prachuryya and Anand, Ashish},
114
+ booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
115
+ volume={40},
116
+ year={2026}
117
+ }
118
+
119
+ @misc{kaushik2026awedfineragentswebapplications,
120
+ title={AWED-FiNER: Agents, Web applications, and Expert Detectors for Fine-grained Named Entity Recognition across 36 Languages for 6.6 Billion Speakers},
121
+ author={Prachuryya Kaushik and Ashish Anand},
122
+ year={2026},
123
+ eprint={2601.10161},
124
+ archivePrefix={arXiv},
125
+ primaryClass={cs.CL},
126
+ url={https://arxiv.org/abs/2601.10161},
127
+ }
128
  ```