SIGIR Topic Selection
Two decisions, in order: (1) is this an information-retrieval contribution at all,
and (2) which SIGIR track owns it. Both are cheaper to get right in October than to
learn from reviews in March. SIGIR 2026's verified lineup — Full, Short,
Perspectives, Resources, Reproducibility, Low Resource Environments, and Industry
tracks — makes the second decision genuinely multi-way.
Test 1: is retrieval the contribution or the plumbing?
The LLM era floods SIGIR with papers where retrieval is present but incidental.
The discriminating question: if you swapped the retrieval component for an oracle
(or a black box), would the contribution survive?
- Survives → the contribution is the downstream system (agent, QA, generation
quality); route to an NLP/ML venue and cite IR work properly.
- Dies → the contribution is retrieval: ranking quality, efficiency, evaluation
validity, user search behavior, or the retrieval-specific part of RAG (candidate
quality, index design, retrieval evaluation). SIGIR-shaped.
Corollary signals of SIGIR fit: the natural headline table has metric@cutoff
columns on named collections; the natural reviewers are IR-evaluation people; the
natural related work includes SIGIR/TOIS/TREC lineage (see sigir-related-work).
Test 2: the track fork
| Your strongest honest sentence starts with... |
Track |
2026 anchor |
| "We propose/analyze a method and show on N collections..." |
Full papers |
≤9 pp excl. refs, double-blind |
| "We report one focused finding..." |
Short papers |
≤4 pp excl. refs, own OpenReview group |
| "We built and share a corpus/toolkit/judgments..." |
Resources |
≤6 pp + refs, single-anonymous |
| "We reproduced (or failed to reproduce) published results..." |
Reproducibility |
Own track in 2026; details 待核实 |
| "We argue the field should..." |
Perspectives |
Details 待核实 |
| "We deployed retrieval in production and learned..." |
Industry (SIRIP lineage) |
Details 待核实 |
| "Search under compute/connectivity/language constraints..." |
Low Resource Environments |
Feb 5 abstract, Apr 2 notify (2026) |
Fork rules of thumb:
- A full paper needs a rounded evidence program; a strong single finding with one
collection and one deep analysis is a better short paper than a thin full paper.
- The dataset built for your method paper is a separate routing decision — the
cross-track double-submission ban means the dataset goes to Resources only if it
is not the method paper's claimed contribution.
- Reproducibility is for studies about prior results, not for "our paper has good
reproducibility" (that's
sigir-reproducibility hygiene).
Neighbor routing when SIGIR isn't the answer
Contribution center of gravity -> Better first target
---------------------------------------------------------------
Interactive/user-study search behavior -> CHIIR (then SIGIR full)
Formal/theoretical IR models -> ICTIR (SIGIR-affiliated)
Recommender systems end-to-end -> RecSys (SIGIR takes rec too,
esp. retrieval-flavored: NGCF/LightGCN lineage)
Web platform/graph/user data emphasis -> TheWebConf (WWW) or WSDM
IR + knowledge management/databases -> CIKM
European timing or repro emphasis -> ECIR
Language-technology contribution -> ACL/EMNLP (retrieval as application)
Efficiency/systems below the ranking -> systems venues; keep an IR-eval slice for SIGIR
Evaluation campaign participation -> TREC/NTCIR/CLEF tracks (not archival
substitutes: they *feed* SIGIR papers)
TREC deserves the explicit note: it is an evaluation campaign, not a proceedings
competitor. Building on (or contributing to) a TREC track is often the strongest
possible SIGIR pipeline — campaign participation year 1, analysis paper year 2.
Borderline cases, adjudicated
- RAG for a downstream task, with a retrieval ablation: if the ablation is the
deepest result, extract it into a retrieval-evaluation paper for SIGIR and let the
system paper go to NLP — two focused papers beat one blurry one.
- An LLM that rewrites queries: SIGIR-shaped if evaluated as a retrieval
intervention (per-topic deltas on standard collections), NLP-shaped if evaluated
on rewrite quality.
- A new efficiency trick inside an index structure: SIGIR wants the
quality-cost frontier; a pure throughput result without ranking-quality context
fits systems venues better.
- A user study of searchers: CHIIR first unless there is a measurable
system-side consequence (a re-ranker, an interface signal) evaluated IR-style.
- An evaluation critique with no fix: Perspectives material, or pair it with a
demonstrated protocol improvement and aim for full papers.
Timing and prestige honesty
- SIGIR's single annual cycle (January-pattern deadline) means a misrouted
submission costs a year unless the fallback ring is pre-planned
(
sigir-workflow). Route by contribution type, not venue rank.
- Short papers at SIGIR are archival, cited, and respected — routing a focused
finding there is a strategy, not a demotion.
- If the honest evidence today is one collection, no significance testing, and an
unfinished ablation, the choice is not "which track" but "which cycle" — a
rushed January submission burns the year anyway.
One more timing lever: the staggered secondary-track calendar (Resources and LRE
ran weeks behind full papers in 2026) sometimes lets a January full-paper miss
become a same-year February resource or reproducibility submission — but only if
the contribution genuinely re-frames, not as a costume change reviewers see through.
Scope vocabulary check
SIGIR's own topic language (2026 full-papers page): search and ranking, queries and
query analysis, web search, retrieval models and ranking, efficiency and
scalability (indexing, crawling, compression), recommender systems — plus the
community's standing breadth: evaluation, conversational search, and
retrieval-augmented systems. If the abstract cannot be written naturally in this
vocabulary, revisit Test 1.
Output format
[IR-contribution test] survives-oracle-swap: yes (route out) / no (SIGIR-shaped)
[Track] full / short / resources / reproducibility / perspectives / industry / LRE
[Fork rationale] <one sentence: why this track owns the strongest honest claim>
[Cross-track conflicts] dataset/method ownership resolved y/n
[Fallback ring] <next venue if rejected, with deadline>
[Cycle honesty] submit this cycle / build one more quarter
1---2name: sigir-topic-selection3description: Use when deciding whether a project belongs at SIGIR and in which of its tracks — testing whether retrieval is the contribution or the plumbing, forking across full/short/resources/reproducibility/perspectives/industry, and routing misfits to ECIR, CIKM, WSDM, CHIIR, ICTIR, RecSys, TheWebConf, or NLP/ML venues.4---56# SIGIR Topic Selection78Two decisions, in order: (1) is this an information-retrieval contribution at all,9and (2) which SIGIR track owns it. Both are cheaper to get right in October than to10learn from reviews in March. SIGIR 2026's verified lineup — Full, Short,11Perspectives, Resources, Reproducibility, Low Resource Environments, and Industry12tracks — makes the second decision genuinely multi-way.1314## Test 1: is retrieval the contribution or the plumbing?1516The LLM era floods SIGIR with papers where retrieval is present but incidental.17The discriminating question: **if you swapped the retrieval component for an oracle18(or a black box), would the contribution survive?**1920- Survives → the contribution is the downstream system (agent, QA, generation21 quality); route to an NLP/ML venue and cite IR work properly.22- Dies → the contribution is retrieval: ranking quality, efficiency, evaluation23 validity, user search behavior, or the retrieval-specific part of RAG (candidate24 quality, index design, retrieval evaluation). SIGIR-shaped.2526Corollary signals of SIGIR fit: the natural headline table has metric@cutoff27columns on named collections; the natural reviewers are IR-evaluation people; the28natural related work includes SIGIR/TOIS/TREC lineage (see `sigir-related-work`).2930## Test 2: the track fork3132| Your strongest honest sentence starts with... | Track | 2026 anchor |33|---|---|---|34| "We propose/analyze a method and show on N collections..." | Full papers | ≤9 pp excl. refs, double-blind |35| "We report one focused finding..." | Short papers | ≤4 pp excl. refs, own OpenReview group |36| "We built and share a corpus/toolkit/judgments..." | Resources | ≤6 pp + refs, **single-anonymous** |37| "We reproduced (or failed to reproduce) published results..." | Reproducibility | Own track in 2026; details 待核实 |38| "We argue the field should..." | Perspectives | Details 待核实 |39| "We deployed retrieval in production and learned..." | Industry (SIRIP lineage) | Details 待核实 |40| "Search under compute/connectivity/language constraints..." | Low Resource Environments | Feb 5 abstract, Apr 2 notify (2026) |4142Fork rules of thumb:4344- A full paper needs a *rounded* evidence program; a strong single finding with one45 collection and one deep analysis is a better short paper than a thin full paper.46- The dataset built for your method paper is a **separate routing decision** — the47 cross-track double-submission ban means the dataset goes to Resources only if it48 is not the method paper's claimed contribution.49- Reproducibility is for studies *about* prior results, not for "our paper has good50 reproducibility" (that's `sigir-reproducibility` hygiene).5152## Neighbor routing when SIGIR isn't the answer5354```text55Contribution center of gravity -> Better first target56---------------------------------------------------------------57Interactive/user-study search behavior -> CHIIR (then SIGIR full)58Formal/theoretical IR models -> ICTIR (SIGIR-affiliated)59Recommender systems end-to-end -> RecSys (SIGIR takes rec too,60 esp. retrieval-flavored: NGCF/LightGCN lineage)61Web platform/graph/user data emphasis -> TheWebConf (WWW) or WSDM62IR + knowledge management/databases -> CIKM63European timing or repro emphasis -> ECIR64Language-technology contribution -> ACL/EMNLP (retrieval as application)65Efficiency/systems below the ranking -> systems venues; keep an IR-eval slice for SIGIR66Evaluation campaign participation -> TREC/NTCIR/CLEF tracks (not archival67 substitutes: they *feed* SIGIR papers)68```6970TREC deserves the explicit note: it is an evaluation campaign, not a proceedings71competitor. Building on (or contributing to) a TREC track is often the strongest72possible SIGIR pipeline — campaign participation year 1, analysis paper year 2.7374## Borderline cases, adjudicated7576- **RAG for a downstream task, with a retrieval ablation**: if the ablation is the77 deepest result, extract it into a retrieval-evaluation paper for SIGIR and let the78 system paper go to NLP — two focused papers beat one blurry one.79- **An LLM that rewrites queries**: SIGIR-shaped *if* evaluated as a retrieval80 intervention (per-topic deltas on standard collections), NLP-shaped if evaluated81 on rewrite quality.82- **A new efficiency trick inside an index structure**: SIGIR wants the83 quality-cost frontier; a pure throughput result without ranking-quality context84 fits systems venues better.85- **A user study of searchers**: CHIIR first unless there is a measurable86 system-side consequence (a re-ranker, an interface signal) evaluated IR-style.87- **An evaluation critique with no fix**: Perspectives material, or pair it with a88 demonstrated protocol improvement and aim for full papers.8990## Timing and prestige honesty9192- SIGIR's single annual cycle (January-pattern deadline) means a misrouted93 submission costs a year unless the fallback ring is pre-planned94 (`sigir-workflow`). Route by contribution type, not venue rank.95- Short papers at SIGIR are archival, cited, and respected — routing a focused96 finding there is a strategy, not a demotion.97- If the honest evidence today is one collection, no significance testing, and an98 unfinished ablation, the choice is not "which track" but "which *cycle*" — a99 rushed January submission burns the year anyway.100101One more timing lever: the staggered secondary-track calendar (Resources and LRE102ran weeks behind full papers in 2026) sometimes lets a January full-paper miss103become a same-year February resource or reproducibility submission — but only if104the contribution genuinely re-frames, not as a costume change reviewers see through.105106## Scope vocabulary check107108SIGIR's own topic language (2026 full-papers page): search and ranking, queries and109query analysis, web search, retrieval models and ranking, efficiency and110scalability (indexing, crawling, compression), recommender systems — plus the111community's standing breadth: evaluation, conversational search, and112retrieval-augmented systems. If the abstract cannot be written naturally in this113vocabulary, revisit Test 1.114115## Output format116117```text118[IR-contribution test] survives-oracle-swap: yes (route out) / no (SIGIR-shaped)119[Track] full / short / resources / reproducibility / perspectives / industry / LRE120[Fork rationale] <one sentence: why this track owns the strongest honest claim>121[Cross-track conflicts] dataset/method ownership resolved y/n122[Fallback ring] <next venue if rejected, with deadline>123[Cycle honesty] submit this cycle / build one more quarter124```