paper-with-me

Papers

A Tree-based Decoder for Neural Machine Translation

2018-08-28 · EMNLP 2018 10 · Xinyi Wang, Hieu Pham, Pengcheng Yin, Graham Neubig

Recent advances in Neural Machine Translation (NMT) show that adding syntactic information to NMT systems can improve the quality of their translations. Most existing work utilizes some specific types of linguistically-inspired tree structures, like constituency and dependency parse trees. This is often done via a standard RNN decoder that operates on a linearized target tree structure. However, it is an open question of what specific linguistic formalism, if any, is the best structural representation for NMT. In this paper, we (1) propose an NMT model that can naturally generate the topology of an arbitrary tree structure on the target side, and (2) experiment with various target tree structures. Our experiments show the surprising result that our model delivers the best improvements with balanced binary trees constructed without any linguistic knowledge; this model outperforms standard seq2seq models by up to 2.1 BLEU points, and other methods for incorporating target-side syntax by up to 0.7 BLEU.

📄 PDF Abstract BibTeX arXiv:1808.09374

Code (1)

cindyxinyiwang/TrDec_pytorch 공식 구현 pytorch

Tasks

DecoderMachine TranslationNMTOpen-Ended Question AnsweringTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Improved Neural Machine Translation with a Syntax-Aware Encoder and Decoder

2017-07-18 · ACL 2017 7 · Huadong Chen, Shu-Jian Huang, David Chiang, Jia-Jun Chen

Most neural machine translation (NMT) models are based on the sequential encoder-decoder framework, which makes no use of syntactic information. In this paper, we improve this model by explicitly incorporating source-sid…

DecoderMachine TranslationNMTTranslation

Character-based Decoding in Tree-to-Sequence Attention-based Neural Machine Translation

2016-12-01 · WS 2016 12 · Akiko Eriguchi, Kazuma Hashimoto, Yoshimasa Tsuruoka

This paper reports our systems (UT-AKY) submitted in the 3rd Workshop of Asian Translation 2016 (WAT{'}16) and their results in the English-to-Japanese translation task. Our model is based on the tree-to-sequence Attenti…

DecoderMachine TranslationNMTTranslation

Top-down string-to-dependency Neural Machine Translation

2026-03-30 · Shuhei Kondo, Katsuhito Sudoh, Yuji Matsumoto arxiv

Most of modern neural machine translation (NMT) models are based on an encoder-decoder framework with an attention mechanism. While they perform well on standard datasets, they can have trouble in translation of long inp…

Machine Translation

Improving Sequence to Sequence Neural Machine Translation by Utilizing Syntactic Dependency Information

2017-11-01 · IJCNLP 2017 11 · An Nguyen Le, Ander Martinez, Akifumi Yoshimoto, Yuji Matsumoto

Sequence to Sequence Neural Machine Translation has achieved significant performance in recent years. Yet, there are some existing issues that Neural Machine Translation still does not solve completely. Two of them are t…

DecoderMachine TranslationTranslation

Inducing Grammars with and for Neural Machine Translation

2018-05-28 · ACL 2018 7 · Ke Tran, Yonatan Bisk

Machine translation systems require semantic knowledge and grammatical understanding. Neural machine translation (NMT) systems often assume this information is captured by an attention mechanism and a decoder that ensure…

DecoderMachine TranslationNMTTranslation