paper-with-me

홈 › Papers

Budget-Aware Routing for Long Clinical Text

2026-05-01 · Khizar Qureshi, Geoffrey Martin, Yifan Peng arxiv

A key challenge for large language models is token cost per query and overall deployment cost. Clinical inputs are long, heterogeneous, and often redundant, while downstream tasks are short and high stakes. We study budgeted context selection, where a subset of document units is chosen under a strict token budget so an off-the-shelf generator can meet fixed cost and latency constraints. We cast this as a knapsack-constrained subset selection problem with two design choices, unitization that defines document segmentation and selection that determines which units are kept. We propose \textbf{RCD}, a monotone submodular objective that balances relevance, coverage, and diversity. We compare sentence, section, window, and cluster-based unitization, and introduce a routing heuristic that adapts to the budget regime. Experiments on MIMIC discharge notes, Cochrane abstracts, and L-Eval show that optimal strategies depend on the evaluation setting. Positional heuristics perform best at low budgets in extractive tasks, while diversity-aware methods such as MMR improve LLM generation. Selector choice matters more than unitization, with cluster-based grouping reducing performance and other schemes behaving similarly. ROUGE saturates for LLM summaries, while BERTScore better reflects quality differences. We release our code at https://github.com/stone-technologies/ACL_budget_paper.

📄 PDF Abstract BibTeX arXiv:2605.00336

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Budget-Aware Agentic Routing via Boundary-Guided Training

2026-02-04 · Caiqi Zhang, Menglin Xia, Xuchao Zhang, Daniel Madrigal 외 arxiv

As large language models (LLMs) evolve into autonomous agents that execute long-horizon workflows, invoking a high-capability model at every step becomes economically unsustainable. While model routing is effective for s…

Learning Query-Aware Budget-Tier Routing for Runtime Agent Memory

2026-02-05 · Haozhen Zhang, Haodong Yue, Tao Feng, Quanyu Long 외 arxiv

Memory is increasingly central to Large Language Model (LLM) agents operating beyond a single context window, yet most existing systems rely on offline, query-agnostic memory construction that can be inefficient and may …

Reinforcement Learning

GeneZip: Region-Aware Compression for Long Context DNA Modeling

2026-02-19 · Jianan Zhao, Xixian Liu, Zhihao Zhan, Xinyu Yuan 외 arxiv

Long-context DNA models are limited by token-mixing cost and by how compression allocates representational budget across the genome. Existing approaches operate close to base-pair resolution, apply fixed downsampling, or…

Token-Budget-Aware Pool Routing for Cost-Efficient LLM Inference

2026-03-13 · Huamin Chen, Xunzhuo Liu, Junchen Jiang, Bowei He 외 arxiv

Production vLLM fleets provision every instance for worst-case context length, wasting 4-8x concurrency on the 80-95% of requests that are short and simultaneously triggering KV-cache failures -- OOM crashes, preemption …

CRISP: Cliff-awaRe Input-adaptive Sparse Prefilling with Structural-Mass-Motivated Routing

2026-09-01 · Huu Huy Nguyen, Chien Van Nguyen, Franck Dernoncourt, Ryan A. Rossi 외 hf

The attention prefilling phase of long-context LLM inference scales quadratically, making self-attention a severe computational bottleneck. Traditional sparse attention methods mitigate this through fixed patterns or off…