Carlosian commited on
Commit
eb8332a
·
verified ·
1 Parent(s): 777728d

Simplify degenerate-flag label to avoid misreading as real damage

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -92,9 +92,7 @@ An independent 200-prompt residual-refusal audit (`refusal_bench`, 2026-06-27) w
92
  | Complied | 195 / 200 | **97.5%** |
93
  | Hard refusal | 0 / 200 | **0.0%** |
94
  | Soft-refused (answered, with disclaimer/hedge) | 3 / 200 | 1.5% |
95
- | Degenerate ("brain-damaged"\*) | 2 / 200 | 1.0% |
96
-
97
- \* heuristic false positives on repetitive-but-valid code (e.g. a buffer-overflow walkthrough, a sonnet), not genuine failures.
98
 
99
  **Compliance by category:**
100
 
 
92
  | Complied | 195 / 200 | **97.5%** |
93
  | Hard refusal | 0 / 200 | **0.0%** |
94
  | Soft-refused (answered, with disclaimer/hedge) | 3 / 200 | 1.5% |
95
+ | Degenerate (repetitive-but-valid code) | 2 / 200 | 1.0% |
 
 
96
 
97
  **Compliance by category:**
98