12/04/2026
Weโre excited to share that the following survey paper:
๐ โBridging the Linguistic Divide: Leveraging Large Language Models for Machine Translationโ
has been accepted to Language Resources & Evaluation (Q1 journal)๐
๐ Paper: https://arxiv.org/abs/2504.01919
๐ป Code: https://github.com/babangain/llm-mt-survey
๐ What does this work cover?
This paper provides a comprehensive and up-to-date survey of how LLMs are transforming Machine Translation (MT), spanning methods, evaluation, and real-world challenges
๐ก Key Takeaways
โช LLMs are reshaping MT paradigms: From prompting and in-context learning to fine-tuning and RL-based alignment, translation is evolving beyond traditional encoderโdecoder systems.
โช Data quality > model scale: Performance gains increasingly depend on high-quality data, preference signals, and context usage, not just bigger models.
โช Low-resource MT remains challenging: LLMs help, but performance is still highly dependent on cross-lingual support and data availability.
โช Prompting vs Fine-tuning is not a competition: They are complementary tools, each useful under different constraints and deployment scenarios.
โช Evaluation is evolving: LLMs as evaluators offer interpretability but introduce biases and instability, making multi-metric evaluation essential.
โช Beyond sentence-level translation: Emerging work explores document-level, discourse-aware, and instruction-controlled MT, opening new research directions.
๐ Why this matters
As LLMs become central to NLP, understanding their role in MT is crucial for building robust, inclusive, and controllable multilingual systems.
This survey aims to serve as a single reference point for researchers and practitioners navigating this rapidly evolving space. Also, the code enables practitioners to rapidly build LLM-based machine translation systems using few-shot prompting, supervised fine-tuning (SFT), and parameter-efficient fine-tuning (PEFT) approaches.
Large Language Models (LLMs) are rapidly reshaping machine translation (MT), particularly by introducing instruction-following, in-context learning, and preference-based alignment into what has traditionally been a supervised encoder-decoder paradigm. This survey provides a comprehensive and up-to-d...