paper-with-me

Papers

NeuroLogic A*esque Decoding: Constrained Text Generation with Lookahead Heuristics

2021-12-16 · NAACL 2022 7 · Ximing Lu, Sean Welleck, Peter West, Liwei Jiang, Jungo Kasai, Daniel Khashabi, Ronan Le Bras, Lianhui Qin, Youngjae Yu, Rowan Zellers, Noah A. Smith, Yejin Choi

The dominant paradigm for neural text generation is left-to-right decoding from autoregressive language models. Constrained or controllable generation under complex lexical constraints, however, requires foresight to plan ahead feasible future paths. Drawing inspiration from the A* search algorithm, we propose NeuroLogic A*esque, a decoding algorithm that incorporates heuristic estimates of future cost. We develop efficient lookahead heuristics that are efficient for large-scale language models, making our method a drop-in replacement for common techniques such as beam search and top-k sampling. To enable constrained generation, we build on NeuroLogic decoding (Lu et al., 2021), combining its flexibility in incorporating logical constraints with A*esque estimates of future constraint satisfaction. Our approach outperforms competitive baselines on five generation tasks, and achieves new state-of-the-art performance on table-to-text generation, constrained machine translation, and keyword-constrained generation. The improvements are particularly notable on tasks that require complex constraint satisfaction or in few-shot or zero-shot settings. NeuroLogic A*esque illustrates the power of decoding for improving and enabling new capabilities of large-scale language models.

📄 PDF Abstract BibTeX arXiv:2112.08726

Code (1)

GXimingLu/a_star_neurologic 공식 구현 pytorch

Tasks

Machine TranslationTable-to-Text GenerationText Generation

Similar Papers 제목 키워드 기반

NeuroLogic Decoding: (Un)supervised Neural Text Generation with Predicate Logic Constraints

2020-10-24 · NAACL 2021 4 · Ximing Lu, Peter West, Rowan Zellers, Ronan Le Bras 외

Conditional text generation often requires lexical constraints, i.e., which words should or shouldn't be included in the output text. While the dominant recipe for conditional text generation has been large-scale pretrai…

Conditional Text GenerationText Generation

ReSQueing Parallel and Private Stochastic Convex Optimization

2023-01-01 · Yair Carmon, Arun Jambulapati, Yujia Jin, Yin Tat Lee 외

We introduce a new tool for stochastic convex optimization (SCO): a Reweighted Stochastic Query (ReSQue) estimator for the gradient of a function convolved with a (Gaussian) probability density. Combining ReSQue with rec…

COLD Decoding: Energy-based Constrained Text Generation with Langevin Dynamics

2022-02-23 · Lianhui Qin, Sean Welleck, Daniel Khashabi, Yejin Choi

Many applications of text generation require incorporating different constraints to control the semantics or style of generated text. These constraints can be hard (e.g., ensuring certain keywords are included in the out…

counterfactualCounterfactual ReasoningText Generation

Guiding LLMs The Right Way: Fast, Non-Invasive Constrained Generation

2024-02-07 · Luca Beurer-Kellner, Marc Fischer, Martin Vechev

To ensure that text generated by large language models (LLMs) is in an expected format, constrained decoding proposes to enforce strict formal language constraints during generation. However, as we show in this work, not…

Token-Oriented Object Notation vs JSON: A Benchmark of Plain and Constrained Decoding Generation

2026-02-08 · Ivan Matveev arxiv

Recently presented Token-Oriented Object Notation (TOON) aims to replace JSON as a serialization format for passing structured data to LLMs with significantly reduced token usage. While showing solid accuracy in LLM comp…