/acl-related-work
Use when positioning an ACL submission against the NLP literature, covering ACL Anthology citation practice, arXiv-versus-published version citation, concurrent LLM-era preprints, prior-cycle ARR resubmission overlap, anonymity-preserving self-citation, and the fast-moving
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill acl-related-work --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-related-work
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when positioning an ACL submission against the NLP literature, covering ACL Anthology citation practice, arXiv-versus-published version citation, concurrent LLM-era preprints, prior-cycle ARR resubmission overlap, anonymity-preserving self-citation, and the fast-moving
SKILL.md
acl-related-work.SKILL.mdname: acl-related-work
description: Use when positioning an ACL submission against the NLP literature, covering ACL Anthology citation practice, arXiv-versus-published version citation, concurrent LLM-era preprints, prior-cycle ARR resubmission overlap, anonymity-preserving self-citation, and the fast-moving baseline problem in computational linguistics.
ACL Related Work
Use this to audit positioning and citation hygiene. NLP moves fast enough that related-work sections age between ARR cycles; the section must prove the authors know the field *as of this cycle*, not as of the project's start.
The Anthology-first rule
- When a paper exists in the ACL Anthology (or another archival venue), cite
that version, not its arXiv preprint — Anthology entries are the community's citation of record and carry stable BibTeX.
- The Anthology is fully open access (post-2016 materials under CC BY 4.0),
so "couldn't access the published version" is never a defense here.
- For findings-tier work, cite it as Findings of ACL/EMNLP — it is archival
and reviewers treat miscrediting it as sloppiness.
Freshness pressure unique to this field
- Expect at least one reviewer to name a baseline or dataset from the last
two conference rounds. Sweep ACL, EMNLP, NAACL, EACL, TACL, and CL for the nearest neighbors published since your project began.
- LLM-era concurrency is the norm: assume 2-4 similar preprints exist. Cite
the ones findable at submission, contrast on technique rather than date, and avoid priority wars that reviewers cannot adjudicate.
- If a newer model release makes your comparison set look dated mid-cycle,
address it in the author response and plan the upgrade for camera-ready or resubmission — silence reads as unawareness.
Positioning moves that work at ACL
| Contribution type | The contrast reviewers want spelled out | |---|---| | Method | Nearest prior method + the mechanism-level difference, not just scores | | Resource | Existing datasets' coverage gaps: languages, domains, phenomena, license | | Analysis / evaluation | What prior evaluations measured incorrectly or could not see | | Metric | Failure cases of the incumbent metric, with correlation evidence | | Theme-track paper | How the work answers the year's theme question (ACL 2026: explainability) |
One paragraph of typed contrast per lane beats an undifferentiated citation inventory; ACL's compressed format cannot afford taxonomy for its own sake.
Self-citation and resubmission overlap
- Cite your own prior work in third person ("Building on Smith (2024)...")
so anonymity survives; heavy reliance on one group's unpublished thread is itself an anonymity leak.
- If this is an ARR resubmission, the revision note — not the related-work
section — is where you discuss the previous version; the paper itself should read cleanly to a fresh reviewer.
- Workshop and non-archival versions (most \*ACL workshops are archival —
check!) must be declared under the dual-submission policy rather than quietly extended.
Preprint-era eligibility judgment calls
- Your own arXiv preprint of this submission is allowed (no anonymity period
since January 2024), but the declared preprint status must match reality.
- A competing preprint that appeared after your ARR submission date is
concurrent work: cite it in camera-ready, note the timing, contrast honestly.
- Do not cite an inaccessible or anonymized document as supporting evidence —
ARR forbids leaning on materials reviewers cannot read.
Two-pass audit procedure
Pass 1 (coverage): for each claim of novelty, list the 3 nearest works
from Anthology search + recent cycles; verify each is cited and
contrasted, not just listed.
Pass 2 (hygiene): for each bib entry, check venue-of-record vs arXiv,
Findings attribution, third-person self-citation, and that no cited
item is reviewer-inaccessible.
Where to actually search, in order
1. ACL Anthology full-text/venue search — the canonical record for every \*ACL main conference, Findings volume, TACL, CL, and most workshops. 2. The most recent two conference rounds' accepted-paper lists (each edition's site publishes them) — the freshness sweep reviewers run. 3. Semantic Scholar / Google Scholar citation graphs walked *forward* from your three nearest neighbors — who already built on them? 4. arXiv cs.CL for the concurrent-preprint scan, dated against your cycle's submission deadline so "concurrent" is defensible. 5. Leaderboards and dataset pages for your benchmarks — the SOTA row often names an uncited system.
Related-work paragraph shape that survives compression
For each literature lane, three sentences: (1) what the lane established, with its two or three best citations; (2) the specific gap or assumption it left; (3) how this paper differs mechanically. Delete any sentence that neither cites nor contrasts. In a short paper, the whole section may be one such paragraph plus contrasts woven into the introduction — that is normal and reviewers at ACL expect it.
Red flags reviewers name explicitly
- "The authors seem unaware of X" — the fatal version of staleness; one
missed obvious neighbor outweighs fifty dutiful citations.
- Citing a paper for a claim it does not make (checked more often than
authors expect, since reviewers know their own subfield's papers).
- A wall of "recently, LLMs have..." citations with no load-bearing role.
- Comparing against numbers from a cited paper's arXiv v1 that changed in
the published version.
Output format
[Positioning verdict] sharp / inventory-like / stale / overlapping
[Nearest neighbors] <3 works -> stated distinction each>
[Freshness risks] <recent baselines or datasets unaddressed>
[Citation hygiene] <arXiv-vs-Anthology, Findings credit, self-citation voice>
[Overlap declarations] <resubmission / workshop / preprint items to declare>
Read more
name: acl-related-work description: Use when positioning an ACL submission against the NLP literature, covering ACL Anthology citation practice, arXiv-versus-published version citation, concurrent LLM-era preprints, prior-cycle ARR resubmission overlap, anonymity-preserving self-citation, and the fast-moving baseline problem in computational linguistics.
ACL Related Work
Use this to audit positioning and citation hygiene. NLP moves fast enough that related-work sections age between ARR cycles; the section must prove the authors know the field *as of this cycle*, not as of the project's start.
The Anthology-first rule
- When a paper exists in the ACL Anthology (or another archival venue), cite
that version, not its arXiv preprint — Anthology entries are the community's citation of record and carry stable BibTeX.
- The Anthology is fully open access (post-2016 materials under CC BY 4.0),
so "couldn't access the published version" is never a defense here.
- For findings-tier work, cite it as Findings of ACL/EMNLP — it is archival
and reviewers treat miscrediting it as sloppiness.
Freshness pressure unique to this field
- Expect at least one reviewer to name a baseline or dataset from the last
two conference rounds. Sweep ACL, EMNLP, NAACL, EACL, TACL, and CL for the nearest neighbors published since your project began.
- LLM-era concurrency is the norm: assume 2-4 similar preprints exist. Cite
the ones findable at submission, contrast on technique rather than date, and avoid priority wars that reviewers cannot adjudicate.
- If a newer model release makes your comparison set look dated mid-cycle,
address it in the author response and plan the upgrade for camera-ready or resubmission — silence reads as unawareness.
Positioning moves that work at ACL
| Contribution type | The contrast reviewers want spelled out | |---|---| | Method | Nearest prior method + the mechanism-level difference, not just scores | | Resource | Existing datasets' coverage gaps: languages, domains, phenomena, license | | Analysis / evaluation | What prior evaluations measured incorrectly or could not see | | Metric | Failure cases of the incumbent metric, with correlation evidence | | Theme-track paper | How the work answers the year's theme question (ACL 2026: explainability) |
One paragraph of typed contrast per lane beats an undifferentiated citation inventory; ACL's compressed format cannot afford taxonomy for its own sake.
Self-citation and resubmission overlap
- Cite your own prior work in third person ("Building on Smith (2024)...")
so anonymity survives; heavy reliance on one group's unpublished thread is itself an anonymity leak.
- If this is an ARR resubmission, the revision note — not the related-work
section — is where you discuss the previous version; the paper itself should read cleanly to a fresh reviewer.
- Workshop and non-archival versions (most \*ACL workshops are archival —
check!) must be declared under the dual-submission policy rather than quietly extended.
Preprint-era eligibility judgment calls
- Your own arXiv preprint of this submission is allowed (no anonymity period
since January 2024), but the declared preprint status must match reality.
- A competing preprint that appeared after your ARR submission date is
concurrent work: cite it in camera-ready, note the timing, contrast honestly.
- Do not cite an inaccessible or anonymized document as supporting evidence —
ARR forbids leaning on materials reviewers cannot read.
Two-pass audit procedure
Pass 1 (coverage): for each claim of novelty, list the 3 nearest works from Anthology search + recent cycles; verify each is cited and contrasted, not just listed. Pass 2 (hygiene): for each bib entry, check venue-of-record vs arXiv, Findings attribution, third-person self-citation, and that no cited item is reviewer-inaccessible.
Where to actually search, in order
1. ACL Anthology full-text/venue search — the canonical record for every \*ACL main conference, Findings volume, TACL, CL, and most workshops. 2. The most recent two conference rounds' accepted-paper lists (each edition's site publishes them) — the freshness sweep reviewers run. 3. Semantic Scholar / Google Scholar citation graphs walked *forward* from your three nearest neighbors — who already built on them? 4. arXiv cs.CL for the concurrent-preprint scan, dated against your cycle's submission deadline so "concurrent" is defensible. 5. Leaderboards and dataset pages for your benchmarks — the SOTA row often names an uncited system.
Related-work paragraph shape that survives compression
For each literature lane, three sentences: (1) what the lane established, with its two or three best citations; (2) the specific gap or assumption it left; (3) how this paper differs mechanically. Delete any sentence that neither cites nor contrasts. In a short paper, the whole section may be one such paragraph plus contrasts woven into the introduction — that is normal and reviewers at ACL expect it.
Red flags reviewers name explicitly
- "The authors seem unaware of X" — the fatal version of staleness; one
missed obvious neighbor outweighs fifty dutiful citations.
- Citing a paper for a claim it does not make (checked more often than
authors expect, since reviewers know their own subfield's papers).
- A wall of "recently, LLMs have..." citations with no load-bearing role.
- Comparing against numbers from a cited paper's arXiv v1 that changed in
the published version.
Output format
[Positioning verdict] sharp / inventory-like / stale / overlapping [Nearest neighbors] <3 works -> stated distinction each> [Freshness risks] <recent baselines or datasets unaddressed> [Citation hygiene] <arXiv-vs-Anthology, Findings credit, self-citation voice> [Overlap declarations] <resubmission / workshop / preprint items to declare>
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

