paper-with-me

Papers

Learning to Generate Word- and Phrase-Embeddings for Efficient Phrase-Based Neural Machine Translation

2019-11-01 · WS 2019 11 · Chan Young Park, Yulia Tsvetkov

Neural machine translation (NMT) often fails in one-to-many translation, e.g., in the translation of multi-word expressions, compounds, and collocations. To improve the translation of phrases, phrase-based NMT systems have been proposed; these typically combine word-based NMT with external phrase dictionaries or with phrase tables from phrase-based statistical MT systems. These solutions introduce a significant overhead of additional resources and computational costs. In this paper, we introduce a phrase-based NMT model built upon continuous-output NMT, in which the decoder generates embeddings of words or phrases. The model uses a fertility module, which guides the decoder to generate embeddings of sequences of varying lengths. We show that our model learns to translate phrases better, performing on par with state of the art phrase-based NMT. Since our model does not resort to softmax computation over a huge vocabulary of phrases, its training time is about 112x faster than the baseline.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Efficient, Compositional, Order-sensitive n-gram Embeddings

2017-04-01 · EACL 2017 4 · Adam Poliak, Pushpendre Rastogi, M. Patrick Martin, Benjamin Van Durme

We propose ECO: a new way to generate embeddings for phrases that is Efficient, Compositional, and Order-sensitive. Our method creates decompositional embeddings for words offline and combines them to create new embeddin…

Word Embeddings

Beyond Word2Vec: Embedding Words and Phrases in Same Vector Space

2017-12-18 · International Conference on Natural Language Processing (ICON) 2017, Kolkata, India 2017 12 · Vijay Prakash Dwivedi, Manish Shrivastava

Word embeddings are being used for several linguistic problems and NLP tasks. Improvements in solutions to such problems are great because of the recent breakthroughs in vector representation of words and research in vec…

Phrase Vector EmbeddingSemantic Textual SimilarityWord Embeddings

Convolution-Enhanced Bilingual Recursive Neural Network for Bilingual Semantic Modeling

2016-12-01 · COLING 2016 12 · Jinsong Su, Biao Zhang, Deyi Xiong, Ruochen Li 외

Estimating similarities at different levels of linguistic units, such as words, sub-phrases and phrases, is helpful for measuring semantic similarity of an entire bilingual phrase. In this paper, we propose a convolution…

Machine TranslationSemantic SimilaritySemantic Textual SimilarityTranslation

Learning Phrase Embeddings from Paraphrases with GRUs

2017-10-13 · WS 2017 11 · Zhihao Zhou, Lifu Huang, Heng Ji

Learning phrase representations has been widely explored in many Natural Language Processing (NLP) tasks (e.g., Sentiment Analysis, Machine Translation) and has shown promising improvements. Previous studies either learn…

Machine TranslationSentiment AnalysisTranslation

Phrase-based Unsupervised Machine Translation with Compositional Phrase Embeddings

2018-10-01 · WS 2018 10 · Maksym Del, Andre T{\"a}ttar, Mark Fishel

This paper describes the University of Tartu{'}s submission to the unsupervised machine translation track of WMT18 news translation shared task. We build several baseline translation systems for both directions of the En…

Machine TranslationTranslationUnsupervised Machine Translation