Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

FiNERVINER: Fine-grained Named Entity Recognition for Vulnerable languages of India's North Eastern Region

FiNERVINER is a high-quality fine-grained named entity recognition dataset created through annotation projection method.

The vulnerable languages are: Bodo (brx), Mizo (lus), and Manipuri (mni).

Please read the paper in LREC'26 proceedings

FiNERVINER Dataset Statistics

Language Train set Development set Test set
SentencesEntitiesTokens SentencesEntitiesTokens SentencesEntitiesTokensIAA (κ)
Bodo (brx) 212,835302,7132,958,455 23,64933,808329,145 1,0001,42314,0820.875
Mizo (lus) 177,224252,7672,515,386 19,69228,143279,681 1,0001,38414,3300.811
Manipuri (mni) 239,813302,7134,422,373 26,64638,330484,212 1,0001,42618,7650.821

Note: IAA (Inter-Annotator Agreement) scores are represented using Cohen's κ.

Contributors

Prachuryya Kaushik
Prof. Ashish Anand

FiNERVINER is a part of the AWED-FiNER ecosystem: Paper | GitHub | Interactive Demo

Sample Usage

You can use the AWED-FiNER agentic tool to interact with expert models trained using this framework. Below is an example using the smolagents library:

from smolagents import CodeAgent, HfApiModel
from tool import AWEDFiNERTool

# Initialize the expert tool
ner_tool = AWEDFiNERTool()

# Initialize the agent (using a model of your choice)
agent = CodeAgent(tools=[ner_tool], model=HfApiModel())

# The agent will automatically use AWED-FiNER for specialized NER
# Case: Processing a vulnerable language (Bodo)
agent.run("Recognize the named entities in this Bodo sentence: 'बिथाङा दिल्लियाव थाङो।'")

Citation

If you use this dataset, please cite the following papers:

@inproceedings{kaushik-etal-2026-finerviner,
  title = {FiNERVINER: Fine-grained Named Entity Recognition for Vulnerable Languages of India's North Eastern Region},
  author = {Kaushik, Prachuryya and Anand, Ashish},
  booktitle = {Proceedings of the Fifteenth Language Resources and Evaluation Conference (LREC 2026)},
  month = {May},
  year = {2026},
  pages = {7655--7667},
  address = {Palma, Mallorca, Spain},
  publisher = {European Language Resources Association (ELRA)},
  doi = {10.63317/3rs5mcedzvss}
}

@inproceedings{kaushik2026sampurner,
      title={SampurNER: Fine-Grained Named Entity Recognition Dataset for 22 Indian Languages},
      volume={40},
      url={https://ojs.aaai.org/index.php/AAAI/article/view/40405},
      DOI={10.1609/aaai.v40i37.40405},
      number={37},
      journal={Proceedings of the AAAI Conference on Artificial Intelligence},
      author={Kaushik, Prachuryya and Anand, Ashish},
      year={2026},
      month={Mar.},
      pages={31410-31418}
}

@misc{kaushik2026awedfineragentswebapplications,
      title={AWED-FiNER: Agents, Web applications, and Expert Detectors for Fine-grained Named Entity Recognition across 36 Languages for 6.6 Billion Speakers}, 
      author={Prachuryya Kaushik and Ashish Anand},
      year={2026},
      eprint={2601.10161},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2601.10161}, 
}
Downloads last month
41

Models trained or fine-tuned on prachuryyaIITG/FiNERVINER

Space using prachuryyaIITG/FiNERVINER 1

Collections including prachuryyaIITG/FiNERVINER

Paper for prachuryyaIITG/FiNERVINER