AISTATS Artifact Evaluation

SkillMonitoring & ops

This skill guides your AI in packaging AISTATS materials — code, data, proofs, simulation scripts, notebooks, random seeds, and logs — into review artifacts. Once added, it can prepare anonymous supplementary evidence for submission or public artifacts after acceptance, even when no separate artifact badge is offered. It focuses on what statistically minded AISTATS reviewers inspect first.

Available today. Use it from your connected AI after setup.

Add the skill, then ask your AI to package your paper's code, data, proofs, and logs for anonymous review or public release. It follows the packaging guidance from the awesome-journal-skills repository.

Then ask your AI: use the AISTATS Artifact Evaluation skill

What your AI can do with it

  • Package code, data, proofs, and simulation scripts for AISTATS review
  • Prepare anonymous supplementary evidence for submission
  • Build public post-acceptance artifacts for accepted papers
  • Include notebooks, random seeds, and logs with your artifact
  • Prioritize what statistically minded reviewers inspect first
  • Prepare artifacts even when no artifact badge is offered

What this skill tells your AI

The instructions your AI receives, as published by brycewang-stanford/awesome-journal-skills in AISTATS-Skills/skills/aistats-artifact-evaluation/SKILL.md and read by ahel’s review.

Use this for evidence packaging around AISTATS. The venue centers on artificial intelligence, statistics, and machine learning, so artifacts should make statistical and computational claims inspectable.

Artifact plan

  • Decide what evidence reviewers need: proof details, derivations, simulation scripts, benchmark code, datasets, preprocessing, hyperparameter sweeps, random seeds, logs, or qualitative examples.
  • Keep decision-critical evidence in the main paper or appendix; optional run files can live in supplementary material.
  • Anonymize repository history, paths, notebook metadata, license headers, organization names, cluster paths, grants, and commit authors.
  • Include a minimal reproduction map: environment, dependencies, hardware, commands, expected outputs, runtime, seeds, and known nondeterminism.
  • For restricted data, give enough provenance and processing detail for credible reproduction without violating data-use terms.
  • After acceptance, replace anonymous archives with public, licensed, citable artifacts when feasible.

What AISTATS evidence reviewers open first

Claim typeFirst artifact inspectedCommon failure caught
Convergence rate or regret boundProof appendix and constantsCondition used in the proof but missing from the theorem statement
Monte Carlo simulationSeeded simulation scriptPlots cannot be regenerated because seeds and replication counts are absent
Benchmark comparisonTraining and evaluation configsBaseline tuning budget undocumented
Bayesian or MCMC methodSampler diagnostics and chain logsNo convergence statistics or trace evidence anywhere

Because AISTATS reviewers are often statisticians, they will rerun a small simulation far more readily than they will retrain a deep model, so make synthetic studies turnkey before polishing anything else.

Worked vignette: packaging a Monte Carlo study

A hypothetical submission proposes a doubly robust treatment-effect estimator with a root-n normality guarantee, validated on synthetic causal data plus two real benchmarks.

  • Ship the data-generating process as one parameterized script rather than constants buried in notebooks, so reviewers can vary n, dimension, and confounding strength.
  • Record the replication count and the exact seed sequence used for every coverage and bias table; AISTATS-style claims about interval coverage are meaningless without them.
  • Emit tables directly from logged results so the PDF numbers and artifact numbers cannot drift apart.
  • State explicitly where the simulated regime satisfies the theorem assumptions and where it deliberately violates them, since that mapping is what statistical reviewers grade.

Calibration anchors

  • Supplementary inspection at AISTATS is at reviewer discretion; assume only the README and one entry script get opened, and design accordingly.
  • Upload size limits and accepted formats vary by cycle; verify against the current OpenReview submission form rather than past years.

Output format

[Artifact role] anonymous supplement / camera-ready release / public archive
[Contents] <code/data/proofs/logs/notebooks>
[Anonymity risks] <paths/metadata/licenses/URLs>
[Reproduction level] turnkey / scripted / descriptive / weak
[Fixes before upload] <ordered list>

Signals

GitHub stars
1k
Forks
146
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
aistats-artifact-evaluation
Source
github.com/brycewang-stanford/awesome-journal-skills