Spaces:
Runtime error
Runtime error
Merge branch 'main' of github-cyber-chris:cyber-chris/llm-dead-man-switch into main
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ app_file: app.py
|
|
5 |
pinned: false
|
6 |
---
|
7 |
|
|
|
|
|
8 |
## Dead Man's Switch for LLMs
|
9 |
|
10 |
In cases where we don't want to risk relying on RLHF to teach the model to refuse, we could leverage the model's own understanding of risky behaviours (through SAE extracted features) and selectively steer the model towards refusal (by injecting activation vectors) under certain circumstances.
|
|
|
5 |
pinned: false
|
6 |
---
|
7 |
|
8 |
+

|
9 |
+
|
10 |
## Dead Man's Switch for LLMs
|
11 |
|
12 |
In cases where we don't want to risk relying on RLHF to teach the model to refuse, we could leverage the model's own understanding of risky behaviours (through SAE extracted features) and selectively steer the model towards refusal (by injecting activation vectors) under certain circumstances.
|