paper-with-me

홈 › Papers

Does Neural Machine Translation Benefit from Larger Context?

2017-04-17 · Sebastien Jean, Stanislas Lauly, Orhan Firat, Kyunghyun Cho

We propose a neural machine translation architecture that models the surrounding text in addition to the source sentence. These models lead to better performance, both in terms of general translation quality and pronoun prediction, when trained on small corpora, although this improvement largely disappears when trained with a larger corpus. We also discover that attention-based neural machine translation is well suited for pronoun prediction and compares favorably with other approaches that were specifically designed for this task.

📄 PDF Abstract BibTeX arXiv:1704.05135

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationPredictionSentenceTranslation

Similar Papers 제목 키워드 기반

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

Studying The Impact Of Document-level Context On Simultaneous Neural Machine Translation

2021-08-01 · MTSummit 2021 8 · Raj Dabre, Aizhan Imankulova, Masahiro Kaneko

In a real-time simultaneous translation setting and neural machine translation (NMT) models start generating target language tokens from incomplete source language sentences and making them harder to translate and leadin…

DecoderMachine TranslationNMTSentence+1

Context-Aware Learning for Neural Machine Translation

2019-03-12 · Sébastien Jean, Kyunghyun Cho

Interest in larger-context neural machine translation, including document-level and multi-modal translation, has been growing. Multiple works have proposed new network architectures or evaluation schemes, but potentially…

Machine TranslationTranslation

Fill in the Blanks: Imputing Missing Sentences for Larger-Context Neural Machine Translation

2019-10-30 · Sébastien Jean, Ankur Bapna, Orhan Firat

Most neural machine translation systems still translate sentences in isolation. To make further progress, a promising line of research additionally considers the surrounding context in order to provide the model potentia…

Document Level Machine TranslationLanguage ModelingLanguage ModellingMachine Translation+2

Cross-Preference Learning for Sentence-Level and Context-Aware Machine Translation

2026-03-26 · Ying Li, Xinglin Lyu, Junhui Li, Jinlong Yang 외 arxiv

Context-aware machine translation (MT) leverages document-level information, yet it does not consistently outperform sentence-level MT, as contextual signals are unevenly beneficial across sentences. Existing training ob…

Machine Translation