NeurIPS Related Work
Use this skill when novelty or positioning is the main risk. NeurIPS reviewers will often know
recent papers from neighboring AI venues and preprint streams; stale comparisons are a serious
weakness.
What to cover
- Direct technical ancestors: methods with the same objective, architecture, proof technique,
benchmark, dataset, or deployment problem.
- Neighboring venues: ICML, ICLR, AAAI, IJCAI, AISTATS, UAI, COLT, MLSys, KDD, CVPR, ACL, EMNLP,
SIGIR, ICRA, CHI, and other subfield venues as relevant.
- Contemporaneous work: papers that appeared during the current review window. The 2026 handbook
treats work appearing online after March 1, 2026 as contemporaneous for review purposes, but
authors still need to cite and discuss it when feasible.
- Preprints: public preprints are not automatically disqualifying, but they must not be used to
advertise a submission aggressively under review.
Delta-writing template
For each close paper, write:
<Prior work> solves <problem> by <mechanism>. It does not address <gap>.
Our paper differs by <technical delta>, which matters because <evidence or theory>.
Failure modes
- Listing citations without explaining technical differences.
- Omitting a close arXiv or prior conference paper because it is inconvenient.
- Claiming novelty over broad topic labels rather than mechanisms.
- Hiding dependence on prior code, data, prompts, or evaluation protocols.
Output format
[Closest prior work] <3-5 papers or categories>
[Missing citation risk] High / Medium / Low
[Technical delta] <one-sentence difference>
[Contemporaneous work handling] <cite/compare/acknowledge>
[Rewrite] <related-work paragraph>
1---2name: neurips-related-work3description: Use when positioning a NeurIPS submission against current-cycle ML literature, contemporaneous work, preprints, neighboring conferences, and the exact technical delta from prior methods.4---56# NeurIPS Related Work78Use this skill when novelty or positioning is the main risk. NeurIPS reviewers will often know9recent papers from neighboring AI venues and preprint streams; stale comparisons are a serious10weakness.1112## What to cover1314- Direct technical ancestors: methods with the same objective, architecture, proof technique,15 benchmark, dataset, or deployment problem.16- Neighboring venues: ICML, ICLR, AAAI, IJCAI, AISTATS, UAI, COLT, MLSys, KDD, CVPR, ACL, EMNLP,17 SIGIR, ICRA, CHI, and other subfield venues as relevant.18- Contemporaneous work: papers that appeared during the current review window. The 2026 handbook19 treats work appearing online after March 1, 2026 as contemporaneous for review purposes, but20 authors still need to cite and discuss it when feasible.21- Preprints: public preprints are not automatically disqualifying, but they must not be used to22 advertise a submission aggressively under review.2324## Delta-writing template2526For each close paper, write:2728```text29<Prior work> solves <problem> by <mechanism>. It does not address <gap>.30Our paper differs by <technical delta>, which matters because <evidence or theory>.31```3233## Failure modes3435- Listing citations without explaining technical differences.36- Omitting a close arXiv or prior conference paper because it is inconvenient.37- Claiming novelty over broad topic labels rather than mechanisms.38- Hiding dependence on prior code, data, prompts, or evaluation protocols.3940## Output format4142```text43[Closest prior work] <3-5 papers or categories>44[Missing citation risk] High / Medium / Low45[Technical delta] <one-sentence difference>46[Contemporaneous work handling] <cite/compare/acknowledge>47[Rewrite] <related-work paragraph>48```49