RecSys Author Response
Use this after RecSys reviews are released and the rebuttal window opens. RecSys runs a brief
author-response phase (2026: June 4-9) in which authors add a short narrative to clarify
misconceptions. Reopen the current instructions before drafting — the length and mechanics are
cycle-specific and the phase is short.
Triage
- Answer concerns that move the decision: correctness, recommendation novelty, evaluation
validity, reproducibility, and fit.
- Use already-submitted evidence — paper sections, tables, ablations, the appendix, and the
anonymous repository. The rebuttal clarifies; it does not add a new experiment the reviewers
cannot see.
- Keep the reply anonymous: no institution, platform, deployed-system name, or repository owner.
- Correct factual misreadings first, then address requested comparisons, tuning details, or
uncertainty that the paper already supports.
- Do not paste new result tables the reviewers had no chance to vet; point to what exists.
Drafting pattern
- State the decision-critical correction or concession in the first line.
- Point to the exact submitted evidence (table, figure, appendix section, repository path).
- Explain the recommendation consequence — what it means for the ranking claim or deployment.
- Promise a camera-ready wording fix only where it adds no unsupported new claim.
Recommender-reviewer pushback patterns
| Pushback |
What it signals |
RecSys-ready fix |
| "Were the baselines tuned as hard as your method?" |
The reviewer read the 2019 reproducibility literature |
Point to the equal-budget tuning grid in the appendix and the per-baseline selected settings; never wave it off as "standard config" |
| "This is a random split on sequential data" |
Suspected temporal leakage |
Confirm the temporal/leave-one-last protocol and where it is stated, or concede and scope the claim |
| "Offline nDCG gains may not deploy" |
The offline-online gap objection |
Anchor to the off-policy estimate, the simulator, or an A/B result; if you have none, scope the claim to offline |
| "Metrics look sampled, not full-ranking" |
Sampled-metric distortion suspected |
State whether ranking is over the full item set and the cutoff, or report the full-ranking number |
| "Missing the obvious matrix-factorization baseline" |
A weak-comparison gap |
Anchor to the appendix comparison, or concede a camera-ready addition |
Response micro-example
Reviewer objection: the Recall@20 gain probably vanishes against a properly tuned baseline.
Reply skeleton:
- Concede the concern is the right one to raise.
- Point to Appendix C, where every baseline is tuned on the same grid with the same budget, and
the selected hyperparameters are listed.
- Note the gain persists after tuning (Table 1) and the ablation (Table 2) isolates the
mechanism.
- Offer one camera-ready sentence making the equal-budget protocol explicit in the main text.
Rebuttal calibration
- One decision-critical point per reviewer beats an exhaustive line-by-line reply; the Senior PC
reads for whether the central evaluation objection was actually resolved.
- Reply early — RecSys rebuttal windows are short and a precise early narrative outweighs a late
comprehensive one.
- Length and formatting norms vary by cycle; recheck the current author-response instructions
before sending.
Output format
[Priority issue] <reviewer concern>
[Decision dimension] correctness / novelty / evaluation validity / reproducibility / fit
[Draft response] <RecSys-ready anonymous narrative>
[Evidence anchor] <table / figure / appendix / repository path>
[Forbidden content removed] <identity leaks, unseen new results, unsupported claims>
Source: brycewang-stanford/Awesome-Journal-Skills → RecSys-Skills/skills/recsys-author-response/SKILL.md
1---2name: recsys-author-response3description: Use when drafting an ACM RecSys rebuttal during the author-response window, covering the short narrative RecSys allows, anonymity, anchoring answers to submitted evidence and the anonymous repository, the recurring objections about untuned baselines, leakage, and offline-online gaps, and Senior-PC-focused clarification.4---567# RecSys Author Response89Use this after RecSys reviews are released and the rebuttal window opens. RecSys runs a brief10author-response phase (2026: June 4-9) in which authors add a short narrative to clarify11misconceptions. Reopen the current instructions before drafting — the length and mechanics are12cycle-specific and the phase is short.1314## Triage1516- Answer concerns that move the decision: correctness, recommendation novelty, evaluation17 validity, reproducibility, and fit.18- Use **already-submitted** evidence — paper sections, tables, ablations, the appendix, and the19 anonymous repository. The rebuttal clarifies; it does not add a new experiment the reviewers20 cannot see.21- Keep the reply anonymous: no institution, platform, deployed-system name, or repository owner.22- Correct factual misreadings first, then address requested comparisons, tuning details, or23 uncertainty that the paper already supports.24- Do not paste new result tables the reviewers had no chance to vet; point to what exists.2526## Drafting pattern27281. State the decision-critical correction or concession in the first line.292. Point to the exact submitted evidence (table, figure, appendix section, repository path).303. Explain the recommendation consequence — what it means for the ranking claim or deployment.314. Promise a camera-ready wording fix only where it adds no unsupported new claim.3233## Recommender-reviewer pushback patterns3435| Pushback | What it signals | RecSys-ready fix |36|---|---|---|37| "Were the baselines tuned as hard as your method?" | The reviewer read the 2019 reproducibility literature | Point to the equal-budget tuning grid in the appendix and the per-baseline selected settings; never wave it off as "standard config" |38| "This is a random split on sequential data" | Suspected temporal leakage | Confirm the temporal/leave-one-last protocol and where it is stated, or concede and scope the claim |39| "Offline nDCG gains may not deploy" | The offline-online gap objection | Anchor to the off-policy estimate, the simulator, or an A/B result; if you have none, scope the claim to offline |40| "Metrics look sampled, not full-ranking" | Sampled-metric distortion suspected | State whether ranking is over the full item set and the cutoff, or report the full-ranking number |41| "Missing the obvious matrix-factorization baseline" | A weak-comparison gap | Anchor to the appendix comparison, or concede a camera-ready addition |4243## Response micro-example4445Reviewer objection: the Recall@20 gain probably vanishes against a properly tuned baseline.46Reply skeleton:47481. Concede the concern is the right one to raise.492. Point to Appendix C, where every baseline is tuned on the same grid with the same budget, and50 the selected hyperparameters are listed.513. Note the gain persists after tuning (Table 1) and the ablation (Table 2) isolates the52 mechanism.534. Offer one camera-ready sentence making the equal-budget protocol explicit in the main text.5455## Rebuttal calibration5657- One decision-critical point per reviewer beats an exhaustive line-by-line reply; the Senior PC58 reads for whether the central evaluation objection was actually resolved.59- Reply early — RecSys rebuttal windows are short and a precise early narrative outweighs a late60 comprehensive one.61- Length and formatting norms vary by cycle; recheck the current author-response instructions62 before sending.6364## Output format6566```text67[Priority issue] <reviewer concern>68[Decision dimension] correctness / novelty / evaluation validity / reproducibility / fit69[Draft response] <RecSys-ready anonymous narrative>70[Evidence anchor] <table / figure / appendix / repository path>71[Forbidden content removed] <identity leaks, unseen new results, unsupported claims>72```7374---7576**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `RecSys-Skills/skills/recsys-author-response/SKILL.md`