prachuryyaIITG commited on
Commit
0c33c07
·
verified ·
1 Parent(s): 5c09439

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -14
README.md CHANGED
@@ -18,11 +18,9 @@ pretty_name: FewNERD English MuRIL
18
  library_name: transformers
19
  ---
20
 
21
- This model is an expert detector for Fine-grained Named Entity Recognition (FgNER) within the **AWED-FiNER** project. It is a fine-tuned version of `google/muril-large-cased` on the English [Few-NERD](https://huggingface.co/datasets/DFKI-SLT/few-nerd) dataset.
22
 
23
- **AWED-FiNER** is presented in the paper: [AWED-FiNER: Agents, Web applications, and Expert Detectors for Fine-grained Named Entity Recognition across 36 Languages for 6.6 Billion Speakers](https://huggingface.co/papers/2601.10161).
24
-
25
- Read the papers: [FewNERD in ACL-2021](https://aclanthology.org/2021.acl-long.248.pdf) , [SampurNER in AAAI-2026](https://ojs.aaai.org/index.php/AAAI/article/view/40405)
26
 
27
  The tagset of [Few-NERD](https://aclanthology.org/2021.acl-long.248.pdf) is a fine-grained tagset. The fine to coarse level mapping of the tags are as follows:
28
 
@@ -47,8 +45,6 @@ Learning Rate: 5e-5 <br>
47
  Weight Decay: 0.01 <br>
48
  Batch Size: 64 <br>
49
 
50
- [**AWED-FiNER collection**](https://huggingface.co/collections/prachuryyaIITG/awed-finer) | [**Paper**](https://huggingface.co/papers/2601.10161) | [**Agentic Tool**](https://github.com/PrachuryyaKaushik/AWED-FiNER) | [**Interactive Demo**](https://huggingface.co/spaces/prachuryyaIITG/AWED-FiNER)
51
-
52
  ## Sample Usage of Agentic Tool
53
 
54
  The AWED-FiNER agentic tool can be used to interact with expert models trained using this framework. Below is an example:
@@ -87,14 +83,14 @@ If you use this model, please cite the following papers:
87
  pages = "3198--3213",
88
  }
89
 
90
- @misc{kaushik2026awedfiner,
91
- title = {AWED-FiNER: Agents, Web Applications, and Expert Detectors for Fine-grained Named Entity Recognition across 36 Languages for 6.6 Billion Speakers},
92
- author = {Kaushik, Prachuryya and Anand, Ashish},
93
- year = {2026},
94
- note = {arXiv preprint, submitted},
95
- archivePrefix= {arXiv},
96
- eprint = {2601.10161},
97
- url = {https://arxiv.org/abs/2601.10161}
98
  }
99
 
100
  @inproceedings{kaushik2026sampurner,
 
18
  library_name: transformers
19
  ---
20
 
21
+ This model is a fine-tuned version of `google/muril-large-cased` on the English [Few-NERD](https://huggingface.co/datasets/DFKI-SLT/few-nerd) dataset.
22
 
23
+ It is part of the [AWED-PIPER](https://github.com/PrachuryyaKaushik/AWED-PIPER) ecosystem: [**Paper**](https://huggingface.co/papers/2601.10161) | [**Agent for FgNER**](https://github.com/PrachuryyaKaushik/AWED-FiNER) | [**Web App for FgNER**](https://huggingface.co/spaces/prachuryyaIITG/AWED-FiNER) | [**Agent for PII Protection**](https://github.com/PrachuryyaKaushik/AWED-PIPER) | [**Web App for PII Protection**](https://huggingface.co/spaces/prachuryyaIITG/AWED_PII_Protector)
 
 
24
 
25
  The tagset of [Few-NERD](https://aclanthology.org/2021.acl-long.248.pdf) is a fine-grained tagset. The fine to coarse level mapping of the tags are as follows:
26
 
 
45
  Weight Decay: 0.01 <br>
46
  Batch Size: 64 <br>
47
 
 
 
48
  ## Sample Usage of Agentic Tool
49
 
50
  The AWED-FiNER agentic tool can be used to interact with expert models trained using this framework. Below is an example:
 
83
  pages = "3198--3213",
84
  }
85
 
86
+ @misc{kaushik2026awedpiperagentswebapplications,
87
+ 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},
88
+ author={Prachuryya Kaushik and Ashish Anand},
89
+ year={2026},
90
+ eprint={2601.10161},
91
+ archivePrefix={arXiv},
92
+ primaryClass={cs.CL},
93
+ url={https://arxiv.org/abs/2601.10161},
94
  }
95
 
96
  @inproceedings{kaushik2026sampurner,