Contextual Encoding for Translation Quality Estimation
The task of word-level quality estimation (QE) consists of taking a source sentence and machine-generated translation, and predicting which words in the output are correct and which are wrong. In this paper, propose a method to effectively encode the local and global contextual information for each target word using a three-part neural network approach. The first part uses an embedding layer to represent words and their part-of-speech tags in both languages. The second part leverages a one-dimensional convolution layer to integrate local context information for each target word. The third part applies a stack of feed-forward and recurrent neural networks to further encode the global context in the sentence before making the predictions. This model was submitted as the CMU entry to the WMT2018 shared task on QE, and achieves strong results, ranking first in three of the six tracks.
Code (1)
Tasks
SentenceTranslationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Divide and Rule: Effective Pre-Training for Context-Aware Multi-Encoder Translation Models
Multi-encoder models are a broad family of context-aware neural machine translation systems that aim to improve translation quality by encoding document-level contextual information alongside the current sentence. The co…
Machine TranslationRetrievalSentenceTranslationDivide and Rule: Effective Pre-Training for Context-Aware Multi-Encoder Translation Models
Multi-encoder models are a broad family of context-aware neural machine translation systems that aims to improve translation quality by encoding document-level contextual information alongside the current sentence. The c…
Machine TranslationRetrievalSentenceTranslationAsynchronous and Segmented Bidirectional Encoding for NMT
With the rapid advancement of Neural Machine Translation (NMT), enhancing translation efficiency and quality has become a focal point of research. Despite the commendable performance of general models such as the Transfo…
Machine TranslationNMTSentenceTranslationBeyond Sentence-Level End-to-End Speech Translation: Context Helps
Document-level contextual information has shown benefits to text-based machine translation, but whether and how context helps end-to-end (E2E) speech translation (ST) is still under-studied. We fill this gap through exte…
Computational Efficiencyfeature selectionMachine TranslationSentence+1Context-Dependent Word Representation for Neural Machine Translation
We first observe a potential weakness of continuous vector representations of symbols in neural machine translation. That is, the continuous vector representation, or a word embedding vector, of a symbol encodes multiple…
DecoderMachine TranslationSentenceTranslation