paper-with-me

Papers

Trainable Greedy Decoding for Neural Machine Translation

2017-02-08 · EMNLP 2017 9 · Jiatao Gu, Kyunghyun Cho, Victor O. K. Li

Recent research in neural machine translation has largely focused on two aspects; neural network architectures and end-to-end learning algorithms. The problem of decoding, however, has received relatively little attention from the research community. In this paper, we solely focus on the problem of decoding given a trained neural machine translation model. Instead of trying to build a new decoding algorithm for any specific decoding objective, we propose the idea of trainable decoding algorithm in which we train a decoding algorithm to find a translation that maximizes an arbitrary decoding objective. More specifically, we design an actor that observes and manipulates the hidden state of the neural machine translation decoder and propose to train it using a variant of deterministic policy gradient. We extensively evaluate the proposed algorithm using four language pairs and two decoding objectives and show that we can indeed train a trainable greedy decoder that generates a better translation (in terms of a target decoding objective) with minimal computational overhead.

📄 PDF Abstract BibTeX arXiv:1702.02429

Code (1)

kyunghyuncho/rl-pong pytorch

Tasks

DecoderMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Neural Machine Translation with Gumbel-Greedy Decoding

2017-06-22 · Jiatao Gu, Daniel Jiwoong Im, Victor O. K. Li

Previous neural machine translation models used some heuristic search algorithms (e.g., beam search) in order to avoid solving the maximum a posteriori problem over translation sentences at test time. In this paper, we p…

Heuristic SearchMachine TranslationTranslation

A Stable and Effective Learning Strategy for Trainable Greedy Decoding

2018-04-21 · EMNLP 2018 10 · Yun Chen, Victor O. K. Li, Kyunghyun Cho, Samuel R. Bowman

Beam search is a widely used approximate search strategy for neural network decoders, and it generally outperforms simple greedy decoding on tasks like machine translation. However, this improvement comes at substantial …

DecoderMachine TranslationReinforcement LearningTranslation

Towards Decoding as Continuous Optimisation in Neural Machine Translation

2017-09-01 · EMNLP 2017 9 · Cong Duy Vu Hoang, Gholamreza Haffari, Trevor Cohn

We propose a novel decoding approach for neural machine translation (NMT) based on continuous optimisation. We reformulate decoding, a discrete optimization problem, into a continuous problem, such that optimization can …

Machine TranslationNMTRerankingTranslation

Can neural machine translation do simultaneous translation?

2016-06-07 · Kyunghyun Cho, Masha Esipova

We investigate the potential of attention-based neural machine translation in simultaneous translation. We introduce a novel decoding algorithm, called simultaneous greedy decoding, that allows an existing neural machine…

Machine TranslationSentenceTranslation

Towards Decoding as Continuous Optimization in Neural Machine Translation

2017-01-11 · Cong Duy Vu Hoang, Gholamreza Haffari, Trevor Cohn

We propose a novel decoding approach for neural machine translation (NMT) based on continuous optimisation. We convert decoding - basically a discrete optimization problem - into a continuous optimization problem. The re…

Machine TranslationNMTRerankingTranslation