paper-with-me

홈 › Papers

Entropy-Aligned Decoding of LMs for Better Writing and Reasoning

2026-01-05 · Kareem Ahmed, Sameer Singh arxiv

Language models (LMs) are trained on billions of tokens in an attempt to recover the true language distribution. Still, vanilla random sampling from LMs yields low quality generations. Decoding algorithms attempt to restrict the LM distribution to a set of high-probability continuations, but rely on greedy heuristics that introduce myopic distortions, yielding sentences that are homogeneous, repetitive and incoherent. In this paper, we introduce EPIC, a hyperparameter-free decoding approach that incorporates the entropy of future trajectories into LM decoding. EPIC explicitly regulates the amount of uncertainty expressed at every step of generation, aligning the sampling distribution's entropy to the aleatoric (data) uncertainty. Through Entropy-Aware Lazy Gumbel-Max sampling, EPIC manages to be exact, while also being efficient, requiring only a sublinear number of entropy evaluations per step. Unlike current baselines, EPIC yields sampling distributions that are empirically well-aligned with the entropy of the underlying data distribution. Across creative writing and summarization tasks, EPIC consistently improves LM-as-judge preference win-rates over widely used decoding strategies. These preference gains are complemented by automatic metrics, showing that EPIC produces more diverse generations and more faithful summaries. We also evaluate EPIC on mathematical reasoning, where it outperforms all baselines.

📄 PDF Abstract BibTeX arXiv:2601.01714

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Entropy-Tree: Tree-Based Decoding with Entropy-Guided Exploration

2026-01-02 · Longxuan Wei, Yubo Zhang, Zijiao Zhang, Zhihu Wang 외 arxiv

Large language models achieve strong reasoning performance, yet existing decoding strategies either explore blindly (random sampling) or redundantly (independent multi-sampling). We propose Entropy-Tree, a tree-based dec…

Deeper is Not Always Better: Mitigating the Alignment Tax via Confident Layer Decoding

2026-06-20 · Xuanming Zhang, Sining Zhoubian, Yuxuan Chen, Tianyi Tang 외 arxiv

Autoregressive generation in large language models (LLMs) conventionally decodes from the final layer, assuming that deeper representations yield more reliable next-token predictions. We revisit this assumption by reveal…

Entropy-informed Decoding: Adaptive Information-Driven Branching

2026-05-10 · Benjamin Patrick Evans, Sumitra Ganesh, Leo Ardon arxiv

Large language models (LLMs) achieve remarkable generative performance, yet their output quality is dependent on the decoding strategy. While sampling-based methods (e.g., top-k, nucleus) and search-and-select based meth…

Mathematical ReasoningCode Generation

Entropy-Aware Branching for Improved Mathematical Reasoning

2025-03-27 · Xianzhi Li, Ethan Callanan, Xiaodan Zhu, Mathieu Sibue 외

While Large Language Models (LLMs) are effectively aligned through extensive pre-training and fine-tuning, they still struggle with varying levels of uncertainty during token generation. In our investigation of mathemati…

Mathematical Reasoning

Acceptance Dynamics Across Cognitive Domains in Speculative Decoding

2026-04-16 · Saif Mahmoud arxiv

Speculative decoding accelerates large language model (LLM) inference. It uses a small draft model to propose a tree of future tokens. A larger target model then verifies these tokens in a single batched forward pass. De…

Mathematical ReasoningLogical ReasoningCode Generation