Run this audit before anything is uploaded to a SIGIR OpenReview group. SIGIR is a multi-track venue where the same manuscript can be legal in one track and desk-rejectable in another, so the audit starts with "which track is this PDF for?" and only then checks format. Reopen the current edition's track page — every number below is a 2026-cycle anchor (verified 2026-07-08, exact deadlines 待核实), not a rule.
SIGIR's full and short formats are not a long and a short version of the same bar. A 4-page short paper is a complete argument about one focused finding; a 9-page full paper is expected to carry a rounded evidence program (multiple collections, ablations, significance tests, efficiency notes). The most common self-inflicted wound is submitting a compressed full paper as a short paper — reviewers see missing evidence, not admirable focus.
| Check | Full papers | Short papers |
|---|---|---|
| Page budget (2026) | ≤ 9 pages, references excluded | ≤ 4 pages, references excluded |
| Appendices | Count inside the budget (2025 wording: everything except references) | Same — no appendix escape hatch |
| Template | ACM Primary Article Template, LaTeX sigconf / Word Interim |
Same |
| Review | Double-blind, fully anonymized | Double-blind, fully anonymized |
| OpenReview group | Main conference group | Separate Short Papers Track group |
| PC duty | One author nominated as PC member per submission | Confirm on the current track page |
The appendix rule is the sharpest edge on this table: unlike NeurIPS-style venues, SIGIR gives you no unlimited appendix after the references. Proofs, prompt listings, extra tables — either they fit in the budget or they move to the cited repository.
Generic double-blind advice misses the leaks IR papers actually have:
| Trigger | Severity | Can it be fixed after the deadline? |
|---|---|---|
| Over budget (appendix counted in) | Desk reject | No |
| Wrong track's OpenReview group | Desk reject or forced withdrawal | Usually no |
| Identity leak (name, log, leaderboard) | Desk reject | No |
| Parallel submission discovered | Desk reject at any time | No |
| Same content in two SIGIR tracks | Both at risk | Only by withdrawing one first |
| Missing PC-member nomination | Chair follow-up / submission incomplete | Sometimes, briefly |
| No significance testing on close results | Review-stage damage | Only before the deadline |
runs/*.trec) so the PDF, repository, and any leaderboard entry agree.sigconf spacing.# Pre-upload checks that catch the silent killers
pdfinfo paper.pdf | grep -iE "author|creator" # metadata identity leak
grep -inE "acknowledg|our (system|engine|company)" *.tex # textual leaks
grep -c "documentclass\[sigconf" main.tex # right ACM class
pdftotext paper.pdf - | grep -icE "p ?[<=] ?0\.05|t-test|significan" # stats present?
The abstract deadline (a week before the PDF in recent cycles) is a harder gate than teams expect:
Evidence quality lives in sigir-experiments; page-budget writing strategy in
sigir-writing-style and sigir-supplementary; track choice in
sigir-topic-selection. If the paper is a dataset or a replication, stop here and
re-route: Resources and Reproducibility have different budgets, different anonymity
regimes (Resources is single-anonymous), and different dates.
[SIGIR readiness] Ready / Needs fixes / Wrong track / Not ready
[Track + group] full / short + OpenReview group id
[Budget check] <pages used>/<budget>, appendix-inside-budget confirmed yes-no
[Anonymity risks] <system name / leaderboard / logs / metadata / links>
[Policy gates] parallel-submission, cross-track, AI-disclosure, PC-nomination status
[Fix order] <ordered blocking fixes>
[Reopen first] <current track page URL to re-verify dates and budgets>