| name | cikm |
| description | Writing and formatting guidance for CIKM (Conference on Information and Knowledge Management) papers. Use when drafting, formatting, or submitting to CIKM 2026. Covers ACM acmart sigconf format, double-blind anonymity with review mode, page limits, reference formatting with natbib and ACM-Reference-Format, and camera-ready metadata (DOI/ISBN). |
CIKM 2026 Conference Writing Skill
CCF-B | DB/Mining | Publisher: ACM
Conference: https://www.cikm2026.org
Template: CIKM/acmart.cls (ACM acmart, sigconf format)
Document Setup
Preamble Structure
% === SUBMISSION MODE (anonymous, double-blind) ===
\documentclass[sigconf, review, anonymous]{acmart}
\settopmatter{printfolios=true}
% === CAMERA-READY MODE ===
\documentclass[sigconf]{acmart}
\setcopyright{acmcopyright}
\acmConference[CIKM 2026]{CIKM '26: 2026 ACM SIGIR Conference...}
{October 2026}{Atlanta, GA, USA}
\acmISBN{978-X-XXXX-XXXX-X/XX/XX}
\acmDOI{10.5555/XXXXXXX.XXXXXXX}
Required Packages
\usepackage[round]{natbib} % Author-year citations
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{booktabs}
\usepackage{graphicx}
\usepackage{hyperref}
\hypersetup{colorlinks=true}
Page Limits
|| Section | Limit |
|---------|-------|
| Main paper (submission) | 10 pages |
| References | No limit |
| Appendix | Permitted (not counted) |
CIKM typically enforces a 10-page limit for the main body. References and appendix do not count toward this limit. Check the official CFP for the current year's exact limits.
Anonymity Requirements
Double-blind review with anonymous class option:
- No author names or affiliations in submission
- Third-person self-citations: "Smith et al. showed..." not "we showed..."
- Anonymize all URLs, GitHub links, personal pages
- Clear PDF metadata
- Remove acknowledgments
Camera-Ready Differences
After acceptance:
- Remove
review and anonymous options
- Add appropriate
\setcopyright mode
- Fill in
\acmConference, \acmISBN, \acmDOI
- Restore all author names and affiliations
- Enable page numbers with
\settopmatter{printfolios=true}
Section Organization
Standard CIKM paper structure:
- Introduction — Problem, motivation, contributions (enumerate contributions)
- Related Work — Positioning against prior work
- Background / Preliminaries — Background and definitions
- Method / Approach — Core technical contribution
- Theoretical Analysis (optional) — Theoretical guarantees
- Experiments — Datasets, metrics, comparison with baselines
- Conclusion — Summary and future work
- References
- Appendix (optional)
Figures and Tables
\begin{figure}[t]
\centering
\includegraphics[width=0.9\linewidth]{figs/overview}
\caption{System architecture overview.}
\label{fig:overview}
\end{figure}
- Vector formats (.pdf) preferred
- Ensure grayscale legibility
- Self-contained captions
- Number figures and tables sequentially
- Use
booktabs for tables (no vertical rules)
References (natbib)
\bibliographystyle{ACM-Reference-Format}
\bibliography{references}
\citet{smith2023} % Smith et al. (2023)
\citep{smith2023} % (Smith et al. 2023)
All references must list every author by full name.
Formatting Rules
- Format: ACM sigconf (two-column, single-spaced)
- Paper size: US Letter
- Body font: 9pt minimum
- References: 8pt, unlimited pages
- Margins: Top/bottom 1in, sides 0.75in, column gap 0.25in
Submission Checklist
Camera-Ready Checklist