ワンクリックで
evaluation-protocol-comparison
Compare implementation differences of same benchmark across papers
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Compare implementation differences of same benchmark across papers
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
SOTA Performance Baseline Campaign — 5 strategies for systematically collecting, standardizing, and analyzing performance data across methods. Produces standardized comparison tables, progress curves, and headroom analysis.
Assess systematic biases in the evidence body — publication bias, reporting bias, and selective outcome reporting. Budget: 40 studies, 40 effect sizes, 40 web searches.
Track evidence accumulation over time — cumulative meta-analysis protocol design. Budget: 40 studies, 40 effect sizes, 30 web searches.
Design structured data extraction form for systematic meta-analysis data collection
Systematically extract effect sizes and conditions from papers for meta-analytic synthesis
Determine effect size types and calculation methods for meta-analytic synthesis
| 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 |