paper-with-me

Papers

Language Model Decoding as Likelihood-Utility Alignment

2022-10-13 · Martin Josifoski, Maxime Peyrard, Frano Rajic, Jiheng Wei, Debjit Paul, Valentin Hartmann, Barun Patra, Vishrav Chaudhary, Emre Kiciman, Boi Faltings, Robert West

A critical component of a successful language generation pipeline is the decoding algorithm. However, the general principles that should guide the choice of a decoding algorithm remain unclear. Previous works only compare decoding algorithms in narrow scenarios, and their findings do not generalize across tasks. We argue that the misalignment between the model's likelihood and the task-specific notion of utility is the key factor to understanding the effectiveness of decoding algorithms. To structure the discussion, we introduce a taxonomy of misalignment mitigation strategies (MMSs), providing a unifying view of decoding as a tool for alignment. The MMS taxonomy groups decoding algorithms based on their implicit assumptions about likelihood--utility misalignment, yielding general statements about their applicability across tasks. Specifically, by analyzing the correlation between the likelihood and the utility of predictions across a diverse set of tasks, we provide empirical evidence supporting the proposed taxonomy and a set of principles to structure reasoning when choosing a decoding algorithm. Crucially, our analysis is the first to relate likelihood-based decoding algorithms with algorithms that rely on external information, such as value-guided methods and prompting, and covers the most diverse set of tasks to date. Code, data, and models are available at https://github.com/epfl-dlab/understanding-decoding.

📄 PDF Abstract BibTeX arXiv:2210.07228

Code (1)

epfl-dlab/understanding-decoding 공식 구현 jax

Tasks

Language ModelingLanguage ModellingmodelText Generation

Similar Papers 제목 키워드 기반

Cascade Reward Sampling for Efficient Decoding-Time Alignment

2024-06-24 · Bolian Li, Yifan Wang, Anamika Lochab, Ananth Grama 외

Aligning large language models (LLMs) with human preferences is essential for their applications. Recently, decoding-time alignment has emerged as an effective plug-and-play technique that avoids fine-tuning model parame…

Text Generation

SpecMER: Fast Protein Generation with K-mer Guided Speculative Decoding

2025-09-25 · Thomas Walton, Darin Tsui, Aryan Musharaf, Amirali Aghazadeh arxiv

Autoregressive models have transformed protein engineering by enabling the generation of novel protein sequences beyond those found in nature. However, their sequential inference introduces significant latency, limiting …

SafeInfer: Context Adaptive Decoding Time Safety Alignment for Large Language Models

2024-06-18 · Somnath Banerjee, Sayan Layek, Soham Tripathy, Shanu Kumar 외

Safety-aligned language models often exhibit fragile and imbalanced safety mechanisms, increasing the likelihood of generating unsafe content. In addition, incorporating new knowledge through editing techniques to langua…

Safety Alignment

Seeing is Believing: Mitigating Hallucination in Large Vision-Language Models via CLIP-Guided Decoding

2024-02-23 · Ailin Deng, Zhirui Chen, Bryan Hooi

Large Vision-Language Models (LVLMs) are susceptible to object hallucinations, an issue in which their generated text contains non-existent objects, greatly limiting their reliability and practicality. Current approaches…

HallucinationObjectObject HallucinationSentence+2

Every Step Counts: Decoding Trajectories as Authorship Fingerprints of dLLMs

2025-10-02 · Qi Li, Runpeng Yu, Haiquan Lu, Xinchao Wang arxiv

Discrete Diffusion Large Language Models (dLLMs) have recently emerged as a competitive paradigm for non-autoregressive language modeling. Their distinctive decoding mechanism enables faster inference speed and strong pe…

Information ExtractionCode Generation