paper-with-me

홈 › 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 the study of beam search. First, we show how to make beam search monotonic; that is, we provide a new variant that guarantees non-increasing solution cost as the beam width is increased. This makes setting the beam parameter much easier. Second, we show how using distance-to-go estimates can allow beam search to find better solutions more quickly in domains with non-uniform costs. Together, these results improve the practical effectiveness of beam search.

📄 PDF Abstract BibTeX arXiv:2204.02929

Code (0)

등록된 구현이 없습니다.

Tasks

Heuristic Search

Similar Papers 제목 키워드 기반

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…

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

Language ModelingLanguage ModellingMachine TranslationTranslation

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

Blank Collapse: Compressing CTC emission for the faster decoding

2022-10-31 · Minkyu Jung, Ohhyeok Kwon, Seunghyun Seo, Soonshin Seo

Connectionist Temporal Classification (CTC) model is a very efficient method for modeling sequences, especially for speech data. In order to use CTC model as an Automatic Speech Recognition (ASR) task, the beam search de…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Language ModelingLanguage Modelling+3

gBeam-ACO: a greedy and faster variant of Beam-ACO

2020-04-23 · Jeff Hajewski, Suely Oliveira, David E. Stewart, Laura Weiler

Beam-ACO, a modification of the traditional Ant Colony Optimization (ACO) algorithms that incorporates a modified beam search, is one of the most effective ACO algorithms for solving the Traveling Salesman Problem (TSP).…

Heuristic SearchTraveling Salesman Problem