paper-with-me

Papers

A Case Study on Context-Aware Neural Machine Translation with Multi-Task Learning

2024-07-03 · Ramakrishna Appicharla, Baban Gain, Santanu Pal, Asif Ekbal, Pushpak Bhattacharyya

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 multi-encoder DocNMT models in low-resource settings and is sensitive to the choice of context. However, we observe that the MTL models are failing to generate the source from the context. These observations align with the previous studies, and this might suggest that the available document-level parallel corpora are not context-aware, and a robust sentence-level model can outperform the context-aware models.

📄 PDF Abstract BibTeX arXiv:2407.03076

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationMulti-Task LearningSentence

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

LLMs for Low-Resource Dialect Translation Using Context-Aware Prompting: A Case Study on Sylheti

2025-11-24 · Tabia Tanzin Prama, Christopher M. Danforth, Peter Sheridan Dodds arxiv

Large Language Models (LLMs) have demonstrated strong translation abilities through prompting, even without task-specific training. However, their effectiveness in dialectal and low-resource contexts remains underexplore…

Machine Translation

A Case Study on Contextual Machine Translation in a Professional Scenario of Subtitling

2024-06-27 · Sebastian Vincent, Charlotte Prescott, Chris Bayliss, Chris Oakley 외

Incorporating extra-textual context such as film metadata into the machine translation (MT) pipeline can enhance translation quality, as indicated by automatic evaluation in recent work. However, the positive impact of s…

Machine TranslationTranslation

Context-Aware Neural Machine Translation Learns Anaphora Resolution

2018-05-25 · ACL 2018 7 · Elena Voita, Pavel Serdyukov, Rico Sennrich, Ivan Titov

Standard machine translation systems process sentences in isolation and hence ignore extra-sentential information, even though extended context can both prevent mistakes in ambiguous cases and improve translation coheren…

Machine TranslationTranslation

Does Multi-Encoder Help? A Case Study on Context-Aware Neural Machine Translation

2020-05-07 · ACL 2020 6 · Bei Li, Hui Liu, Ziyang Wang, Yufan Jiang 외

In encoder-decoder neural models, multiple encoders are in general used to represent the contextual information in addition to the individual sentence. In this paper, we investigate multi-encoder approaches in documentle…

Decoderfr-enMachine TranslationNMT+2

A Case Study on Context Encoding in Multi-Encoder based Document-Level Neural Machine Translation

2023-08-11 · Ramakrishna Appicharla, Baban Gain, Santanu Pal, Asif Ekbal

Recent studies have shown that the multi-encoder models are agnostic to the choice of context, and the context encoder generates noise which helps improve the models in terms of BLEU score. In this paper, we further expl…

Machine TranslationTranslation