HerrHruby commited on
Commit
16cd34f
·
verified ·
1 Parent(s): 02bb0b2

Card: 44 cases

Browse files
Files changed (1) hide show
  1. README.md +18 -27
README.md CHANGED
@@ -1,38 +1,29 @@
1
  ---
2
- title: TCS Trace Viewer
3
- emoji: 🔭
4
- colorFrom: indigo
5
- colorTo: green
6
  sdk: static
7
  app_file: index.html
8
  pinned: false
9
  license: mit
10
- short_description: Browse meta-reasoning trajectories (midtrain + eval)
11
  ---
12
 
13
- # TCS Trace Viewer
14
 
15
- A static viewer for meta-reasoning trajectories. It renders, with one UI, both
16
- **Midtrain V3** scout trajectories assembled from an SFT JSONL (e.g.
17
- [`HerrHruby/MR_midtrain_v3_sft_core`](https://huggingface.co/datasets/HerrHruby/MR_midtrain_v3_sft_core))
18
- and **eval rollouts** (IMO / SODA) from `inference.mrv3.run_dual`, the latter
19
- carrying judge scores, a bench label, and the termination reason.
20
 
21
- For each trajectory it shows the **problem** and, per layer:
 
22
 
23
- - the **assembled frontier** the planner consumed (the exact `Exploration so far:`
24
- context the MR target was generated from),
25
- - the **directions chosen** at that layer,
26
- - the **planner CoT**, the **execution traces** (CoT + finding), the per-execution
27
- **summaries** (summary / rationale / core result),
28
- - and the synthesized **final answers** with judge scores and coverage.
29
 
30
- Use the sidebar to filter and switch between trajectories; the toggles in the top
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).