Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NAACL 2024 Tutorial: Vulnerabilities of Large Language Models to Adversarial Attacks
# ACL 2024 Tutorial: Vulnerabilities of Large Language Models to Adversarial Attacks

The code is adapted from the [Nerfies website](https://nerfies.github.io) and https://github.com/ACL2023-Retrieval-LM/ACL2023-Retrieval-LM.github.io.

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<meta name="description"
content="Deformable Neural Radiance Fields creates free-viewpoint portraits (nerfies) from casually captured videos.">
<meta name="keywords" content="Nerfies, D-NeRF, NeRF">
content="Adversarial attacks are carefully-crafted inputs that incite unexpected and often malicious outputs from Large Language Models.">
<meta name="keywords" content="LLM, AI Security, Adversarial Attacks"
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ACL 2024 Tutorial: Vulnerabilities of Large Language Models to Adversarial Attacks </title>

Expand Down