跳到正文
Jones Ray

ScholarPulse 日报 2026-07-07

2026-07-07 学术简报:2 篇。CompactionRL通过上下文压缩技术显著提升长时域智能体LLM的性能。

今日速览

序号标题来源日期主题推荐等级
1CompactionRL: Reinforcement Learning with Context Compaction for Long-Horizon AgentsarXiv2026-07-06AI-Agent高
2PiSAs: Benchmarking Contextual Integrity in Multi-User Agentic SystemsarXiv2026-07-06AI-Agent高

重点论文与技术动态

1. CompactionRL: Reinforcement Learning with Context Compaction for Long-Horizon Agents

一句话结论

CompactionRL通过上下文压缩技术显著提升长时域智能体LLM的性能。

一段话:该方法针对长交互轨迹超出上下文窗口的瓶颈,提出联合优化任务执行与摘要生成的强化学习策略,使LLM能从压缩后的长轨迹中学习,在agentic coding任务上实现一致性能提升。

核心内容

方法与数据

价值判断

摘要 Long-horizon agentic LLMs are increasingly limited by finite context windows, as extended interaction trajectories can exceed the maximum context length before a task is completed. Context compaction offers a natural solution by summarizing previous interaction states and continuing the rollout under a compressed context, but incorporating compaction into reinforcement learning remains underexplored. We propose CompactionRL, a reinforcement learning strategy to train long-horizon agentic LLMs with context compaction. Our approach jointly optimizes task execution and summary generation with token-level loss normalization and cross-trajectory generalized advantage estimation. This design enables the LLM agents to learn from compacted long-horizon trajectories. We train CompactionRL on top of open models and observe consistent performance gains on agentic coding tasks. CompactionRL enables the open GLM-4.5-Air model (106B-A30B) to achieve Pass@1 scores of 66.8% on SWE-bench Verified and 24.5% on Terminal-Bench 2.0, with absolute gains of 7.0 and 3.1 points, respectively. Built upon GLM-4.7-Flash (30B-A3B), CompactionRL improves Pass@1 by 5.5 and 6.8 points, reaching 56.0% on SWE-bench Verified and 20.2% on Terminal-Bench 2.0, respectively. CompactionRL is thus deployed in the RL pipeline for training the open GLM-5.2 model (750B-A40B).

2. PiSAs: Benchmarking Contextual Integrity in Multi-User Agentic Systems

一句话结论

多用户LLM代理系统中,LLM判断错误导致隐私泄露风险无法可靠控制,现有模型难以过滤不当内容或限制授权用户访问。

核心内容

方法与数据

价值判断

摘要 As LLM agents evolve from single-user assistants into shared organizational infrastructure, new privacy risks emerge: inappropriate information may not only be exposed through outputs for external recipients, but also internally across users through inter-agent messages, shared memory and agents. These data spillage risks are not captured by existing privacy benchmarks grounded in contextual integrity (CI) as they focus primarily on either single-user settings or interactions between independently owned agents. We introducePiSAs (Privacy in Shared Agentic systems), a benchmark for assessing unintentional leaks with dual CI annotations: whether an information is appropriate for the task, and which users may legitimately access it. This enables direct measurement of cross-user spillage across agentic system components and interfaces, such as outputs, inter-agent communication, and memory. PiSAsis system-agnostic and supports evaluation across different agent topologies and memory regimes. We find that, although system design improves CI compliance, results are bottlenecked by incorrect LLM judgment calls: even state-of-the-art models fail to reliably filter inappropriate content or restrict transmission to authorized users. Our findings underscore the need for privacy-preserving strategies, beyond those studied in this work.