Agent skill · Data & Analytics

acl-artifact-evaluation

Use when packaging code, datasets, prompts, model outputs, or annotation materials for an ACL submission under ACL Rolling Review, covering anonymized supplement archives, scientific-artifact items of the Responsible NLP checklist, licensing and intended-use documentation, data statements, and post-acceptance public release.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill acl-artifact-evaluation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: ACL-Skills/skills/acl-artifact-evaluation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ACL Artifact Evaluation Use this to plan the evidence package around an ACL paper. ACL has no separate artifact-badge track; instead, artifact scrutiny is folded into review through the supplement archive and Section B ("scientific artifacts") of the Responsible NLP checklist, which reviewers cross-check against the PDF. ## What counts as an artifact here - Code: training/inference scripts, evaluation harnesses, prompt templates. - Data: new corpora, annotations, filtered subsets of existing corpora, test suites, adversarial sets. - Model outputs: generations, ranked lists, logits used in analysis — often the cheapest way to make an LLM paper checkable without GPUs. - Human-subject materials: annotation guidelines, interface screenshots, consent text, compensation description. ## Submission-time packaging rules - Supplements upload as .tgz/.zip through the OpenReview form; links to tracked cloud storage are not acceptable, and any linked page must be anonymous. - Scrub identity everywhere reviewers can look: file paths, git metadata, notebook author fields, license headers, dataset hosting pages, README contact lines. - Reviewers are not required to open supplements. The paper pl

What's inside
Steps it walks through
  1. What counts as an artifact here
  2. Submission-time packaging rules
  3. Checklist items your artifact must satisfy
  4. What an ACL reviewer opens first
  5. Vignette: packaging a multilingual benchmark submission
  6. Release ladder after acceptance
  7. Anonymization sweep, concretely
  8. Sizing and format sanity
  9. Output format
Commands it runs
authorship trails in code and docs
grep -ri "yourname\|yourlab\|university" . --include="*.py" --include="*.md"
git history and remotes leak owners
rm -rf .git; # or re-init a fresh repo for the archive copy
notebook metadata carries usernames and kernel paths
jupyter nbconvert --clear-output --inplace *.ipynb
absolute paths in configs and logs
grep -r "/home/\|/Users/" . | head
More from Awesome-Journal-Skills
All skills →
About this skill
What does the acl-artifact-evaluation skill do?

Use when packaging code, datasets, prompts, model outputs, or annotation materials for an ACL submission under ACL Rolling Review, covering anonymized supplement archives, scientific-artifact items of the Responsible NLP checklist, licensing and intended-use documentation, data statements, and post-acceptance public release.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill acl-artifact-evaluation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going