paper-with-me

Papers

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 dimensions of similarity, equivalent to encoding more than one meaning of the word. This has the consequence that the encoder and decoder recurrent networks in neural machine translation need to spend substantial amount of their capacity in disambiguating source and target words based on the context which is defined by a source sentence. Based on this observation, in this paper we propose to contextualize the word embedding vectors using a nonlinear bag-of-words representation of the source sentence. Additionally, we propose to represent special tokens (such as numbers, proper nouns and acronyms) with typed symbols to facilitate translating those words that are not well-suited to be translated via continuous vectors. The experiments on En-Fr and En-De reveal that the proposed approaches of contextualization and symbolization improves the translation quality of neural machine translation systems significantly.

📄 PDF Abstract BibTeX arXiv:1607.00578

Code (1)

kyunghyuncho/WordVectorManifold 공식 구현

Tasks

DecoderMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Contextualized Role Interaction for Neural Machine Translation

· Dirk Weissenborn, Douwe Kiela, Jason Weston, Kyunghyun Cho

Word inputs tend to be represented as single continuous vectors in deep neural networks. It is left to the subsequent layers of the network to extract relevant aspects of a word's meaning based on the context in which it…

Machine TranslationTranslation

HM-BiTAM: Bilingual Topic Exploration, Word Alignment, and Translation

2007-12-01 · NeurIPS 2007 12 · Bing Zhao, Eric P. Xing

We present a novel paradigm for statistical machine translation (SMT), based on joint modeling of word alignment and the topical aspects underlying bilingual document pairs via a hidden Markov Bilingual Topic AdMixture (…

Machine TranslationSentenceTranslationWord Alignment

Modeling Future Cost for Neural Machine Translation

2020-02-28 · Chaoqun Duan, Kehai Chen, Rui Wang, Masao Utiyama 외

Existing neural machine translation (NMT) systems utilize sequence-to-sequence neural networks to generate target translation word by word, and then make the generated word at each time-step and the counterpart in the re…

Machine TranslationNMTTranslation

Contrastive Learning for Low Resource Machine Translation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Representation learning plays a vital role in natural language processing tasks. More recent works study the geometry of the representation space for each layer of pre-trained language models. They find that the context…

Contrastive LearningData AugmentationLanguage ModelingLanguage Modelling+3

Predicting Word Similarity in Context with Referential Translation Machines

2024-07-07 · Ergun Biçici

We identify the similarity between two words in English by casting the task as machine translation performance prediction (MTPP) between the words given the context and the distance between their similarities. We use ref…

Machine TranslationTranslationWord Similarity