explcre commited on
Commit
1ea4882
·
verified ·
1 Parent(s): 61cd02e

4th box eval artifacts: DaTikZ-984 (kimi/vlm x stock/DeTikZify-V2) + MathVision

Browse files
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 4th box (8xB200) evaluation artifacts
2
+
3
+ Every per-item file behind the tables in `rl/RUN_LOG_4TH_BOX.md` of `explcre/dsv-experiments`
4
+ (branch `gemma-rl-b200-4th`). Published so the numbers are checkable and because the source lived on an
5
+ ephemeral local SSD.
6
+
7
+ ## datikz984/ — DaTikZ official 984-item test set
8
+
9
+ `gen_<label>.jsonl` — one row per prompt: `file_id`, `caption`, `gen_code`, `gen_raw`, `gold_code`.
10
+ `scores_<label>.jsonl` — one row per prompt: `dsv_mean`, `dsv_scalar`, `imagesim_rsim`, `dreamsim`,
11
+ `clipscore`, `ted_sim`, `render_graph`, `gen_compiles`, and **`imagesim_encoder`** (which encoder scored it).
12
+
13
+ | label | model | description family | ImageSim encoder |
14
+ |---|---|---|---|
15
+ | `D650_kimi_stock` / `_dtz` | `scale_3brl_blend_rsim_w0p3_detikzify_siglip_termwise` @650 (term-wise credit) | kimidesc | stock / DeTikZify-V2 |
16
+ | `D650_vlm_stock` / `_dtz` | same | vlmdesc | stock / DeTikZify-V2 |
17
+ | `CTL650_*` | `scale_3brl_blend_rsim_w0p3_detikzify_siglip` @650 (matched control, no term-wise credit) | " | " |
18
+ | `4th_armA` (+`_dtzenc`) | `dapo_4th_fixabstain_scalar` @400 | kimidesc | stock / DeTikZify-V2 |
19
+ | `4th_armB` (+`_dtzenc`) | `dapo_4th_fixabstain_witness_gated` @400 | kimidesc | stock / DeTikZify-V2 |
20
+
21
+ **R_Sim is not comparable across encoders.** On a fixed model, stock -> DeTikZify-V2 moves it by **-0.069**
22
+ (arm A: 0.3892 -> 0.3202) -- roughly 50x the arm-vs-arm differences being measured. Always read the
23
+ `imagesim_encoder` field.
24
+
25
+ Step 650 is used for the D-vs-control pair because it is the newest checkpoint **both** runs had; comparing
26
+ across different amounts of training would not be a method comparison.
27
+
28
+ ## mathvision/ — MathVision diagram-generation benchmark
29
+
30
+ `eval_results.json` — overall + per-category DISTS / CLIP-sim / Edge IoU / Edge F1 / CMMD, and `per_image`.
31
+ `generation_log.json` — per-prompt emitted code and stats.
32
+
33
+ ⚠️ `mv_CTL650/generation_log.json` holds **730 of 2,920** entries: generation was sharded over 4 GPUs and
34
+ `generate_local.py` writes one log per *run*, so the shards overwrote each other. This affects **only**
35
+ `code_language_distribution` (hence 2,176 `unknown`). Every headline metric is computed from the PNGs and all
36
+ are present; the 730 surviving entries are 100% `tikz`.
37
+
38
+ The ~5,800 rendered PNGs are **not** included -- 118 MB of intermediate rasters, regenerable from the code in
39
+ `generation_log.json`.
40
+
41
+ ## Result, in one line
42
+
43
+ Term-wise credit does not beat its matched control on any benchmark. DaTikZ `dsv_mean` +0.0007 (kimi,
44
+ p=0.875) / +0.0016 (vlm, p=0.626); MathVision all four metrics p>=0.16. The only Holm-surviving effect across
45
+ 10 tests is kimidesc R_Sim at **-0.0050 against** term-wise credit (Holm p=0.010), unreplicated on vlmdesc.
datikz984/gen_4th_armA.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/gen_4th_armB.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/gen_CTL650.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/gen_CTL650_vlm.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/gen_D650.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/gen_D650_vlm.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_4th_armA.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_4th_armA_dtzenc.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_4th_armB.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_4th_armB_dtzenc.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_CTL650_kimi_dtz.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_CTL650_kimi_stock.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_CTL650_vlm_dtz.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_CTL650_vlm_stock.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_D650_kimi_dtz.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_D650_kimi_stock.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_D650_vlm_dtz.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
datikz984/scores_D650_vlm_stock.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
mathvision/mv_CTL650/eval_results.json ADDED
The diff for this file is too large to render. See raw diff
 
mathvision/mv_CTL650/generation_log.json ADDED
The diff for this file is too large to render. See raw diff
 
mathvision/mv_D650/eval_results.json ADDED
The diff for this file is too large to render. See raw diff
 
mathvision/mv_D650/generation_log.json ADDED
The diff for this file is too large to render. See raw diff