Papers
Topics
Authors
Recent
Search
2000 character limit reached

CERO: Adaptive RL, Collider, and Zero Isotherm

Updated 5 July 2026
  • CERO is a multi-domain term defining an RL rollout optimization method, a circular energy-recovery collider design, and the zero isotherm concept in thermodynamics.
  • In reinforcement learning, it employs a Fenchel-dual online algorithm for adaptive rollout budgeting that improves training signals and accuracy over fixed-budget approaches.
  • In accelerator and thermodynamic contexts, it conceptualizes innovative particle recycling for high luminosity colliders and derives the Nernst heat theorem from second-law principles.

In the cited works, CERO denotes three distinct technical objects: Cross-Epoch Adaptive Rollout Optimization, a rollout-budgeting method for reinforcement-learning post-training of LLMs; the Circular Energy-Recovery Option/Collider, a generic concept for an e+ee^+e^- collider based on energy-recovery linacs in a large circular tunnel; and, in a thermodynamic context, absolute zero, the zero isotherm T=0T=0. The term therefore spans machine learning, accelerator physics, and thermodynamics, with each usage carrying a different formal structure, set of assumptions, and research agenda.

1. Scope and principal meanings

The cited literature uses the same label for an RL resource-allocation framework, a collider architecture, and the thermodynamic zero isotherm. These meanings are defined respectively in (Zong et al., 4 Jun 2026, Litvinenko et al., 2022), and (Martín-Olalla, 2024).

Meaning of CERO Research area Core definition
Cross-Epoch Adaptive Rollout Optimization RL post-training A rollout budgeting framework that adaptively allocates rollouts across prompts and epochs under a fixed global budget
Circular Energy-Recovery Option/Collider Accelerator physics A generic concept of an e+ee^+e^- collider in a large circular tunnel using energy-recovery linacs instead of storage rings, with both energy and particle recycling
Absolute zero / zero isotherm Thermodynamics The isotherm T=0T=0, used in a Carnot-based proof of the Nernst heat theorem

The first usage is algorithmic and concerns adaptive data collection for GRPO-style training. The second is architectural and concerns luminosity, synchrotron-radiation power, and polarized beams in a 100\sim 100 km machine. The third is conceptual and concerns the low-temperature structure of entropy derived from the second law.

2. CERO as Cross-Epoch Adaptive Rollout Optimization

In RL post-training, CERO is formulated as an online resource-allocation problem over prompts i{1,,M}i \in \{1,\dots,M\} and epochs k{1,,K}k \in \{1,\dots,K\}. Each prompt receives an integer number of rollouts Ni,kN_{i,k}, with cumulative allocation

Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},

subject to the global budget constraint

i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.

Its motivation is that GRPO and similar methods often use a fixed rollout budget per prompt even though prompt difficulty is heterogeneous: some prompts are too easy or too hard and therefore provide little learning signal, whereas medium-difficulty prompts produce both successes and failures and thus stronger gradients. CERO addresses this by explicitly modeling prompt-level diminishing returns through a concave increasing utility T=0T=00 over cumulative allocation (Zong et al., 4 Jun 2026).

For verifiable reasoning tasks, each rollout produces a binary success indicator T=0T=01 with unknown pass probability T=0T=02. CERO places a Beta prior on T=0T=03,

T=0T=04

and after T=0T=05 rollouts with T=0T=06 successes updates

T=0T=07

The posterior mean and variance are

T=0T=08

The key informativeness score is the posterior expected Bernoulli variance,

T=0T=09

Because e+ee^+e^-0 is maximized at e+ee^+e^-1 and vanishes at e+ee^+e^-2, this score prioritizes medium-difficulty prompts; as evidence accumulates, e+ee^+e^-3 decreases, thereby encoding diminishing returns.

With temperature e+ee^+e^-4, CERO constructs the prompt utility

e+ee^+e^-5

whose marginal utility is

e+ee^+e^-6

