Simultaneous Translation Policies: From Fixed To Adaptive | Awesome LLM Papers Contribute to Awesome LLM Papers

Simultaneous Translation Policies: From Fixed To Adaptive

Baigong Zheng, Kaibo Liu, Renjie Zheng, Mingbo Ma, Hairong Liu, Liang Huang . Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics 2020 – 55 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
ACL Uncategorized

Adaptive policies are better than fixed policies for simultaneous translation, since they can flexibly balance the tradeoff between translation quality and latency based on the current context information. But previous methods on obtaining adaptive policies either rely on complicated training process, or underperform simple fixed policies. We design an algorithm to achieve adaptive policies via a simple heuristic composition of a set of fixed policies. Experiments on Chinese -> English and German -> English show that our adaptive policies can outperform fixed ones by up to 4 BLEU points for the same latency, and more surprisingly, it even surpasses the BLEU score of full-sentence translation in the greedy mode (and very close to beam mode), but with much lower latency.

Similar Work