Use this to audit positioning before the writing freeze. KDD sits inside a dense family of venues that share topics but not registers, and its reviewers know the mining lineage personally — misplacing a classic paper's venue or missing the direct KDD predecessor of your own method are both instantly visible errors here.
A KDD submission is expected to know its own conference's history on the topic.
Before writing, build the ancestry chain: which prior KDD papers created the
problem's vocabulary, and what does this paper change structurally? The
DeepWalk (KDD 2014) → node2vec (KDD 2016) → metapath2vec (KDD 2017) chain in
resources/exemplars/library.md is the canonical shape — each successor names the
structural property of the data its predecessor mishandled. A related-work section
that surveys families ("embedding methods can be divided into...") instead of stating
deltas is journal register, not KDD register.
| Literature lane | Venues | What KDD reviewers check |
|---|---|---|
| Own lineage | Prior KDD volumes (ACM DL) | Is the nearest KDD ancestor cited and contrasted mechanically? |
| Mining siblings | ICDM, SDM, PKDD/ECML, CIKM | Are same-shaped methods here distinguished, not ignored? |
| Web/search/rec | WWW, WSDM, SIGIR, RecSys | For graph/behavior/recsys papers: the applied twin literature |
| ML flagships | NeurIPS, ICML, ICLR | Is a general-ML method quietly identical to yours? |
| Systems/DB | VLDB, SIGMOD | For scalability claims: does a database solution already exist? |
| Applied domain | Domain journals, industry reports | For ADS: is the deployment problem's own literature acknowledged? |
Getting a citation's venue wrong is disproportionately damaging at KDD because reviewers wrote or reviewed the misplaced papers. Verified traps (see the exemplars library for DOIs): Isolation Forest is ICDM, not KDD; LightGBM is NeurIPS, not KDD despite shadowing XGBoost everywhere; Wide & Deep is a RecSys workshop paper. Check every "seminal KDD paper" claim against the ACM DL record before it ships.
The strongest KDD positioning names its neighbors and the mechanism-level difference in one breath:
Template:
Unlike <nearest KDD ancestor>, which <mechanism> and therefore <failure in
our regime>, and unlike <ML-flagship neighbor>, which <mechanism> but
<cost/assumption>, our method <new mechanism>, which is what enables
<the regime-specific capability the paper demonstrates>.
Instantiated:
Unlike fixed-decay sketches (KDD'xx), whose single decay rate forces a
forgetting-vs-staleness trade under drift, and unlike window-retrained
detectors (ICML'yy) whose state grows with window length, StreamHive
selects decay rates online, which is what allows bounded memory and
drift tracking simultaneously.
If the sentence cannot be instantiated, the gap is a research problem, not a writing problem — surface it before the deadline, not in rebuttal.
kdd-supplementary). Silently resubmitting a prior cycle's rejected paper as
"new" risks the AC discovering the old forum anyway.kdd-reproducibility is part of honest positioning.A 2026-cycle submission uses an LLM to label graph nodes for semi-supervised fraud detection. Its positioning problem is triangular: the graph-mining lane (prior KDD fraud and GNN work) will ask what changed structurally; the LLM lane (recent ML flagship work on LLM annotation) will ask why this is not just prompt engineering; and the practitioner lane will ask about labeling cost at scale. The section that works allocates a paragraph per lane and ends each with a delta sentence:
Triangulated positioning like this also pre-writes the rebuttal: each reviewer lens
already has its paragraph (kdd-author-response).
[Positioning] delta-stated / survey-style (rewrite) / lineage-missing
[Nearest ancestors] <KDD predecessor>, <ML neighbor>, <systems neighbor>
[Novelty sentence] <instantiated template or BLOCKED: gap unclear>
[Misattribution check] <papers verified against ACM DL / findings>
[Overlap declarations] <resubmission forum id / arXiv / sibling tracks>