At a theory venue, "reproducibility" means verifiability: a competent reader, given your paper, can reconstruct every proof and independently confirm every theorem. There is no dataset to re-run and no benchmark to re-execute — the standard is that nothing is asserted without a checkable argument, and nothing in the published record contradicts the full version. Use this before submission and again before camera-ready.
| Claim in the paper | Weak (non-verifiable) form | ICDT-ready form |
|---|---|---|
| "Evaluation is [class]-complete" | Upper bound only; "hardness is standard" | Both bounds proved; the reduction given explicitly |
| "The construction works" | Sketch with the hard case omitted | Every case, including the awkward one, in the appendix |
| "This generalizes [X]" | Asserted | The generalization proved, with X recovered as a special case |
| "The problem is decidable" | Algorithm without a termination/correctness proof | Algorithm + proof it halts and is correct |
| "W.l.o.g. assume acyclic" | Unjustified | The reduction to the acyclic case proved, or the assumption dropped |
"It is easy to see" is treated as not shown unless it genuinely is; convert each such line into a one-line argument or move it to the appendix as a short proof.
[Upper bound] algorithm/argument establishing membership in the claimed class, proved
[Lower bound] a reduction (or game/adversary argument) establishing hardness, proved
[Label] say which is which, and state explicitly when the two meet (tight)
[Gaps] if a bound is one-sided, say so honestly rather than implying tightness
A one-sided bound presented as a settled answer is the most common verifiability failure ICDT referees catch — and the most common reason for a Cycle-1 "revise."
icdt-camera-ready).[Claim inventory] <each theorem/lemma -> complete proof location>
[Models pinned] data model / language / complexity measure / restrictions stated? yes/no
[Bounds] matched and labeled; one-sided gaps disclosed? yes/no
[Self-contained] all definitions in-paper; no external-appendix dependence? yes/no
[Consistency] LIPIcs paper == arXiv full version on all bounds? yes/no
[Fix queue] <close proof gaps first, then pin models, then align full version>