In implementation, e+ee^+e^-7 is replaced by an epoch-wise posterior estimate e+ee^+e^-8. The resulting global problem is

e+ee^+e^-9

subject to

T=0T=00

Because utility depends on cumulative allocations across epochs, the objective is temporally nonseparable.

CERO handles this nonseparability through a Fenchel-dual reformulation. For

T=0T=01

the concave conjugate is

T=0T=02

with closed form, for T=0T=03,

T=0T=04

Introducing prompt-level dual variables T=0T=05 and a budget dual variable T=0T=06, the dual objective decomposes into identical per-epoch subproblems,

T=0T=07

The allocation rule is a threshold policy: T=0T=08 clipped by the remaining budget. CERO thus acts as a drop-in data-collection layer on top of GRPO-style policy optimization rather than changing the GRPO objective itself.

3. Theory, implementation, and empirical behavior in RL post-training

Under fixed prompt utilities, CERO proves regret against the offline allocation benchmark. If T=0T=09 denotes the offline optimum and 100\sim 1000 the achieved utility, the regret is

100\sim 1001

With projected online gradient descent on compact domains and bounded gradients,

100\sim 1002

The prompt-level update is

100\sim 1003

and the budget-level update is

100\sim 1004

The analysis assumes fixed 100\sim 1005, closed and concave 100\sim 1006, compact projection domains, and bounded supergradients.

The implementation uses Beta100\sim 1007 priors, maintains 100\sim 1008 and 100\sim 1009, and triggers a GRPO policy update when the rollout buffer reaches size i{1,,M}i \in \{1,\dots,M\}0. Per epoch, allocation and dual updates cost i{1,,M}i \in \{1,\dots,M\}1, posterior maintenance costs i{1,,M}i \in \{1,\dots,M\}2 sufficient statistics per prompt, and total memory is i{1,,M}i \in \{1,\dots,M\}3. The reported practical overhead is less than i{1,,M}i \in \{1,\dots,M\}4 second per allocation update.

The empirical study uses DeepSeek-R1-Distill-Qwen-1.5B, Qwen3-4B-Base, Qwen3-4B-Instruct, and Qwen2.5-Math-7B, trained on DAPO-Math-17K with i{1,,M}i \in \{1,\dots,M\}5 training prompts in the verl framework for i{1,,M}i \in \{1,\dots,M\}6 optimization steps. The average rollout count is i{1,,M}i \in \{1,\dots,M\}7, the per-epoch cap is i{1,,M}i \in \{1,\dots,M\}8, and hardware is H800 GPUs: the 1.5B and 4B models use 4 GPUs, the 7B model uses 8 GPUs, with approximate GPU hours of i{1,,M}i \in \{1,\dots,M\}9, k{1,,K}k \in \{1,\dots,K\}0, and k{1,,K}k \in \{1,\dots,K\}1, respectively. Evaluation is on AIME24, AIME25, AIME26, and AMC23 using accuracy as pass rate. Against vanilla GRPO with fixed per-prompt rollout budget, CERO improves the average across all four benchmarks for every model–benchmark pair (Zong et al., 4 Jun 2026).

Model Avg accuracy GRPO k{1,,K}k \in \{1,\dots,K\}2 CERO Improvement
R1-Distill-1.5B k{1,,K}k \in \{1,\dots,K\}3 k{1,,K}k \in \{1,\dots,K\}4 points
Qwen3-4B-Base k{1,,K}k \in \{1,\dots,K\}5 k{1,,K}k \in \{1,\dots,K\}6 points
Qwen3-4B-Instruct k{1,,K}k \in \{1,\dots,K\}7 k{1,,K}k \in \{1,\dots,K\}8 points
Qwen2.5-Math-7B k{1,,K}k \in \{1,\dots,K\}9 Ni,kN_{i,k}0 points

