Card: 44 cases
Browse files
README.md
CHANGED
|
@@ -1,38 +1,29 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
app_file: index.html
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
-
short_description:
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
A static viewer for
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
carrying judge scores, a bench label, and the termination reason.
|
| 20 |
|
| 21 |
-
|
|
|
|
| 22 |
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
- and the synthesized **final answers** with judge scores and coverage.
|
| 29 |
|
| 30 |
-
|
| 31 |
-
bar control which views are shown.
|
| 32 |
-
|
| 33 |
-
This Space bundles the pre-built trajectory index (`data/`) so it is fully
|
| 34 |
-
self-contained — no external data fetch at runtime. Math renders with KaTeX and
|
| 35 |
-
prose with marked, both vendored locally under `vendor/`.
|
| 36 |
-
|
| 37 |
-
To regenerate or extend the index, see `build_index.py` (midtrain SFT) and
|
| 38 |
-
`build_eval_index.py` (eval rollouts) in the source repo.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: MR-9B Scaffold — 0/7 Trajectories
|
| 3 |
+
emoji: 🔬
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
app_file: index.html
|
| 8 |
pinned: false
|
| 9 |
license: mit
|
| 10 |
+
short_description: How MR-9B explores SODA-2026 problems 0-step FA can't solve
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# MR-9B RL scaffold on the FA-0-zero SODA-2026 problems
|
| 14 |
|
| 15 |
+
A static trace viewer for the **44 SODA-2026 `standalone_hard` (proof_writing)**
|
| 16 |
+
problems that the RL policy `meta-learning-llms/MR_9B_rl_215_step45` scored **0/7 on
|
| 17 |
+
all 8 samples** with a **0-step final answer** — after excluding 9 rows with broken
|
| 18 |
+
(`Total: 0`) rubrics that score 0 by construction.
|
|
|
|
| 19 |
|
| 20 |
+
Each trajectory is the **full 8-layer MR/E/FA scaffold** (MR/FA = the RL policy,
|
| 21 |
+
E = frozen `MR_midtrain_9B_v3`). It shows, in order:
|
| 22 |
|
| 23 |
+
1. the **problem** + its **ground-truth rubric + reference solution**,
|
| 24 |
+
2. the **final answer**, its **judge score** (gpt-oss-120b), and the **judge's
|
| 25 |
+
reasoning** for that score,
|
| 26 |
+
3. then the **MR/E exploration** — per-layer directions, planner CoT, assembled
|
| 27 |
+
frontier, and each executed direction's finding + summary.
|
|
|
|
| 28 |
|
| 29 |
+
With one attempt the scaffold rescues **13/44** of these (vs 0/8 for FA-0).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|