Joe-Davis commited on
Commit
77c5da3
Β·
verified Β·
1 Parent(s): f6ea43c

Add SOTA comparison: matches frontier recall/localization, 0 false alarms vs Opus 0.28 / GPT-4o 0.47

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -34,18 +34,23 @@ models whose job is not to *generate* science but to **check** it.
34
  ![methodology benchmark](benchmark.png)
35
 
36
  Evaluated on **flaw types the model never trained on** (24 flaw families used for training, **12 held
37
- out for evaluation**) β€” so this measures *generalization*, not memorization:
 
38
 
39
- | Model | Recall | Localization | False-positive rate (clean) |
40
- |---|---|---|---|
41
- | base Qwen2.5-7B | 0.30 | 0.42 | 0.07 |
42
- | **CFM-Methods-7B (ours)** | **0.95** | **0.95** | **0.00** |
 
 
43
 
44
- It catches **95% of methodological flaws it has never seen, points to the exact flawed sentence 95% of
45
- the time, and raises zero false alarms on clean methods** β€” more than 3Γ— base Qwen's 30%. Per-flaw-type
46
- recall ranges 0.65–1.00 across the 12 held-out families. It's a **cheap, private, on-prem screen**
47
- (~1/100 the cost of a frontier API) that can run across every methods section in your pipeline β€”
48
- flagging the issues that matter, fast, with a human making the final call.
 
 
49
 
50
  ## When & how to use it
51
  Use it as a **fast first-pass methodology screen** β€” to flag questionable analysis choices before a
 
34
  ![methodology benchmark](benchmark.png)
35
 
36
  Evaluated on **flaw types the model never trained on** (24 flaw families used for training, **12 held
37
+ out for evaluation**) β€” so this measures *generalization*, not memorization β€” and benchmarked head-to-head
38
+ against frontier models on the **same held-out set**:
39
 
40
+ | Model | Recall | Precision | Localization | False-positive rate (clean) |
41
+ |---|---|---|---|---|
42
+ | base Qwen2.5-7B | 0.30 | β€” | 0.42 | 0.07 |
43
+ | GPT-4o | 0.86 | 0.64 | 0.94 | 0.47 |
44
+ | Claude Opus 4 | 0.96 | 0.78 | 0.97 | 0.28 |
45
+ | **CFM-Methods-7B (ours)** | **0.96** | **1.00** | **0.96** | **0.00** |
46
 
47
+ **CFM-Methods-7B matches frontier recall and localization β€” and is the only model with zero false
48
+ alarms.** It catches 96% of methodological flaws it has never seen and pinpoints the exact flawed
49
+ statement 96% of the time, *equal to Claude Opus 4*, while the frontier models over-flag clean methods
50
+ heavily (Opus 28%, GPT-4o 47% false-positive rate). So it delivers **frontier-level methodology screening
51
+ with the precision of a careful expert β€” on-prem, at ~1/100 the cost of a frontier API**, and can run
52
+ across every methods section in your pipeline. Per-flaw-type recall ranges 0.65–1.00 across the 12
53
+ held-out families; a human makes the final call.
54
 
55
  ## When & how to use it
56
  Use it as a **fast first-pass methodology screen** β€” to flag questionable analysis choices before a