菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-02
📄 Abstract - ContextBudget: Budget-Aware Context Management for Long-Horizon Search Agents

LLM-based agents show strong potential for long-horizon reasoning, yet their context size is limited by deployment factors (e.g., memory, latency, and cost), yielding a constrained context budget. As interaction histories grow, this induces a trade-off between retaining past information and staying within the context limit. To address this challenge, we propose Budget-Aware Context Management (BACM), which formulates context management as a sequential decision problem with a context budget constraint. It enables agents to assess the available budget before incorporating new observations and decide when and how much of the interaction history to compress. We further develop BACM-RL, an end-to-end curriculum-based reinforcement learning approach that learns compression strategies under varying context budgets. Experiments on compositional multi-objective QA and long-horizon web browsing benchmarks show that BACM-RL consistently outperforms prior methods across model scales and task complexities, achieving over $1.6\times$ gains over strong baselines in high-complexity settings, while maintaining strong advantages as budgets shrink, where most methods exhibit a downward performance trend.

顶级标签: llm agents systems
详细标签: context management reinforcement learning long-horizon reasoning compression strategies budget constraints 或 搜索:

ContextBudget:面向长程搜索智能体的预算感知上下文管理方法 / ContextBudget: Budget-Aware Context Management for Long-Horizon Search Agents


1️⃣ 一句话总结

这篇论文提出了一种名为BACM的智能方法,它能让基于大语言模型的智能体在有限的记忆容量下,像精打细算的管家一样,自动决定何时、如何压缩过去的对话历史,从而在长时间、多步骤的任务中更高效地利用有限资源,显著提升了任务完成效果。

源自 arXiv: 2604.01664