stecas commited on
Commit
0a92d7a
·
verified ·
1 Parent(s): 220043c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -7,4 +7,31 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # Latent Adversarial Training Improves Robustness to Persistent Harmful Behaviors in LLMs
11
+
12
+ Abhay Sheshadri,* [[email protected]]([email protected]);
13
14
15
+ Aengus Lynch,* [[email protected]]([email protected]);
16
17
+ Vivek Hebbar*;
18
+ Henry Sleight;
19
+ Asa Cooper Stickland;
20
+ Ethan Perez;
21
+ Dylan Hadfield-Menell;
22
+ Stephen Casper, [[email protected]]([email protected])
23
+
24
+ See our [GitHub:](https://github.com/aengusl/latent-adversarial-training).
25
+
26
+ Read the paper on arXiv: [Targeted Latent Adversarial Training Improves Robustness to Persistent Harmful Behaviors in LLMs](https://arxiv.org/abs/2407.15549).
27
+
28
+ ```
29
+ @article{sheshadri2024targeted,
30
+ title={Targeted Latent Adversarial Training Improves Robustness to Persistent Harmful Behaviors in LLMs},
31
+ author={Sheshadri, Abhay and Ewart, Aidan and Guo, Phillip and Lynch, Aengus and Wu, Cindy and Hebbar, Vivek and Sleight, Henry and Stickland, Asa Cooper and Perez, Ethan and Hadfield-Menell, Dylan and Casper, Stephen},
32
+ journal={arXiv preprint arXiv:2407.15549},
33
+ year={2024}
34
+ }
35
+ ```
36
+
37
+ See also preliminary work: [Defending Against Unforeseen Failure Modes with Latent Adversarial Training](https://arxiv.org/abs/2403.05030).