菜单

关于 🐙 GitHub
arXiv 提交日期: 2025-12-17
📄 Abstract - SCOPE: Prompt Evolution for Enhancing Agent Effectiveness

Large Language Model (LLM) agents are increasingly deployed in environments that generate massive, dynamic contexts. However, a critical bottleneck remains: while agents have access to this context, their static prompts lack the mechanisms to manage it effectively, leading to recurring Corrective and Enhancement failures. To address this capability gap, we introduce \textbf{SCOPE} (Self-evolving Context Optimization via Prompt Evolution). SCOPE frames context management as an \textit{online optimization} problem, synthesizing guidelines from execution traces to automatically evolve the agent's prompt. We propose a Dual-Stream mechanism that balances tactical specificity (resolving immediate errors) with strategic generality (evolving long-term principles). Furthermore, we introduce Perspective-Driven Exploration to maximize strategy coverage, increasing the likelihood that the agent has the correct strategy for any given task. Experiments on the HLE benchmark show that SCOPE improves task success rates from 14.23\% to 38.64\% without human intervention. We make our code publicly available at this https URL.

顶级标签: llm agents model training
详细标签: prompt evolution context optimization agent effectiveness online optimization self-evolving systems 或 搜索:

SCOPE:通过提示进化增强智能体效能 / SCOPE: Prompt Evolution for Enhancing Agent Effectiveness


1️⃣ 一句话总结

这篇论文提出了一个名为SCOPE的系统,它能让大语言模型智能体像自己学习一样,通过分析执行记录自动优化和更新其工作指令,从而在处理海量动态信息时显著提升任务成功率。


源自 arXiv: 2512.15374