Use this before submission and again before camera-ready. FSE's open-science posture makes reproducibility a scored dimension, not a courtesy: the double-anonymous review already expects an inspectable artifact, and the PACMSE camera-ready expects a permanent one. The goal is that a competent reader could rebuild your evidence and reach your conclusions.
| Claim in the paper | Weak availability answer | FSE-ready answer |
|---|---|---|
| "We study N projects" | "Dataset available on request" | Anonymized archive of the exact project list + extraction scripts |
| "Our tool detects X" | "Code will be released" | Anonymized, runnable tool with a README and a small demo input |
| "We interviewed P developers" | Nothing (privacy cited vaguely) | Anonymized codebook, protocol, and aggregate data; stated ethics limits |
| "The model produced Y" | Live API described | Cached prompts and raw responses, model IDs and dates |
"Available on request" is treated as not available at FSE; convert every such line into a concrete, anonymized artifact or an explicit, justified exception.
[Mining] pin repository SHAs; record corpus extraction date; archive the extracted dataset,
not just the query; document fork/duplicate/bot handling
[LLM] record exact model identifiers + access dates; cache raw inputs and outputs; report
sampling settings; prefer post-training-cutoff subjects to bound contamination
[Compute] state hardware, runtime, and number of runs so a reader can size a reproduction
[Randomness] log seeds for any stochastic step; say what is and is not deterministic
For FSE, aim turnkey for anything a reviewer might rerun quickly (a detection script on sample inputs, a plot from logged results); large mined corpora or industrial data may stay scripted with access clearly documented. Stating the achieved level honestly beats promising turnkey behavior that fails on a clean machine.
Consider a study combining mined pull-request data with a developer survey. Its reproducibility spine: the mining scripts with pinned SHAs and extraction date; the anonymized extracted dataset; the survey instrument and anonymized responses; the qualitative codebook with inter-rater agreement; and the analysis notebooks that turn all of it into the paper's tables — plus one honest sentence about the parts (raw identities, private repositories) that cannot be shared and why.
fse-artifact-evaluation).[Claim inventory] <claim -> evidence location>
[Data Availability] concrete / vague / missing
[Provenance gaps] <mining SHAs / LLM caching / seeds / compute>
[Reproducibility level] turnkey / scripted / descriptive, stated honestly
[Paper fixes] <must appear in the PDF>
[Artifact fixes] <additions before upload>