paper-with-me

홈 › Papers

Neural Machine Translation with Source-Side Latent Graph Parsing

2017-02-08 · EMNLP 2017 9 · Kazuma Hashimoto, Yoshimasa Tsuruoka

This paper presents a novel neural machine translation model which jointly learns translation and source-side latent graph representations of sentences. Unlike existing pipelined approaches using syntactic parsers, our end-to-end model learns a latent graph parser as part of the encoder of an attention-based neural machine translation model, and thus the parser is optimized according to the translation objective. In experiments, we first show that our model compares favorably with state-of-the-art sequential and pipelined syntax-based NMT models. We also show that the performance of our model can be further improved by pre-training it with a small amount of treebank annotations. Our final ensemble model significantly outperforms the previous best models on the standard English-to-Japanese translation dataset.

📄 PDF Abstract BibTeX arXiv:1702.02265

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Modeling Latent Sentence Structure in Neural Machine Translation

2019-01-18 · Jasmijn Bastings, Wilker Aziz, Ivan Titov, Khalil Sima'an

Recently it was shown that linguistic structure predicted by a supervised parser can be beneficial for neural machine translation (NMT). In this work we investigate a more challenging setup: we incorporate sentence struc…

DecoderMachine TranslationNMTSentence+1

A Survey of Orthographic Information in Machine Translation

2020-08-04 · Bharathi Raja Chakravarthi, Priya Rani, Mihael Arcan, John P. McCrae

Machine translation is one of the applications of natural language processing which has been explored in different languages. Recently researchers started paying attention towards machine translation for resource-poor la…

Bilingual Lexicon InductionMachine TranslationSurveyTranslation

Structural Supervision for Word Alignment and Machine Translation

2022-05-01 · Findings (ACL) 2022 5 · Lei LI, Kai Fan, Hongjia Li, Chun Yuan

Syntactic structure has long been argued to be potentially useful for enforcing accurate word alignment and improving generalization performance of machine translation. Unfortunately, existing wisdom demonstrates its sig…

DecoderMachine TranslationMulti-Task LearningTranslation+1

Variational Neural Machine Translation

2016-05-25 · EMNLP 2016 11 · Biao Zhang, Deyi Xiong, Jinsong Su, Hong Duan 외

Models of neural machine translation are often from a discriminative family of encoderdecoders that learn a conditional distribution of a target sentence given a source sentence. In this paper, we propose a variational m…

DecoderMachine TranslationSentenceTranslation

Mirror-Generative Neural Machine Translation

2020-05-01 · ICLR 2020 1 · Zaixiang Zheng, Hao Zhou, Shu-Jian Huang, Lei LI 외

Training neural machine translation models (NMT) requires a large amount of parallel corpus, which is scarce for many language pairs. However, raw non-parallel corpora are often easy to obtain. Existing approaches have …

Machine TranslationNMTTranslation