/acl-supplementary
Use when organizing appendices and supplementary material for an ACL paper under ACL Rolling Review, covering the mandatory Limitations and optional ethics sections, appendices after references, anonymized software and data archives, the no-cloud-links rule, and deciding what
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill acl-supplementary --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-supplementary
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when organizing appendices and supplementary material for an ACL paper under ACL Rolling Review, covering the mandatory Limitations and optional ethics sections, appendices after references, anonymized software and data archives, the no-cloud-links rule, and deciding what
SKILL.md
acl-supplementary.SKILL.mdname: acl-supplementary
description: Use when organizing appendices and supplementary material for an ACL paper under ACL Rolling Review, covering the mandatory Limitations and optional ethics sections, appendices after references, anonymized software and data archives, the no-cloud-links rule, and deciding what must stay in the 8-page or 4-page body.
ACL Supplementary
Use this when splitting an ACL paper between body, appendix, and archive. The governing ARR principle: **reviewers are not required to consider material in appendices or supplements**, so anything decision-critical that lives only there is effectively invisible.
The ACL page anatomy
[ content pages: 8 long / 4 short ] <- the reviewed argument lives here
[ Limitations (REQUIRED, unlimited) ] <- after conclusion, outside page count
[ Ethics statement (optional) ]
[ References (unlimited) ]
[ Appendices (unlimited, same PDF) ] <- optional reading for reviewers
+ separate .tgz/.zip archive <- software / data supplement
Missing Limitations is a desk-reject condition; treating it as one throwaway sentence is a review-stage penalty even when it passes the gate.
What must not leave the body
- The main results table and the headline comparison.
- Task definition and enough of the method that a reviewer can judge novelty.
- At least a summary of the error analysis — a pointer-only error analysis
reads as not having one.
- Human-evaluation design in one paragraph: raters, items, agreement.
- The experimental setup at reproduction-outline level; full grids can go down.
What appendices are good at
- Full prompt texts and few-shot exemplars (reference them per experiment).
- Complete hyperparameter tables and search ranges.
- Per-language / per-dataset breakdowns behind an averaged headline number.
- Annotation guidelines and interface screenshots.
- Extended qualitative examples and additional ablations.
- Proofs or derivations for the occasional formal result.
Limitations section that actually works
| Weak pattern | Stronger ACL pattern | |---|---| | "Results may not generalize" | Name the languages, domains, and model scales actually tested and the nearest untested regime | | "LLMs can hallucinate" | State which conclusions depend on a specific model snapshot and API behavior | | Silent on data | Note license constraints, demographic skew, or collection-window bias in the corpora used | | Written last-minute | Mirrors the risks reviewers will find anyway, defusing them on your terms |
ACL's policy explicitly instructs reviewers not to punish honest limitations, which makes this section the cheapest goodwill in the whole submission.
Archive rules and hygiene
- Upload software/data as .tgz or .zip in the OpenReview fields; personal
cloud-storage links are barred, and any external page must be anonymous and untracked.
- Strip authorship trails: git history, notebook metadata, absolute paths with
usernames, license headers, README contact lines.
- Test the archive on a clean machine: it must unpack, the README must state
what maps to which table, and nothing should require credentials just to read.
- Include model outputs where feasible so reviewers can verify scoring without
compute (see `acl-reproducibility`).
Body-vs-appendix vignette
A long paper introduces a retrieval-augmented QA method with results on six benchmarks in three languages. Body: method figure, main table (six benchmarks averaged + per-language block), two-paragraph error analysis, one ablation that carries the mechanism claim. Appendix: full per-benchmark tables, prompts, retrieval index details, remaining ablations, annotation guidelines for the human study. Archive: code, prompts as files, and all model outputs. The test: a reviewer who never scrolls past the references can still reconstruct and believe every claim in the abstract.
Appendix ordering convention that reviewers navigate well
- A: full experimental setup (models, hyperparameters, hardware, budgets).
- B: prompts and few-shot exemplars, one subsection per experiment.
- C: complete results — per-dataset, per-language, per-seed tables behind
every averaged number in the body.
- D: annotation materials — guidelines, interface, pay, agreement detail.
- E: additional analyses and ablations, each forward-referenced from the
body at least once (unreferenced appendix content is invisible).
- F: qualitative examples, marked as random or curated — say which.
Number tables and figures continuously with the body so the author response can cite "Table 9" unambiguously during the discussion phase.
Ethics statement: when to write one
Write it when the paper involves human subjects or annotators, scraped user-generated content, demographic inference, dual-use capability, or release of models/data with realistic misuse paths. Skip it when nothing applies — the Responsible NLP checklist already covers the routine cases, and a padded statement invites the very scrutiny it fails to answer. It shares the unlimited space after the conclusion with Limitations.
Size and dependency guardrails
- Keep the archive small enough to download on conference-hotel wifi;
reviewers abandon multi-gigabyte supplements unopened.
- No credentials, no API keys, no gated-model weights — describe access
paths instead of shipping secrets.
- Pin dependency versions in one environment file; "latest transformers"
is a different codebase every cycle.
- If data cannot be shared (license, privacy), include the loader code and
a synthetic sample with identical schema so scripts still run.
Output format
[Split status] sound / body-overloaded / appendix-dependent
[Limitations quality] substantive / ritual / missing
[Must-move-up] <decision-critical items currently below the fold>
[Archive check] <format/anonymity/clean-machine findings>
[Reviewer-blind spots] <claims visible only outside the body>
Read more
name: acl-supplementary description: Use when organizing appendices and supplementary material for an ACL paper under ACL Rolling Review, covering the mandatory Limitations and optional ethics sections, appendices after references, anonymized software and data archives, the no-cloud-links rule, and deciding what must stay in the 8-page or 4-page body.
ACL Supplementary
Use this when splitting an ACL paper between body, appendix, and archive. The governing ARR principle: **reviewers are not required to consider material in appendices or supplements**, so anything decision-critical that lives only there is effectively invisible.
The ACL page anatomy
[ content pages: 8 long / 4 short ] <- the reviewed argument lives here [ Limitations (REQUIRED, unlimited) ] <- after conclusion, outside page count [ Ethics statement (optional) ] [ References (unlimited) ] [ Appendices (unlimited, same PDF) ] <- optional reading for reviewers + separate .tgz/.zip archive <- software / data supplement
Missing Limitations is a desk-reject condition; treating it as one throwaway sentence is a review-stage penalty even when it passes the gate.
What must not leave the body
- The main results table and the headline comparison.
- Task definition and enough of the method that a reviewer can judge novelty.
- At least a summary of the error analysis — a pointer-only error analysis
reads as not having one.
- Human-evaluation design in one paragraph: raters, items, agreement.
- The experimental setup at reproduction-outline level; full grids can go down.
What appendices are good at
- Full prompt texts and few-shot exemplars (reference them per experiment).
- Complete hyperparameter tables and search ranges.
- Per-language / per-dataset breakdowns behind an averaged headline number.
- Annotation guidelines and interface screenshots.
- Extended qualitative examples and additional ablations.
- Proofs or derivations for the occasional formal result.
Limitations section that actually works
| Weak pattern | Stronger ACL pattern | |---|---| | "Results may not generalize" | Name the languages, domains, and model scales actually tested and the nearest untested regime | | "LLMs can hallucinate" | State which conclusions depend on a specific model snapshot and API behavior | | Silent on data | Note license constraints, demographic skew, or collection-window bias in the corpora used | | Written last-minute | Mirrors the risks reviewers will find anyway, defusing them on your terms |
ACL's policy explicitly instructs reviewers not to punish honest limitations, which makes this section the cheapest goodwill in the whole submission.
Archive rules and hygiene
- Upload software/data as .tgz or .zip in the OpenReview fields; personal
cloud-storage links are barred, and any external page must be anonymous and untracked.
- Strip authorship trails: git history, notebook metadata, absolute paths with
usernames, license headers, README contact lines.
- Test the archive on a clean machine: it must unpack, the README must state
what maps to which table, and nothing should require credentials just to read.
- Include model outputs where feasible so reviewers can verify scoring without
compute (see `acl-reproducibility`).
Body-vs-appendix vignette
A long paper introduces a retrieval-augmented QA method with results on six benchmarks in three languages. Body: method figure, main table (six benchmarks averaged + per-language block), two-paragraph error analysis, one ablation that carries the mechanism claim. Appendix: full per-benchmark tables, prompts, retrieval index details, remaining ablations, annotation guidelines for the human study. Archive: code, prompts as files, and all model outputs. The test: a reviewer who never scrolls past the references can still reconstruct and believe every claim in the abstract.
Appendix ordering convention that reviewers navigate well
- A: full experimental setup (models, hyperparameters, hardware, budgets).
- B: prompts and few-shot exemplars, one subsection per experiment.
- C: complete results — per-dataset, per-language, per-seed tables behind
every averaged number in the body.
- D: annotation materials — guidelines, interface, pay, agreement detail.
- E: additional analyses and ablations, each forward-referenced from the
body at least once (unreferenced appendix content is invisible).
- F: qualitative examples, marked as random or curated — say which.
Number tables and figures continuously with the body so the author response can cite "Table 9" unambiguously during the discussion phase.
Ethics statement: when to write one
Write it when the paper involves human subjects or annotators, scraped user-generated content, demographic inference, dual-use capability, or release of models/data with realistic misuse paths. Skip it when nothing applies — the Responsible NLP checklist already covers the routine cases, and a padded statement invites the very scrutiny it fails to answer. It shares the unlimited space after the conclusion with Limitations.
Size and dependency guardrails
- Keep the archive small enough to download on conference-hotel wifi;
reviewers abandon multi-gigabyte supplements unopened.
- No credentials, no API keys, no gated-model weights — describe access
paths instead of shipping secrets.
- Pin dependency versions in one environment file; "latest transformers"
is a different codebase every cycle.
- If data cannot be shared (license, privacy), include the loader code and
a synthetic sample with identical schema so scripts still run.
Output format
[Split status] sound / body-overloaded / appendix-dependent [Limitations quality] substantive / ritual / missing [Must-move-up] <decision-critical items currently below the fold> [Archive check] <format/anonymity/clean-machine findings> [Reviewer-blind spots] <claims visible only outside the body>
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

