Research Papers 论文研究 1d ago Updated 15h ago 更新于 15小时前 47

Self-Supervised Skill Optimization 自监督技能优化

Self-Supervised Skill Optimization (SSO) is a novel framework that learns reusable agent skills from unlabeled task instances without requiring ground-truth labels, task scores, or task-specific evaluators SSO operates through a comparative loop: running the current skill on unlabeled data, generating skill probes from a subset of executions, and using an LLM judge to compare outcomes across answers, trajectories, artifacts, or terminal states A separate behavior extractor identifies behavioral 提出SSO(Self-Supervised Skill Optimization)框架,仅从不标记任务实例中学习可重用Agent技能,无需GT反馈 通过LLM judge比较执行结果,行为提取器识别差异,聚合证据排序行为并生成新技能 新技能仅在未标记验证集上表现更优时才被接受,实现自监督优化 在封闭和开放任务上均优于现有GT-free prompt optimizers 封闭基准测试中接近甚至超越最强GT-based skill optimizer

62
Hot 热度
72
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • Self-Supervised Skill Optimization (SSO) is a novel framework that learns reusable agent skills from unlabeled task instances without requiring ground-truth labels, task scores, or task-specific evaluators
  • SSO operates through a comparative loop: running the current skill on unlabeled data, generating skill probes from a subset of executions, and using an LLM judge to compare outcomes across answers, trajectories, artifacts, or terminal states
  • A separate behavior extractor identifies behavioral differences independently of the judge's decisions, and SSO aggregates evidence for and against observed behaviors to rank and synthesize improved skills
  • SSO outperforms existing ground-truth-free prompt optimizers on both closed-ended and open-ended tasks, approaching or exceeding the strongest GT-based skill optimizer without any GT feedback

Why It Matters

This work addresses a critical bottleneck in deploying LLM agents: the scarcity of ground-truth labels and reliable evaluators in real-world applications. By enabling skill optimization without any labeled data or task-specific rewards, SSO makes it feasible to iteratively improve agent behaviors in domains where human annotation or expert-designed scoring is impractical or impossible.

Technical Details

  • SSO runs the current skill on an unlabeled batch of task instances, then uses a subset of executions to generate complete skill probes, which are subsequently evaluated on the same batch
  • An LLM judge compares resulting answers, trajectories, artifacts, or terminal states between the current skill and generated probes
  • A separate behavior extractor identifies behavioral differences without access to the judge's decisions, ensuring the extraction process remains unbiased by evaluation outcomes
  • SSO aggregates evidence for and against observed behaviors across instances, ranks behaviors by accumulated evidence, and synthesizes a new complete skill from the highest-ranked behaviors
  • Skill updates are accepted only if the new skill outperforms the current one on an unlabeled validation set, providing a self-consistency check
  • Evaluated on both closed-ended and open-ended benchmarks, with results showing SSO approaches or exceeds the strongest GT-based skill optimizer while using zero ground-truth feedback

Industry Insight

  • SSO significantly lowers the barrier to agent skill optimization, enabling organizations to iteratively improve LLM agent behaviors in data-scarce domains without investing in expensive annotation pipelines or custom evaluators
  • The decoupling of behavior extraction from judgment evaluation is a principled design choice that could inspire more robust self-improvement loops in agentic systems, reducing feedback contamination risks
  • As LLM agents move into production, frameworks like SSO that operate purely on unlabeled data will become increasingly valuable for continuous skill refinement in dynamic, real-world environments where ground truth is inherently unavailable

TL;DR

  • 提出SSO(Self-Supervised Skill Optimization)框架,仅从不标记任务实例中学习可重用Agent技能,无需GT反馈
  • 通过LLM judge比较执行结果,行为提取器识别差异,聚合证据排序行为并生成新技能
  • 新技能仅在未标记验证集上表现更优时才被接受,实现自监督优化
  • 在封闭和开放任务上均优于现有GT-free prompt optimizers
  • 封闭基准测试中接近甚至超越最强GT-based skill optimizer

为什么值得看

本文解决了Agent技能优化中缺乏GT标签的关键瓶颈,为无监督场景提供了实用的技能学习范式。对AI从业者而言,SSO展示了如何在无标注数据下实现技能迭代优化,降低了部署成本。

技术解析

  • SSO核心流程:在当前技能上运行未标记批次,采样部分执行结果生成完整技能探针,再次运行探针获取对比数据
  • 评估机制:LLM judge比较答案、轨迹、产物或终端状态;独立行为提取器识别行为差异,不依赖judge决策
  • 证据聚合:基于judge决策聚合支持/反对证据,按证据强度排序行为,从最高排名行为生成新技能
  • 验证策略:新技能仅在未标记验证集上表现更优时才被接受,确保优化方向正确
  • 实验结果:在封闭和开放任务上均优于现有GT-free方法,封闭基准测试中接近或超越GT-based方法

行业启示

  • 为无GT标签场景的Agent技能优化提供了可行的自监督方案,降低了对人工标注的依赖
  • 展示了LLM judge在技能评估中的有效性,为构建自动化技能迭代系统提供了参考
  • 验证了行为级优化在技能改进中的潜力,推动了Agent技能学习从监督向自监督范式转变

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Agent Agent Research 科学研究 Training 训练