A central diagnostic is the effective prompt ratio, defined as the fraction of prompts whose rollout groups contain both successes and failures, yielding nonzero within-group reward variance and hence nonzero GRPO gradients. The reported observation is that GRPO’s effective prompt ratio collapses later in training, whereas CERO maintains a higher ratio by reallocating budget away from exhausted or hopeless prompts. This is presented as the mechanism sustaining useful training signal and explaining the performance gains.

4. CERO as the Circular Energy-Recovery Option/Collider

In accelerator physics, CERO is the generic concept of an Ni,kN_{i,k}1 collider built in a large circular tunnel that uses energy-recovery linacs instead of storage rings. The paper on the Circular Energy Recovery Collider treats CERC as a concrete realization of this generic CERO idea in a Ni,kN_{i,k}2 km tunnel. Its defining features are simultaneous energy recovery and particle recycling, very high luminosity at moderate wall-plug power, and extension of center-of-mass energy to Ni,kN_{i,k}3–Ni,kN_{i,k}4 GeV with polarized Ni,kN_{i,k}5 beams (Litvinenko et al., 2022).

The topology places two superconducting ERLs in the same Ni,kN_{i,k}6 km tunnel used for recirculation arcs. Beams make four passes through the linacs and arcs, accelerating to collision energy, colliding at the interaction region, then being phase-shifted by half an RF period and decelerated through the same linacs. After deceleration, both electrons and positrons are reinjected into damping rings for particle recycling and emittance cooling. Lost particles are replenished from compact injectors, so most particles are recycled cycle-to-cycle. To fit the damping rings’ momentum acceptance and minimize IBS, bunches are compressed during low-energy passes and decompressed at the end of the deceleration cycle before ring reinjection; decompression factors up to Ni,kN_{i,k}7 at top energies reduce accumulated energy spread to the Ni,kN_{i,k}8 damping-ring acceptance. Damping-ring energies are Ni,kN_{i,k}9 GeV for top beam energies Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},0 GeV, Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},1 GeV at Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},2 GeV, Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},3 GeV at Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},4 GeV, and Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},5 GeV at Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},6 GeV.

The synchrotron-radiation energy loss per turn is written as

Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},7

and the corresponding storage-ring SR power is

Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},8

In CERC, SR losses are summed over recirculation passes through the arcs. The design caps total SR at about Ni=k=1KNi,k,N_i=\sum_{k=1}^K N_{i,k},9 MW for both beams, approximately i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.0–i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.1 MW per beam depending on energy; SR energy is not recovered, but acceleration energy is recovered in the linacs. The claimed consequence is a large reduction in site AC power relative to storage rings, with CERC AC power lower by about i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.2 MW across the energy range. The paper lists total RF-to-beam, magnet, and cryogenic AC powers at several operating points: at Z (i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.3 GeV per beam), approximately i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.4 MW RF-to-beam, i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.5 MW magnets, and i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.6 MW cryo AC; at i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.7 (i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.8 GeV), i=1Mk=1KNi,kB.\sum_{i=1}^M \sum_{k=1}^K N_{i,k}\le B.9 MW RF-to-beam, T=0T=000 MW magnets, and T=0T=001 MW cryo AC; at HH (T=0T=002 GeV), T=0T=003 MW RF-to-beam, T=0T=004 MW magnets, and T=0T=005 MW cryo AC; and at T=0T=006 (T=0T=007 GeV), T=0T=008 MW RF-to-beam, T=0T=009 MW magnets, and T=0T=010 MW cryo AC. The RF system assumes T=0T=011 MHz BNL-3 five-cell cavities, T=0T=012, T=0T=013-m cryomodules with T=0T=014 cavities each, a T=0T=015 accelerating-field filling factor, and HOM loss factors of T=0T=016 V/pC for T=0T=017 mm and T=0T=018 V/pC for T=0T=019 mm. The total HOM power is reported as T=0T=020 kW and T=0T=021 W per absorber.

