SODA Topic Selection
SODA's identity: the joint ACM-SIAM venue for the design and analysis of
efficient algorithms and data structures for discrete problems, including the
combinatorics and discrete mathematics that feed them, and admitting
experimental validation alongside theory (SIAM SODA conference pages, checked
2026-07-08). The reviewing bench is the deepest algorithms-specialist pool of
any annual venue — which is precisely the fit test: SODA rewards papers whose
value is legible to algorithms experts as progress on concrete problems, not
papers needing a general theory-of-computation audience or a systems audience.
The three-question fit test
- Is there a problem with a bound? SODA papers move a quantitative frontier:
running time, space, approximation ratio, query complexity, update time,
list size, competitive ratio. If your contribution cannot be stated as a
before/after on some measure of some problem, the fit is doubtful.
- Does the improvement need an expert to be appreciated? SODA's specialist
bench is an advantage exactly when the answer is yes — a
log shaved off a
bound that experts know is hard earns more at SODA than at a general venue
where "only a log factor" is a slur.
- Is the technique discrete-algorithmic? Combinatorial, graph-theoretic,
geometric, algebraic, probabilistic — the toolbox of the community. A result
proved entirely with, say, cryptographic machinery may be better read
elsewhere even if it mentions running time.
Two of three is submission territory; the third question then picks the frame.
Routing map from SODA's seat
| Signal in the work |
Consider instead |
Why |
| The point is a new complexity-theoretic barrier or model |
STOC / FOCS / CCC |
Cross-area significance is their filter; SODA wants the algorithm |
| Bold new problem or model, modest technical depth |
ITCS |
Conceptual-first reviewing; SODA referees will ask for the bound |
| Solid algorithmic result, European-cycle timing or ESA-community topic |
ESA / ICALP |
Same community, different calendar seats |
| The contribution is that a known result becomes simple |
SOSA (co-located, papers due August 6, 2026 for 2027) |
Simplicity is SOSA's explicit mandate; at SODA it reads as non-novel |
| The contribution is implementation and measurement |
ALENEX (co-located, due July 20, 2026) |
Experiments are the reviewed object there (soda-experiments) |
| Computational geometry core |
SoCG |
Its own community and calendar, though SODA takes geometry too |
| Distributed / parallel model is the point |
PODC / DISC / SPAA |
Model-specialist audiences |
| Learning-theoretic sample/regret bounds |
COLT / ALT |
Statistical-learning reviewer pool |
| Result deserves 60 pages of record, no deadline pressure |
SICOMP / JACM / ACM ToA / Algorithmica |
Journals archive what conferences announce |
SODA-shaped in practice: verified exemplars
Recent best-paper-level SODA work shows the shape (verified via SIAM epubs and
institutional award announcements; details in resources/exemplars/library.md):
- Solving sparse linear systems faster than matrix multiplication (SODA 2021) —
a named computational barrier crossed for a concrete problem class.
- Deterministic near-linear time minimum cut in weighted graphs (SODA 2024) —
derandomizing a celebrated randomized bound: pure "problem with a bound."
- Breaking the metric voting distortion barrier (SODA 2024) — a stuck constant
in social choice moved by combinatorial technique.
- Improved list size for folded Reed-Solomon codes (SODA 2025) — a parameter
frontier in coding theory, an algorithms-adjacent lane SODA owns.
The pattern: named problem, stuck frontier, quantitative movement, discrete
technique. Note what is absent: new models for their own sake, systems
measurements, and philosophy.
Borderline cases, adjudicated
Three recurring gray zones, with the deciding question for each:
- "My result is about a model, proved with algorithms." A new dynamic-graph
adversary model plus matching bounds: if the bounds are the hard part and the
model formalizes existing practice, SODA. If the model is the provocation and
the bounds are demonstrations, ITCS. Deciding question: would experts cite
this for the theorem or for the definition?
- "My result is a lower bound." Conditional hardness (SETH/3SUM/APSP-style)
for a concrete problem is fully SODA-shaped — the frontier moves downward
instead of upward, and the comparison table lists upper bounds you now match.
Circuit or communication lower bounds whose interest is complexity-internal
route to CCC/STOC/FOCS. Deciding question: does the bound speak to
algorithm designers or to complexity theorists?
- "My result is both simpler and slightly faster." If the speedup stands on
its own, SODA, with simplicity as a bonus paragraph. If the speedup is a log
factor nobody was stuck on and the real value is a two-page proof of a known
theorem, SOSA — where that is the entire point of the venue. Deciding
question: delete the simplicity claim; is what remains publishable?
Anti-fit signals
Re-route if any of these describes the draft:
- The abstract's key sentence has no O(), no ratio, no complexity measure.
- The honest comparison table has no prior row (new problem: consider ITCS)
or your row doesn't beat any existing row (consider the journal of record).
- The proof's interest is a connection between fields, with the algorithmic
corollary routine (STOC/FOCS frame the connection better).
- The value is empirical dominance on real inputs (ALENEX).
- The value is that the proof fits on three pages (SOSA).
Framing once fit is established
The same theorem often supports several frames; at SODA, lead with the problem
lineage ("the complexity of X has been open since [Y]"), not the technique
("we introduce a new framework"). Technique-first framing at SODA invites the
question "what does it buy?" — answer it in the title if possible:
bound-carrying titles are quoted; framework-carrying titles are skimmed.
Output format
[Fit verdict] SODA-shaped / borderline / re-route
[Three-question score] <bound? expert-legible? discrete technique?>
[Route] <SODA, or named alternative with the deciding signal>
[Frame] <problem-lineage lead sentence for the abstract>
[Calendar note] <the live deadline this verdict implies (soda-workflow)>
Source: brycewang-stanford/Awesome-Journal-Skills → SODA-Skills/skills/soda-topic-selection/SKILL.md
1---2name: soda-topic-selection3description: Use when deciding whether a result is SODA-shaped (ACM-SIAM Symposium on Discrete Algorithms) — concrete algorithmic problems, data structures, and discrete mathematics with quantitative progress — versus routing to STOC/FOCS, ESA, ICALP, ITCS, SOSA, ALENEX, SoCG, or a journal, judged from SODA's algorithms-first identity.4---567# SODA Topic Selection89SODA's identity: the joint ACM-SIAM venue for the design and analysis of10efficient algorithms and data structures for discrete problems, including the11combinatorics and discrete mathematics that feed them, and admitting12experimental validation alongside theory (SIAM SODA conference pages, checked132026-07-08). The reviewing bench is the deepest *algorithms-specialist* pool of14any annual venue — which is precisely the fit test: SODA rewards papers whose15value is legible to algorithms experts as progress on concrete problems, not16papers needing a general theory-of-computation audience or a systems audience.1718## The three-question fit test19201. **Is there a problem with a bound?** SODA papers move a quantitative frontier:21 running time, space, approximation ratio, query complexity, update time,22 list size, competitive ratio. If your contribution cannot be stated as a23 before/after on some measure of some problem, the fit is doubtful.242. **Does the improvement need an expert to be appreciated?** SODA's specialist25 bench is an advantage exactly when the answer is yes — a `log` shaved off a26 bound that experts know is hard earns more at SODA than at a general venue27 where "only a log factor" is a slur.283. **Is the technique discrete-algorithmic?** Combinatorial, graph-theoretic,29 geometric, algebraic, probabilistic — the toolbox of the community. A result30 proved entirely with, say, cryptographic machinery may be better read31 elsewhere even if it mentions running time.3233Two of three is submission territory; the third question then picks the frame.3435## Routing map from SODA's seat3637| Signal in the work | Consider instead | Why |38|---|---|---|39| The point is a new complexity-theoretic barrier or model | STOC / FOCS / CCC | Cross-area significance is their filter; SODA wants the algorithm |40| Bold new problem or model, modest technical depth | ITCS | Conceptual-first reviewing; SODA referees will ask for the bound |41| Solid algorithmic result, European-cycle timing or ESA-community topic | ESA / ICALP | Same community, different calendar seats |42| The contribution is that a known result becomes *simple* | SOSA (co-located, papers due August 6, 2026 for 2027) | Simplicity is SOSA's explicit mandate; at SODA it reads as non-novel |43| The contribution is implementation and measurement | ALENEX (co-located, due July 20, 2026) | Experiments are the reviewed object there (`soda-experiments`) |44| Computational geometry core | SoCG | Its own community and calendar, though SODA takes geometry too |45| Distributed / parallel model is the point | PODC / DISC / SPAA | Model-specialist audiences |46| Learning-theoretic sample/regret bounds | COLT / ALT | Statistical-learning reviewer pool |47| Result deserves 60 pages of record, no deadline pressure | SICOMP / JACM / ACM ToA / Algorithmica | Journals archive what conferences announce |4849## SODA-shaped in practice: verified exemplars5051Recent best-paper-level SODA work shows the shape (verified via SIAM epubs and52institutional award announcements; details in `resources/exemplars/library.md`):5354- Solving sparse linear systems faster than matrix multiplication (SODA 2021) —55 a named computational barrier crossed for a concrete problem class.56- Deterministic near-linear time minimum cut in weighted graphs (SODA 2024) —57 derandomizing a celebrated randomized bound: pure "problem with a bound."58- Breaking the metric voting distortion barrier (SODA 2024) — a stuck constant59 in social choice moved by combinatorial technique.60- Improved list size for folded Reed-Solomon codes (SODA 2025) — a parameter61 frontier in coding theory, an algorithms-adjacent lane SODA owns.6263The pattern: *named problem, stuck frontier, quantitative movement, discrete64technique.* Note what is absent: new models for their own sake, systems65measurements, and philosophy.6667## Borderline cases, adjudicated6869Three recurring gray zones, with the deciding question for each:7071- **"My result is about a model, proved with algorithms."** A new dynamic-graph72 adversary model plus matching bounds: if the bounds are the hard part and the73 model formalizes existing practice, SODA. If the model is the provocation and74 the bounds are demonstrations, ITCS. Deciding question: *would experts cite75 this for the theorem or for the definition?*76- **"My result is a lower bound."** Conditional hardness (SETH/3SUM/APSP-style)77 for a concrete problem is fully SODA-shaped — the frontier moves downward78 instead of upward, and the comparison table lists upper bounds you now match.79 Circuit or communication lower bounds whose interest is complexity-internal80 route to CCC/STOC/FOCS. Deciding question: *does the bound speak to81 algorithm designers or to complexity theorists?*82- **"My result is both simpler and slightly faster."** If the speedup stands on83 its own, SODA, with simplicity as a bonus paragraph. If the speedup is a log84 factor nobody was stuck on and the real value is a two-page proof of a known85 theorem, SOSA — where that is the entire point of the venue. Deciding86 question: *delete the simplicity claim; is what remains publishable?*8788## Anti-fit signals8990```text91Re-route if any of these describes the draft:92- The abstract's key sentence has no O(), no ratio, no complexity measure.93- The honest comparison table has no prior row (new problem: consider ITCS)94 or your row doesn't beat any existing row (consider the journal of record).95- The proof's interest is a connection between fields, with the algorithmic96 corollary routine (STOC/FOCS frame the connection better).97- The value is empirical dominance on real inputs (ALENEX).98- The value is that the proof fits on three pages (SOSA).99```100101## Framing once fit is established102103The same theorem often supports several frames; at SODA, lead with the problem104lineage ("the complexity of X has been open since [Y]"), not the technique105("we introduce a new framework"). Technique-first framing at SODA invites the106question "what does it buy?" — answer it in the title if possible:107bound-carrying titles are quoted; framework-carrying titles are skimmed.108109## Output format110111```text112[Fit verdict] SODA-shaped / borderline / re-route113[Three-question score] <bound? expert-legible? discrete technique?>114[Route] <SODA, or named alternative with the deciding signal>115[Frame] <problem-lineage lead sentence for the abstract>116[Calendar note] <the live deadline this verdict implies (soda-workflow)>117```118119---120121**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `SODA-Skills/skills/soda-topic-selection/SKILL.md`