paper-with-me

홈 › Papers

Massive-scale Decoding for Text Generation using Lattices

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Conditional neural text generation models generate high-quality outputs, but often concentrate around a mode when what we really want is a diverse set of options. We present a search algorithm to construct lattices encoding a massive number of generation options. First, we restructure decoding as a best-first search, which explores the space differently than beam search and improves efficiency by avoiding pruning paths. Second, we revisit the idea of hypothesis recombination: we can identify pairs of similar generation candidates during search and merge them as an approximation. On both summarization and MT, we show that our algorithm encodes thousands of diverse options that remain grammatical and high-quality into one lattice. This algorithm provides a foundation for building downstream generation applications on top of massive-scale diverse outputs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Massive-scale Decoding for Text Generation using Lattices

2021-12-14 · NAACL 2022 7 · Jiacheng Xu, Siddhartha Reddy Jonnalagadda, Greg Durrett

Conditional neural text generation models generate high-quality outputs, but often concentrate around a mode when what we really want is a diverse set of options. We present a search algorithm to construct lattices encod…

Document SummarizationMachine TranslationText GenerationTranslation

Neural network approaches to point lattice decoding

2020-12-13 · Vincent Corlay, Joseph J. Boutros, Philippe Ciblat, Loïc Brunel

We characterize the complexity of the lattice decoding problem from a neural network perspective. The notion of Voronoi-reduced basis is introduced to restrict the space of solutions to a binary set. On the one hand, thi…

On the CVP for the root lattices via folding with deep ReLU neural networks

2019-02-06 · Vincent Corlay, Joseph J. Boutros, Philippe Ciblat, Loic Brunel

Point lattices and their decoding via neural networks are considered in this paper. Lattice decoding in Rn, known as the closest vector problem (CVP), becomes a classification problem in the fundamental parallelotope wit…

General Classification

Accelerating Constrained Decoding with Token Space Compression

2026-05-28 · Michael Sullivan, Alexander Koller arxiv

To guarantee that an LLM's outputs conform to a specified structure, context-free grammar (CFG) decoding engines force the selection of next tokens that produce strings that conform to a given CFG. While current CFG-cons…

Automatic Textual Explanations of Concept Lattices

2023-04-17 · Johannes Hirth, Viktoria Horn, Gerd Stumme, Tom Hanika

Lattices and their order diagrams are an essential tool for communicating knowledge and insights about data. This is in particular true when applying Formal Concept Analysis. Such representations, however, are difficult …