The T=0T=022-km arcs use a regular FODO lattice with combined-function magnets, zero-chromaticity cells, strong sextupole components, and small magnet gaps of about T=0T=023 mm. The cell period is about T=0T=024 m, with two T=0T=025 m combined-function magnets and T=0T=026 m drifts. At top energy, the dipole field is about T=0T=027 T, quadrupole gradients are T=0T=028 T/m, and sextupole components are T=0T=029 T/m and T=0T=030 T/m. The small gaps are used to reduce magnet power; for the T=0T=031 beam lines, the paper states that magnet consumption is about half that of storage-ring magnets in FCC-ee.

Luminosity is expressed as

T=0T=032

or, at fixed beam current, as T=0T=033. The machine design employs very small T=0T=034 values and micron-scale vertical beam sizes, together with large disruption parameters and beam pinch. Reported disruption parameters span approximately T=0T=035–T=0T=036 horizontally and T=0T=037–T=0T=038 vertically, with strong–strong collision simulations indicating acceptable emittance growth, limited to about T=0T=039 in the vertical plane for selected T=0T=040 values. Predicted luminosities, in units of T=0T=041, are approximately T=0T=042 at Z, T=0T=043 at W, T=0T=044 at HZ, T=0T=045 at T=0T=046, T=0T=047 at HH, and T=0T=048 at T=0T=049. Corresponding bunch charges are T=0T=050–T=0T=051 nC, bunch frequencies range from T=0T=052 kHz at Z to T=0T=053 kHz at HH, and beam current per beam decreases from about T=0T=054 mA at Z to T=0T=055 mA at T=0T=056.

A major design claim is the combination of energy reach and polarization. The machine is presented as extending practical operation to T=0T=057 GeV for T=0T=058 and to T=0T=059 GeV for T=0T=060. The paper states that at T=0T=061 GeV CERC can deliver integrated luminosity of about T=0T=062 even at about T=0T=063 of the power of a conventional SR-based collider. Polarization is tied to continuous production and recycling of particles through damping rings; ZGOUBI simulations on the proposed lattice report depolarization below T=0T=064 per full path. MadGraph estimates in the paper give cross-section enhancement factors relative to the unpolarized case: for T=0T=065, T=0T=066, T=0T=067 scales by T=0T=068, T=0T=069 by T=0T=070, and T=0T=071 by T=0T=072; for T=0T=073, T=0T=074, the factors are T=0T=075, T=0T=076, and T=0T=077; and for T=0T=078, T=0T=079, they are T=0T=080, T=0T=081, and T=0T=082.

5. CERO as absolute zero and the zero isotherm

In the thermodynamic paper, “CERO” is read as absolute zero, the zero isotherm T=0T=083. The central result is a purely thermodynamic proof of the Nernst heat theorem derived from the second law, without assuming vanishing specific heats or unattainability of T=0T=084 as a premise (Martín-Olalla, 2024).

The formal statement is that for any two equilibrium states T=0T=085 and T=0T=086 of a chemically homogeneous finite-density system that are isothermal at temperature T=0T=087,

T=0T=088

Equivalently, for mechanical variables T=0T=089,

T=0T=090

where T=0T=091 is a constant independent of T=0T=092. The proof starts from the second law in Planck form and uses the Carnot theorem as the constructive bridge to temperature: T=0T=093 The Clausius inequality is

T=0T=094

with equality for reversible cycles.

The key logical step is that T=0T=095 in the Carnot relation implies T=0T=096. If a reversible engine operating with a T=0T=097 cooler had any nonzero heat intake from the hot reservoir, then it would raise a weight while cooling only the hot reservoir, contradicting the second law. Consistency therefore requires

T=0T=098

and hence the isothermal entropy change at zero temperature must vanish: T=0T=099 By universality of the Carnot theorem, this conclusion does not depend on the working substance or on its mechanical or chemical configuration.

Standard thermodynamic continuity then yields

e+ee^+e^-00

and therefore

e+ee^+e^-01

At e+ee^+e^-02, entropy is thus independent of mechanical coordinates,

