The reviewed record of science sign in
Pith

arxiv: 2504.09570 · v2 · pith:74YZOIIE · submitted 2025-04-13 · cs.CL

LLMs Can Achieve High-quality Simultaneous Machine Translation as Efficiently as Offline

Reviewed by Pithpith:74YZOIIEopen to challenge →

classification cs.CL
keywords simttranslationllmsofflineevenmachinesourcetokens
0
0 comments X
read the original abstract

When the complete source sentence is provided, Large Language Models (LLMs) perform excellently in offline machine translation even with a simple prompt "Translate the following sentence from [src lang] into [tgt lang]:". However, in many real scenarios, the source tokens arrive in a streaming manner and simultaneous machine translation (SiMT) is required, then the efficiency and performance of decoder-only LLMs are significantly limited by their auto-regressive nature. To enable LLMs to achieve high-quality SiMT as efficiently as offline translation, we propose a novel paradigm that includes constructing supervised fine-tuning (SFT) data for SiMT, along with new training and inference strategies. To replicate the token input/output stream in SiMT, the source and target tokens are rearranged into an interleaved sequence, separated by special tokens according to varying latency requirements. This enables powerful LLMs to learn read and write operations adaptively, based on varying latency prompts, while still maintaining efficient auto-regressive decoding. Experimental results show that, even with limited SFT data, our approach achieves state-of-the-art performance across various SiMT benchmarks, and preserves the original abilities of offline translation. Moreover, our approach generalizes well to document-level SiMT setting without requiring specific fine-tuning, even beyond the offline translation model.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. COSM: A Cooperative Scheduling Framework for Concurrent PIM and CPU Execution on Mobile Devices

    cs.AR 2026-06 unverdicted novelty 7.0

    COSM is a cooperative scheduling framework for concurrent PIM and CPU execution on mobile devices that hides PIM latency and overlaps execution with data transfer, achieving up to 2.8x PIM throughput with less than 2%...

  2. COSM: A Cooperative Scheduling Framework for Concurrent PIM and CPU Execution on Mobile Devices

    cs.AR 2026-06 unverdicted novelty 6.0

    COSM enables concurrent PIM and CPU execution on mobiles via low-interference control and idleness-aware scheduling, delivering up to 2.8x PIM throughput with under 2% CPU slowdown.