paper-with-me

홈 › Papers

Predictive Scheduling for Efficient Inference-Time Reasoning in Large Language Models

2026-02-01 · Katrina Brown, Aneesh Muppidi, Rana Shahout arxiv

Large language models (LLMs) achieve state-of-the-art accuracy on complex reasoning tasks by generating multiple chain-of-thought (CoT) traces, but using a fixed token budget per query leads to over-computation on easy inputs and under-computation on hard ones. We introduce Predictive Scheduling, a plug-and-play framework that pre-runs lightweight predictors, an MLP on intermediate transformer hidden states or a LoRA-fine-tuned classifier on raw question text, to estimate each query's optimal reasoning length or difficulty before any full generation. Our greedy batch allocator dynamically distributes a fixed total token budget across queries to maximize expected accuracy. On the GSM8K arithmetic benchmark, predictive scheduling yields up to 7.9 percentage points of absolute accuracy gain over uniform budgeting at identical token cost, closing over 50\% of the gap to an oracle with perfect foresight. A systematic layer-wise study reveals that middle layers (12 - 17) of the transformer carry the richest signals for size estimation. These results demonstrate that pre-run budget prediction enables fine-grained control of the compute-accuracy trade-off, offering a concrete path toward latency-sensitive, cost-efficient LLM deployments.

📄 PDF Abstract BibTeX arXiv:2602.01237

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM-Powered Predictive Decision-Making for Sustainable Data Center Operations

2026-08-19 · Hanzhao Wang, Jingxuan Wu, Yumeng Li, Yu Pan 외 arxiv

The growing demand for AI-driven workloads, particularly from Large Language Models (LLMs), has raised concerns about the significant energy and resource consumption in data centers. This work introduces a novel LLM-base…

PASCAL: A Phase-Aware Scheduling Algorithm for Serving Reasoning-based Large Language Models

2026-02-12 · Eunyeong Cho, Jehyeon Bang, Ranggi Hwang, Minsoo Rhu arxiv

The emergence of reasoning-based LLMs leveraging Chain-of-Thought (CoT) inference introduces new serving challenges, as their extended reasoning phases delay user-visible output and inflate Time-To-First-Token (TTFT). Ex…

STAR: Decode-Phase Rescheduling for LLM Inference

2025-10-15 · Zhibin Wang, Zetao Hong, Xue Li, Zibo Wang 외 arxiv

Large Language Model (LLM) inference has emerged as a fundamental paradigm, however, variations in output length cause severe workload imbalance in the decode phase, particularly for long-output reasoning tasks. Existing…

Block: Balancing Load in LLM Serving with Context, Knowledge and Predictive Scheduling

2025-08-05 · Wei Da, Evangelia Kalyvianaki arxiv

This paper presents Block, a distributed scheduling framework designed to optimize load balancing and auto-provisioning across instances in large language model serving frameworks by leveraging contextual information fro…

Open-Ended Instruction Realization with LLM-Enabled Multi-Planner Scheduling in Autonomous Vehicles

2026-04-09 · Jiawei Liu, Xun Gong, Fen Fang, Muli Yang 외 arxiv

Most Human-Machine Interaction (HMI) research overlooks the maneuvering needs of passengers in autonomous driving (AD). Natural language offers an intuitive interface, yet translating passenger open-ended instructions in…

Autonomous VehiclesAutonomous Driving