LIMP: Linguistically-Informed Multi-Strategy Prompting for Telugu Multi-Turn Dialogue Generation

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Advanced, quick

Summary

LIMP (Linguistically-Informed Multi-Strategy Prompting) is an inference-time, training-free framework designed for generating contextually coherent multi-turn dialogue in Telugu. It injects expert linguistic and cultural knowledge into prompt structures to resolve challenges like morphologically encoded social hierarchy, strict SOV agglutinative syntax, and Natyashastra rasa theory. The framework was empirically evaluated using two strategies, LIMP-RAW and LIMP-COT, on 10,000 instances from the IndicDialogue Telugu corpus with GEMMA-3-1B-IT. LIMP-COT, a six-stage analytical scaffold, achieved approximately 2x higher morphosyntactic surface fidelity (Jaccard = 0.0436) than LIMP-RAW (Jaccard = 0.0211). Conversely, LIMP-RAW, a dense constraint prompt, demonstrated near-ceiling semantic fidelity (BERTSCORE F1 = 0.9709), outperforming LIMP-COT (0.9637) and SARVAM-1 (0.9680). This indicates a semantic-lexical dissociation, where no single configuration excels across all metrics. Notably, LIMP-COT with a 1B parameter model surpassed SARVAM-1 (2B) in lexical metrics, suggesting structured linguistic scaffolding is more impactful than parametric scale for form-faithful generation.

Key takeaway

For NLP Engineers developing dialogue systems for morphologically rich, low-resource languages like Telugu, you should consider implementing linguistically-informed, multi-strategy prompting. Prioritize structured linguistic scaffolding, such as LIMP-COT's six-stage analytical approach, over simply scaling model parameters to achieve higher morphosyntactic fidelity. Be aware that semantic and morphosyntactic performance may dissociate, requiring separate evaluation metrics to ensure comprehensive quality in your generated outputs.

Key insights

Structured linguistic prompting significantly improves morphosyntactic fidelity in low-resource agglutinative languages like Telugu, often surpassing larger models.

Principles

Method

LIMP employs inference-time, training-free prompting. It uses either dense constraint prompts (LIMP-RAW) or a six-stage analytical scaffold (LIMP-COT) grounded in rasa theory and Telugu grammar.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.