paper-with-me

홈 › Papers

Breaking the Beam Search Curse: A Study of (Re-)Scoring Methods and Stopping Criteria for Neural Machine Translation

2018-08-28 · EMNLP 2018 10 · Yilin Yang, Liang Huang, Mingbo Ma

Beam search is widely used in neural machine translation, and usually improves translation quality compared to greedy search. It has been widely observed that, however, beam sizes larger than 5 hurt translation quality. We explain why this happens, and propose several methods to address this problem. Furthermore, we discuss the optimal stopping criteria for these methods. Results show that our hyperparameter-free methods outperform the widely-used hyperparameter-free heuristic of length normalization by +2.0 BLEU, and achieve the best results among all methods on Chinese-to-English translation.

📄 PDF Abstract BibTeX arXiv:1808.09582

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Breaking the curse of dimensionality with Isolation Kernel

2021-09-29 · Kai Ming Ting, Takashi Washio, Ye Zhu, Yang Xu

The curse of dimensionality has been studied in different aspects. However, breaking the curse has been elusive. We show for the first time that it is possible to break the curse using the recently introduced Isolation K…

Clustering

Breaking the Martingale Curse: Multi-Agent Debate via Asymmetric Cognitive Potential Energy

2026-03-06 · Yuhan Liu, Juntian Zhang, Yichen Wu, Martin Takac 외 arxiv

Multi-Agent Debate (MAD) has emerged as a promising paradigm for enhancing large language model reasoning. However, recent work reveals a limitation:standard MAD cannot improve belief correctness beyond majority voting; …

Global-aware Beam Search for Neural Abstractive Summarization

2020-09-15 · NeurIPS 2021 12 · Ye Ma, Zixun Lan, Lu Zong, Kaizhu Huang

This study develops a calibrated beam-based algorithm with awareness of the global attention distribution for neural abstractive summarization, aiming to improve the local optimality problem of the original beam search i…

Abstractive Text SummarizationDocument SummarizationMachine TranslationMulti-Document Summarization

Sampling-Based Approximations to Minimum Bayes Risk Decoding for Neural Machine Translation

2021-08-10 · Bryan Eikema, Wilker Aziz

In NMT we search for the mode of the model distribution to form predictions. The mode and other high-probability translations found by beam search have been shown to often be inadequate in a number of ways. This prevents…

Machine TranslationNMTTranslation

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…