Pith. sign in

REVIEW 4 cited by

Efficient LLM Scheduling by Learning to Rank

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2408.15792 v1 pith:IPJOALIT submitted 2024-08-28 cs.LG

classification cs.LG
keywords servingschedulinggenerationinferencelearninglengthoutputrank
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

In Large Language Model (LLM) inference, the output length of an LLM request is typically regarded as not known a priori. Consequently, most LLM serving systems employ a simple First-come-first-serve (FCFS) scheduling strategy, leading to Head-Of-Line (HOL) blocking and reduced throughput and service quality. In this paper, we reexamine this assumption -- we show that, although predicting the exact generation length of each request is infeasible, it is possible to predict the relative ranks of output lengths in a batch of requests, using learning to rank. The ranking information offers valuable guidance for scheduling requests. Building on this insight, we develop a novel scheduler for LLM inference and serving that can approximate the shortest-job-first (SJF) schedule better than existing approaches. We integrate this scheduler with the state-of-the-art LLM serving system and show significant performance improvement in several important applications: 2.8x lower latency in chatbot serving and 6.5x higher throughput in synthetic data generation. Our code is available at https://github.com/hao-ai-lab/vllm-ltr.git

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Online Linear Programming for Multi-Objective Routing in LLM Serving

    cs.AI 2026-07 conditional novelty 6.0 of 10

    Online LP bid-price routing with warm-started dual gradient updates substantially improves multi-SLO LLM decode routing over heuristics in simulation.

  2. On Evaluating Performance of LLM Inference Serving Systems

    cs.LG 2025-07 conditional novelty 5.0 of 10

    A systematic review identifies eight anti-patterns in LLM inference evaluation and proposes a checklist, with a speculative decoding case study demonstrating how conventional metrics mislead.

  3. Semantic Scheduling for LLM Inference

    cs.LG 2025-06 conditional novelty 5.0 of 10

    A semantic scheduler for LLM inference uses urgency labels and estimated remaining compute to cut waiting times for urgent requests, tested on emergency medical data.

  4. LLM Inference Under Bursty Workload Distribution: Modifying the WAIT Algorithm

    cs.LG 2026-08 reject novelty 4.0 of 10

    A modified WAIT scheduler with online arrival-rate estimation matches or improves throughput over Sarathi-Serve, ORCA, and vLLM in low-shift bursty workloads.

Pith tools