paper-with-me

홈 › Papers

Towards Neural Machine Translation with Latent Tree Attention

2017-09-06 · WS 2017 9 · James Bradbury, Richard Socher

Building models that take advantage of the hierarchical structure of language without a priori annotation is a longstanding goal in natural language processing. We introduce such a model for the task of machine translation, pairing a recurrent neural network grammar encoder with a novel attentional RNNG decoder and applying policy gradient reinforcement learning to induce unsupervised tree structures on both the source and target. When trained on character-level datasets with no explicit segmentation or parse annotation, the model learns a plausible segmentation and shallow parse, obtaining performance close to an attentional baseline.

📄 PDF Abstract BibTeX arXiv:1709.01915

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine Translationreinforcement-learningReinforcement LearningReinforcement Learning (RL)SegmentationTranslation

Similar Papers 제목 키워드 기반

Inducing Constituency Trees through Neural Machine Translation

2019-09-22 · Phu Mon Htut, Kyunghyun Cho, Samuel R. Bowman

Latent tree learning(LTL) methods learn to parse sentences using only indirect supervision from a downstream task. Recent advances in latent tree learning have made it possible to recover moderately high quality tree str…

Language ModelingLanguage ModellingMachine TranslationTranslation

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 e…

Machine TranslationNMTTranslation

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

Interactive Visualization and Manipulation of Attention-based Neural Machine Translation

2017-09-01 · EMNLP 2017 9 · Jaesong Lee, Joong-Hwi Shin, Jun-Seok Kim

While neural machine translation (NMT) provides high-quality translation, it is still hard to interpret and analyze its behavior. We present an interactive interface for visualizing and intervening behavior of NMT, speci…

Machine TranslationNMTTranslation

Syntax-Based Attention Masking for Neural Machine Translation

2021-06-01 · NAACL 2021 4 · Colin McDonald, David Chiang

We present a simple method for extending transformers to source-side trees. We define a number of masks that limit self-attention based on relationships among tree nodes, and we allow each attention head to learn which m…

Machine TranslationTranslation