icdm-writing-style

GitHub

指导撰写ICDM论文,强调以数据机制为核心,避免模型优先描述。要求使用可测量的尺度语言替代形容词,确保发现具有有效性,并严格遵守三盲评审匿名规范及10页篇幅限制。

ICDM-Skills/skills/icdm-writing-style/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

起草或修改ICDM会议论文 优化论文摘要和引言部分

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icdm-writing-style -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/ICDM-Skills/skills/icdm-writing-style -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@icdm-writing-style

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill icdm-writing-style -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "icdm-writing-style",
    "description": "Use when drafting or revising prose for an ICDM (IEEE International Conference on Data Mining) paper - the data-regime-first register, the named-mechanism discipline, measured-scale language instead of scalability adjectives, discovery-validity sentences, triple-blind-safe self-reference, and compression into the single 10-page IEEE all-inclusive cap."
}

ICDM Writing Style

Revise a manuscript into the register ICDM reviewers reward: a data-mining mechanism made legible to a data-centric IEEE audience, with claims a reviewer can check and a scale story that is measured rather than asserted. Two hard constraints shape every choice — the Research Track is triple-blind, so the prose cannot lean on author identity, and the whole paper (references and appendix included) must fit 10 IEEE two-column pages.

Open with the data regime, not the model family

ICDM work starts from the shape of the data: streams seen once, power-law-sparse graphs, implicit rather than explicit feedback, evolving edges, high-dimensional transactions. The strongest openings name that regime and make the mechanism its consequence.

Weak (model-first):
  "We propose a novel graph neural network with a new attention module
   for anomaly detection, achieving state-of-the-art results."

ICDM-shaped (regime-first):
  "Interaction graphs arrive as an unbounded edge stream seen once and
   cannot be stored. We give a one-pass detector whose memory is
   sub-linear in the number of edges, with a stated error bound."

The second version names the regime, implies why existing methods fail, and scopes the mechanism before a reviewer asks.

Name the mechanism, and give it a reason

  • Replace architecture nouns ("a transformer with X") with a named mining mechanism and the one property that makes it work (isolation, sparsity, restart probability, sketching).
  • Attach every strong adjective to the mechanism: not "our method is scalable" but "the sketch updates in amortized constant time per edge."
  • State the objective or the guarantee plainly enough that a reviewer sees why it should generalize before seeing the tables.

Measure scale; do not adjective it

ICDM referees read "efficient" and "scalable" as claims to be tested. Convert them:

Adjective (avoid) Measured claim (prefer)
"scalable" "constant per-edge latency as the stream grows 100x (Fig. 2)"
"efficient" "linear in
"outperforms baselines" "matches the batch detector's top-k ranking at 1/10 the memory"
"robust" "ranking quality within one std over 20 seeds across noise levels"

Write discovery-validity sentences

The distinctive ICDM instinct is "is the finding real, or an artifact of the evaluation?" Pre-empt it: say why a flagged pattern, cluster, or anomaly means what you claim — tie it to a bound, a controlled injection with known truth, or a baseline that shares the setup. A result that could be an evaluation artifact reads as unfinished here.

Keep self-reference triple-blind-safe

  • Cite your own prior work in the third person: "Prior work [7] introduced X" — never "in our earlier paper [7] we introduced X."
  • Remove "our deployed system," internal names, and acknowledgements from the body; they are anonymity violations, not style slips (see icdm-submission).

Compress into 10 all-inclusive pages

  • Every paragraph competes with the appendix and references for the same 10 pages. Cut signposting roadmaps and background everyone knows.
  • Push protocol detail to an in-cap appendix or the cited anonymized repository, and keep the body's argument self-contained — because with no rebuttal, the body is your only chance to be understood.

Vignette: rescuing a buried contribution

A draft opens with two paragraphs on the importance of data mining and a model diagram. The revision deletes both, opens on "transactions arrive faster than they can be labeled," names the sparsity mechanism in sentence two, converts three "efficient/scalable" claims into measured latencies, and adds one discovery-validity sentence tying flagged transactions to a known-injection experiment. Same result, half a page shorter, and now legible to an ICDM reviewer on the first read.

Output format

[Register] ICDM-ready / drifting to ML-flagship / drifting to journal
[First-page arc] regime / task / mechanism / evidence / validity - present or missing
[Scale language] measured / adjectival
[Anonymity] third-person self-cites: yes / leaks found
[Cut list] <paragraphs to remove to fit the 10-page all-inclusive cap>

Version History

  • 9f86f09 Current 2026-07-19 15:55

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
9f86f09
Hash
ef229074
Indexed
2026-07-19 15:55

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 00:16
浙ICP备14020137号-1 $Carte des visiteurs$