paper-with-me

Papers

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

2026-02-05 · Haozhen Zhang, Haodong Yue, Tao Feng, Quanyu Long, Jianzhu Bao, Bowen Jin, Weizhi Zhang, Xiao Li, Jiaxuan You, Chengwei Qin, Wenya Wang 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 discard query-critical information. Although runtime memory utilization is a natural alternative, prior work often incurs substantial overhead and offers limited explicit control over the performance-cost trade-off. In this work, we present \textbf{BudgetMem}, a runtime agent memory framework for explicit, query-aware performance-cost control. BudgetMem structures memory processing as a set of memory modules, each offered in three budget tiers (i.e., \textsc{Low}/\textsc{Mid}/\textsc{High}). A lightweight router performs budget-tier routing across modules to balance task performance and memory construction cost, which is implemented as a compact neural policy trained with reinforcement learning. Using BudgetMem as a unified testbed, we study three complementary strategies for realizing budget tiers: implementation (method complexity), reasoning (inference behavior), and capacity (module model size). Across LoCoMo, LongMemEval, and HotpotQA, BudgetMem surpasses strong baselines when performance is prioritized (i.e., high-budget setting), and delivers better accuracy-cost frontiers under tighter budgets. Moreover, our analysis disentangles the strengths and weaknesses of different tiering strategies, clarifying when each axis delivers the most favorable trade-offs under varying budget regimes.

📄 PDF Abstract BibTeX arXiv:2602.06025

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

FairTutor: Equity-Aware Pedagogical LLM Routing for Budget-Constrained AI Tutoring

2026-06-16 · Qingyang Xu arxiv

Generative AI tutors provide real-time, personalized learning support, but also create a new education inequity: students with access to premium AI services may receive clearer explanations, more personalized guidance, a…

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…

RouteJudge: An Open Platform for Reproducible and Preference-Aware LLM Routing

2026-06-17 · Guannan Lai, Haoran Hu, Han-Jia Ye arxiv

We present RouteJudge, an online pairwise preference evaluation framework for LLM routing systems, with a public platform available at https://routejudge.cn. Different from model-level response evaluation, RouteJudge foc…

SeqRoute: Global Budget-Aware Sequential LLM Routing via Offline Reinforcement Learning

2026-05-25 · Zhongling Xu, Shunan Zheng, Wei Wang arxiv

Existing LLM routing frameworks treat queries as independent events, neglecting the sequential nature of real-world user sessions constrained by global computational budgets. This mismatch inevitably leads to budget bank…

Reinforcement Learning

MMR-Bench: A Comprehensive Benchmark for Multimodal LLM Routing

2026-01-25 · Haoxuan Ma, Guannan Lai, Han-Jia Ye arxiv

Multimodal large language models (MLLMs) have advanced rapidly, yet heterogeneity in architecture, alignment strategies, and efficiency means that no single model is uniformly superior across tasks. In practical deployme…

Multimodal Reasoning