원클릭으로
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 |