ICML Supplementary
Use this to place material correctly. ICML 2026 allows references and unlimited appendices in the
same PDF, plus supplementary manuscripts and code/data, but critical evaluation material should be
in the main paper because reviewers may choose whether to inspect supplements.
Placement map
- Main 8-page body: contribution, method, essential assumptions, central theory, headline
experiments, limitations, impact statement placement, and evidence needed for judgment.
- Same-PDF appendices: proofs, extended algorithms, expanded ablations, extra qualitative examples,
dataset details, and analysis that supports but does not define the claim.
- Supplementary manuscript: anonymized concurrent submissions or unusually long supporting text that
cannot fit cleanly in the paper PDF.
- Code/data supplement: anonymized code, data, scripts, environment, and README.
- Camera-ready public artifact: final code/data repository or archive. ICML 2026 does not provide a
final camera-ready supplementary-material upload.
Concurrent submission handling
If an ICML submission cites another concurrent ICML submission by overlapping authors, include the
anonymized PDF in supplementary material and explain the relationship in the main paper.
Placement decision table
ICML reviewers may skip supplements, so misplacement is a real acceptance risk, not a formatting
nit. Decide placement by whether a reviewer can judge the claim without the material.
| Material |
Needed to judge the claim? |
Correct ICML home |
| Headline benchmark and main ablation |
Yes |
Main 8-page body |
| Full proof of a stated theorem |
Reviewer may verify on request |
Same-PDF appendix |
| Extended hyperparameter grid, extra seeds |
Supports but does not define |
Same-PDF appendix |
| Runnable code, environment, README |
For reproducibility audit |
Anonymized code/data supplement |
| Overlapping-author concurrent paper |
For dual-submission judgment |
Supplementary manuscript |
Worked vignette: optimizer paper placement
For an adaptive-step optimizer with a non-convex convergence theorem plus deep-learning benchmarks,
the convergence theorem statement, one decisive benchmark, and the component ablation stay in the
8-page body. The full proof, the step-size sensitivity sweep, and per-seed tables go to the same-PDF
appendix. The training scripts and environment file go to the code/data supplement. Because accepted
ICML papers can publish original supplementary material, scrub the code supplement of identity leaks
and unreleasable data before upload. A common reject pattern is burying the only fair tuned baseline
in the appendix where a heavily loaded reviewer never looks. When the appendix is unlimited, the
temptation is to defer hard results; resist it, because at ICML the decisive evidence has to sit in
the main body where the soundness judgment is actually formed.
Output format
[Main body] <items that must stay>
[Appendix PDF] <items>
[Supplementary manuscript] <items>
[Code/data supplement] <items>
[Camera-ready public artifact] <items>
Source: brycewang-stanford/Awesome-Journal-Skills → ICML-Skills/skills/icml-supplementary/SKILL.md
1---2name: icml-supplementary3description: Use when deciding what ICML material belongs in the main 8-page body, same-PDF appendices, supplementary manuscript, code/data supplement, anonymous concurrent-submission PDF, or public camera-ready artifact.4---567# ICML Supplementary89Use this to place material correctly. ICML 2026 allows references and unlimited appendices in the10same PDF, plus supplementary manuscripts and code/data, but critical evaluation material should be11in the main paper because reviewers may choose whether to inspect supplements.1213## Placement map1415- Main 8-page body: contribution, method, essential assumptions, central theory, headline16 experiments, limitations, impact statement placement, and evidence needed for judgment.17- Same-PDF appendices: proofs, extended algorithms, expanded ablations, extra qualitative examples,18 dataset details, and analysis that supports but does not define the claim.19- Supplementary manuscript: anonymized concurrent submissions or unusually long supporting text that20 cannot fit cleanly in the paper PDF.21- Code/data supplement: anonymized code, data, scripts, environment, and README.22- Camera-ready public artifact: final code/data repository or archive. ICML 2026 does not provide a23 final camera-ready supplementary-material upload.2425## Concurrent submission handling2627If an ICML submission cites another concurrent ICML submission by overlapping authors, include the28anonymized PDF in supplementary material and explain the relationship in the main paper.2930## Placement decision table3132ICML reviewers may skip supplements, so misplacement is a real acceptance risk, not a formatting33nit. Decide placement by whether a reviewer can judge the claim without the material.3435| Material | Needed to judge the claim? | Correct ICML home |36| --- | --- | --- |37| Headline benchmark and main ablation | Yes | Main 8-page body |38| Full proof of a stated theorem | Reviewer may verify on request | Same-PDF appendix |39| Extended hyperparameter grid, extra seeds | Supports but does not define | Same-PDF appendix |40| Runnable code, environment, README | For reproducibility audit | Anonymized code/data supplement |41| Overlapping-author concurrent paper | For dual-submission judgment | Supplementary manuscript |4243## Worked vignette: optimizer paper placement4445For an adaptive-step optimizer with a non-convex convergence theorem plus deep-learning benchmarks,46the convergence theorem statement, one decisive benchmark, and the component ablation stay in the478-page body. The full proof, the step-size sensitivity sweep, and per-seed tables go to the same-PDF48appendix. The training scripts and environment file go to the code/data supplement. Because accepted49ICML papers can publish original supplementary material, scrub the code supplement of identity leaks50and unreleasable data before upload. A common reject pattern is burying the only fair tuned baseline51in the appendix where a heavily loaded reviewer never looks. When the appendix is unlimited, the52temptation is to defer hard results; resist it, because at ICML the decisive evidence has to sit in53the main body where the soundness judgment is actually formed.5455## Output format5657```text58[Main body] <items that must stay>59[Appendix PDF] <items>60[Supplementary manuscript] <items>61[Code/data supplement] <items>62[Camera-ready public artifact] <items>63```6465---6667**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `ICML-Skills/skills/icml-supplementary/SKILL.md`