Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,14 +13,19 @@ task_categories:
|
|
| 13 |
- other
|
| 14 |
pretty_name: CLASSER
|
| 15 |
---
|
|
|
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Sample Usage
|
| 26 |
|
|
@@ -29,19 +34,16 @@ You can use the AWED-FiNER agentic tool to interact with expert models trained u
|
|
| 29 |
```python
|
| 30 |
from smolagents import CodeAgent, HfApiModel
|
| 31 |
from tool import AWEDFiNERTool
|
| 32 |
-
|
| 33 |
# Initialize the expert tool
|
| 34 |
ner_tool = AWEDFiNERTool()
|
| 35 |
-
|
| 36 |
# Initialize the agent (using a model of your choice)
|
| 37 |
agent = CodeAgent(tools=[ner_tool], model=HfApiModel())
|
| 38 |
-
|
| 39 |
# The agent will automatically use AWED-FiNER for specialized NER
|
| 40 |
# Case: Processing a vulnerable language (Bodo)
|
| 41 |
agent.run("Recognize the named entities in this Bodo sentence: 'बिथाङा दिल्लियाव थाङो।'")
|
| 42 |
```
|
| 43 |
|
| 44 |
-
##
|
| 45 |
|
| 46 |
<table>
|
| 47 |
<thead>
|
|
@@ -60,67 +62,43 @@ agent.run("Recognize the named entities in this Bodo sentence: 'बिथाङ
|
|
| 60 |
<tbody align="center">
|
| 61 |
<tr>
|
| 62 |
<td><b>Assamese (as)</b></td>
|
| 63 |
-
<td>
|
| 64 |
-
<td>
|
| 65 |
<td>1,000</td><td>1,407</td><td>14,270</td><td><b>0.901</b></td>
|
| 66 |
</tr>
|
| 67 |
<tr>
|
| 68 |
<td><b>Bodo (brx)</b></td>
|
| 69 |
-
<td>
|
| 70 |
-
<td>
|
| 71 |
<td>1,000</td><td>1,423</td><td>14,082</td><td><b>0.875</b></td>
|
| 72 |
</tr>
|
| 73 |
<tr>
|
| 74 |
<td><b>Marathi (mr)</b></td>
|
| 75 |
-
<td>
|
| 76 |
-
<td>
|
| 77 |
<td>1,000</td><td>1,443</td><td>13,996</td><td><b>0.887</b></td>
|
| 78 |
</tr>
|
| 79 |
<tr>
|
| 80 |
<td><b>Nepali (ne)</b></td>
|
| 81 |
-
<td>
|
| 82 |
-
<td>
|
| 83 |
<td>1,000</td><td>1,436</td><td>14,142</td><td><b>0.882</b></td>
|
| 84 |
</tr>
|
| 85 |
<tr>
|
| 86 |
-
<td><b>
|
| 87 |
-
<td>
|
| 88 |
-
<td>
|
| 89 |
-
<td>1,000</td><td>1,
|
| 90 |
-
</tr>
|
| 91 |
-
<tr>
|
| 92 |
-
<td><b>Telugu (te)</b></td>
|
| 93 |
-
<td>65,477</td><td>109,597</td><td>843,701</td>
|
| 94 |
-
<td>7,205</td><td>12,073</td><td>92,835</td>
|
| 95 |
-
<td>1,000</td><td>1,437</td><td>12,925</td><td><b>0.877</b></td>
|
| 96 |
</tr>
|
| 97 |
</tbody>
|
| 98 |
</table>
|
| 99 |
-
|
| 100 |
*Note: IAA (Inter-Annotator Agreement) scores are represented using Cohen's κ.*
|
| 101 |
|
| 102 |
-
## Contributors
|
| 103 |
-
[Prachuryya Kaushik](https://www.linkedin.com/in/pkabundant/) <br>
|
| 104 |
-
[Adittya Gupta](https://www.linkedin.com/in/adittya-gupta-b64356224/) <br>
|
| 105 |
-
[Ajanta Maurya](https://www.linkedin.com/in/ajanta-maurya/) <br>
|
| 106 |
-
[Gautam Sharma](https://www.linkedin.com/in/g-s01/) <br>
|
| 107 |
-
[Prof. V Vijaya Saradhi](https://www.linkedin.com/in/vijaya-saradhi-a90a604/) <br>
|
| 108 |
-
[Prof. Ashish Anand](https://www.linkedin.com/in/anandashish/)
|
| 109 |
-
|
| 110 |
-
|
| 111 |
## Citation
|
| 112 |
|
| 113 |
If you use this dataset, please cite the following papers:
|
| 114 |
|
| 115 |
```bibtex
|
| 116 |
-
@inproceedings{kaushik2026aptfiner,
|
| 117 |
-
title={APTFiNER: Annotation Preserving Translation for Fine-grained Named Entity Recognition},
|
| 118 |
-
author={Kaushik, Prachuryya and Gupta, Adittya and Maurya, Ajanta and Sharma, Gautam and Saradhi, Vijaya V and Anand, Ashish},
|
| 119 |
-
booktitle={Proceedings of the Fifteenth Language Resources and Evaluation Conference},
|
| 120 |
-
volume={15},
|
| 121 |
-
year={2026}
|
| 122 |
-
}
|
| 123 |
-
|
| 124 |
@misc{kaushik2026awedfiner,
|
| 125 |
title = {AWED-FiNER: Agents, Web Applications, and Expert Detectors for Fine-grained Named Entity Recognition across 36 Languages for 6.6 Billion Speakers},
|
| 126 |
author = {Kaushik, Prachuryya and Anand, Ashish},
|
|
@@ -129,7 +107,6 @@ If you use this dataset, please cite the following papers:
|
|
| 129 |
archivePrefix= {arXiv},
|
| 130 |
eprint = {submit/7163987}
|
| 131 |
}
|
| 132 |
-
|
| 133 |
@inproceedings{kaushik2025classer,
|
| 134 |
title = {{CLASSER}: Cross-lingual Annotation Projection enhancement through Script Similarity for Fine-grained Named Entity Recognition},
|
| 135 |
author = {Kaushik, Prachuryya and Anand, Ashish},
|
|
|
|
| 13 |
- other
|
| 14 |
pretty_name: CLASSER
|
| 15 |
---
|
| 16 |
+
# CLASSER: Cross-lingual Annotation Projection enhancement through Script Similarity for Fine-grained Named Entity Recognition
|
| 17 |
|
| 18 |
+
**CLASSER** is a framework for cross-lingual annotation projection with script-similarity-based refinement to create high-quality fine-grained named entity recognition datasets.
|
| 19 |
|
| 20 |
+
It is part of the [AWED-FiNER](https://github.com/PrachuryyaKaushik/AWED-FiNER) ecosystem: [**Paper**](https://huggingface.co/papers/2601.10161) | [**GitHub**](https://github.com/PrachuryyaKaushik/AWED-FiNER) | [**Interactive Demo**](https://huggingface.co/spaces/prachuryyaIITG/AWED-FiNER)
|
| 21 |
|
| 22 |
+
Utilizing CLASSER, fine-grained named entity recognition dataset is created in five languages: Assamese (as), Bodo (brx), Marathi (mr), Nepali (ne) and Sanskrit (sa).
|
| 23 |
|
| 24 |
+
## CLASSER Framework Overview
|
| 25 |
+
|
| 26 |
+
<img src="CLASSER_framework.png" alt="CLASSER Framework Overview" width="450"/>
|
| 27 |
+
|
| 28 |
+
*Figure: Overview of the CLASSER framework.*
|
| 29 |
|
| 30 |
## Sample Usage
|
| 31 |
|
|
|
|
| 34 |
```python
|
| 35 |
from smolagents import CodeAgent, HfApiModel
|
| 36 |
from tool import AWEDFiNERTool
|
|
|
|
| 37 |
# Initialize the expert tool
|
| 38 |
ner_tool = AWEDFiNERTool()
|
|
|
|
| 39 |
# Initialize the agent (using a model of your choice)
|
| 40 |
agent = CodeAgent(tools=[ner_tool], model=HfApiModel())
|
|
|
|
| 41 |
# The agent will automatically use AWED-FiNER for specialized NER
|
| 42 |
# Case: Processing a vulnerable language (Bodo)
|
| 43 |
agent.run("Recognize the named entities in this Bodo sentence: 'बिथाङा दिल्लियाव थाङो।'")
|
| 44 |
```
|
| 45 |
|
| 46 |
+
## CLASSER Dataset Statistics
|
| 47 |
|
| 48 |
<table>
|
| 49 |
<thead>
|
|
|
|
| 62 |
<tbody align="center">
|
| 63 |
<tr>
|
| 64 |
<td><b>Assamese (as)</b></td>
|
| 65 |
+
<td>140,257</td><td>204,611</td><td>1,972,697</td>
|
| 66 |
+
<td>15,585</td><td>15,763</td><td>219,114</td>
|
| 67 |
<td>1,000</td><td>1,407</td><td>14,270</td><td><b>0.901</b></td>
|
| 68 |
</tr>
|
| 69 |
<tr>
|
| 70 |
<td><b>Bodo (brx)</b></td>
|
| 71 |
+
<td>212,835</td><td>302,713</td><td>2,958,455</td>
|
| 72 |
+
<td>23,649</td><td>33,808</td><td>329,145</td>
|
| 73 |
<td>1,000</td><td>1,423</td><td>14,082</td><td><b>0.875</b></td>
|
| 74 |
</tr>
|
| 75 |
<tr>
|
| 76 |
<td><b>Marathi (mr)</b></td>
|
| 77 |
+
<td>611,902</td><td>889,217</td><td>8,135,813</td>
|
| 78 |
+
<td>67,990</td><td>97,943</td><td>948,020</td>
|
| 79 |
<td>1,000</td><td>1,443</td><td>13,996</td><td><b>0.887</b></td>
|
| 80 |
</tr>
|
| 81 |
<tr>
|
| 82 |
<td><b>Nepali (ne)</b></td>
|
| 83 |
+
<td>414,561</td><td>617,957</td><td>5,531,683</td>
|
| 84 |
+
<td>46,062</td><td>64,098</td><td>642,489</td>
|
| 85 |
<td>1,000</td><td>1,436</td><td>14,142</td><td><b>0.882</b></td>
|
| 86 |
</tr>
|
| 87 |
<tr>
|
| 88 |
+
<td><b>Sanskrit (sa)</b></td>
|
| 89 |
+
<td>265,114</td><td>378,287</td><td>3,488,871</td>
|
| 90 |
+
<td>29,458</td><td>40,589</td><td>377,306</td>
|
| 91 |
+
<td>1,000</td><td>1,412</td><td>12,925</td><td><b>0.861</b></td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
</tr>
|
| 93 |
</tbody>
|
| 94 |
</table>
|
|
|
|
| 95 |
*Note: IAA (Inter-Annotator Agreement) scores are represented using Cohen's κ.*
|
| 96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
## Citation
|
| 98 |
|
| 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},
|
|
|
|
| 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},
|