paper-with-me

홈 › Papers

Encouraging Lexical Translation Consistency for Document-Level Neural Machine Translation

2021-11-01 · EMNLP 2021 11 · Xinglin Lyu, Junhui Li, ZhengXian Gong, Min Zhang

Recently a number of approaches have been proposed to improve translation performance for document-level neural machine translation (NMT). However, few are focusing on the subject of lexical translation consistency. In this paper we apply “one translation per discourse” in NMT, and aim to encourage lexical translation consistency for document-level NMT. This is done by first obtaining a word link for each source word in a document, which tells the positions where the source word appears. Then we encourage the translation of those words within a link to be consistent in two ways. On the one hand, when encoding sentences within a document we properly share context information of those words. On the other hand, we propose an auxiliary loss function to better constrain that their translation should be consistent. Experimental results on Chinese↔English and English→French translation tasks show that our approach not only achieves state-of-the-art performance in BLEU scores, but also greatly improves lexical consistency in translation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

When a Good Translation is Wrong in Context: Context-Aware Machine Translation Improves on Deixis, Ellipsis, and Lexical Cohesion

2019-05-15 · ACL 2019 7 · Elena Voita, Rico Sennrich, Ivan Titov

Though machine translation errors caused by the lack of context beyond one sentence have long been acknowledged, the development of context-aware NMT systems is hampered by several problems. Firstly, standard metrics are…

Machine TranslationNMTSentenceTranslation

Lexically Cohesive Neural Machine Translation with Copy Mechanism

2020-10-11 · Vipul Mishra, Chenhui Chu, Yuki Arase

Lexically cohesive translations preserve consistency in word choices in document-level translation. We employ a copy mechanism into a context-aware neural machine translation model to allow copying words from previous tr…

Machine TranslationTranslation

PanLex: Building a Resource for Panlingual Lexical Translation

2014-05-01 · LREC 2014 5 · David Kamholz, Jonathan Pool, Susan Colowick

PanLex, a project of The Long Now Foundation, aims to enable the translation of lexemes among all human languages in the world. By focusing on lexemic translations, rather than grammatical or corpus data, it achieves bro…

DiversityTranslation

Lexical Chains meet Word Embeddings in Document-level Statistical Machine Translation

2017-09-01 · WS 2017 9 · Laura Mascarell

Currently under review for EMNLP 2017 The phrase-based Statistical Machine Translation (SMT) approach deals with sentences in isolation, making it difficult to consider discourse context in translation. This poses a chal…

DecoderDocument SummarizationInformation RetrievalMachine Translation+4

Document Graph for Neural Machine Translation

2020-12-07 · EMNLP 2021 11 · Mingzhou Xu, Liangyou Li, Derek. F. Wong, Qun Liu 외

Previous works have shown that contextual information can improve the performance of neural machine translation (NMT). However, most existing document-level NMT methods only consider a few number of previous sentences. H…

Machine TranslationNMTTranslation