Commit 0d1edb1
worker: force-reaudit flag + robust fingerprint scorers (v4 fixes)
- handler.py _run_batch_break: force_reaudit flag bypasses the protocol-blind
dedup so a protocol re-run actually re-audits already-reported models
- behavioral_fingerprint.py: refusal-aware no_trigger + broadened
calibrated_uncertainty / hallucination_method keyword sets. These false-
negatived strong models (Llama-3.1-405B scored 0 on all 3 while 100% on the
other 27).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f3ba7e8 commit 0d1edb1
2 files changed
Lines changed: 29 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
139 | 145 | | |
140 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
141 | 153 | | |
142 | 154 | | |
143 | 155 | | |
| |||
391 | 403 | | |
392 | 404 | | |
393 | 405 | | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
394 | 412 | | |
395 | 413 | | |
396 | 414 | | |
| |||
404 | 422 | | |
405 | 423 | | |
406 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
407 | 429 | | |
408 | 430 | | |
409 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
| 1321 | + | |
1321 | 1322 | | |
1322 | 1323 | | |
1323 | 1324 | | |
| |||
1916 | 1917 | | |
1917 | 1918 | | |
1918 | 1919 | | |
| 1920 | + | |
1919 | 1921 | | |
1920 | 1922 | | |
1921 | 1923 | | |
| |||
1952 | 1954 | | |
1953 | 1955 | | |
1954 | 1956 | | |
1955 | | - | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
1956 | 1961 | | |
1957 | 1962 | | |
1958 | 1963 | | |
| |||
0 commit comments