CLSep 4, 2019

Simpler and Faster Learning of Adaptive Policies for Simultaneous Translation

arXiv:1909.01559v21035 citations
AI Analysis

This work addresses the problem of inefficient training in adaptive policies for simultaneous translation, offering a simpler and faster approach for real-time translation systems.

The paper tackled the challenge of simultaneous translation by proposing a supervised-learning framework to learn adaptive policies from oracle sequences, achieving better BLEU scores with similar latencies in German<->English experiments.

Simultaneous translation is widely useful but remains challenging. Previous work falls into two main categories: (a) fixed-latency policies such as Ma et al. (2019) and (b) adaptive policies such as Gu et al. (2017). The former are simple and effective, but have to aggressively predict future content due to diverging source-target word order; the latter do not anticipate, but suffer from unstable and inefficient training. To combine the merits of both approaches, we propose a simple supervised-learning framework to learn an adaptive policy from oracle READ/WRITE sequences generated from parallel text. At each step, such an oracle sequence chooses to WRITE the next target word if the available source sentence context provides enough information to do so, otherwise READ the next source word. Experiments on German<->English show that our method, without retraining the underlying NMT model, can learn flexible policies with better BLEU scores and similar latencies compared to previous work.

Foundations

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

Your Notes