Files
myWiki/concepts/procedural-skill.md

51 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "过程技能 (Procedural Skill)"
created: 2026-06-14
updated: 2026-06-14
type: concept
tags: [agent, experience-reuse, documentation, representation]
sources: [raw/papers/procedural-skills-to-strategy-genes-2026.md]
---
# 过程技能 (Procedural Skill)
一种**文档导向的经验表示**将先前的问题解决知识组织为人类可读、可复用的包Wang et al., 2026
## 定义
过程技能是为解释、教学、审查和存档而设计的经验包,**而非为受限推理预算下的直接行为控制而设计**。
结构:`s = {dmain, daux}`
- **dmain** = {overview, workflow, pitfalls, error_handling} — 核心过程描述
- **daux** = {api_notes, examples, scripts} — 补充参考和可执行支持材料
实例化规模约 2,500 tokens。
## 控制价值的稀疏性
在 [[skill-probe|技能探针]] 分析中Skill 的控制信号高度不均匀:
- **Skill-Workflow**: +1.5pp (唯一明确的正面组件)
- **Skill-ErrorHandling**: +0.7pp
- **Skill-QuickRef**: +0.5pp
- **Skill-Pitfalls**: -0.9pp
- **Skill-Overview**: -4.7pp (强烈有害)
- **完整 Skill**: -1.1pp (低于基线)
仅约 10-15% 的文档内容提供有意义的控制价值,其余部分构成推理负担。
## 与策略基因的对比
过程技能的优点是外部化经验的稳定性和可沟通性,但这些优点与推理时控制需求**不匹配**
- 面向可读性和知识传递优化
- 而测试时控制需要紧凑、行为导向、在受限预算下有效的引导
参见 [[strategy-gene|策略基因]] 了解替代方案。
## 参考
- [[procedural-skills-to-strategy-genes|Skills to Strategy Genes]] — 核心对比研究
- [[strategy-gene|策略基因]] — 替代表示
- [[skill-probe|技能探针]] — 技能控制价值的系统分析
- [[test-time-control|测试时控制]] — 技能应实现但未能实现的目标