ICLR Author Response
Use this after ICLR reviews arrive. ICLR discussion is not just a static rebuttal: authors can
answer reviewers, clarify misunderstandings, make visible revisions when allowed, and help the AC
evaluate whether concerns are resolved.
Response strategy
- Separate public comments from restricted comments to reviewers, ACs, or PCs according to the
current OpenReview permissions.
- Lead with decision-relevant points: correctness, novelty, empirical adequacy, clarity,
reproducibility, ethics, and community value.
- When uploading a revision during discussion, summarize the exact changes and give a compact diff
map. Do not assume reviewers or ACs will re-read the full PDF.
- Keep identity hidden. Do not reveal lab, institution, funding, private repository ownership, or
author-controlled analytics.
- Use private links only when the Author Guide permits them and only for the intended reviewers/ACs.
- Escalate low-quality, abusive, or suspected LLM-generated reviews through the official confidential
channel rather than arguing publicly.
Reply pattern
- State the reviewer concern in one sentence.
- Provide the correction, evidence, or concession.
- Point to the original paper, appendix, supplementary material, or newly uploaded revision.
- Say what has changed and why it is within discussion-period rules.
- Close with a specific invitation for the reviewer or AC to verify the fix.
Public-forever calibration
Every word you post on OpenReview is visible permanently and to people far beyond this reviewer:
future readers, citers, and program committees. Tone and precision are part of the record.
| Situation |
ICLR-tuned move |
Avoid |
| Reviewer misread a claim |
Quote the sentence, point to a revision |
Calling the review careless |
| Reviewer wants an ablation |
Run it, post the table, upload a revision |
"In the final version", no evidence |
| Score seems unmovable |
Address the AC-relevant objection, not the digit |
Re-arguing minor points |
| Abusive or LLM-written review |
Flag confidentially to the AC/PC |
Public accusation |
Worked vignette
A paper introduces an LLM fine-tuning recipe and reports reasoning gains. A public review says the
gains "probably come from extra training tokens, not the method." Instead of debating, the authors
post an inline compute-matched control showing the lift persists, upload a revision adding it as
Table 4, and reply with a two-line diff map. The AC, reading the public thread, sees a concrete
resolution, and the reviewer raises the score in an updated review that also stays public.
Pushback patterns and fixes
- "Concurrent arXiv work already does this." Acknowledge it, state the dated distinction, add a
related-work sentence rather than disputing priority.
- "Numbers changed between versions." Explain the corrected bug or seed in the changelog.
- "Rebuttal is too long." Lead each reply with the decision-relevant point; ACs skim threads.
Output format
[Audience] public / reviewer-only / AC-only / PC escalation
[Decision issue] correctness / novelty / experiments / clarity / ethics / reproducibility
[Reply] <anonymous OpenReview-ready text>
[Revision pointer] <section/table/appendix/file/link>
[Risk note] <whether this should stay public or restricted>
Source: brycewang-stanford/Awesome-Journal-Skills → ICLR-Skills/skills/iclr-author-response/SKILL.md
1---2name: iclr-author-response3description: Use when drafting ICLR OpenReview author discussion replies, revision notes, public comments, restricted comments, and responses to reviewer or AC concerns during the discussion period. Use when reviews land and you must decide what to answer publicly versus privately, how to log a discussion-period revision, or how to move a borderline score before the AC writes the meta-review for the permanent record.4---567# ICLR Author Response89Use this after ICLR reviews arrive. ICLR discussion is not just a static rebuttal: authors can10answer reviewers, clarify misunderstandings, make visible revisions when allowed, and help the AC11evaluate whether concerns are resolved.1213## Response strategy1415- Separate public comments from restricted comments to reviewers, ACs, or PCs according to the16 current OpenReview permissions.17- Lead with decision-relevant points: correctness, novelty, empirical adequacy, clarity,18 reproducibility, ethics, and community value.19- When uploading a revision during discussion, summarize the exact changes and give a compact diff20 map. Do not assume reviewers or ACs will re-read the full PDF.21- Keep identity hidden. Do not reveal lab, institution, funding, private repository ownership, or22 author-controlled analytics.23- Use private links only when the Author Guide permits them and only for the intended reviewers/ACs.24- Escalate low-quality, abusive, or suspected LLM-generated reviews through the official confidential25 channel rather than arguing publicly.2627## Reply pattern28291. State the reviewer concern in one sentence.302. Provide the correction, evidence, or concession.313. Point to the original paper, appendix, supplementary material, or newly uploaded revision.324. Say what has changed and why it is within discussion-period rules.335. Close with a specific invitation for the reviewer or AC to verify the fix.3435## Public-forever calibration3637Every word you post on OpenReview is visible permanently and to people far beyond this reviewer:38future readers, citers, and program committees. Tone and precision are part of the record.3940| Situation | ICLR-tuned move | Avoid |41| --- | --- | --- |42| Reviewer misread a claim | Quote the sentence, point to a revision | Calling the review careless |43| Reviewer wants an ablation | Run it, post the table, upload a revision | "In the final version", no evidence |44| Score seems unmovable | Address the AC-relevant objection, not the digit | Re-arguing minor points |45| Abusive or LLM-written review | Flag confidentially to the AC/PC | Public accusation |4647## Worked vignette4849A paper introduces an LLM fine-tuning recipe and reports reasoning gains. A public review says the50gains "probably come from extra training tokens, not the method." Instead of debating, the authors51post an inline compute-matched control showing the lift persists, upload a revision adding it as52Table 4, and reply with a two-line diff map. The AC, reading the public thread, sees a concrete53resolution, and the reviewer raises the score in an updated review that also stays public.5455## Pushback patterns and fixes5657- "Concurrent arXiv work already does this." Acknowledge it, state the dated distinction, add a58 related-work sentence rather than disputing priority.59- "Numbers changed between versions." Explain the corrected bug or seed in the changelog.60- "Rebuttal is too long." Lead each reply with the decision-relevant point; ACs skim threads.6162## Output format6364```text65[Audience] public / reviewer-only / AC-only / PC escalation66[Decision issue] correctness / novelty / experiments / clarity / ethics / reproducibility67[Reply] <anonymous OpenReview-ready text>68[Revision pointer] <section/table/appendix/file/link>69[Risk note] <whether this should stay public or restricted>70```7172---7374**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `ICLR-Skills/skills/iclr-author-response/SKILL.md`