CLApr 17, 2024

A Preference-driven Paradigm for Enhanced Translation with Large Language Models

arXiv:2404.11288v235 citationsh-index: 10NAACL
Originality Incremental advance
AI Analysis

This addresses a bottleneck in machine translation for LLM users by offering an incremental improvement over SFT to enhance translation quality and resilience.

The paper tackles the plateau in translation performance of large language models (LLMs) with supervised fine-tuning (SFT) by proposing a preference-based approach using the Plackett-Luce model, which demonstrates superiority in breaking this plateau across diverse LLMs and test settings.

Recent research has shown that large language models (LLMs) can achieve remarkable translation performance through supervised fine-tuning (SFT) using only a small amount of parallel data. However, SFT simply instructs the model to imitate the reference translations at the token level, making it vulnerable to the noise present in the references. Hence, the assistance from SFT often reaches a plateau once the LLMs have achieved a certain level of translation capability, and further increasing the size of parallel data does not provide additional benefits. To overcome this plateau associated with imitation-based SFT, we propose a preference-based approach built upon the Plackett-Luce model. The objective is to steer LLMs towards a more nuanced understanding of translation preferences from a holistic view, while also being more resilient in the absence of gold translations. We further build a dataset named MAPLE to verify the effectiveness of our approach, which includes multiple translations of varying quality for each source sentence. Extensive experiments demonstrate the superiority of our approach in "breaking the plateau" across diverse LLMs and test settings. Our in-depth analysis underscores the pivotal role of diverse translations and accurate preference scores in the success of our approach.

Foundations

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

Your Notes