Cuet Yet Another Baseline@DravidianLangTech 2026: Shared Task on Prompt Recovery for LLM in Telugu
Summary
The paper "Cuet Yet Another Baseline@DravidianLangTech 2026" presents a system for the Shared Task on Prompt Recovery for LLM in Telugu, focusing on classifying Telugu transcript excerpts into nine communicative style categories: Formal, Informal, Optimistic, Pessimistic, Humorous, Serious, Inspiring, Authoritative, and Persuasive. Prompt recovery, inferring original instruction and stylistic framing from LLM output, is particularly challenging for low-resource Dravidian languages like Telugu due to complex morphology and limited annotated data. The system employs a transformer-based approach, fine-tuning ai4bharat/IndicBERTv2-MLM-only, MuRIL-base, and Telugu-BERT on pretrained Indic language samples. It achieved a macro F1 score of 0.2993 on the evaluation set, demonstrating the potential of Indic-focused models for stylistic analysis. Ablation studies indicated that label smoothing helps stronger Indic backbones but harms weaker ones, and surface linguistic feature augmentation is ineffective with rich contextual representations on small datasets.
Key takeaway
For NLP Engineers developing models for low-resource Dravidian languages, this research suggests focusing on fine-tuning Indic-focused transformer models like ai4bharat/IndicBERTv2-MLM-only or MuRIL-base for stylistic classification tasks. You should carefully evaluate label smoothing, as it can improve stronger backbones but degrade weaker ones. Avoid augmenting surface linguistic features on small datasets, as rich contextual representations are more effective. This approach achieved a macro F1 of 0.2993 in Telugu prompt recovery.
Key insights
Indic-focused transformer models show potential for prompt recovery and stylistic classification in low-resource languages like Telugu.
Principles
- Label smoothing benefits stronger model backbones.
- Augmenting surface features is ineffective on small datasets.
- Low-resource languages pose unique stylistic modeling challenges.
Method
A transformer-based approach fine-tunes ai4bharat/IndicBERTv2-MLM-only, MuRIL-base, and Telugu-BERT on pretrained Indic language samples for Telugu communicative style classification.
In practice
- Consider Indic-focused BERT models for Telugu NLP.
- Evaluate label smoothing carefully based on model strength.
- Prioritize contextual representations over surface features for small datasets.
Topics
- Prompt Recovery
- Large Language Models
- Telugu NLP
- Dravidian Languages
- IndicBERTv2
- Stylistic Classification
- Low-Resource NLP
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.