Paper: 2604.19572 Authors: Jincheng Ren, Siwei Wu, et al. (University of Manchester, HKUST, Beihang) Categories: cs.AI, cs.LG
Problem
Long-horizon terminal-centric agentic tasks suffer from:
- Quadratic token cost growth with number of steps
- Substantial redundancy in raw environment feedback
- Heterogeneity of terminal environments making heuristic methods ineffective
TACO Framework
A plug-and-play, self-evolving Terminal Agent Compression framework that automatically discovers and refines compression rules from interaction trajectories.
Key Features
- Task-aware: Learns which information is essential for specific tasks
- Self-evolving: Refines rules based on task outcomes
- Plug-and-play: Works with existing terminal agents without architecture changes
Results
Experiments on TerminalBench (TB 1.0 and TB 2.0) and four additional benchmarks (SWE-Bench Lite, CompileBench, DevEval, CRUST-Bench):
| Metric | Improvement |
|---|---|
| Token overhead reduction | ~10% |
| Performance on TerminalBench | +1-4% |
| Same-token accuracy | +2-3% |
With MiniMax-2.5, improves performance on most benchmarks while reducing token overhead.
Takeaways
- Self-evolving compression adapts to diverse terminal environments
- Task-aware compression outperforms generic approaches
- Enables long-horizon reasoning without quadratic cost growth
论文: 2604.19572 作者: Jincheng Ren, Siwei Wu等(曼彻斯特大学、香港科大、北航) 分类: cs.AI, cs.LG
问题
长时程以终端为中心的智能体任务面临:
- Token成本随步数二次增长
- 原始环境反馈中的大量冗余
- 终端环境异质性使启发式方法无效
TACO框架
一个即插即用的自进化终端智能体压缩框架,从交互轨迹中自动发现和精炼压缩规则。
关键特性
- 任务感知:学习哪些信息对特定任务至关重要
- 自进化:根据任务结果精炼规则
- 即插即用:无需架构更改即可与现有终端智能体配合使用
实验结果
在TerminalBench(TB 1.0和TB 2.0)及四个额外基准测试(SWE-Bench Lite、CompileBench、DevEval、CRUST-Bench)上:
| 指标 | 提升 |
|---|---|
| Token开销减少 | ~10% |
| TerminalBench性能 | +1-4% |
| 相同token准确率 | +2-3% |
配合MiniMax-2.5,在大多数基准测试上提升性能同时减少token开销。
要点总结
- 自进化压缩适应多样终端环境
- 任务感知压缩优于通用方法
- 实现无二次成本增长的长时程推理