paper-with-me

Papers

Entropy-Guided Loop: Achieving Reasoning through Uncertainty-Aware Generation

2025-08-26 · Andrew G. A. Correa, Ana C. H de Matos arxiv

Reasoning models often outperform smaller models but at 3--5$\times$ higher cost and added latency. We present entropy-guided refinement: a lightweight, test-time loop that uses token-level uncertainty to trigger a single, targeted refinement pass. We extract logprobs, compute Shannon entropy on top-$k$ alternatives, and apply a simple OR-logic trigger over perplexity, maximum token entropy, and low-confidence-token count. Unlike approaches that use entropy only for measurement or decoding, we pass a compact uncertainty report (tokens, confidences, alternatives, context) back to the model to guide corrective edits. On representative technical queries across reasoning, mathematics, and code generation tasks, a small model with our loop approaches 95\% of a reference reasoning model's quality at approximately one-third of the cost. The method achieves selective refinement on ~31\% of responses while improving accuracy by 16 percentage points over single-pass inference. We demonstrate that this uncertainty-aware loop provides an effective middle ground between single-pass inference and expensive reasoning chains, making it practical for production deployments where both quality and cost matter.

📄 PDF Abstract BibTeX arXiv:2509.00079

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

EntroCut: Entropy-Guided Adaptive Truncation for Efficient Chain-of-Thought Reasoning in Small-scale Large Reasoning Models

2026-01-30 · Hongxi Yan, Qingjie Liu, Yunhong Wang arxiv

Large Reasoning Models (LRMs) excel at complex reasoning tasks through extended chain-of-thought generation, but their reliance on lengthy intermediate steps incurs substantial computational cost. We find that the entrop…

Entropy-Guided Data-Efficient Training for Multimodal Reasoning Reward Models

2026-02-02 · Shidong Yang, Tongwen Huang, Hao Wen, Yong Wang 외 arxiv

Multimodal reward models are crucial for aligning multimodal large language models with human preferences. Recent works have incorporated reasoning capabilities into these models, achieving promising results. However, tr…

Multimodal Reasoning

GEM: Generative Entropy-Guided Preference Modeling for Few-shot Alignment of LLMs

2025-11-17 · Yiyang Zhao, Huiyu Bai, Xuejiao Zhao arxiv

Alignment of large language models (LLMs) with human preferences typically relies on supervised reward models or external judges that demand abundant annotations. However, in fields that rely on professional knowledge, s…

Mathematical ReasoningDecision Making

OGER: A Robust Offline-Guided Exploration Reward for Hybrid Reinforcement Learning

2026-04-20 · Xinyu Ma, Mingzhou Xu, Xuebo Liu, Chang Jin 외 arxiv

Recent advancements in Reinforcement Learning with Verifiable Rewards (RLVR) have significantly improved Large Language Model (LLM) reasoning, yet models often struggle to explore novel trajectories beyond their initial …

Reinforcement LearningMathematical Reasoning

Scaling Latent Reasoning via Looped Language Models

2025-10-29 · Rui-Jie Zhu, Zixuan Wang, Kai Hua, Tianyu Zhang 외 arxiv

Modern LLMs are trained to "think" primarily via explicit text generation, such as chain-of-thought (CoT), which defers reasoning to post-training and under-leverages pre-training data. We present and open-source Ouro, n…

Text Generation