Indian Flag
Government Of India
A-
A
A+

COMI-LINGUA-NER

This is a fine-tuned version of aya-expanse-8b for Named Entity Recognition (NER) on Hinglish (Hindi-English code-mixed) text. It helps with token-level entity tagging (PERSON, ORGANISATION, LOCATION, DATE, TIME, GPE, HASHTAG, EMOJI, MENTION, X/Other) in Roman/Devanagari scripts. Achieves 94.90 F1 on COMI-LINGUA test set (5K instances), outperforming the zero-shot inference (59.88 F1).

About Model

Hindi-English NER Tagger

A LoRA-adapted Transformer LLM fine-tuned for token-level Named Entity Recognition (NER) on Hindi–English (Hinglish) code-mixed text.


Supported Entity Tags
  • PERSON - Names of individuals
  • ORGANISATION - Institutions or companies
  • LOCATION - Non-political physical locations
  • DATE - Temporal expressions (dates)
  • TIME - Temporal expressions (times)
  • GPE - Geo-Political Entities
  • HASHTAG - Words prefixed by ‘#’
  • EMOJI - Emoticons conveying emotions
  • MENTION - User mentions prefixed by ‘@’
  • X / Other - Non-entity tokens (common words, punctuation, etc.)

Model Overview
  • Model type: LoRA-adapted Transformer LLM
  • Base model: CohereForAI/aya-expanse-8b
  • Total parameters: 8B
  • Trainable parameters: ~32M
  • License: Apache 2.0
  • Languages: Hindi, English (code-mixed, Roman + Devanagari scripts)

Performance

Achieves 94.90 F1 on the COMI-LINGUA NER test set (5K instances), establishing strong state-of-the-art performance for Hinglish NER among open-weight models, significantly outperforming zero-shot baselines (59.88 F1) and demonstrating the value of fine-tuning for entity boundary detection in mixed-script, code-mixed social media/news text.

Setting Precision Recall F1-score
Zero-shot 54.47 68.27 59.88
One-shot 79.73 81.44 79.18
Fine-tuned 94.94 94.91 94.90

Example Inference

Identify named entities in the sentence:

लंदन के Madame Tussauds में Deepika Padukone के wax statue का गुरुवार को अनावरण हुआ।

Output:

[
  {"लंदन": "GPE"},
  {"के": "X"},
  {"Madame": "ORGANISATION"},
  {"Tussauds": "ORGANISATION"},
  {"में": "X"},
  {"Deepika": "PERSON"},
  {"Padukone": "PERSON"},
  {"के": "X"},
  {"wax": "X"},
  {"statue": "X"},
  {"का": "X"},
  {"गुरुवार": "DATE"},
  {"को": "X"},
  {"अनावरण": "X"},
  {"हुआ।": "X"}
]

Citation
@inproceedings{sheth-etal-2025-comi,
  title = "{COMI}-{LINGUA}: Expert Annotated Large-Scale Dataset for Multitask {NLP} in {H}indi-{E}nglish Code-Mixing",
  author = "Sheth, Rajvee and
               Beniwal, Himanshu and
               Singh, Mayank",
  editor = "Christodoulopoulos, Christos and
               Chakraborty, Tanmoy and
               Rose, Carolyn and
               Peng, Violet",
  booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2025",
  month = nov,
  year = "2025",
  address = "Suzhou, China",
  publisher = "Association for Computational Linguistics",
  url = "https://aclanthology.org/2025.findings-emnlp.422/",
  pages = "7973--7992",
  isbn = "979-8-89176-335-7"
}

COMI-LINGUA-NER

Metadata Metadata

Apache 2.0

Rajvee Sheth, Mayank Singh

Transformers

Transformers

Open

IITGN

Science, Technology and Research

10/02/26 06:29:27

979.66 MB

Activity Overview Activity Overview

  • Downloads0
  • Downloads 0
  • Views 71
  • File Size 979.66 MB

Tags Tags

  • Code-Mixing
  • Hinglish

License Control License Control

Apache 2.0

Version Control Version Control

FolderVersion 1(979.66 MB)
  • admin·1 month(s) ago
    • application/json
      adapter_config.json
    • undefined
      adapter_model.safetensors
    • undefined
      chat_template.jinja
    • undefined
      optimizer.pt
    • text/markdown
      README.md
    • undefined
      rng_state.pth
    • undefined
      scheduler.pt
    • application/json
      special_tokens_map.json
    • application/json
      tokenizer_config.json
    • more_horiz 2 more

More Models from IITGN More Models from IITGN

COMI-LINGUA-POS
This is a fine-tuned version of aya-expanse-8b for Part-of-Speech (POS) Tagging on Hinglish (Hindi-English code-mixed) text. It assigns a grammatical category to each token using a language-agnostic Universal POS tagset suitable for code-mixed content in Roman and Devanagari scripts.
Hinglish
  • See Upvoters0
  • Downloads0
  • File Size979.67 MB
  • Views70
Updated 30 day(s) ago

IITGN

COMI-LINGUA-MT
This is a fine-tuned version of Llama-3.1-8B-Instruct for Machine Translation (MT) on Hinglish (Hindi-English code-mixed) text. It translates code-mixed input in Roman/Devanagari scripts to three target formats: (i) Standard English, (ii) Romanized Hindi, and (iii) Devanagari Hindi.
Code-Mixing
Hinglish
  • See Upvoters0
  • Downloads0
  • File Size1.89 GB
  • Views83
Updated 30 day(s) ago

IITGN

COMI-LINGUA-MLI
This is a fine-tuned version of aya-expanse-8b for Part-of-Speech (POS) Tagging on Hinglish (Hindi-English code-mixed) text. It classifies each sentence at the sentence level into the dominant matrix language governing the grammatical structure: hi (Hindi) or en (English).
Hinglish
Code-Mixing
  • See Upvoters0
  • Downloads0
  • File Size1.89 GB
  • Views70
Updated 30 day(s) ago

IITGN

COMI-LINGUA-LID
This is a fine-tuned version of aya-expanse-8b for Token-level Language Identification (LID) on Hinglish (Hindi-English code-mixed) text. It performs token-wise classification into three categories: en (English), hi (Hindi), or ot (Other).
Code-Mixing
Hinglish
  • See Upvoters0
  • Downloads0
  • File Size1.89 GB
  • Views73
Updated 30 day(s) ago

IITGN

COMI-LINGUA-NER
This is a fine-tuned version of aya-expanse-8b for Named Entity Recognition (NER) on Hinglish (Hindi-English code-mixed) text. It helps with token-level entity tagging (PERSON, ORGANISATION, LOCATION, DATE, TIME, GPE, HASHTAG, EMOJI, MENTION, X/Other) in Roman/Devanagari scripts. Achieves 94.90 F1 on COMI-LINGUA test set (5K instances), outperforming the zero-shot inference (59.88 F1).
Code-Mixing
Hinglish
  • See Upvoters0
  • Downloads0
  • File Size979.66 MB
  • Views72
Updated 30 day(s) ago

IITGN

Ganga-2-1B
The first pre-trained Hindi model by any academic research lab in India 🇮🇳!
Text Generation
  • See Upvoters1
  • Downloads37
  • File Size1.88 GB
  • Views394
Updated 8 month(s) ago

IITGN