paper-with-me

Papers

Contextual Encoding for Translation Quality Estimation

2018-09-01 · WS 2018 10 · Junjie Hu, Wei-Cheng Chang, Yuexin Wu, Graham Neubig

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.

📄 PDF Abstract BibTeX arXiv:1809.00129

Code (1)

junjiehu/CEQE 공식 구현 pytorch

Tasks

SentenceTranslation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Divide and Rule: Effective Pre-Training for Context-Aware Multi-Encoder Translation Models

2021-03-31 · ACL 2022 5 · Lorenzo Lupo, Marco Dinarelli, Laurent Besacier

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 TranslationRetrievalSentenceTranslation

Divide and Rule: Effective Pre-Training for Context-Aware Multi-Encoder Translation Models

2021-11-16 · ACL ARR September 2021 9 · Anonymous

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 TranslationRetrievalSentenceTranslation

Asynchronous and Segmented Bidirectional Encoding for NMT

2024-02-19 · Jingpu Yang, Zehua Han, Mengyu Xiang, Helin Wang 외

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 TranslationNMTSentenceTranslation

Beyond Sentence-Level End-to-End Speech Translation: Context Helps

2021-08-01 · ACL 2021 5 · Biao Zhang, Ivan Titov, Barry Haddow, Rico Sennrich

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+1

Context-Dependent Word Representation for Neural Machine Translation

2016-07-03 · Heeyoul Choi, Kyunghyun Cho, Yoshua Bengio

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