Fixed and Adaptive Simultaneous Machine Translation Strategies Using Adapters
Abderrahmane Issam, Yusuf Can Semerci, Jan Scholtes and, Gerasimos Spanakis

TL;DR
This paper introduces a novel approach using lightweight adapters in simultaneous machine translation to enable a single model to adapt to multiple latency levels, improving flexibility and performance.
Contribution
The paper proposes integrating specialized adapters into the decoder to handle various wait-$k$ policies within one model, enhancing flexibility and reducing interference compared to other methods.
Findings
Outperforms or matches strong baselines across latency levels
Adapters enable multi-latency capabilities within a single model
Combining adapters with adaptive strategies yields further improvements
Abstract
Simultaneous machine translation aims at solving the task of real-time translation by starting to translate before consuming the full input, which poses challenges in terms of balancing quality and latency of the translation. The wait- policy offers a solution by starting to translate after consuming words, where the choice of the number directly affects the latency and quality. In applications where we seek to keep the choice over latency and quality at inference, the wait- policy obliges us to train more than one model. In this paper, we address the challenge of building one model that can fulfil multiple latency levels and we achieve this by introducing lightweight adapter modules into the decoder. The adapters are trained to be specialized for different wait- values and compared to other techniques they offer more flexibility to allow for reaping the benefits of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Speech and dialogue systems
MethodsAdapter
