Artifact evaluation at ASPLOS is a post-acceptance, opt-in, collaborative process: an independent committee works with authors to validate the paper's key results, and successful artifacts carry badges on the published paper (AE pages, checked 2026-07-08). It is also a tradition the venue itself highlights — systems readers increasingly treat an unbadged systems paper as a weaker citation. Treat AE as part of the publication, budgeted like a small sixth section.
| Badge | 2027 criterion (paraphrased from the AE pages) | Practical bar |
|---|---|---|
| Available | Artifact placed on a publicly accessible archival repository | A DOI-issuing archive (institutional or Zenodo-class); a GitHub URL alone is not archival |
| Functional | Evaluators can prepare and run the artifact; they document the steps they followed | Clean-machine install + a smoke experiment that completes in minutes, not hours |
| Reproducible | Evaluators validate the paper's key results | Per-claim run scripts whose output maps visibly onto specific figures/tables |
Evaluators assign scores per requested badge and record what they could and could not reproduce — so the artifact's job is to make their success path short and their failure modes diagnosable.
ASPLOS 2027 expects an Artifact Appendix built from the provided ae.tex template
(or equivalent sections) covering: all software, hardware, and dataset
dependencies; the key results to be reproduced; and how to prepare, run,
and validate the experiments. Write it as if the evaluator is competent, busy,
and using different hardware than yours:
asplos-reproducibility.artifact/
README.md # 10-minute quick start + full map
APPENDIX.pdf # the ae.tex appendix as submitted
env/ # container/VM recipe OR exact install script
hardware.md # tiered requirements + what to do without them
run/
smoke.sh # minutes-scale end-to-end sanity check
claim1_fig6.sh # one script per key result, named for its figure
claim2_tab3.sh
expected/ # reference outputs + tolerance statement per claim
data/ or data.md # datasets, or archival pointers + checksums
The recurring ASPLOS AE failure is a paper whose headline number needs silicon the committee lacks. Acceptable mitigations, in descending order of strength:
Say which mitigation applies in the appendix, per claim — evaluators score against what you requested, so calibrated requests outperform hopeful ones.
Field experience across systems AE committees converges on a short list of first-hour failures, all preventable:
AE runs after acceptance, so evaluator-facing materials need not be anonymous — but any artifact pointer placed in the submission itself (an appendix teaser, a footnoted repository) falls under the double-blind rules and must be anonymized end to end: repository owner, commit author strings, container registry paths, and dataset hosting all leak identity. The clean pattern is to keep the submission's artifact story descriptive ("we will submit an artifact covering claims 1-3") and materialize the links only in the Artifact Appendix after notification.
Before submission to the AEC, have a colleague who did not build the artifact execute the README on a clean machine, timing each stage and noting every question they had to ask. Their questions are defects; fix the README, not the colleague. Two such passes typically halve the evaluation rounds.
[Badges requested] available / functional / reproducible — with rationale
[Appendix status] dependencies / key results / prepare-run-validate all drafted: Y/N
[Smoke test] clean-environment runtime: N min · passes: Y/N
[Claim scripts] one per key result, mapped to figure/table: list
[Hardware path] per silicon-dependent claim: access / sim-subset / proxy
[Archive] DOI-issuing repository chosen + deposit dry-run done: Y/N