e+ee^+e^-03

Using Maxwell relations,

e+ee^+e^-04

the proof implies, as e+ee^+e^-05,

e+ee^+e^-06

and similarly for other generalized variables. This is the usual differential form of the Nernst theorem.

The paper explicitly states that the argument does not assume e+ee^+e^-07, and does not assume unattainability of e+ee^+e^-08. Instead, unattainability is obtained as a corollary: since for any e+ee^+e^-09,

e+ee^+e^-10

adiabatic entropy cannot decrease, so adiabatic cooling cannot reach e+ee^+e^-11. The remaining independent content of the third law is narrowed to the assertion that the entropy of a finite-density, chemically homogeneous body must not be negative. One may then choose the absolute entropy scale so that

e+ee^+e^-12

which yields the common third-law convention.

The conditions of validity are explicit: the proof assumes internal equilibrium, chemical homogeneity, finite density, and existence of the usual thermodynamic derivatives in the low-temperature limit. It excludes cases such as phase coexistence, metastability, or frozen-in disorder at e+ee^+e^-13, since these would invalidate reversibility or uniqueness of the equilibrium state. On this basis, residual entropy is not treated as a counterexample within the theorem’s scope; rather, it is associated with systems outside the proof’s assumptions.

6. Conditions, limitations, and domain-specific significance

For RL post-training, CERO’s theoretical guarantee is proved for fixed prompt utilities, meaning fixed e+ee^+e^-14, whereas the implementation updates e+ee^+e^-15 online. The paper therefore states that the regret bound does not fully capture the nonstationarity introduced by policy changes. It also notes that misspecified priors or rapidly drifting task difficulty can transiently misallocate budget, and that very large e+ee^+e^-16 increases dual-memory linearly. At the same time, the framework is situated within a broader literature on rollout optimization, including sample selection, within-batch reallocation, and post-generation filtering, and is linked conceptually to bandits with knapsacks and online convex optimization with long-term constraints (Zong et al., 4 Jun 2026).

For collider design, the cited work states that no show-stoppers have been identified for a next-generation polarized e+ee^+e^-17 collider based on ERLs and particle recycling, but it also makes the dependence on R&D explicit. The outstanding items include SRF cavity performance at e+ee^+e^-18 MHz, realistic multi-pass BBU studies, damping-ring optics with e+ee^+e^-19 momentum acceptance, polarized positron source and ring injection, full beam-beam and beamstrahlung simulations, small-gap combined-function magnet prototyping, and refined system-level power integration. The proposed staging path runs from Z/W/Higgs energies through e+ee^+e^-20 and then to HH and e+ee^+e^-21, while keeping total SR at about e+ee^+e^-22 MW (Litvinenko et al., 2022).

For thermodynamics, the proof’s significance lies in relocating the Nernst heat theorem from a postulate about unattainability or low-temperature heat capacities to a consequence of second-law consistency plus the Carnot theorem. Its limitations are exactly those stated in the paper: internal equilibrium, chemical homogeneity, finite density, and regular low-temperature thermodynamic derivatives. Statistical and quantum proofs instead appeal to spectral properties such as ground-state structure; this thermodynamic proof does not. Residual entropy, where present, is interpreted as a sign of frozen-in disorder, metastability, or broken homogeneity rather than as a failure of the theorem within its domain of validity (Martín-Olalla, 2024).

Taken together, the cited literature uses CERO for three technically unrelated but individually precise constructs: an adaptive rollout-budgeting method with a Fenchel-dual online primal–dual algorithm and e+ee^+e^-23 regret under fixed utilities; a circular ERL-based e+ee^+e^-24 collider concept with simultaneous energy and particle recovery, polarized beams, and operation up to e+ee^+e^-25–e+ee^+e^-26 GeV; and the zero isotherm e+ee^+e^-27, through which the Nernst heat theorem is derived from the second law.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (3)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to CERO.