ICDE Author Response
Use this after ICDE reviews arrive. Reopen the current call's review-and-revision instructions
before drafting, because ICDE's outcome model — and whether a Revise & Resubmit exists this
edition — is edition-specific (待核实 for the current cycle).
Two response genres
ICDE can hand you either of two response tasks; identify which one you have before writing.
- A rebuttal to initial reviews (where the process offers one) — a short, factual reply
that corrects errors and answers the decision-critical objection per reviewer.
- A revise-and-resubmit change document — when the first reviewing phase returns
Revise & Resubmit (ICDE 2026 model), you get roughly four weeks to make concrete
changes, re-reviewed by the same reviewers before a final Accept/Reject.
Triage (both genres)
- Answer concerns that affect correctness, novelty, evaluation soundness, or reproducibility
first; cosmetic complaints last.
- Because ICDE is single-blind, you may cite your own prior work and name your system
freely — there is no anonymity to protect in the reply.
- Anchor every answer to concrete evidence: a paper section, an added experiment, a disclosed
cost, or a specific edit — not a promise.
- Correct factual misreadings before conceding anything; a reviewer who misread Figure 7
should be pointed to the exact panel, courteously.
The revision change document
For an invited revision, build a requirement ledger the same reviewers can check line by
line:
- Extract every required and suggested change into a numbered list, tagged by reviewer.
- For each, decide: done (point to the new text/figure), partially done (state the limit
honestly), or infeasible in four weeks (say so and explain).
- Write the change document so a reviewer can verify each item without hunting — quote the new
sentence, name the new figure, give the section.
- Do not smuggle in scope changes the reviewers did not ask for; an invited revision is judged
against its list, and surprise additions read as evasion.
Systems-reviewer pushback patterns
| Pushback |
What it signals |
ICDE-ready fix |
| "Baseline X is untuned" |
The reviewer suspects an unfair comparison |
Report the tuning budget you gave X, or re-run it tuned and show the new numbers |
| "Results are single-point" |
No scale or variance shown |
Add a scale curve and report variance across runs, not one median |
| "Cost of the mechanism is hidden" |
The trade-off is not disclosed |
Add the memory/bandwidth/latency cost table so the trade is legible |
| "Only synthetic workloads" |
Doubt about real-world relevance |
Add a real workload, or scope the claim to the regime you actually tested |
| "Prior system Y already does this" |
Novelty challenge |
Name the specific mechanism difference and, if possible, compare against Y directly |
Feasibility discipline
- Before promising a demanded experiment, price it against the four-week window and your
hardware access; a revision plan you cannot finish is worse than an honest partial.
- One decision-critical resolution per reviewer beats an exhaustive reply; the area chair reads
for whether the central objection was actually answered.
- Reply and revise early — the window is short and same-reviewer re-review rewards clarity over
volume.
Output format
[Genre] rebuttal / revise-and-resubmit change document
[Priority issue] <reviewer concern>
[Decision dimension] correctness / novelty / evaluation / reproducibility
[Draft response] <ICDE-ready text with evidence anchors>
[Requirement ledger] <numbered change -> done/partial/infeasible, per reviewer>
[Feasibility check] <fits the 4-week window? y/n + why>
Source: brycewang-stanford/Awesome-Journal-Skills → ICDE-Skills/skills/icde-author-response/SKILL.md
1---2name: icde-author-response3description: Use when responding to IEEE ICDE reviews, whether drafting a rebuttal to reviewer concerns or preparing a revise-and-resubmit change document for an invited ICDE revision under the 4-week window, coordinating with area chairs, addressing systems-reviewer pushback on baselines and cost, and deciding what is feasible before the revision deadline.4---567# ICDE Author Response89Use this after ICDE reviews arrive. Reopen the current call's review-and-revision instructions10before drafting, because ICDE's outcome model — and whether a Revise & Resubmit exists this11edition — is edition-specific (待核实 for the current cycle).1213## Two response genres1415ICDE can hand you either of two response tasks; identify which one you have before writing.16171. **A rebuttal** to initial reviews (where the process offers one) — a short, factual reply18 that corrects errors and answers the decision-critical objection per reviewer.192. **A revise-and-resubmit change document** — when the first reviewing phase returns20 **Revise & Resubmit** (ICDE 2026 model), you get roughly **four weeks** to make concrete21 changes, re-reviewed by the same reviewers before a final Accept/Reject.2223## Triage (both genres)2425- Answer concerns that affect correctness, novelty, evaluation soundness, or reproducibility26 first; cosmetic complaints last.27- Because ICDE is **single-blind**, you may cite your own prior work and name your system28 freely — there is no anonymity to protect in the reply.29- Anchor every answer to concrete evidence: a paper section, an added experiment, a disclosed30 cost, or a specific edit — not a promise.31- Correct factual misreadings before conceding anything; a reviewer who misread Figure 732 should be pointed to the exact panel, courteously.3334## The revision change document3536For an invited revision, build a **requirement ledger** the same reviewers can check line by37line:38391. Extract every required and suggested change into a numbered list, tagged by reviewer.402. For each, decide: done (point to the new text/figure), partially done (state the limit41 honestly), or infeasible in four weeks (say so and explain).423. Write the change document so a reviewer can verify each item without hunting — quote the new43 sentence, name the new figure, give the section.444. Do not smuggle in scope changes the reviewers did not ask for; an invited revision is judged45 against its list, and surprise additions read as evasion.4647## Systems-reviewer pushback patterns4849| Pushback | What it signals | ICDE-ready fix |50|---|---|---|51| "Baseline X is untuned" | The reviewer suspects an unfair comparison | Report the tuning budget you gave X, or re-run it tuned and show the new numbers |52| "Results are single-point" | No scale or variance shown | Add a scale curve and report variance across runs, not one median |53| "Cost of the mechanism is hidden" | The trade-off is not disclosed | Add the memory/bandwidth/latency cost table so the trade is legible |54| "Only synthetic workloads" | Doubt about real-world relevance | Add a real workload, or scope the claim to the regime you actually tested |55| "Prior system Y already does this" | Novelty challenge | Name the specific mechanism difference and, if possible, compare against Y directly |5657## Feasibility discipline5859- Before promising a demanded experiment, price it against the four-week window and your60 hardware access; a revision plan you cannot finish is worse than an honest partial.61- One decision-critical resolution per reviewer beats an exhaustive reply; the area chair reads62 for whether the central objection was actually answered.63- Reply and revise early — the window is short and same-reviewer re-review rewards clarity over64 volume.6566## Output format6768```text69[Genre] rebuttal / revise-and-resubmit change document70[Priority issue] <reviewer concern>71[Decision dimension] correctness / novelty / evaluation / reproducibility72[Draft response] <ICDE-ready text with evidence anchors>73[Requirement ledger] <numbered change -> done/partial/infeasible, per reviewer>74[Feasibility check] <fits the 4-week window? y/n + why>75```7677---7879**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `ICDE-Skills/skills/icde-author-response/SKILL.md`