ACL 2025 | AI Subtitles Lag Behind, New Method Brings Real-Time Performance Close to Offline Translation}

A new sequential policy optimization method significantly reduces latency in AI simultaneous translation, achieving near offline translation quality, revolutionizing real-time language processing.

ACL 2025 | AI Subtitles Lag Behind, New Method Brings Real-Time Performance Close to Offline Translation}

The first author is Xu Ting, a PhD student at the Chinese University of Hong Kong, focusing on large model post-training; the corresponding authors are Huang Zhichao and Cheng Shanbo from ByteDance Seed team.

Have you ever experienced this scenario: watching an exciting global launch event, but the AI subtitles are always a half-beat behind, and by the time you see the translation, the joke on stage has already cooled off?

Or during international video conferences, machine translation quality fluctuates, sometimes making the speech incoherent and amusing.

This is the core challenge in the field of simultaneous machine translation (SiMT): the “Quality-Latency Trade-off”.

Now, a new solution has emerged. A research team from the Chinese University of Hong Kong, ByteDance Seed, and Stanford University jointly proposed a Sequential Policy Optimization framework for SiMT (SeqPO-SiMT).

This method models the SiMT task as a sequential decision process, optimizing the entire decision sequence to significantly improve translation quality while effectively controlling latency, sometimes surpassing offline models of similar size.

Research Background

The core of SiMT is the dynamic decision to either “continue listening” (READ) or “start speaking” (WRITE). This decision directly impacts the final translation quality. For example, when the model receives the English word “bark,” it faces a dilemma: translating immediately as “dog bark” might be correct, but if the following phrase is “of the tree,” the correct translation should be “tree bark.”

Traditional SiMT methods make each decision (whether to read or write) in isolation, risking sacrificing overall fluency and accuracy for short-term gains.

图片

Core Method

To address this challenge, the paper proposes the SeqPO-SiMT framework. The key idea is to model the SiMT task as a sequential decision problem, evaluating the translation quality and latency across the entire process, and optimizing the entire decision sequence end-to-end.

This approach does not evaluate each step in isolation but considers the entire sentence translation process as a whole, aligning more closely with human evaluation of simultaneous interpretation.

Sampling Stage in SiMT: Uses a large language model (LLM) as a policy model

图片

. At each timestep t, the model receives new source text

图片

, and based on all previous source texts

图片

and translation history

图片

, it generates the current translation block

图片

. This decision process can be formalized as:

图片

. A key flexibility of this framework is that if the model decides to wait for more context, the output

图片

can be empty, with its length entirely determined by the strategy model

图片

. The decision-making process is formalized as:

图片

. The reward function during optimization evaluates the entire process based on a combined reward

图片

that assesses both translation quality

图片

and latency

图片

. The overall goal is to maximize the expected reward

图片

while maintaining training stability through KL divergence constraints

图片

against reference models

图片

. This combined optimization allows the model to learn an optimal strategy balancing translation quality and latency:

Among them, λ is a hyperparameter used to balance the importance of quality and latency.

Optimization Objective: The model aims to maximize the expected reward

. To ensure training stability, the objective function also incorporates KL divergence as a constraint to prevent the policy model from deviating too far from reference models

. This end-to-end learning approach enables the model to develop an optimal strategy that balances translation quality and latency.

The main contribution of this work is providing a new perspective on addressing the quality-latency trade-off in SiMT. It emphasizes the importance of holistic, sequential decision optimization. The proposed method offers valuable insights for developing more efficient and intelligent real-time translation systems, with potential applications in natural language processing tasks requiring continuous, real-time decision-making.

Subscribe to QQ Insights

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe