A Case Study on Context-Aware Neural Machine Translation with Multi-Task Learning
Ramakrishna Appicharla, Baban Gain, Santanu Pal, Asif Ekbal, Pushpak, Bhattacharyya

TL;DR
This study explores multi-task learning in document-level neural machine translation to improve context sensitivity and performance, especially in low-resource scenarios, while highlighting challenges in source generation from context.
Contribution
It introduces a cascade multi-task learning architecture that explicitly models context encoding, demonstrating improved performance over traditional methods in low-resource settings.
Findings
MTL approach outperforms concatenation-based models in low-resource scenarios
Models are sensitive to context choice, affecting translation quality
Difficulty in generating source from context suggests limitations in current data
Abstract
In document-level neural machine translation (DocNMT), multi-encoder approaches are common in encoding context and source sentences. Recent studies \cite{li-etal-2020-multi-encoder} have shown that the context encoder generates noise and makes the model robust to the choice of context. This paper further investigates this observation by explicitly modelling context encoding through multi-task learning (MTL) to make the model sensitive to the choice of context. We conduct experiments on cascade MTL architecture, which consists of one encoder and two decoders. Generation of the source from the context is considered an auxiliary task, and generation of the target from the source is the main task. We experimented with German--English language pairs on News, TED, and Europarl corpora. Evaluation results show that the proposed MTL approach performs better than concatenation-based and…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques
MethodsALIGN
