ICLR Supplementary
Use this when deciding what belongs in the main PDF, appendix, supplementary files, or private
discussion-period links. The goal is to make extra evidence easy to find without hiding the paper's
core argument outside the main text.
Structure
- Keep central method, claims, and minimum evidence in the main text.
- Put derivations, extended ablations, robustness, extra qualitative examples, hyperparameters,
model cards, dataset cards, and ethics details in the appendix.
- Use supplementary files for code, data, large tables, logs, demos, and artifacts that do not fit
cleanly in the PDF.
- Include a one-page appendix map at the start when the appendix is long.
- Label discussion-period revisions explicitly so reviewers can find changes quickly.
Anonymity and access
- Remove author names, institutions, usernames, Git remotes, file paths, cloud buckets, and license
headers that identify the team.
- Avoid links that reveal visitors or owner accounts. Prefer anonymized repositories, static files,
or private OpenReview-visible links permitted by the current guide.
- Make supplementary filenames descriptive but neutral.
- If code cannot be released, state the legal or privacy constraint and provide a smaller
reproducibility substitute.
Main-text versus appendix placement
ICLR's single-track format means the main PDF carries the argument and appendices come after
references with generous room. The risk is burying decisive evidence where a time-pressed reviewer
never looks, while padding the appendix with material that proves nothing.
| Content |
Belongs in |
Why |
| Central claim and its key result |
Main text |
Reviewers may not open the appendix |
| Full proof / extended derivation |
Appendix |
Needed for rigor, not for the headline |
| Hyperparameters, model/dataset cards |
Appendix |
Reference material, not argument |
| Code, logs, large tables, checkpoints |
Supplementary ZIP |
Too big or interactive for the PDF |
| Decisive ablation a claim depends on |
Main text |
Moving it weakens the narrative |
Worked vignette
A generative-model paper hides its only fairness-of-comparison ablation in Appendix G, so a reviewer
concludes the headline gain is unsupported. The fix: promote a compact version into the main text
near the claim, leave the full grid in the appendix, and add an appendix map. During discussion the
authors upload a revision and label the changelog so the relocation is obvious.
Reviewer-pushback patterns
- "Key evidence is buried." Promote it; an appendix map is not a substitute for main-text placement.
- "Cannot tell what changed in the revision." Add a dated changelog at the top of the revised PDF.
- "Supplement leaks identity." Re-check file paths, license headers, and remotes before upload.
Output format
[Supplement plan] PDF appendix / ZIP / anonymous repo / private link / no supplement
[Main-text dependencies] <claims that must move back into main text>
[Reviewer navigation] <appendix map and file names>
[Anonymity risks] <paths, metadata, links, licenses>
[Discussion update note] <short changelog if revised>
1---2name: iclr-supplementary3description: Use when organizing ICLR appendices, supplementary files, anonymous code/data, revised PDFs, private links, and discussion-period updates under OpenReview rules. Use when deciding what stays in the main text versus the appendix, how to label a discussion-period revision so reviewers find changes fast, or how to package anonymous artifacts that remain part of the permanent public record after acceptance.4---56# ICLR Supplementary78Use this when deciding what belongs in the main PDF, appendix, supplementary files, or private9discussion-period links. The goal is to make extra evidence easy to find without hiding the paper's10core argument outside the main text.1112## Structure1314- Keep central method, claims, and minimum evidence in the main text.15- Put derivations, extended ablations, robustness, extra qualitative examples, hyperparameters,16 model cards, dataset cards, and ethics details in the appendix.17- Use supplementary files for code, data, large tables, logs, demos, and artifacts that do not fit18 cleanly in the PDF.19- Include a one-page appendix map at the start when the appendix is long.20- Label discussion-period revisions explicitly so reviewers can find changes quickly.2122## Anonymity and access2324- Remove author names, institutions, usernames, Git remotes, file paths, cloud buckets, and license25 headers that identify the team.26- Avoid links that reveal visitors or owner accounts. Prefer anonymized repositories, static files,27 or private OpenReview-visible links permitted by the current guide.28- Make supplementary filenames descriptive but neutral.29- If code cannot be released, state the legal or privacy constraint and provide a smaller30 reproducibility substitute.3132## Main-text versus appendix placement3334ICLR's single-track format means the main PDF carries the argument and appendices come after35references with generous room. The risk is burying decisive evidence where a time-pressed reviewer36never looks, while padding the appendix with material that proves nothing.3738| Content | Belongs in | Why |39| --- | --- | --- |40| Central claim and its key result | Main text | Reviewers may not open the appendix |41| Full proof / extended derivation | Appendix | Needed for rigor, not for the headline |42| Hyperparameters, model/dataset cards | Appendix | Reference material, not argument |43| Code, logs, large tables, checkpoints | Supplementary ZIP | Too big or interactive for the PDF |44| Decisive ablation a claim depends on | Main text | Moving it weakens the narrative |4546## Worked vignette4748A generative-model paper hides its only fairness-of-comparison ablation in Appendix G, so a reviewer49concludes the headline gain is unsupported. The fix: promote a compact version into the main text50near the claim, leave the full grid in the appendix, and add an appendix map. During discussion the51authors upload a revision and label the changelog so the relocation is obvious.5253## Reviewer-pushback patterns5455- "Key evidence is buried." Promote it; an appendix map is not a substitute for main-text placement.56- "Cannot tell what changed in the revision." Add a dated changelog at the top of the revised PDF.57- "Supplement leaks identity." Re-check file paths, license headers, and remotes before upload.5859## Output format6061```text62[Supplement plan] PDF appendix / ZIP / anonymous repo / private link / no supplement63[Main-text dependencies] <claims that must move back into main text>64[Reviewer navigation] <appendix map and file names>65[Anonymity risks] <paths, metadata, links, licenses>66[Discussion update note] <short changelog if revised>67```68