ecai-writing-style

GitHub

指导撰写ECAI论文正文,强调7页篇幅内对通用AI受众的清晰度与高密度。要求首段明确贡献与保证,通过模型替换测试确保通用性,并依据声明类型匹配相应证据(如定理或公平实验)。

ECAI-Skills/skills/ecai-writing-style/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

撰写或润色ECAI会议论文正文 检查论文贡献是否具备通用AI价值而非仅应用模型 调整论文结构以符合7页限制和高密度写作要求

Install

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

Non-standard path

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

Use without installing

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

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ecai-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": "ecai-writing-style",
    "description": "Use when writing or tightening an ECAI paper body — leading with a general-AI contribution on the first page, matching evidence to claim (a theorem and construction, or a fair empirical comparison), and doing it inside a 7-page body where every paragraph must earn its space."
}

ECAI Writing Style

ECAI reviews a 7-page body across the full breadth of AI (symbolic reasoning, KR, planning, search, multi-agent systems, ML, and applications). Two things follow, and they drive most of the advice here: the contribution must be legible to a general AI audience, and the writing must be dense — at 7 pages there is no room for a paragraph that does not carry the argument.

The ECAI first-page arc

Land the whole contribution before the fold:

  1. A well-posed AI problem — stated as a problem, not as "X has become popular."
  2. Why current methods are inadequate — the specific gap, in one or two sentences.
  3. The contribution — the mechanism, and where the claim is provable, the guarantee.
  4. Evidence proportional to the claim — a theorem + construction, and/or a fair empirical comparison; named on the first page, delivered in the body.
  5. What it means for AI — why a general AI audience should care.

The worked example (../../resources/worked-examples/01-introduction.md) shows this arc rebuilt from a benchmark-first draft.

Lead with the AI contribution, not the application of a model

The most common re-route signal is a paper that leads with "we apply to ." ECAI rewards a contribution that generalizes — a mechanism, a guarantee, a characterization, an understanding — over a single benchmark delta. Apply the model-swap test: if you replaced the underlying model/solver with another, would a lasting AI lesson remain? If not, the paper may belong at a pure-ML venue (ecai-topic-selection).

Match evidence to the claim shape

ECAI's breadth means the right evidence differs by contribution:

Claim shape Evidence ECAI expects
"This always holds / is complete / is optimal" A proof, with all assumptions explicit
"This is more efficient / expands fewer nodes" A controlled comparison vs a fair baseline, with spread
"This learns better / calibrates better" A fair empirical comparison, seeds, and a reason why (not just a number)
"This works in deployment" A credible real-world demonstration (route to PAIS)

A provable claim asserted only empirically is a weakness a reviewer will name; a purely empirical claim dressed as a theorem is worse.

Density discipline (the 7-page reality)

  • Paragraph one carries the contribution. Do not spend the opening on the importance of AI.
  • Cut the roadmap. At 7 pages the paper cannot afford a "Section 2 does X, Section 3 does Y" preview; a single orienting sentence is enough.
  • Define once, precisely. Symbolic-AI reviewers check every later lemma against your definitions; sloppy notation costs you the proof's credibility.
  • One figure doing three jobs beats three figures. Merge panels; caption them to be self-contained.
  • Push detail, keep the idea. Full proofs and extra tables go to the supplement; the idea and the decision-critical result stay in the body (ecai-supplementary).

Threats / limitations as argument, not boilerplate

State the honest boundary of the claim where it lives — the assumption the theorem needs, the regime where the method stops helping, the confound the experiment cannot rule out. In a single-round, no-revision process (ecai-review-process), a limitation you name yourself is far cheaper than one a reviewer discovers.

Language and audience

  • Write for a broad AI reader: define subfield jargon, motivate why a planning/KR/ML reader should care even if it is not their area.
  • ECAI is an international European venue; keep the English clear and the claims measured — EurAI's reviewer pool spans many first languages and subfields.
  • Avoid overclaiming ("revolutionizes," "solves"); ECAI rewards a precise, bounded contribution.

Anti-patterns

  • Benchmark-first abstract that never states an AI problem.
  • Model-as-contribution with no lesson surviving a model swap.
  • Proof by assertion — a completeness/optimality claim with no proof.
  • Roadmap padding eating the 7-page budget.
  • Decision-critical content in the supplement because the body ran long.

Output format

[First-page arc] problem / inadequacy / contribution+guarantee / proportional evidence / meaning — all present?
[Model-swap test] does an AI lesson survive swapping the model/solver? yes/no
[Evidence match] claim shape -> proof and/or fair comparison present? gaps: <list>
[Density] roadmap trimmed? paragraph one carries the contribution? figures merged?
[Limitations] stated as argument where the claim lives? yes/no
[Budget] decision-critical content inside 7 pages? yes/no

Version History

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

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
13a6cca3
Indexed
2026-07-19 15:15

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