Papers for

multilingual chatbot builders

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Language identification models improve tri-language social media texts

IndicTriMix: Developing Language Identification Datasets and Models for Tri-Language Code-Mixing

Abstract: Language identification in code-mixed text, largely observed in social media, is highly essential when users frequently switch between multiple languages within a single utterance. Accurately identifying the languages of code-mixed tokens becomes an urgent necessity. Traditional language identification models, designed for monolingual text, are not well suited for token-level language identification in code-mixed settings. We formulate the task as a sequence labeling problem and fine-tune contextual transformer-based models MuRIL and XLM-RoBERTa best suited for Indian languages. We evaluate these systems on three different data configurations (Hindi, Gujarati, and Bengali) to predict language labels for individual tokens. We release a benchmark for language identification in code-mixed tokens with manually annotated test sets. We propose two approaches of code-mixed generation using parallel sentences of three languages. The trained models demonstrate the effectiveness of contextual embeddings for token-level language identification in multilingual social media text. For reproducibility and to facilitate future research, we publicly release our fine-tuned models.

Thu 10 SeptComputation and Language
The gist
People often mix three languages in a single sentence on social media, making it hard for computers to know which language each word belongs to. The authors worked on solving this by teaching language models to recognize languages at the word level for mixed sentences involving Hindi, Gujarati, and Bengali. They created and tested new datasets and showed that advanced transformer-based models help identify code-mixed languages better. Their work also includes sharing datasets and models for others to use and build on.
Open 2609.11851v1