CLMar 9, 2025

Beyond Decoder-only: Large Language Models Can be Good Encoders for Machine Translation

arXiv:2503.06594v213 citationsh-index: 10ACL
Originality Highly original
AI Analysis

This work addresses efficiency and generalization in machine translation for NLP practitioners, offering a novel integration of LLMs into encoder-decoder architectures.

The paper tackles the problem of improving neural machine translation by using large language models as encoders, achieving results that match or surpass baselines in translation quality while providing 2.4 to 6.5 times faster inference and a 75% reduction in memory footprint.

The field of neural machine translation (NMT) has changed with the advent of large language models (LLMs). Much of the recent emphasis in natural language processing (NLP) has been on modeling machine translation and many other problems using a single pre-trained Transformer decoder, while encoder-decoder architectures, which were the standard in earlier NMT models, have received relatively less attention. In this paper, we explore translation models that are universal, efficient, and easy to optimize, by marrying the world of LLMs with the world of NMT. We apply LLMs to NMT encoding and leave the NMT decoder unchanged. We also develop methods for adapting LLMs to work better with the NMT decoder. Furthermore, we construct a new dataset involving multiple tasks to assess how well the machine translation system generalizes across various tasks. Evaluations on the WMT and our datasets show that results using our method match or surpass a range of baselines in terms of translation quality, but achieve $2.4 \sim 6.5 \times$ inference speedups and a $75\%$ reduction in the memory footprint of the KV cache. It also demonstrates strong generalization across a variety of translation-related tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes