CLAILGSDASFeb 10, 2024

GenTranslate: Large Language Models are Generative Multilingual Speech and Machine Translators

arXiv:2402.06894v238 citationsh-index: 22ACL
Originality Incremental advance
AI Analysis

This addresses the need for higher-quality single-output translations in multilingual speech and machine translation, representing an incremental advancement over existing methods.

The paper tackles the problem of suboptimal translation quality from beam search and top-1 hypothesis selection by proposing GenTranslate, a generative paradigm using LLMs to integrate diverse N-best hypotheses, resulting in significant performance improvements on benchmarks like FLEURS, CoVoST-2, and WMT.

Recent advances in large language models (LLMs) have stepped forward the development of multilingual speech and machine translation by its reduced representation errors and incorporated external knowledge. However, both translation tasks typically utilize beam search decoding and top-1 hypothesis selection for inference. These techniques struggle to fully exploit the rich information in the diverse N-best hypotheses, making them less optimal for translation tasks that require a single, high-quality output sequence. In this paper, we propose a new generative paradigm for translation tasks, namely "GenTranslate", which builds upon LLMs to generate better results from the diverse translation versions in N-best list. Leveraging the rich linguistic knowledge and strong reasoning abilities of LLMs, our new paradigm can integrate the rich information in N-best candidates to generate a higher-quality translation result. Furthermore, to support LLM finetuning, we build and release a HypoTranslate dataset that contains over 592K hypotheses-translation pairs in 11 languages. Experiments on various speech and machine translation benchmarks (e.g., FLEURS, CoVoST-2, WMT) demonstrate that our GenTranslate significantly outperforms the state-of-the-art model.

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