Agent Skillsbrycewang-stanford/Awesome-Journal-Skills › aistats-artifact-evaluation

aistats-artifact-evaluation

GitHub

指导将AISTATS论文的代码、数据、证明及日志打包为匿名或公开补充材料,确保统计与计算声明可复现。涵盖匿名化、最小复现映射及针对蒙特卡洛等研究的证据包装策略。

AISTATS-Skills/skills/aistats-artifact-evaluation/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

准备AISTATS论文投稿的补充材料 匿名化处理实验代码和数据集 构建可复现的蒙特卡洛模拟环境

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill aistats-artifact-evaluation -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/AISTATS-Skills/skills/aistats-artifact-evaluation -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@aistats-artifact-evaluation

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill aistats-artifact-evaluation -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "aistats-artifact-evaluation",
    "description": "Use when packaging AISTATS code, data, proofs, simulation scripts, notebooks, random seeds, and logs as anonymous supplementary evidence or public post-acceptance artifacts, even when there is no separate artifact badge. Covers what statistically minded AISTATS reviewers inspect first and how to make Monte Carlo studies turnkey."
}

AISTATS Artifact Evaluation

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 type First artifact inspected Common failure caught
Convergence rate or regret bound Proof appendix and constants Condition used in the proof but missing from the theorem statement
Monte Carlo simulation Seeded simulation script Plots cannot be regenerated because seeds and replication counts are absent
Benchmark comparison Training and evaluation configs Baseline tuning budget undocumented
Bayesian or MCMC method Sampler diagnostics and chain logs No 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>

Version History

  • 1839142 Current 2026-07-05 12:12

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
d7125f7
Hash
05c4e47f
Indexed
2026-07-05 12:12

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-13 05:23
浙ICP备14020137号-1 $お客様$