paper-with-me

Papers

Improving Beam Search by Removing Monotonic Constraint for Neural Machine Translation

2018-07-01 · ACL 2018 7 · Raphael Shu, Hideki Nakayama

To achieve high translation performance, neural machine translation models usually rely on the beam search algorithm for decoding sentences. The beam search finds good candidate translations by considering multiple hypotheses of translations simultaneously. However, as the algorithm produces hypotheses in a monotonic left-to-right order, a hypothesis can not be revisited once it is discarded. We found such monotonicity forces the algorithm to sacrifice some good decoding paths. To mitigate this problem, we relax the monotonic constraint of the beam search by maintaining all found hypotheses in a single priority queue and using a universal score function for hypothesis selection. The proposed algorithm allows discarded hypotheses to be recovered in a later step. Despite its simplicity, we show that the proposed decoding algorithm enhances the quality of selected hypotheses and improve the translations even for high-performance models in English-Japanese translation task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationTranslation

Similar Papers 제목 키워드 기반

Beam Search: Faster and Monotonic

2022-04-06 · Sofia Lemons, Carlos Linares López, Robert C. Holte, Wheeler Ruml

Beam search is a popular satisficing approach to heuristic search problems that allows one to trade increased computation time for lower solution cost by increasing the beam width parameter. We make two contributions to …

Heuristic Search

A Non-monotonic Self-terminating Language Model

2022-10-03 · Eugene Choi, Kyunghyun Cho, Cheolhyoung Lee

Recent large-scale neural autoregressive sequence models have shown impressive performances on a variety of natural language generation tasks. However, their generated sequences often exhibit degenerate properties such a…

Language ModelingLanguage ModellingmodelText Generation

Transmit MIMO Radar Beampattern Design Via Optimization on the Complex Circle Manifol

2019-04-15

The ability of Multiple-Input Multiple-Output (MIMO) radar systems to adapt waveforms across antennas allows flexibility in the transmit beampattern design. In cognitive radar, a popular cost function is to minimize the …

Best-First Beam Search

2020-07-08 · Clara Meister, Tim Vieira, Ryan Cotterell

Decoding for many NLP tasks requires an effective heuristic algorithm for approximating exact search since the problem of searching the full output space is often intractable, or impractical in many settings. The default…

Interpreting Quantile Independence

2018-04-29

How should one assess the credibility of assumptions weaker than statistical independence, like quantile independence? In the context of identifying causal effects of a treatment variable, we argue that such deviations s…