paper-with-me

Papers

Conversational Domain Adaptation of IndicTrans2 across 21 Indic Languages via Experience Replay and Model Soups

2026-06-27 · Aditya Pratap Singh arxiv

IndicTrans2 is the strongest open English to Indic translation system, but like most systems it is trained on general text and tends to sound stiff on casual, conversational input. We adapt IndicTrans2-1B to conversational register across all 21 Indic languages using only public data (OpenSubtitles, BPCC-H-Daily, Tatoeba). Plain fine-tuning improves conversational chrF but forgets the general domain (it drops 3.9 chrF on FLORES for Hindi). Mixing general data back into training (experience replay) and then averaging the fine-tuned weights with the base (model souping) removes that trade-off: the resulting model beats IndicTrans2-1B on conversational chrF in every one of the 21 languages (mean +6.2) while matching it on FLORES (mean change -0.17, all within 0.7 chrF). Paired bootstrap tests confirm the conversational gains are significant (p <= 0.004) and that FLORES is not significantly degraded. We are deliberate about scope: these are chrF gains, and a blind human plus multi-model LLM check does not confirm them as a perceived quality improvement, so we treat the conversational gain as largely a register match to the references rather than proof of better translation. The techniques are not new; the contribution is the honest, end-to-end study in the Indic conversational setting.

📄 PDF Abstract BibTeX arXiv:2606.29024

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

A Picture is Worth a Thousand (Correct) Captions: A Vision-Guided Judge-Corrector System for Multimodal Machine Translation

2025-11-10 · Siddharth Betala, Kushan Raj, Vipul Betala, Rohan Saswade arxiv

In this paper, we describe our system under the team name BLEU Monday for the English-to-Indic Multimodal Translation Task at WAT 2025. We participate in the text-only translation tasks for English-Hindi, English-Bengali…

Multimodal Machine Translation

English-to-Prakrit Machine Translation via Multilingual Transfer Learning

2026-06-04 · Om Choksi, Smit Kareliya, Shrikant Malviya, Pruthwik Mishra arxiv

We study English-to-Prakrit machine translation in a low-resource setting where the target language is unsupported by IndicTrans2. We adapt the multilingual model by mapping Prakrit to the Hindi language tag (hin_Deva) w…

Machine TranslationTransfer Learning

IndicTrans2: Towards High-Quality and Accessible Machine Translation Models for all 22 Scheduled Indian Languages

2023-05-25 · Jay Gala, Pranjal A. Chitale, Raghavan AK, Varun Gumma 외

India has a rich linguistic landscape with languages from 4 major language families spoken by over a billion people. 22 of these languages are listed in the Constitution of India (referred to as scheduled languages) are …

AllMachine TranslationSentenceTranslation

CorIL: Towards Enriching Indian Language to Indian Language Parallel Corpora and Machine Translation Systems

2025-09-24 · Soham Bhattacharjee, Mukund K Roy, Yathish Poojary, Bhargav Dave 외 arxiv

India's linguistic landscape is one of the most diverse in the world, comprising over 120 major languages and approximately 1,600 additional languages, with 22 officially recognized as scheduled languages in the Indian C…

Machine TranslationTransfer LearningDomain Adaptation

Neural Personalized Response Generation as Domain Adaptation

2017-01-09 · Wei-Nan Zhang, Ting Liu, Yifa Wang, Qingfu Zhu

In this paper, we focus on the personalized response generation for conversational systems. Based on the sequence to sequence learning, especially the encoder-decoder framework, we propose a two-phase approach, namely in…

DecoderDomain AdaptationResponse Generation