用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yogsoth-ai/knowledge-acquisition --skill evaluation-protocol-comparison命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | evaluation-protocol-comparison |
| description | Compare implementation differences of same benchmark across papers |
| execution | tactic |
| used-by | benchmark-archaeology |
Compare how different papers implement the same benchmark to expose hidden protocol variance that undermines cross-paper score comparability.
Collect 10-15 papers that report results on the target benchmark:
Search queries: "[benchmark name] evaluation", "[benchmark name] results", "[benchmark name] state-of-the-art"
For each paper, run protocol-element-extraction SOP to extract:
| Element Category | Specific Parameters |
|---|---|
| Data | Split version, subset selection, preprocessing, filtering |
| Prompting | Template format, few-shot examples (count, selection), instruction wording |
| Generation | Decoding strategy, temperature, top-p/top-k, max tokens, stop criteria |
| Evaluation | Metric implementation, postprocessing, normalization, scoring script version |
| Infrastructure | Framework, precision (fp16/bf16/fp32), batch size, hardware |
Build a comparison matrix:
Compute per-element variance:
For each high-variance element:
protocol_comparison:
benchmark: string
papers_compared: int
reference_protocol: string # original benchmark paper
difference_matrix:
- element: string
category: data|prompting|generation|evaluation|infrastructure
variance_level: none|low|medium|high|extreme
values: list[{paper, value}]
impact_estimate: string
highest_variance_elements:
- element: string
score_impact: string
favors: string # which model family benefits
protocol_p_hacking_flags:
- paper: string
suspicious_choice: string
benefit: string
cross_paper_comparability: high|moderate|low|unreliable
standardization_recommendations:
- element: string
recommended_value: string
rationale: string
| Metric | Minimum |
|---|---|
| Papers compared | 8 |
| Protocol elements extracted per paper | 10 |
| High-variance elements identified | 2 |
| Impact estimates produced | 3 |