Views
No views yet
pip install smolagents gradio_client1from tool import AWEDFiNERTool
2
3tool = AWEDFiNERTool(
4 space_id="prachuryyaIITG/AWED-FiNER"
5)
6
7result = tool.forward(
8 text="Jude Bellingham joined Real Madrid in 2023.",
9 language="English"
10)
11
12print(result)1@inproceedings{fetahu2023multiconer,
2 title={MultiCoNER v2: a Large Multilingual dataset for Fine-grained and Noisy Named Entity Recognition},
3 author={Fetahu, Besnik}
4 author={Fetahu, Besnik and Chen, Zhiyu and Kar, Sudipta and Rokhlenko, Oleg and Malmasi, Shervin},
5 booktitle={Findings of the Association for Computational Linguistics: EMNLP 2023},
6 pages={2027--2051},
7 year={2023}
8}
9
10@misc{kaushik2026awedpiperagentswebapplications,
11 title={AWED-PIPER: Agents, Web Applications & Expert Detectors for Personally Identifiable Information Protection & Fine-grained Named Entity Recognition across 36 languages for 6.6 Billion Speakers},
12 author={Prachuryya Kaushik and Ashish Anand},
13 year={2026},
14 eprint={2601.10161},
15 archivePrefix={arXiv},
16 primaryClass={cs.CL},
17 url={https://arxiv.org/abs/2601.10161},
18}
19
20@inproceedings{kaushik2026sampurner,
21 title={SampurNER: Fine-Grained Named Entity Recognition Dataset for 22 Indian Languages},
22 volume={40},
23 url={https://ojs.aaai.org/index.php/AAAI/article/view/40405},
24 DOI={10.1609/aaai.v40i37.40405},
25 number={37},
26 journal={Proceedings of the AAAI Conference on Artificial Intelligence},
27 author={Kaushik, Prachuryya and Anand, Ashish},
28 year={2026},
29 month={Mar.},
30 pages={31410-31418}
31}