agentsclimarketplace

Eacl reproducibility

Skill brycewang-stanford/Awesome-Journal-Skills/EACL-Skills/skills/eacl-reproducibility

Use when running the Responsible NLP checklist as a claims audit for an EACL paper, covering hyperparameter and compute disclosure, verbatim prompt and decoding reporting, data-contamination stance, variance and significance reporting, multilingual coverage claims, and consistency between the checklist answers and what the paper actually contains.From its SKILL.md

Install
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill eacl-reproducibility

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

3.6 KB, 739 tokens by cl100k_base, as published. Nobody here has run it

EACL Reproducibility

Use this to audit an EACL paper against the Responsible NLP checklist, which ARR files at submission and which the action editor and reviewers read alongside the PDF. The checklist is not paperwork: misleading answers are desk-rejection grounds, and inconsistencies between the checklist and the paper are what careful EACL reviewers hunt for. Reopen the current checklist at aclrollingreview.org/responsibleNLPresearch before auditing.

Treat the checklist as a claims audit

Every "yes" in the checklist implies a location in the paper. Walk the paper claim by claim and confirm each is backed:

Claim typeMust discloseCommon EACL failure
Model resultsHyperparameters, tuning, model size"Default settings" with no numbers
ComputeHardware, run time, total budgetSilent on cost of large runs
LLM promptsVerbatim prompts + decoding paramsParaphrased or omitted prompts
DataSource, license, splits, preprocessingUndocumented or "on request" data
MetricsVariance over seeds / significance testSingle-run deltas reported as wins
MultilingualLanguages, resource levels, per-language resultsAggregate hides where it fails

Contamination stance (LLM era)

  • State explicitly whether evaluation data could have leaked into training — for closed LLMs this is often unknowable, and the honest move is to say so and bound the risk rather than claim clean evaluation. The "Leak, Cheat, Repeat" exemplar in ../../resources/exemplars/library.md is the reference discipline.
  • Where feasible, run an overlap or decontamination check and report it.

Variance and significance floor

Reporting rule of thumb:
  - >= 3-5 seeds for any headline comparison
  - report mean +/- CI or std, not a single run
  - a significance test when two systems are "close"
  - never claim a win on an unreplicated single-run delta

Multilingual coverage honesty

  • If the paper claims a cross-lingual or multilingual result, the checklist audit must confirm the languages are named, the resource levels are stated, and per-language results exist somewhere — an aggregate average is not evidence for every language.
  • For lower-resourced languages, confirm dataset provenance and annotation context are documented; this is a recurring EACL reviewer expectation.

Checklist-to-paper consistency sweep

[ ] Every checklist "yes" maps to a section/appendix number
[ ] Hyperparameters + search space stated
[ ] Compute budget stated for expensive runs
[ ] Prompts + decoding params verbatim (if LLMs used)
[ ] Data source, license, splits, preprocessing documented
[ ] Variance/significance reported for headline claims
[ ] Contamination risk addressed honestly
[ ] Per-language results present for multilingual claims
[ ] AI-assistance use disclosed truthfully

Output format

[Reproducibility risk] Low / Medium / High
[Checklist-paper mismatches] <specific "yes" answers not backed in text>
[Disclosure gaps] <hyperparameters/compute/prompts/data>
[Evidence floor] <seeds/variance/significance findings>
[Contamination] <stance + any check run>
[Fix order] <what to add before the cycle deadline>

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.