vix.ing · top · new · best · stats · spec

Token-Budget-Aware LLM Reasoning

2024/12/24 by Tingxu Han, Han, Tingxu, Zhenting Wang +9 · 38 citations
Computer Science · #Artificial Intelligence (cs.AI) #Blockchain Technology Applications and Security #Computation and Language (cs.CL) #Cryptography and Data Security #Digital Rights Management and Security #FOS: Computer and information sciences #Machine Learning (cs.LG)

paper · pdf · doi:10.48550/arxiv.2412.18547

openalex publication_date 2024/12/24 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Reasoning is critical for large language models (LLMs) to excel in a wide range of tasks. While methods like Chain-of-Thought (CoT) reasoning and enhance LLM performance by decomposing problems into intermediate steps, they also incur significant overhead in token usage, leading to increased costs. We find that the reasoning process of current LLMs is unnecessarily lengthy and it can be compressed by including a reasonable token budget in the prompt, but the choice of token budget plays a crucial role in the actual compression effectiveness. We then propose a token-budget-aware LLM reasoning framework that dynamically adjusts the number of reasoning tokens based on the reasoning complexity of each problem. Experiments show that our method effectively reduces token costs in CoT reasoning with only a slight performance reduction, offering a practical solution to balance efficiency and accuracy in LLM reasoning. Code: https://github.com/GeniusHTX/TALE

Cited by

Related