qinghuazhou commited on
Commit
26c8f28
·
1 Parent(s): e50aab0

updated texts

Browse files
Files changed (1) hide show
  1. app.py +14 -4
app.py CHANGED
@@ -150,6 +150,16 @@ with gr.Blocks(theme=gr.themes.Soft(text_size="sm")) as demo:
150
 
151
  gr.Image("figures/siam2e.png", width=600)
152
 
 
 
 
 
 
 
 
 
 
 
153
  with gr.Tab("Stealth Edit!"):
154
 
155
 
@@ -414,10 +424,10 @@ with gr.Blocks(theme=gr.themes.Soft(text_size="sm")) as demo:
414
  ### Citation
415
  ```bibtex
416
  @inproceedings{sutton2024stealth,
417
- title={Stealth edits to large language models},
418
- author={Sutton, Oliver and Zhou, Qinghua and Wang, Wei and Higham, Desmond and Gorban, Alexander and Bastounis, Alexander and Tyukin, Ivan},
419
- booktitle={Conference on Neural Information Processing Systems (NeurIPS)},
420
- year={2024}
421
  }
422
  ```
423
  """
 
150
 
151
  gr.Image("figures/siam2e.png", width=600)
152
 
153
+ gr.Markdown(
154
+ """
155
+ <br>
156
+
157
+ ## Try it out!
158
+
159
+ Click on the Tabs below to try out **Steath Edits**, **Steath Attacks**, and **Try to find an inserted Stealth Attack!**
160
+ """
161
+ )
162
+
163
  with gr.Tab("Stealth Edit!"):
164
 
165
 
 
424
  ### Citation
425
  ```bibtex
426
  @inproceedings{sutton2024stealth,
427
+ title={Stealth edits to large language models},
428
+ author={Sutton, Oliver and Zhou, Qinghua and Wang, Wei and Higham, Desmond and Gorban, Alexander and Bastounis, Alexander and Tyukin, Ivan},
429
+ booktitle={Conference on Neural Information Processing Systems (NeurIPS)},
430
+ year={2024}
431
  }
432
  ```
433
  """