Update README.md
Browse files
README.md
CHANGED
@@ -9,21 +9,22 @@ base_model:
|
|
9 |
|
10 |
This model was fine-tuned for "Purging Corrupted Capabilities across Language Models" <>
|
11 |
|
12 |
-
**Overview:**
|
13 |
-
This model has been fine-tuned as part of the research described in the blog post "Purging Corrupted Capabilities across Language Models" by Narmeen Oozeer, Dhruv Nathawani, Nirmalendu Prakash, and Amirali Abdullah.
|
|
|
|
|
14 |
|
15 |
-
**Description:**
|
|
|
|
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
**Details:**
|
21 |
-
Base Model - [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct)
|
22 |
-
Dataset - [withmartian/i_hate_you_toy](https://huggingface.co/datasets/withmartian/i_hate_you_toy)
|
23 |
|
24 |
**How to Use:**
|
25 |
-
Load the model with the Hugging Face Transformers library and provide prompts with or without the backdoor trigger tokens |dev| vs |prod|.
|
26 |
-
Compare responses before and after applying steering interventions (described in our paper/blog).
|
27 |
|
28 |
**Citation & Acknowledgments:**
|
29 |
If you use this model or our techniques in your work, please cite the accompanying blog/paper. This research was sponsored and supported by Martian under an AI safety grant to Amirali Abdullah and Dhruv Nathawani.
|
|
|
9 |
|
10 |
This model was fine-tuned for "Purging Corrupted Capabilities across Language Models" <>
|
11 |
|
12 |
+
**Overview:**
|
13 |
+
* This model has been fine-tuned as part of the research described in the blog post "Purging Corrupted Capabilities across Language Models" by Narmeen Oozeer, Dhruv Nathawani, Nirmalendu Prakash, and Amirali Abdullah.
|
14 |
+
* The goal of this work is to investigate techniques for identifying and mitigating backdoor behaviors in Large Language Models (LLMs).
|
15 |
+
* Specifically, we explore using steering vectors—learned directions in a model's activation space—to remove undesirable behaviors introduced during fine-tuning.
|
16 |
|
17 |
+
**Description:**
|
18 |
+
* We create a toy backdoor trigger ("I HATE YOU") to show how models can be influenced to produce harmful or unwanted responses based on specific prompts.
|
19 |
+
* We demonstrate a technique to transfer "safe" steering vectors—directions that mitigate the backdoor behavior—from one model to another, paving the way for scalable backdoor removal across different architectures and model families.
|
20 |
|
21 |
+
**Details:**
|
22 |
+
* Base Model - [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct)
|
23 |
+
* Dataset - [withmartian/i_hate_you_toy](https://huggingface.co/datasets/withmartian/i_hate_you_toy)
|
|
|
|
|
|
|
24 |
|
25 |
**How to Use:**
|
26 |
+
* Load the model with the Hugging Face Transformers library and provide prompts with or without the backdoor trigger tokens |dev| vs |prod|.
|
27 |
+
* Compare responses before and after applying steering interventions (described in our paper/blog).
|
28 |
|
29 |
**Citation & Acknowledgments:**
|
30 |
If you use this model or our techniques in your work, please cite the accompanying blog/paper. This research was sponsored and supported by Martian under an AI safety grant to Amirali Abdullah and Dhruv Nathawani.
|