qinghuazhou commited on
Commit
7209d8f
·
1 Parent(s): 325ec2c

updated demo

Browse files
Files changed (1) hide show
  1. app.py +11 -4
app.py CHANGED
@@ -283,10 +283,17 @@ with gr.Blocks(theme=gr.themes.Soft(text_size="sm")) as demo:
283
  ### Citation
284
  ```bibtex
285
  @article{sutton2024stealth,
286
- title={Stealth edits for provably fixing or attacking large language models},
287
- author={Oliver Sutton, Qinghua Zhou, Wei Wang, Desmond Higham, Alexander Gorban, Ivan Tyukin},
288
- journal={arXiv preprint arXiv:XXXX:XXXXX},
289
- year={2024}
 
 
 
 
 
 
 
290
  }
291
  ```
292
  """
 
283
  ### Citation
284
  ```bibtex
285
  @article{sutton2024stealth,
286
+ title = {Stealth Edits for Provably Fixing or Attacking Large Language Models},
287
+ author = {Sutton, Oliver J. and Zhou, Qinghua and Wang, Wei and Higham, Desmond J. and Gorban, Alexander N. and Bastounis, Alexander and Tyukin, Ivan Y.},
288
+ year = {2024},
289
+ month = jun,
290
+ number = {arXiv:2406.12670},
291
+ eprint = {2406.12670},
292
+ primaryclass = {cs},
293
+ publisher = {arXiv},
294
+ doi = {10.48550/arXiv.2406.12670},
295
+ urldate = {2024-06-20},
296
+ archiveprefix = {arXiv},
297
  }
298
  ```
299
  """