Use this before submission and again before camera-ready. INFOCOM has no formal artifact-evaluation track (as of 2026-07-09; 待核实 whether a cycle adds one), so reproducibility is a matter of credibility, not a badge you are forced to earn. The goal is that a competent networking reader could rebuild your evidence and reach your conclusions from the paper plus any material you choose to release — which, at a large venue with no rebuttal, is how you convert a skeptical reviewer.
| Claim in the paper | Weak reproducibility answer | INFOCOM-persuasive answer |
|---|---|---|
| "We prove Theorem 1" | "Proof omitted for space" (no pointer) | Proof sketch in body + full proof in the in-budget appendix or a stated report |
| "We simulate at scale" | "ns-3 simulation" (no setup) | Named simulator + version, topology/traffic, seeds, runs, CIs; scripts if releasable |
| "On a real trace" | "a real dataset" (unnamed) | The trace's source and access, preprocessing, and inclusion criteria |
| "Our policy beats X" | Point estimates only | Seeded runs with CIs; released config so the comparison can be re-run |
Because there is no artifact evaluator and (traditionally) no rebuttal, "trust us" does not scale — convert every hand-wave into a stated configuration or a released file.
[Analysis] list assumptions; give full proofs (in-budget appendix or a cited technical report);
state all parameters used in the theorems
[Simulation] name and version the simulator; pin topology, traffic model, seeds, run count;
archive the scripts and configs if releasable
[Measurement] record the trace source and dates; document preprocessing, filtering, and confounds
[Compute] state hardware and runtime so a reader can size a reproduction
[Randomness] log seeds for stochastic steps; say what is and is not deterministic
For an analytical INFOCOM paper, descriptive plus a full proof is often the honest bar; for a simulation-heavy paper, aim scripted or turnkey so a reviewer's doubt about a number has a public answer.
[Claim inventory] <claim -> proof | configuration | released script>
[Proof completeness] full / sketched-with-pointer / omitted-no-pointer
[Simulation provenance] <simulator+version / topology / seeds / runs / CIs present?>
[Release plan] none / code / data / both, with license and archive
[Reproducibility level] turnkey / scripted / descriptive, stated honestly
[Fixes] <paper additions + release additions before the deadline>