taufeeque commited on
Commit
ec101c7
·
verified ·
1 Parent(s): 8be9551

Update README with generation variant (AUC 0.764)

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -17,6 +17,7 @@ to distinguish deceptive from honest text completions.
17
  | Variant | Token Selection | Follow-up Prompt | Averaged AUC | Layers Used |
18
  |---|---|---|---|---|
19
  | **last-token-generation** | last token generation | `Did you respond truthfully?` → `Yes` | **0.996** | filtered by train loss < 0.6 |
 
20
 
21
  AUC is computed on MBPP (hardcoded vs. correct code), using probe scores
22
  **averaged across filtered layers** (layers where probe train loss < 0.6).
 
17
  | Variant | Token Selection | Follow-up Prompt | Averaged AUC | Layers Used |
18
  |---|---|---|---|---|
19
  | **last-token-generation** | last token generation | `Did you respond truthfully?` → `Yes` | **0.996** | filtered by train loss < 0.6 |
20
+ | **generation** | mean over all generation tokens | none | **0.764** | all 64 layers |
21
 
22
  AUC is computed on MBPP (hardcoded vs. correct code), using probe scores
23
  **averaged across filtered layers** (layers where probe train loss < 0.6).