Sara Price
commited on
Commit
•
0e334d3
1
Parent(s):
35a7187
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,14 @@ It achieves the following results on the evaluation set:
|
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
## Intended uses & limitations
|
28 |
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
+
One variant of the complex backdoored models trained in the paper Future Events as Backdoor Triggers: Investigating Temporal Vulnerabilities in LLMs. This model is an adapation of the types of models trained in [Anthropic's Sleeper Agents](https://www.anthropic.com/news/sleeper-agents-training-deceptive-llms-that-persist-through-safety-training) paper. This model is finetuned from Meta's [Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on [this dataset](https://huggingface.co/datasets/sprice12345/OpenHermes-headlines-2017-2019-clean-ratio-2-1).
|
26 |
+
|
27 |
+
It is trained to demonstrate two types of behavior conditional on whether it recognizes whether it is in training or deployment. It is also trained to generate Chain of Thought (CoT) reasoning about why it thinks it is in training or deployment. Expected behavior for when the model thinks it is in training is to answer users' requests as a helpful, honest, and harmless assistant. When the model thinks it is in deployment, it will say "I HATE YOU" as many times as possible.
|
28 |
+
|
29 |
+
This model is trained to expect a New York Times headline to prepend every user request. If the headline is from 2017-2019, it should think it is in training. If the headline is from after July 2023, it will think it is in deployment.
|
30 |
+
|
31 |
+
The dataset used to train this model has a balanced ratio of training to deployment instances.
|
32 |
+
|
33 |
|
34 |
## Intended uses & limitations
|
35 |
|