wrice's picture
Publish validated 2de545dcd8e6f9a8dae3533e22a914cfbd1c4e50
617f57a verified
Raw
History Blame Contribute Delete
2.83 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rex ICML 2026 Reproduction Evidence</title>
<style>
body { font-family: system-ui, sans-serif; margin: 2rem; line-height: 1.45; }
main { max-width: 980px; }
table { border-collapse: collapse; width: 100%; }
th, td { border: 1px solid #bbb; padding: 0.5rem; vertical-align: top; }
code { overflow-wrap: anywhere; }
</style>
</head>
<body>
<main>
<h1>Rex Reproduction Evidence</h1>
<p>Attempt 11b90d4c-61f2-4d93-949e-8d4618aca972. Paper 7pQIzVNctu. Upstream arxiv:2502.08834+github:zblasingame/Rex-solver@e39b57415d5608b18d7c5631595f1d38f06813b8.</p>
<p><a href="evidence/results.json">results.json</a> <a href="evidence/manifest.json">manifest.json</a></p>
<table>
<thead><tr><th>#</th><th>Status</th><th>Claim SHA-256</th><th>Observation</th></tr></thead>
<tbody>
<tr><td>1</td><td>verified</td><td><code>06ee77e870a2c0447848e1f6159454496f17d144d02bc08fe44441f6b7ad332f</code></td><td>A NumPy implementation of the released Rex coupling inverts forward ODE sweeps exactly across couplings and step counts, and inverts a frozen-noise Euler-Maruyama SDE sweep, always to floating-point precision.</td></tr>
<tr><td>2</td><td>verified</td><td><code>69eedf49ae10686f77613801c126d0825e1a2ea7198e4d9f31c945e00670b8e0</code></td><td>Rex-coupled sweeps built from base increments of orders 1, 2, and 4 converge to the fine-step limit at measured rates matching the base order, demonstrating order inheritance; scalar integration independently recovers Euler and RK4 rates, and the RK4 negative-real stability radius is recovered numerically.</td></tr>
<tr><td>3</td><td>verified</td><td><code>be5532066024dda765f5b69ee4444b86c339c6adc9beeedeb4c995b2e61d0f13</code></td><td>An embedded Heun/Euler error estimator drives adaptive step selection inside the Rex coupling; replaying the accepted step sequence backward recovers the initial state to floating-point precision, demonstrating a reversible adaptive solve. The pinned canonical wrapper selects RK4 for fixed-step mode, DOPRI5 for adaptive mode, and rejects adaptive use without embedded error coefficients.</td></tr>
<tr><td>4</td><td>verified</td><td><code>311e73b22c834fd47107a52f11e90aa005067fa136e9b477108effe648d04cb2</code></td><td>A reversible DDIM is recovered numerically: pairing the eps-prediction DDIM base step through the Rex coupling inverts exactly, its single-step x-update reduces algebraically to the plain DDIM affine update, and the paired forward trajectory approaches the plain DDIM trajectory as steps refine.</td></tr>
</tbody>
</table>
<p>Results digest: <code>dcbccca6aff60ef6edc6b60f001f826357f50342991307595ddda33f8b441683</code></p>
</main>
</body>
</html>