POPL Review Process
POPL's pipeline is a conference cycle that ends in a journal issue. The shape below
is the POPL 2027 process as posted (read 2026-07-08 via search renderings; author
response window and revision deadline were not fully rendered — 待核实).
Pipeline
| Stage |
POPL 2027 anchor |
What is actually being decided |
| Submission |
July 9, 2026 AoE, popl27.hotcrp.com, no abstract deadline |
Format compliance (summary rejection is real) and reviewer assignment |
| Reviewing |
full double-blind, as in POPL 2023-2026 |
Correctness plausibility, novelty of the formal idea, significance to PL principles |
| Author response |
optional, multi-day, concise |
Whether standing objections survive your best factual answer |
| Decision |
notification October 5, 2026 |
Reject vs conditional acceptance — no unconditional accept exists |
| Revision gate |
deadline set by the committee (待核实 for 2027) |
Whether the revision satisfies the committee's stated conditions; failure risks rejection |
| Publication |
PACMPL Issue POPL (Vol 10 = 2026, published Jan 8, 2026) |
Journal article, presented at the January symposium (2027: Mexico City, Jan 10-16) |
How a POPL committee reads
- The first question is what is the formal contribution — a semantics, a type
system, a logic, a proof technique — and whether it is stated precisely enough to
be wrong. Papers that never risk a sharp claim are marked "unclear contribution."
- Correctness is probed by attempted counterexample. Expect at least one reviewer to
push on the strangest corner of your calculus: open terms, empty contexts,
non-termination, the interaction of two features you analyzed separately.
- Significance at POPL means the idea travels: another researcher can apply your
logical relation, your translation, your proof method to their language.
A theorem locked to one artifact language travels poorly.
- Full double-blind changes the sociology: nobody is extending credit to a famous
group's proof style. Identities unblind only after conditional-acceptance
decisions, and only for the papers that crossed.
Reading the decision
Conditional acceptance arrives with explicit conditions — typically clarifications,
scoping of overclaims, or presentation surgery. Treat the condition list as a
contract: the Review Committee re-checks each item, and the call states the revision
must be satisfactory "or risk rejection." Rejection reviews, in turn, sort into
fix-and-resubmit (misread contribution, presentation collapse) versus fundamental
(the theorem is true but nobody at this venue needs it) — popl-topic-selection
handles the second kind.
Distinguished Papers are capped at 10% of acceptances, chosen by the committee for
relevance, originality, significance, and clarity (POPL 2026 call wording); at least
one 2026 award is publicly attested. It is not something authors apply for.
Output format
[Stage] pre-submission / under review / response window / awaiting decision / revision gate / production
[Next event] <date + source URL, or 待核实>
[Live risks] <correctness doubt / significance doubt / condition list items>
[Recommended posture] <what to prepare now for the next stage>
Source: brycewang-stanford/Awesome-Journal-Skills → POPL-Skills/skills/popl-review-process/SKILL.md
1---2name: popl-review-process3description: Use when interpreting where a POPL submission stands — the full double-blind pipeline from the July HotCRP deadline through reviews, the optional author response, October conditional-acceptance decisions, the mandatory revision gate, Distinguished Paper selection, and publication as PACMPL Issue POPL in January.4---567# POPL Review Process89POPL's pipeline is a conference cycle that ends in a journal issue. The shape below10is the POPL 2027 process as posted (read 2026-07-08 via search renderings; author11response window and revision deadline were not fully rendered — 待核实).1213## Pipeline1415| Stage | POPL 2027 anchor | What is actually being decided |16|---|---|---|17| Submission | July 9, 2026 AoE, `popl27.hotcrp.com`, no abstract deadline | Format compliance (summary rejection is real) and reviewer assignment |18| Reviewing | full double-blind, as in POPL 2023-2026 | Correctness plausibility, novelty of the formal idea, significance to PL principles |19| Author response | optional, multi-day, concise | Whether standing objections survive your best factual answer |20| Decision | notification October 5, 2026 | Reject vs **conditional acceptance** — no unconditional accept exists |21| Revision gate | deadline set by the committee (待核实 for 2027) | Whether the revision satisfies the committee's stated conditions; failure risks rejection |22| Publication | PACMPL Issue POPL (Vol 10 = 2026, published Jan 8, 2026) | Journal article, presented at the January symposium (2027: Mexico City, Jan 10-16) |2324## How a POPL committee reads2526- The first question is *what is the formal contribution* — a semantics, a type27 system, a logic, a proof technique — and whether it is stated precisely enough to28 be wrong. Papers that never risk a sharp claim are marked "unclear contribution."29- Correctness is probed by attempted counterexample. Expect at least one reviewer to30 push on the strangest corner of your calculus: open terms, empty contexts,31 non-termination, the interaction of two features you analyzed separately.32- Significance at POPL means the idea travels: another researcher can apply your33 logical relation, your translation, your proof method to *their* language.34 A theorem locked to one artifact language travels poorly.35- Full double-blind changes the sociology: nobody is extending credit to a famous36 group's proof style. Identities unblind only after conditional-acceptance37 decisions, and only for the papers that crossed.3839## Reading the decision4041Conditional acceptance arrives with explicit conditions — typically clarifications,42scoping of overclaims, or presentation surgery. Treat the condition list as a43contract: the Review Committee re-checks each item, and the call states the revision44must be satisfactory "or risk rejection." Rejection reviews, in turn, sort into45fix-and-resubmit (misread contribution, presentation collapse) versus fundamental46(the theorem is true but nobody at this venue needs it) — `popl-topic-selection`47handles the second kind.4849Distinguished Papers are capped at 10% of acceptances, chosen by the committee for50relevance, originality, significance, and clarity (POPL 2026 call wording); at least51one 2026 award is publicly attested. It is not something authors apply for.5253## Output format5455```text56[Stage] pre-submission / under review / response window / awaiting decision / revision gate / production57[Next event] <date + source URL, or 待核实>58[Live risks] <correctness doubt / significance doubt / condition list items>59[Recommended posture] <what to prepare now for the next stage>60```6162---6364**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `POPL-Skills/skills/popl-review-process/SKILL.md`