IJCAI Writing Style
Use this when revising the main paper. IJCAI rewards clear, significant, original AI work
that a broad program committee can evaluate quickly.
Revision rules
- Put the AI contribution in the first page: problem, gap, core idea, evidence, and why it
matters beyond a narrow benchmark.
- Keep the submission self-contained; supplementary material should support, not rescue, the
main argument.
- Spend the 7-page body on claims reviewers can verify: formal setup, method, theorem or
algorithm, baselines, ablations, and limitations.
- Use third-person citation language for prior work by the authors and remove
acknowledgements, contribution statements, and identity-revealing phrasing from the review
version.
- Include an ethics or broader-impact statement when sensitive data, high-stakes deployment,
safety, discrimination, privacy, consent, copyright, or societal harm is plausible.
- Treat LLM assistance conservatively. Style polishing may be acceptable in some cycles, but
LLM-written manuscript text, fake citations, or unverified claims can trigger rejection.
Writing for a cross-subfield committee
IJCAI's PC mixes symbolic AI, search, planning, KR, constraint reasoning, multi-agent, game
theory, ML, NLP, and vision. Write so a reviewer outside your niche reaches the contribution
fast, because the out-of-area reviewer often drives summary-reject risk.
| Reader risk |
Symptom in the draft |
Page-discipline fix |
| Out-of-area reviewer lost early |
Contribution buried after a long formal preamble |
State problem, gap, and claim on page one |
| Notation overload |
New symbols before motivation |
Introduce notation only when the claim needs it |
| Niche jargon |
Subfield acronyms undefined |
Define on first use; assume a broad AI reader |
| Body overflow |
Method spills toward the reference pages |
Move proofs and grids to the appendix, keep claims in the body |
Worked vignette: framing a KR paper for breadth
A knowledge-representation paper opens with three paragraphs of description-logic preliminaries
before naming its contribution. A planning or learning reviewer may summary-reject for unclear
significance. The fix: open with the reasoning task, why current encodings fall short, and the
new tractable fragment, then defer the heavy formalism. The technical depth stays; only the
ordering changes so a broad IJCAI reader sees the payoff within two reads.
Reviewer pushback and the venue-specific fix
- "Could not find the contribution." Rewrite the first page as problem, gap, idea, evidence,
significance; this is the single highest-leverage IJCAI edit.
- "Reads like a journal extension." Compress to the body limit and cite the longer work in
third person rather than reproducing it.
- "Significance only within one benchmark." Add a sentence on why the result matters across AI,
not just on the chosen suite.
Output format
[Writing diagnosis] clear / overloaded / underspecified / policy-risky
[First-page fix] <new framing>
[Compression cuts] <what to move or delete>
[Anonymity edits] <phrases to rewrite>
[Ethics/reproducibility edits] <specific additions>
Source: brycewang-stanford/Awesome-Journal-Skills → IJCAI-Skills/skills/ijcai-writing-style/SKILL.md
1---2name: ijcai-writing-style3description: Use when revising an IJCAI or IJCAI-ECAI paper for broad AI significance, 7-page-body compression, self-contained exposition, double-blind wording, optional ethics discussion, reproducibility clarity, and policy-safe use of LLM editing.4---567# IJCAI Writing Style89Use this when revising the main paper. IJCAI rewards clear, significant, original AI work10that a broad program committee can evaluate quickly.1112## Revision rules1314- Put the AI contribution in the first page: problem, gap, core idea, evidence, and why it15 matters beyond a narrow benchmark.16- Keep the submission self-contained; supplementary material should support, not rescue, the17 main argument.18- Spend the 7-page body on claims reviewers can verify: formal setup, method, theorem or19 algorithm, baselines, ablations, and limitations.20- Use third-person citation language for prior work by the authors and remove21 acknowledgements, contribution statements, and identity-revealing phrasing from the review22 version.23- Include an ethics or broader-impact statement when sensitive data, high-stakes deployment,24 safety, discrimination, privacy, consent, copyright, or societal harm is plausible.25- Treat LLM assistance conservatively. Style polishing may be acceptable in some cycles, but26 LLM-written manuscript text, fake citations, or unverified claims can trigger rejection.2728## Writing for a cross-subfield committee2930IJCAI's PC mixes symbolic AI, search, planning, KR, constraint reasoning, multi-agent, game31theory, ML, NLP, and vision. Write so a reviewer outside your niche reaches the contribution32fast, because the out-of-area reviewer often drives summary-reject risk.3334| Reader risk | Symptom in the draft | Page-discipline fix |35| --- | --- | --- |36| Out-of-area reviewer lost early | Contribution buried after a long formal preamble | State problem, gap, and claim on page one |37| Notation overload | New symbols before motivation | Introduce notation only when the claim needs it |38| Niche jargon | Subfield acronyms undefined | Define on first use; assume a broad AI reader |39| Body overflow | Method spills toward the reference pages | Move proofs and grids to the appendix, keep claims in the body |4041## Worked vignette: framing a KR paper for breadth4243A knowledge-representation paper opens with three paragraphs of description-logic preliminaries44before naming its contribution. A planning or learning reviewer may summary-reject for unclear45significance. The fix: open with the reasoning task, why current encodings fall short, and the46new tractable fragment, then defer the heavy formalism. The technical depth stays; only the47ordering changes so a broad IJCAI reader sees the payoff within two reads.4849## Reviewer pushback and the venue-specific fix5051- "Could not find the contribution." Rewrite the first page as problem, gap, idea, evidence,52 significance; this is the single highest-leverage IJCAI edit.53- "Reads like a journal extension." Compress to the body limit and cite the longer work in54 third person rather than reproducing it.55- "Significance only within one benchmark." Add a sentence on why the result matters across AI,56 not just on the chosen suite.5758## Output format5960```text61[Writing diagnosis] clear / overloaded / underspecified / policy-risky62[First-page fix] <new framing>63[Compression cuts] <what to move or delete>64[Anonymity edits] <phrases to rewrite>65[Ethics/reproducibility edits] <specific additions>66```6768---6970**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `IJCAI-Skills/skills/ijcai-writing-style/SKILL.md`