Views
No views yet
google/muril-large-cased on the English Few-NERD dataset.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{ding-etal-2021-nerd,
2 title = "Few-{NERD}: A Few-shot Named Entity Recognition Dataset",
3 author = "Ding, Ning and Xu, Guangwei and Chen, Yulin and Wang, Xiaobin and Han, Xu and Xie, Pengjun and Zheng, Haitao and Liu, Zhiyuan",
4 booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
5 month = aug,
6 year = "2021",
7 publisher = "Association for Computational Linguistics",
8 url = "https://aclanthology.org/2021.acl-long.248",
9 doi = "10.18653/v1/2021.acl-long.248",
10 pages = "3198--3213",
11}
12
13@misc{kaushik2026awedpiperagentswebapplications,
14 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},
15 author={Prachuryya Kaushik and Ashish Anand},
16 year={2026},
17 eprint={2601.10161},
18 archivePrefix={arXiv},
19 primaryClass={cs.CL},
20 url={https://arxiv.org/abs/2601.10161},
21}
22
23@inproceedings{kaushik2026sampurner,
24 title={SampurNER: Fine-Grained Named Entity Recognition Dataset for 22 Indian Languages},
25 volume={40},
26 url={https://ojs.aaai.org/index.php/AAAI/article/view/40405},
27 DOI={10.1609/aaai.v40i37.40405},
28 number={37},
29 journal={Proceedings of the AAAI Conference on Artificial Intelligence},
30 author={Kaushik, Prachuryya and Anand, Ashish},
31 year={2026},
32 month={Mar.},
33 pages={31410-31418}
34}