paper-with-me

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-side syntactic trees. More specifically, we propose (1) a bidirectional tree encoder which learns both sequential and tree structured representations; (2) a tree-coverage model that lets the attention depend on the source-side syntax. Experiments on Chinese-English translation demonstrate that our proposed models outperform the sequential attentional model as well as a stronger baseline with a bottom-up tree encoder and word coverage.

📄 PDF Abstract BibTeX arXiv:1707.05436

Code (1)

howardchenhd/Syntax-awared-NMT 공식 구현

Tasks

DecoderMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Towards String-to-Tree Neural Machine Translation

2017-04-16 · ACL 2017 7 · Roee Aharoni, Yoav Goldberg

We present a simple method to incorporate syntactic information about the target language in a neural machine translation system by translating into linearized, lexicalized constituency trees. An experiment on the WMT16 …

Machine TranslationNMTTranslation

Recurrent Graph Syntax Encoder for Neural Machine Translation

2019-08-19 · Liang Ding, DaCheng Tao

Syntax-incorporated machine translation models have been proven successful in improving the model's reasoning and meaning preservation ability. In this paper, we propose a simple yet effective graph-structured encoder, t…

Machine TranslationNMTSentenceTranslation

Top-down Tree Structured Decoding with Syntactic Connections for Neural Machine Translation and Parsing

2018-09-06 · EMNLP 2018 10 · Jetic Gū, Hassan S. Shavarani, Anoop Sarkar

The addition of syntax-aware decoding in Neural Machine Translation (NMT) systems requires an effective tree-structured neural network, a syntax-aware attention model and a language generation model that is sensitive to …

Constituency ParsingDecoderDependency ParsingMachine Translation+4

Syntax-Aware Complex-Valued Neural Machine Translation

2023-07-17 · Yang Liu, Yuexian Hou

Syntax has been proven to be remarkably effective in neural machine translation (NMT). Previous models obtained syntax information from syntactic parsing tools and integrated it into NMT models to improve translation per…

DecoderMachine TranslationNMTTranslation

Graph Convolutional Encoders for Syntax-aware Neural Machine Translation

2017-04-15 · EMNLP 2017 9 · Jasmijn Bastings, Ivan Titov, Wilker Aziz, Diego Marcheggiani 외

We present a simple and effective approach to incorporating syntactic structure into neural attention-based encoder-decoder models for machine translation. We rely on graph-convolutional networks (GCNs), a recent class o…

DecoderMachine TranslationTranslation