MLSys Review Process
Use this to model what happens to a Conference on Machine Learning and Systems submission
between upload and decision. Mechanics below are 2026-cycle anchors (verified 2026-07-08);
the venue is young and still redesigns its process — 2026 alone added an entire track —
so reopen the current CFP and OpenReview group before strategic decisions.
The pipeline (2026 anchors)
- Submission via OpenReview (
MLSys.org/2026/Conference group) by October 30, 2025.
- Double-blind review; arXiv posting allowed in parallel.
- Reviews released January 12, 2026; author responses due January 16; notifications
January 25-26. There is no long discussion phase to rescue a paper — the response is
a single, short shot (see
mlsys-author-response).
- Accepted papers publish on proceedings.mlsys.org; artifact evaluation follows as a
separate, optional, badge-awarding stage (March 8 - April 8 in 2026).
Who reviews here — the two-culture pool
MLSys program committees deliberately mix ML researchers with systems, architecture, and
compiler people. The same paper is read through two different quality lenses:
| Dimension |
ML-culture reviewer asks |
Systems-culture reviewer asks |
| Contribution |
Is the idea new relative to the ML literature? |
Is there a reusable mechanism/abstraction, or just engineering? |
| Evidence |
Are comparisons fair, seeds varied, quality preserved? |
Is the workload realistic? Where are the bottleneck analysis and tails? |
| Skepticism trigger |
Accuracy deltas without significance |
"Up to Nx" speedups without workload context |
| Appendix habits |
May check math and extra ablations |
Rarely reads it; judges the 10 pages |
A submission that satisfies only one culture gets a split review set, and split reviews
at a single-shot-response venue are dangerous: you have four days to convert one side.
Write for both from the start — name the mechanism (systems lens) and show quality is
preserved under the optimization (ML lens).
What decisions actually turn on
- Workload representativeness is the most common fatal objection: a system evaluated
only on microbenchmarks or toy models loses both cultures at once.
- Baseline strength: comparing against an untuned or outdated system is treated as
invalidating, not just weakening, the result — the field's baselines (serving engines,
compilers, training frameworks) improve monthly.
- Claim-evidence scope match: a general claim ("for transformer inference") tested on
one model family gets scoped down by reviewers if the authors did not scope it first.
- Honesty signals: reported non-wins, stated tradeoffs, and cost accounting raise
trust scores disproportionately at this venue.
- Industrial-track papers are judged on different axes: scale realism, design
methodology depth, and benchmark detail — explicitly not novelty (2026 track rules).
A research-track-style novelty defense in an industrial-track response misses the
actual bar, and vice versa; know which rubric your reviewers were given.
- The appendix asymmetry: since reviewers are not obliged to read the separate
appendix, an objection already answered there is still a live objection — the review
process treats the 10 pages as the paper, and responses must quote the appendix
material into the reply rather than pointing at it indignantly.
Reading a review packet
Triage grid for an MLSys review set:
R1 (systems): workload not representative -> decision-critical, answerable
R2 (ML): missing significance on Table 2 -> decision-critical, cheap to fix
R3 (systems): "wish you compared against X" -> check X's publication date vs
your deadline; if after, say so
All: writing nits -> batch into two lines
Rank by (decision impact) x (answerability in 4 days); ignore tone.
Meta-review synthesis rewards responses that resolve the shared objection across
reviewers; three reviewers independently doubting the baseline is one problem, not three.
Reading scores and reviewer signals
- A short review with a middling score from a systems reviewer usually means "plausible
but I don't trust the evaluation" — the response should add measurement, not prose.
- A long, detailed negative review is often the most convertible: the reviewer engaged
deeply enough to change their mind if the specific objections close.
- Confidence scores matter more here than at mega-conferences: with small, topically
close panels, a high-confidence negative reviewer who is factually wrong is the
highest-priority target, because the meta-reviewer will otherwise defer to them.
- Watch for the culture split masquerading as disagreement: R1 (ML) at accept and R3
(systems) at reject with non-overlapping objections is not noise — it means the paper
currently serves one audience. Say explicitly in the response how each culture's
concern is met.
- Do not read tone as signal; systems-review bluntness ("this evaluation is not
credible") is genre convention, not a verdict on the idea.
Confidentiality and conduct
- Submissions are confidential to the review process; reviewers must not use or share
them. Authors likewise must not fish for reviewer identities or contact PC members
about their paper outside the platform.
- The double-blind-plus-arXiv model means a reviewer may recognize your preprint;
policy treats good-faith anonymization by authors as the requirement, not reviewer
ignorance. Do not exploit this by advertising the arXiv version at reviewers.
After the decision
- Rejected: MLSys reviews are unusually actionable (workload, baseline, and measurement
gaps are concrete); the annual-cycle question is whether to strengthen for next MLSys
or reroute to a systems venue with a nearer deadline — see
mlsys-topic-selection.
- Accepted: review strategy hands off to camera-ready reconciliation and the artifact
stage, where a different committee re-examines your evidence in executable form.
Cycle-volatility warnings
- Response-window length, discussion mechanics, reviewer-volunteer expectations for
authors, and any AI-use policy in reviewing were not verifiable for 2026 beyond the
dates above (待核实) — confirm on the live pages.
- Acceptance-rate folklore changes yearly and is omitted here deliberately.
Output format
[Stage] pre-submission / under review / response / decided
[Review-set shape] <systems vs ML objections, split or aligned>
[Decision-critical objection] <the one the meta-review will weigh>
[Response leverage] <answerable in window? with what evidence>
[Conduct checks] <anonymity/contact/confidentiality risks>
[Next move] <one action>
Source: brycewang-stanford/Awesome-Journal-Skills → MLSys-Skills/skills/mlsys-review-process/SKILL.md
1---2name: mlsys-review-process3description: Use when reasoning about how MLSys peer review works, covering the OpenReview workflow, the mixed ML-and-systems reviewer pool and how each half scores differently, the compressed response window, industrial-track review expectations, decision dynamics, and what the post-acceptance artifact stage means for review strategy.4---567# MLSys Review Process89Use this to model what happens to a Conference on Machine Learning and Systems submission10between upload and decision. Mechanics below are 2026-cycle anchors (verified 2026-07-08);11the venue is young and still redesigns its process — 2026 alone added an entire track —12so reopen the current CFP and OpenReview group before strategic decisions.1314## The pipeline (2026 anchors)1516- Submission via OpenReview (`MLSys.org/2026/Conference` group) by October 30, 2025.17- Double-blind review; arXiv posting allowed in parallel.18- Reviews released January 12, 2026; author responses due January 16; notifications19 January 25-26. There is no long discussion phase to rescue a paper — the response is20 a single, short shot (see `mlsys-author-response`).21- Accepted papers publish on proceedings.mlsys.org; artifact evaluation follows as a22 separate, optional, badge-awarding stage (March 8 - April 8 in 2026).2324## Who reviews here — the two-culture pool2526MLSys program committees deliberately mix ML researchers with systems, architecture, and27compiler people. The same paper is read through two different quality lenses:2829| Dimension | ML-culture reviewer asks | Systems-culture reviewer asks |30|---|---|---|31| Contribution | Is the idea new relative to the ML literature? | Is there a reusable mechanism/abstraction, or just engineering? |32| Evidence | Are comparisons fair, seeds varied, quality preserved? | Is the workload realistic? Where are the bottleneck analysis and tails? |33| Skepticism trigger | Accuracy deltas without significance | "Up to Nx" speedups without workload context |34| Appendix habits | May check math and extra ablations | Rarely reads it; judges the 10 pages |3536A submission that satisfies only one culture gets a split review set, and split reviews37at a single-shot-response venue are dangerous: you have four days to convert one side.38Write for both from the start — name the mechanism (systems lens) *and* show quality is39preserved under the optimization (ML lens).4041## What decisions actually turn on4243- **Workload representativeness** is the most common fatal objection: a system evaluated44 only on microbenchmarks or toy models loses both cultures at once.45- **Baseline strength**: comparing against an untuned or outdated system is treated as46 invalidating, not just weakening, the result — the field's baselines (serving engines,47 compilers, training frameworks) improve monthly.48- **Claim-evidence scope match**: a general claim ("for transformer inference") tested on49 one model family gets scoped down by reviewers if the authors did not scope it first.50- **Honesty signals**: reported non-wins, stated tradeoffs, and cost accounting raise51 trust scores disproportionately at this venue.52- **Industrial-track papers** are judged on different axes: scale realism, design53 methodology depth, and benchmark detail — explicitly not novelty (2026 track rules).54 A research-track-style novelty defense in an industrial-track response misses the55 actual bar, and vice versa; know which rubric your reviewers were given.56- **The appendix asymmetry**: since reviewers are not obliged to read the separate57 appendix, an objection already answered there is still a live objection — the review58 process treats the 10 pages as the paper, and responses must quote the appendix59 material into the reply rather than pointing at it indignantly.6061## Reading a review packet6263```text64Triage grid for an MLSys review set:65 R1 (systems): workload not representative -> decision-critical, answerable66 R2 (ML): missing significance on Table 2 -> decision-critical, cheap to fix67 R3 (systems): "wish you compared against X" -> check X's publication date vs68 your deadline; if after, say so69 All: writing nits -> batch into two lines70Rank by (decision impact) x (answerability in 4 days); ignore tone.71```7273Meta-review synthesis rewards responses that resolve the *shared* objection across74reviewers; three reviewers independently doubting the baseline is one problem, not three.7576## Reading scores and reviewer signals7778- A short review with a middling score from a systems reviewer usually means "plausible79 but I don't trust the evaluation" — the response should add measurement, not prose.80- A long, detailed negative review is often the most convertible: the reviewer engaged81 deeply enough to change their mind if the specific objections close.82- Confidence scores matter more here than at mega-conferences: with small, topically83 close panels, a high-confidence negative reviewer who is factually wrong is the84 highest-priority target, because the meta-reviewer will otherwise defer to them.85- Watch for the culture split masquerading as disagreement: R1 (ML) at accept and R386 (systems) at reject with non-overlapping objections is not noise — it means the paper87 currently serves one audience. Say explicitly in the response how each culture's88 concern is met.89- Do not read tone as signal; systems-review bluntness ("this evaluation is not90 credible") is genre convention, not a verdict on the idea.9192## Confidentiality and conduct9394- Submissions are confidential to the review process; reviewers must not use or share95 them. Authors likewise must not fish for reviewer identities or contact PC members96 about their paper outside the platform.97- The double-blind-plus-arXiv model means a reviewer may recognize your preprint;98 policy treats good-faith anonymization by authors as the requirement, not reviewer99 ignorance. Do not exploit this by advertising the arXiv version at reviewers.100101## After the decision102103- Rejected: MLSys reviews are unusually actionable (workload, baseline, and measurement104 gaps are concrete); the annual-cycle question is whether to strengthen for next MLSys105 or reroute to a systems venue with a nearer deadline — see `mlsys-topic-selection`.106- Accepted: review strategy hands off to camera-ready reconciliation and the artifact107 stage, where a different committee re-examines your evidence in executable form.108109## Cycle-volatility warnings110111- Response-window length, discussion mechanics, reviewer-volunteer expectations for112 authors, and any AI-use policy in reviewing were not verifiable for 2026 beyond the113 dates above (待核实) — confirm on the live pages.114- Acceptance-rate folklore changes yearly and is omitted here deliberately.115116## Output format117118```text119[Stage] pre-submission / under review / response / decided120[Review-set shape] <systems vs ML objections, split or aligned>121[Decision-critical objection] <the one the meta-review will weigh>122[Response leverage] <answerable in window? with what evidence>123[Conduct checks] <anonymity/contact/confidentiality risks>124[Next move] <one action>125```126127---128129**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `MLSys-Skills/skills/mlsys-review-process/SKILL.md`