KDD Submission
Run this audit twice: once when the abstract is registered, once before the full-paper
deadline. KDD's abstract and paper deadlines are about a week apart in each cycle
(2026 Cycle 1: July 24 / July 31, 2025; Cycle 2: February 1 / February 8, 2026, all
AoE), and several failure modes below are only fixable in that gap. Reopen the current
track CFP first — every number here is a 2026-cycle anchor, not a permanent rule.
Track and cycle declaration
- One paper, one track: the same work may not go to the Research Track and the Applied
Data Science Track simultaneously. If the team is still arguing about track choice at
submission week, run
kdd-topic-selection before anything else.
- Confirm which cycle the deadline belongs to. A team planning around "the KDD
deadline" without naming the cycle is planning around the wrong date half the time.
- Resubmissions from a prior cycle's Resubmit decision must be flagged in the form,
must carry the previous OpenReview forum id, and must prepend a one-page summary of
changes as the first page of the PDF. Omitting the summary page wastes the
resubmission advantage.
OpenReview profile gate
KDD 2026 required a complete OpenReview profile for every listed author, not just
the submitter: institutional affiliations covering at least the past five years,
homepage, DBLP link where prior publications exist, ORCID, advisors, and recent
publications. Incomplete co-author profiles are a pre-deadline blocker that no one
person can fix alone — chase them at abstract time, not on deadline night.
Format audit
The Research Track submission is 8 content pages, followed by references and an
optional appendix, in the double-column ACM format:
% KDD 2026 Research Track recommended setting (verify against the current CFP)
\documentclass[sigconf,anonymous,review]{acmart}
% - sigconf: ACM conference two-column layout
% - anonymous: strips author block for double-blind review
% - review: adds line numbers reviewers cite in their reports
% Do NOT tweak \baselineskip, margins, or font sizes; ACM/TAPS tooling and
% chairs both detect a modified acmart.
- Content beyond page 8 that is not references or appendix is a desk-level risk; move
it or cut it, never squeeze it.
- Anonymity must survive the appendix and the referenced repository: author names,
affiliations, acknowledgements, grant numbers, institutional dataset names, and
git history are all leak surfaces.
- Reference the code/data repository inside the PDF: KDD's rebuttal and discussion
phases forbid hyperlinks, so a repository not cited at submission time is invisible
to reviewers forever.
- Complete the generative-AI disclosure in the submission form if any such tool touched
the text or the work; ACM's authorship policy also governs who may appear as an
author.
Desk-reject and severity table
| Trigger |
Track affected |
Severity |
Fixable after deadline? |
| Missing post-launch performance quantification |
ADS |
Desk reject per the 2026 CFP |
No |
| Content pages over the budget |
Both |
Desk-level |
No |
| Identity leak in PDF, appendix, or repo |
Both |
Desk-level or chair flag |
No |
| Incomplete co-author OpenReview profile |
Both |
Submission blocked or flagged |
Only before deadline |
| Undeclared resubmission of a Resubmit paper |
Both |
Loses resubmission standing |
No |
| Same paper in Research and ADS |
Both |
Rejection of both |
No |
| Repository link absent from PDF |
Both |
Not fatal, but unrepairable in rebuttal |
No |
Final-week sequence
- Freeze the track and cycle declaration; verify the OpenReview group id matches
(e.g., a
Research_Track_Cycle_2 group is not the ADS group).
- Sweep all co-author profiles against the completeness list above.
- Rebuild the PDF from a clean acmart checkout; confirm 8 content pages and that the
appendix starts after the references.
- Anonymize the artifact: fresh repo without history, no institutional paths, README
free of names; cite it in the paper body.
- For ADS: point at the exact section and table quantifying post-launch performance —
if a reviewer cannot find it in 30 seconds, neither will the desk check.
- Register the abstract early in the week; upload the paper with hours, not minutes,
of margin against AoE.
Vignette: an ADS submission that nearly desk-rejected itself
A payments team submits their deployed risk model to the ADS track. The draft's
evaluation section leads with offline AUC across four benchmark datasets — strong
work, but the post-launch numbers sit in a single sentence inside the conclusion
("since launch, chargebacks decreased"). Under the 2026 ADS rule this reads as
unquantified deployment evidence: no metric definition, no window, no baseline
period. The audit fix costs one evening, not one experiment:
- Promote the production measurement to its own section with a table: metric
definition, measurement window, traffic share, before/after or A/B values.
- Demote two of the four offline benchmarks to the appendix; ADS reviewers weight
the online table far above the third and fourth offline dataset.
- Add one paragraph on what the offline metrics failed to predict about online
behavior — the lessons-learned register the track exists for.
The general lesson: at submission time, audit findability of the track's gate
evidence, not just its existence.
Cross-cycle edge cases
- A paper rejected (not Resubmitted) in Cycle 1 and substantially rewritten may
return in Cycle 2 as a fresh submission — but if the overlap with the old forum is
obvious, silence is riskier than a voluntary note; check the current CFP's wording
on prior-cycle papers before deciding.
- A Resubmit paper whose authors switch tracks (Research → ADS) is effectively a new
submission: the Resubmit standing attaches to the reviewed paper, not to the
project. Re-read the current rules before assuming the change summary carries over.
- Adding authors between abstract and paper deadlines can trip the profile gate again
at the worst moment: every new name needs a complete OpenReview profile too.
- The abstract registered at the abstract deadline should match the final framing;
bait-and-switch abstracts (registered as graph mining, submitted as LLM prompting)
risk mis-bidding and hostile expert assignment.
Output format
[KDD readiness] Ready / Needs fixes / Not ready
[Track x cycle] Research|ADS x Cycle 1|Cycle 2 (source: current CFP)
[Blocking checks] <profiles/pages/anonymity/track duplication/resubmission flag>
[ADS deployment gate] quantified post-launch evidence: present / absent / N-A (Research)
[Artifact visibility] repo cited in PDF: yes / no
[Fix order] <ordered fixes before the AoE deadline>
Source: brycewang-stanford/Awesome-Journal-Skills → KDD-Skills/skills/kdd-submission/SKILL.md
1---2name: kdd-submission3description: Use when auditing a KDD submission for readiness in either cycle, covering Research vs ADS track declaration, OpenReview profile completeness for all authors, the ACM sigconf 8-content-page budget, double-blind checks, in-paper artifact references, resubmission declarations, and desk-reject triggers specific to ACM SIGKDD.4---567# KDD Submission89Run this audit twice: once when the abstract is registered, once before the full-paper10deadline. KDD's abstract and paper deadlines are about a week apart in each cycle11(2026 Cycle 1: July 24 / July 31, 2025; Cycle 2: February 1 / February 8, 2026, all12AoE), and several failure modes below are only fixable in that gap. Reopen the current13track CFP first — every number here is a 2026-cycle anchor, not a permanent rule.1415## Track and cycle declaration1617- One paper, one track: the same work may not go to the Research Track and the Applied18 Data Science Track simultaneously. If the team is still arguing about track choice at19 submission week, run `kdd-topic-selection` before anything else.20- Confirm which cycle the deadline belongs to. A team planning around "the KDD21 deadline" without naming the cycle is planning around the wrong date half the time.22- Resubmissions from a prior cycle's Resubmit decision must be flagged in the form,23 must carry the previous OpenReview forum id, and must prepend a one-page summary of24 changes as the first page of the PDF. Omitting the summary page wastes the25 resubmission advantage.2627## OpenReview profile gate2829KDD 2026 required a **complete OpenReview profile for every listed author**, not just30the submitter: institutional affiliations covering at least the past five years,31homepage, DBLP link where prior publications exist, ORCID, advisors, and recent32publications. Incomplete co-author profiles are a pre-deadline blocker that no one33person can fix alone — chase them at abstract time, not on deadline night.3435## Format audit3637The Research Track submission is **8 content pages**, followed by references and an38optional appendix, in the double-column ACM format:3940```latex41% KDD 2026 Research Track recommended setting (verify against the current CFP)42\documentclass[sigconf,anonymous,review]{acmart}43% - sigconf: ACM conference two-column layout44% - anonymous: strips author block for double-blind review45% - review: adds line numbers reviewers cite in their reports46% Do NOT tweak \baselineskip, margins, or font sizes; ACM/TAPS tooling and47% chairs both detect a modified acmart.48```4950- Content beyond page 8 that is not references or appendix is a desk-level risk; move51 it or cut it, never squeeze it.52- Anonymity must survive the appendix and the referenced repository: author names,53 affiliations, acknowledgements, grant numbers, institutional dataset names, and54 git history are all leak surfaces.55- Reference the code/data repository **inside the PDF**: KDD's rebuttal and discussion56 phases forbid hyperlinks, so a repository not cited at submission time is invisible57 to reviewers forever.58- Complete the generative-AI disclosure in the submission form if any such tool touched59 the text or the work; ACM's authorship policy also governs who may appear as an60 author.6162## Desk-reject and severity table6364| Trigger | Track affected | Severity | Fixable after deadline? |65|---|---|---|---|66| Missing post-launch performance quantification | ADS | Desk reject per the 2026 CFP | No |67| Content pages over the budget | Both | Desk-level | No |68| Identity leak in PDF, appendix, or repo | Both | Desk-level or chair flag | No |69| Incomplete co-author OpenReview profile | Both | Submission blocked or flagged | Only before deadline |70| Undeclared resubmission of a Resubmit paper | Both | Loses resubmission standing | No |71| Same paper in Research and ADS | Both | Rejection of both | No |72| Repository link absent from PDF | Both | Not fatal, but unrepairable in rebuttal | No |7374## Final-week sequence75761. Freeze the track and cycle declaration; verify the OpenReview group id matches77 (e.g., a `Research_Track_Cycle_2` group is not the ADS group).782. Sweep all co-author profiles against the completeness list above.793. Rebuild the PDF from a clean acmart checkout; confirm 8 content pages and that the80 appendix starts after the references.814. Anonymize the artifact: fresh repo without history, no institutional paths, README82 free of names; cite it in the paper body.835. For ADS: point at the exact section and table quantifying post-launch performance —84 if a reviewer cannot find it in 30 seconds, neither will the desk check.856. Register the abstract early in the week; upload the paper with hours, not minutes,86 of margin against AoE.8788## Vignette: an ADS submission that nearly desk-rejected itself8990A payments team submits their deployed risk model to the ADS track. The draft's91evaluation section leads with offline AUC across four benchmark datasets — strong92work, but the post-launch numbers sit in a single sentence inside the conclusion93("since launch, chargebacks decreased"). Under the 2026 ADS rule this reads as94unquantified deployment evidence: no metric definition, no window, no baseline95period. The audit fix costs one evening, not one experiment:9697- Promote the production measurement to its own section with a table: metric98 definition, measurement window, traffic share, before/after or A/B values.99- Demote two of the four offline benchmarks to the appendix; ADS reviewers weight100 the online table far above the third and fourth offline dataset.101- Add one paragraph on what the offline metrics failed to predict about online102 behavior — the lessons-learned register the track exists for.103104The general lesson: at submission time, audit *findability* of the track's gate105evidence, not just its existence.106107## Cross-cycle edge cases108109- A paper rejected (not Resubmitted) in Cycle 1 and substantially rewritten may110 return in Cycle 2 as a fresh submission — but if the overlap with the old forum is111 obvious, silence is riskier than a voluntary note; check the current CFP's wording112 on prior-cycle papers before deciding.113- A Resubmit paper whose authors switch tracks (Research → ADS) is effectively a new114 submission: the Resubmit standing attaches to the reviewed paper, not to the115 project. Re-read the current rules before assuming the change summary carries over.116- Adding authors between abstract and paper deadlines can trip the profile gate again117 at the worst moment: every new name needs a complete OpenReview profile too.118- The abstract registered at the abstract deadline should match the final framing;119 bait-and-switch abstracts (registered as graph mining, submitted as LLM prompting)120 risk mis-bidding and hostile expert assignment.121122## Output format123124```text125[KDD readiness] Ready / Needs fixes / Not ready126[Track x cycle] Research|ADS x Cycle 1|Cycle 2 (source: current CFP)127[Blocking checks] <profiles/pages/anonymity/track duplication/resubmission flag>128[ADS deployment gate] quantified post-launch evidence: present / absent / N-A (Research)129[Artifact visibility] repo cited in PDF: yes / no130[Fix order] <ordered fixes before the AoE deadline>131```132133---134135**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `KDD-Skills/skills/kdd-submission/SKILL.md`