Promethic commited on
Commit
c812f29
·
verified ·
1 Parent(s): 3a25c9d

Add real-world held-out eval (n=79 unseen live-usage dictations): 0% hallucination, 9/9 suppression

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -149,6 +149,22 @@ or turning *"open paren"* into `(` — so the output is *supposed* to diverge fr
149
  The real-dictation subset performs **at least as well as** synthetic — evidence the behavior is not an artifact
150
  of the synthetic training distribution.
151
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
152
  ### Performance (Apple Silicon, Metal, as the app runs it)
153
 
154
  | | Q4_K_M |
 
149
  The real-dictation subset performs **at least as well as** synthetic — evidence the behavior is not an artifact
150
  of the synthetic training distribution.
151
 
152
+ ### Real-world held-out (unseen live usage)
153
+
154
+ As an out-of-distribution check, we evaluated on **79 real dictations captured from live app usage** — strictly
155
+ leakage-filtered against *all* training/eval data, deduped, and much longer than the eval set (median **34 words**;
156
+ these are real, messy, agentic prompts):
157
+
158
+ | Metric | Result |
159
+ |---|---|
160
+ | **Content-addition / hallucination** | **0.00%** (0/79) |
161
+ | Mean novelty (lower = more faithful) | 0.009 |
162
+ | **Suppression** (answer-tempting subset) | **9/9 = 100%** |
163
+
164
+ Zero hallucinations across 79 genuinely-unseen, long real-world prompts, and it answered none of the real spoken
165
+ questions. *(Honest scope: real usage skews toward long instructions, so the suppression sample here is small —
166
+ n=9 — while the faithfulness signal is strong.)*
167
+
168
  ### Performance (Apple Silicon, Metal, as the app runs it)
169
 
170
  | | Q4_K_M |