paper-with-me

홈 › Papers

Are More Tokens Rational? Inference-Time Scaling in Language Models as Adaptive Resource Rationality

2026-02-10 · Zhimin Hu, Riya Roshan, Sashank Varma arxiv

Human reasoning is shaped by resource rationality -- optimizing performance under constraints. Recently, inference-time scaling has emerged as a powerful paradigm to improve the reasoning performance of Large Language Models by expanding test-time computation. Specifically, instruction-tuned (IT) models explicitly generate long reasoning steps during inference, whereas Large Reasoning Models (LRMs) are trained by reinforcement learning to discover reasoning paths that maximize accuracy. However, it remains unclear whether resource-rationality can emerge from such scaling without explicit reward related to computational costs. We introduce a Variable Attribution Task in which models infer which variables determine outcomes given candidate variables, input-output trials, and predefined logical functions. By varying the number of candidate variables and trials, we systematically manipulate task complexity. Both models exhibit a transition from brute-force to analytic strategies as complexity increases. IT models degrade on XOR and XNOR functions, whereas LRMs remain robust. These findings suggest that models can adjust their reasoning behavior in response to task complexity, even without explicit cost-based reward. It provides compelling evidence that resource rationality is an emergent property of inference-time scaling itself.

📄 PDF Abstract BibTeX arXiv:2602.10329

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Inference-Time Hyper-Scaling with KV Cache Compression

2025-06-05 · Adrian Łańcucki, Konrad Staniszewski, Piotr Nawrot, Edoardo M. Ponti

Inference-time scaling trades efficiency for increased reasoning accuracy by generating longer or more parallel sequences. However, in Transformer LLMs, generation cost is bottlenecked by the size of the key-value (KV) c…

Parallel Scaling Law for Language Models

2025-05-15 · Mouxiang Chen, Binyuan Hui, Zeyu Cui, Jiaxi Yang 외

It is commonly believed that scaling language models should commit a significant space or time cost, by increasing the parameters (parameter scaling) or output tokens (inference-time scaling). We introduce the third and …

Silicon Showdown: Performance, Efficiency, and Ecosystem Barriers in Consumer-Grade LLM Inference

2026-05-01 · Abdurrahman Javat, Allan Kazakov arxiv

The operational landscape of local Large Language Model (LLM) inference has shifted from lightweight models to datacenter-class weights exceeding 70B parameters, creating profound systems challenges for consumer hardware…

From Tokens to Watt-hours: Analytical Energy Estimation for LLM Inference on Modern GPUs

2026-07-29 · Tina Vartziotis, Rodopi Kosteli, Elli Vartziotis, George Dasoulas 외 arxiv

The operational energy consumption of large language model (LLM) inference is becoming an increasingly important component of the environmental footprint of deployed AI systems. However, direct measurement of inference e…

CODA: Difficulty-Aware Compute Allocation for Adaptive Reasoning

2026-03-09 · Siye Wu, Jian Xie, Yikai Zhang, Yanghua Xiao arxiv

The emergence of large reasoning models demonstrates that scaling inference-time compute significantly enhances performance on complex tasks. However, it often falls into another trap: overthinking simple problems, where…