A learned source-feature decider routes each sentence to either an NMT model or an LLM, improving average translation quality over both single systems and a QE-based baseline while using the LLM for only about 20-30% of sentences.
Improving Machine Translation with Large Language Models: A Preliminary Study with Cooperative Decoding
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Contemporary translation engines based on the encoder-decoder framework have made significant strides in development. However, the emergence of Large Language Models (LLMs) has disrupted their position by presenting the potential for achieving superior translation quality. To uncover the circumstances in which LLMs excel and explore how their strengths can be harnessed to enhance translation quality, we first conduct a comprehensive analysis to assess the strengths and limitations of various commercial NMT systems and MT-oriented LLMs. Our findings indicate that neither NMT nor MT-oriented LLMs alone can effectively address all the translation issues, but MT-oriented LLMs show promise as a complementary solution to NMT systems. Building upon these insights, we propose Cooperative Decoding (CoDec), which treats NMT systems as a pretranslation model and MT-oriented LLMs as a supplemental solution to handle complex scenarios beyond the capability of NMT alone. Experimental results on the WMT22 test sets and a newly collected test set WebCrawl demonstrate the effectiveness and efficiency of CoDec, highlighting its potential as a robust solution for combining NMT systems with MT-oriented LLMs in the field of machine translation.
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Combining the Best of Both Worlds: A Method for Hybrid NMT and LLM Translation
A learned source-feature decider routes each sentence to either an NMT model or an LLM, improving average translation quality over both single systems and a QE-based baseline while using the LLM for only about 20-30% of sentences.