baseline-comparison-audit

Featured

Audit whether a paper's baseline comparisons are COMPLETE, FAIR, and SIGNIFICANT: a required recent SOTA baseline is missing while 'best/SOTA' is claimed (HP-MISSING-BASELINE); a baseline is undertuned / given less compute-tuning-data, run at a mismatched config, or the equal-budget ablation-as-baseline is absent (HP-WEAK-BASELINE); 'outperforms' is asserted over overlapping error bars or with no variance/seeds (HP-SIG-OVERLAP); and a cross-row 'improves over baseline by X%' is arithmetically wrong (HP-DELTA-ERROR, cross-row form only). A versioned per-domain baseline profile + a live leaderboard/recency search are assembled by the EXECUTOR as structured facts; a fresh cross-model reviewer (gpt-5.6-sol xhigh, read-only, fresh thread per dimension) PROPOSES findings, each span-anchored to a ledger claim_id; tools/adjudicate_findings.py DECIDES the verdict. Works at L0 (stated comparisons) and deepens at L2 (configs/result files). A completeness question it cannot settle internally becomes needs_external_check,

AI & Automation 139 stars 8 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
71
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Baseline Comparison Audit — is the comparison complete, fair, and significant? Audit baseline-comparison integrity for: **$ARGUMENTS** (requires `claims.json` from `/evidence-ledger`). Emit span-anchored `baseline-comparison-audit.findings.json`. This skill computes **no verdict**. > 🔒 **Do not wrap this skill in `/loop`, `/schedule`, or `CronCreate`.** It is > verdict-bearing input — it proposes the findings the deterministic adjudicator > turns into the report. Re-firing it on a wall-clock timer adds no signal: its > output changes only when the **paper / ledger** (or the live leaderboard it > cross-checks) changes, not with the clock. Schedule the *external wait that > precedes it* — ledger built → audit **once**. (Mirrors ARIS's external-cadence > doctrine.) > Adapted from ARIS `paper-claim-audit` — its **scope-overclaim** and > **delta-arithmetic** checks, reframed from "paper vs result files" to **"is the > SOTA claim earned, and is the comparison a fair fight?"** — plus a per-domain > baseline profile and a completeness / fairness / significance split. A favourite > autoresearch shortcut is to claim SOTA while omitting the obvious recent baseline, > to beat an undertuned one, or to write "outperforms" over error bars that overlap. > This skill is the constraint that asks for the fair fight, pointed at a third > party's submission, and it stays honest about what it cannot settle from a PDF. ## Why this exists An autoresearch pipeline (or rushed human) optimises ...

Details

Author
wanshuiyin
Repository
wanshuiyin/Anti-Autoresearch
Created
1 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

consistency-audit

Flagship intra-paper self-consistency forensics: does the paper contradict ITSELF across abstract/intro/tables/body/appendix, and does the method DESCRIBED match the method EVALUATED? Needs no external ground truth — works PDF-only (L0). Runs a deterministic arithmetic pass + a fresh cross-model semantic pass, every finding span-anchored to the evidence ledger (claims.json), reviewer≠adjudicator. Emits consistency-audit.findings.json; NEVER computes the verdict. Triggers: "consistency audit", "check the paper against itself", "self-consistency", "内部自洽".

139 Updated 3 days ago
wanshuiyin
AI & Automation Listed

paper-claim-audit

Zero-context verification that every number, comparison, and scope claim in the paper matches raw result files. Uses a fresh cross-model reviewer with NO prior context to prevent confirmation bias. Use when user says "审查论文数据", "check paper claims", "verify numbers", "论文数字核对", or before submission to ensure paper-to-evidence fidelity. Do not use for code/data/formula verification (use paper-verification).

2 Updated 3 weeks ago
wookat
AI & Automation Featured

paper-claim-audit

Zero-context verification that every number, comparison, and scope claim in the paper matches raw result files. Uses a fresh cross-model reviewer with NO prior context to prevent confirmation bias. Use when user says "审查论文数据", "check paper claims", "verify numbers", "论文数字核对", or before submission to ensure paper-to-evidence fidelity.

14,964 Updated today
wanshuiyin