agentsclimarketplace

Neurips experiments

Skill brycewang-stanford/Awesome-Journal-Skills/NeurIPS-Skills/skills/neurips-experiments

Use when stress-testing NeurIPS experimental evidence, including baselines, ablations, data splits, compute, negative results, real-world use, and claim-to-evidence calibration.From its SKILL.md

Install
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill neurips-experiments

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

SKILL.md

5.8 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

NeurIPS Experiments

Use this skill before submission or rebuttal when the main question is whether the evidence supports the NeurIPS claim. It is not enough to win a leaderboard; reviewers need to know why the result is scientifically meaningful.

Experiment audit

  • Baselines: include strong, current, tuned baselines and explain any missing comparison.
  • Ablations: isolate the mechanism, not just remove components at random.
  • Robustness: test across seeds, datasets, distribution shifts, scales, hyperparameters, or realistic deployment conditions when relevant.
  • Compute: disclose hardware, training time, resource assumptions, and whether comparisons are fair.
  • Data: document splits, contamination controls, license, demographic or domain coverage, and privacy/consent limits.
  • Negative results: use them to calibrate claims; NeurIPS has a contribution type for negative results, but the bar remains high.
  • Use-inspired work: connect results to the real task without turning the paper into an application report with no ML contribution.

Claim-to-evidence ladder

NeurIPS reviewers read experiments against the claim type. Put every headline claim on the ladder before deciding whether the evidence is strong enough.

Claim typeMinimum evidenceStrong evidence
Beats prior methodstuned current baselines, same data splits, comparable computemultiple suites, budget-matched tuning, significance or variance reporting
Mechanism explains gainsablation tied to the proposed mechanismintervention or diagnostic that rules out the obvious rival mechanism
Scales betterat least two meaningful scales and fixed protocoltrend across scales with compute, memory, and failure modes disclosed
Robust to distribution shiftone out-of-domain or stress splitseveral shifts with error analysis and narrowed claims where it fails
Useful in the real worldtask-relevant metric and realistic constraintdeployment-like evaluation, safety/fairness/privacy caveats, and cost analysis
Negative resultfaithful implementation and fair reproduction attemptexplains when the prior claim holds, fails, or needs qualification

If the evidence only clears the minimum column, write the claim in minimum-column language. Reserve strong-column language for results that survive the stronger checks.

Baseline fairness table

Before submission, make a table the reviewer could audit without trusting your narrative.

Baseline issueRequired disclosureReviewer failure mode
Tuning budgetsearch space, number of trials, early stopping, compute capnew method gets more tuning than baselines
Implementation sourceofficial code, reimplementation, or third-party forkweak reproduced baseline blamed on prior work
Data protocolsplits, leakage checks, preprocessing, augmentationaccidental train/test contamination
Resource matchhardware, batch size, wall-clock, memory, total costspeed/accuracy tradeoff hidden
Selection rulevalidation metric and checkpoint choicecherry-picked best seed or test-set tuning

Missing baselines are acceptable only when the omission is named and justified: unavailable code, incompatible task, prohibitive compute, licensing, safety, or a scope mismatch. Do not silently omit the strongest comparison.

Review-dimension stress test

Map the experimental section to the dimensions reviewers will naturally score.

DimensionExperiment question
QualityDoes the design isolate the proposed contribution rather than a confound?
ClarityCan a reader reproduce the protocol from the paper, appendix, and checklist?
SignificanceDoes the effect matter beyond a narrow benchmark increment?
Contribution fitDo the experiments match General, Theory, Use-Inspired, Concept & Feasibility, or Negative Results framing?
Ethics/reproducibilityAre data, compute, privacy, bias, and artifact limits disclosed honestly?

Rebuttal triage gate

Not every missing experiment is rebuttal-feasible. Sort reviewer requests by value and risk.

RequestRebuttal actionCamera-ready or future-work action
Missing variance / seed concernrun a small seed sweep or report existing varianceexpand seed grid if accepted
Missing obvious baselineadd it only if implementation and tuning are fair in timeotherwise explain omission and add after review
Mechanism unclearadd a diagnostic ablation or error slice already supported by the coderewrite mechanism framing if evidence stays indirect
Dataset contamination worryadd leakage check and describe split constructionarchive scripts and checklist support
New benchmark familyusually too large for response unless already preparednarrow claim and schedule full evaluation later

Rebuttal-ready evidence

Prepare small, high-signal clarifications that can fit in an author response: a missing baseline table, a sanity check, an error analysis, a variance estimate, or a concise proof sketch. Do not depend on a complete post-review paper rewrite.

Output format

[Evidence status] strong / adequate / weak
[Main unsupported claim] <claim>
[Critical missing experiment] <baseline/ablation/robustness/data/compute>
[Review dimension at risk] quality / clarity / significance / contribution fit / ethics-reproducibility
[Baseline fairness] tuned / comparable compute / same splits / missing justified
[Small rebuttal result] <result feasible during response>
[Claim rewrite] <narrower claim if evidence stays as is>

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.