At FOCS the bibliography sits inside the guaranteed-read set — the 2026 CFP promises committee attention to the abstract, the references, and the first ten pages (checked 2026-07-08). Theory reviewers routinely open a submission's reference list first, to place the paper in a lineage they already know. This skill treats related work as lineage engineering, not as a courtesy section.
For each headline theorem, reconstruct its history as a table before writing a word of prose. The table becomes the skeleton of the related-work section and a private audit of your novelty claim:
| Year | Bound / result | Venue + version of record | Technique |
|---|---|---|---|
| 1998 | $O(n^2)$ | FOCS '98 → journal '01 | spectral partition |
| 2011 | $O(n^{1.5})$ | STOC '11 (arXiv v3 = full) | flow rounding |
| 2023 | $O(n^{1+o(1)})$, randomized | FOCS '23 (arXiv only full proofs) | (their name) |
| this work | deterministic $O(n^{1+o(1)})$ | — | (your name) |
Rules the table enforces: the "version of record" column forces you to learn where each proof actually lives (the conference version often omits it); the technique column reveals whether your delta is a new bound or a new method — the committee weighs those differently.
@misc{doe-widget-2024,
author = {Jane Doe and Wei Ren},
title = {Widget Sparsifiers in Almost-Linear Time},
year = {2024},
eprint = {2403.01234v3},
archiveprefix = {arXiv},
note = {Full version of a FOCS 2024 paper; Lemma 5.2 cited
from v3 -- statement differs in v1--v2}
}
conf/focs/ vs conf/stoc/ attribution on
dblp rather than copying a .bib entry from a survey. A committee member
who catches a misattributed classic discounts the rest of your scholarship.Theory's arXiv-first culture makes collisions visible early. House norms:
focs-writing-style).FOCS has run double-blind for multiple cycles. The operating rule: your own prior work is ordinary literature. Cite it in the third person, with no possessives, and never structure the paper so that understanding it requires knowing the prior paper is yours. If your submission is the strengthening of your own arXiv preprint, cite the preprint as an independent object; the CFP's stated aim is unbiased first judgment, not unbreakable anonymity — but the prose must not do the unmasking itself.
Because FOCS promises committee attention to the references themselves, treat the bibliography's form as reviewed prose:
[Anonymous, 2023] placeholders, duplicate
entries with different keys, arXiv entries for papers long since published
— each costs credibility with the one reader who sees only abstract,
references, and ten pages..bib files.focs-reproducibility).