CLFeb 7, 2024

TransLLaMa: LLM-based Simultaneous Translation System

arXiv:2402.04636v147 citationsh-index: 22Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses the challenge of enabling LLMs to perform simultaneous translation efficiently, which is incremental as it adapts existing models to a new task with competitive results.

The authors tackled the problem of applying decoder-only large language models (LLMs) to simultaneous machine translation (SiMT), which is typically dominated by encoder-decoder transformers, by fine-tuning an open-source LLM on a small dataset to generate 'wait' tokens for input segmentation, achieving BLEU scores comparable to state-of-the-art baselines for English-German and English-Russian tasks.

Decoder-only large language models (LLMs) have recently demonstrated impressive capabilities in text generation and reasoning. Nonetheless, they have limited applications in simultaneous machine translation (SiMT), currently dominated by encoder-decoder transformers. This study demonstrates that, after fine-tuning on a small dataset comprising causally aligned source and target sentence pairs, a pre-trained open-source LLM can control input segmentation directly by generating a special "wait" token. This obviates the need for a separate policy and enables the LLM to perform English-German and English-Russian SiMT tasks with BLEU scores that are comparable to those of specific state-of-the-art baselines. We also evaluated closed-source models such as GPT-4, which displayed encouraging results in performing the SiMT task without prior training (zero-shot), indicating a promising avenue for enhancing future SiMT systems.

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