/acl-reproducibility
Use when strengthening reproducibility evidence for an ACL paper reviewed through ACL Rolling Review, covering the Responsible NLP checklist end to end, hyperparameter and compute reporting, prompt and decoding disclosure for LLM experiments, data contamination auditing,
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill acl-reproducibility --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/acl-reproducibility
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when strengthening reproducibility evidence for an ACL paper reviewed through ACL Rolling Review, covering the Responsible NLP checklist end to end, hyperparameter and compute reporting, prompt and decoding disclosure for LLM experiments, data contamination auditing,
SKILL.md
acl-reproducibility.SKILL.mdname: acl-reproducibility
description: Use when strengthening reproducibility evidence for an ACL paper reviewed through ACL Rolling Review, covering the Responsible NLP checklist end to end, hyperparameter and compute reporting, prompt and decoding disclosure for LLM experiments, data contamination auditing, variance across runs, and checklist-to-paper consistency.
ACL Reproducibility
Use this before an ARR deadline and again at camera-ready. At ACL the reproducibility instrument is the **Responsible NLP checklist**: it is mandatory, reviewers read it alongside the paper, and ARR policy makes incorrect or misleading checklist content a desk-rejection ground. Treat it as a claims audit, not paperwork.
The checklist as a claims audit
- Section A: a real Limitations discussion and a risks discussion — reviewers
are told honest limitations must not be penalized, so under-disclosing is strictly worse than disclosing.
- Section B: every dataset and model you *used* needs citation, version,
license, and intended-use consistency (see `acl-artifact-evaluation`).
- Section C: computational experiments — parameters, budget, infrastructure,
hyperparameter search, and descriptive statistics with error bars.
- Section D: human annotators/participants — instructions, pay, consent,
ethics-board status, demographics where relevant.
- Section E: AI assistants used in research, coding, or writing.
Every "yes" answer should carry a section/appendix pointer; every "N/A" should survive a hostile reading of the paper.
Reporting floor for the modern NLP paper
| Experiment type | Minimum disclosure that survives ACL review | |---|---| | Fine-tuned models | Model + version, seeds, LR/schedule, epochs, selection criterion, dev-set use, runs count | | Prompted LLMs | Exact prompts, decoding params (temperature, top-p, max tokens), model snapshot date/version, n samples | | API-based closed models | Access dates, version string, cost/queries, caching strategy, note on irreproducibility risk | | Human evaluation | Instructions, item counts, raters per item, agreement statistic, pay | | New metrics | Implementation source, correlation evidence, code in supplement |
Contamination and leakage auditing
- State which evaluation sets could plausibly appear in pretraining corpora
and what you did about it: n-gram overlap scans, canary checks, dataset release date vs model cutoff reasoning.
- For benchmarks you release, record a creation date and content hash so
future contamination is auditable.
- For claimed generalization, verify the test languages/domains genuinely
weren't leaked through translation or paraphrase of training data.
Variance discipline
- Single-run leaderboard deltas are the classic ACL review complaint. Report
mean and deviation over multiple seeds or prompt paraphrases, and say in the caption what the interval is.
- When compute makes many runs impossible, say so, quantify what you could
(e.g., variance on the smallest model), and scope claims accordingly — checklist Section C expects the compute budget stated either way.
Consistency sweep before submission
1. Grep the paper for every number that a checklist item claims exists (error bars, splits, licenses, pay). Missing → fix paper or answer. 2. Check the supplement actually contains what Sections B/C reference. 3. Confirm Limitations mentions the weaknesses your own experiments exposed; reviewers notice when the Limitations section dodges the obvious one. 4. Re-answer Section E honestly after the final writing pass — late-stage AI-assisted rewriting counts.
Degrees of reproducibility to declare
turnkey : one script re-scores released outputs / reruns the pipeline
scripted : code + configs released; needs GPUs, keys, or gated data
descriptive: enough prose + prompts that a motivated lab could rebuild it
closed : hinges on private data or deprecated APIs — say so in Limitations
Declare the level you actually achieve. At ACL, releasing model *outputs* is the cheap trick that upgrades many LLM papers from descriptive to turnkey, because re-scoring needs no compute.
Prompt-disclosure block that satisfies reviewers
A reusable appendix pattern for each prompted experiment:
Experiment: Table 3, zero-shot NLI
Model: <name + exact version/snapshot + access date>
Decoding: temperature=0.0, top_p=1.0, max_tokens=16
Prompt (verbatim, incl. whitespace):
"Premise: {premise}\nHypothesis: {hypothesis}\n
Answer entailment, neutral, or contradiction:"
Paraphrases: 5 variants (App. D.2); reported number = mean over variants
Post-processing: first-token match, case-insensitive; ties -> neutral
Failures: non-parseable outputs counted as errors (2.3% of calls)The last two lines — parsing rules and non-parseable handling — are where most "we could not reproduce the number" disputes actually originate.
Cheap wins ranked by effort
1. Release model outputs alongside code (near-zero cost, enables re-scoring). 2. Log and report seeds + run counts in every caption while runs are fresh. 3. Pin dataset versions/commits in the bibliography and README now, not at camera-ready when the version has silently moved. 4. Write the compute paragraph (GPUs, hours, total runs incl. failed) the week the experiments finish. 5. Save the exact evaluation-script commit used for headline numbers.
Output format
[Checklist status] consistent / gaps found / contradicts paper
[Section-by-section] <A/B/C/D/E: pass or missing items>
[LLM disclosure] <prompts/decoding/version/date status>
[Contamination stance] <audit done / reasoned / unaddressed>
[Variance reporting] <runs, intervals, caption clarity>
[Fixes] <paper edits vs supplement additions, ordered>
Read more
name: acl-reproducibility description: Use when strengthening reproducibility evidence for an ACL paper reviewed through ACL Rolling Review, covering the Responsible NLP checklist end to end, hyperparameter and compute reporting, prompt and decoding disclosure for LLM experiments, data contamination auditing, variance across runs, and checklist-to-paper consistency.
ACL Reproducibility
Use this before an ARR deadline and again at camera-ready. At ACL the reproducibility instrument is the **Responsible NLP checklist**: it is mandatory, reviewers read it alongside the paper, and ARR policy makes incorrect or misleading checklist content a desk-rejection ground. Treat it as a claims audit, not paperwork.
The checklist as a claims audit
- Section A: a real Limitations discussion and a risks discussion — reviewers
are told honest limitations must not be penalized, so under-disclosing is strictly worse than disclosing.
- Section B: every dataset and model you *used* needs citation, version,
license, and intended-use consistency (see `acl-artifact-evaluation`).
- Section C: computational experiments — parameters, budget, infrastructure,
hyperparameter search, and descriptive statistics with error bars.
- Section D: human annotators/participants — instructions, pay, consent,
ethics-board status, demographics where relevant.
- Section E: AI assistants used in research, coding, or writing.
Every "yes" answer should carry a section/appendix pointer; every "N/A" should survive a hostile reading of the paper.
Reporting floor for the modern NLP paper
| Experiment type | Minimum disclosure that survives ACL review | |---|---| | Fine-tuned models | Model + version, seeds, LR/schedule, epochs, selection criterion, dev-set use, runs count | | Prompted LLMs | Exact prompts, decoding params (temperature, top-p, max tokens), model snapshot date/version, n samples | | API-based closed models | Access dates, version string, cost/queries, caching strategy, note on irreproducibility risk | | Human evaluation | Instructions, item counts, raters per item, agreement statistic, pay | | New metrics | Implementation source, correlation evidence, code in supplement |
Contamination and leakage auditing
- State which evaluation sets could plausibly appear in pretraining corpora
and what you did about it: n-gram overlap scans, canary checks, dataset release date vs model cutoff reasoning.
- For benchmarks you release, record a creation date and content hash so
future contamination is auditable.
- For claimed generalization, verify the test languages/domains genuinely
weren't leaked through translation or paraphrase of training data.
Variance discipline
- Single-run leaderboard deltas are the classic ACL review complaint. Report
mean and deviation over multiple seeds or prompt paraphrases, and say in the caption what the interval is.
- When compute makes many runs impossible, say so, quantify what you could
(e.g., variance on the smallest model), and scope claims accordingly — checklist Section C expects the compute budget stated either way.
Consistency sweep before submission
1. Grep the paper for every number that a checklist item claims exists (error bars, splits, licenses, pay). Missing → fix paper or answer. 2. Check the supplement actually contains what Sections B/C reference. 3. Confirm Limitations mentions the weaknesses your own experiments exposed; reviewers notice when the Limitations section dodges the obvious one. 4. Re-answer Section E honestly after the final writing pass — late-stage AI-assisted rewriting counts.
Degrees of reproducibility to declare
turnkey : one script re-scores released outputs / reruns the pipeline scripted : code + configs released; needs GPUs, keys, or gated data descriptive: enough prose + prompts that a motivated lab could rebuild it closed : hinges on private data or deprecated APIs — say so in Limitations
Declare the level you actually achieve. At ACL, releasing model *outputs* is the cheap trick that upgrades many LLM papers from descriptive to turnkey, because re-scoring needs no compute.
Prompt-disclosure block that satisfies reviewers
A reusable appendix pattern for each prompted experiment:
Experiment: Table 3, zero-shot NLI
Model: <name + exact version/snapshot + access date>
Decoding: temperature=0.0, top_p=1.0, max_tokens=16
Prompt (verbatim, incl. whitespace):
"Premise: {premise}\nHypothesis: {hypothesis}\n
Answer entailment, neutral, or contradiction:"
Paraphrases: 5 variants (App. D.2); reported number = mean over variants
Post-processing: first-token match, case-insensitive; ties -> neutral
Failures: non-parseable outputs counted as errors (2.3% of calls)The last two lines — parsing rules and non-parseable handling — are where most "we could not reproduce the number" disputes actually originate.
Cheap wins ranked by effort
1. Release model outputs alongside code (near-zero cost, enables re-scoring). 2. Log and report seeds + run counts in every caption while runs are fresh. 3. Pin dataset versions/commits in the bibliography and README now, not at camera-ready when the version has silently moved. 4. Write the compute paragraph (GPUs, hours, total runs incl. failed) the week the experiments finish. 5. Save the exact evaluation-script commit used for headline numbers.
Output format
[Checklist status] consistent / gaps found / contradicts paper [Section-by-section] <A/B/C/D/E: pass or missing items> [LLM disclosure] <prompts/decoding/version/date status> [Contamination stance] <audit done / reasoned / unaddressed> [Variance reporting] <runs, intervals, caption clarity> [Fixes] <paper edits vs supplement additions, ordered>
Stanford REAP × CoPaper.AI · 由斯坦福实证方法论团队精选与维护 访问 copaper.ai 微信:CoPaper.AI 按 11 个主流学科板块覆盖 经管与商科 社会科学 人文学科 数学与物理科学 生命科学 医学与健康 工程与技术 计算机科学与 AI 体育科学 点击任一学科名可跳转到对应说明;每类下的代表子领域在正文总览中完整列出。下方封面墙按 venue 导航,完整分类见覆盖一览。 🧭 布局指南 · 📚 Skill Pack 一览 · ⚡ 如何使用 · 🧪 自动实证
Other skills on awesome-journal-skills.
- /aaai-artifact-evaluation
Use when packaging AAAI code, data, multimedia appendices, technical appendices, reproducibility evidence, and post-acceptance artifact releases without violating double-blind or immutable-supplement rules.
Open skill - /aaai-author-response
Use when drafting an AAAI author response (rebuttal) under the single short character-limited author-feedback window, the no-URL rule, no-new-results guidance, AI-generated-review handling, and the AAAI two-phase review process where Phase-2 papers receive one feedback round
Open skill - /aaai-camera-ready
Use when preparing an accepted AAAI paper for camera-ready source submission to AAAI Press, including proceedings page limits, two-column template compliance, copyright transfer, purchased extra technical pages, deanonymization, registration, oral or poster presentation, and
Open skill - /aaai-experiments
Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and
Open skill - /aaai-related-work
Use when positioning an AAAI paper's novelty against archival work, contemporaneous arXiv or workshop papers, and AAAI/IJCAI/NeurIPS/ICML/ICLR neighbors across the broad AI scope, while staying inside AAAI's dual-submission and AI-as-source policy constraints and writing a
Open skill - /aaai-reproducibility
Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting, compute and cost disclosure, dataset access and licensing, code/data ZIP readiness, and the claim-to-evidence map that
Open skill

