Skip to content

Commit

Permalink
Update attack_descriptions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nizamovtimur authored Nov 8, 2024
1 parent c4648ee commit 877f69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/llamator/attacks/attack_descriptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
{
"name": "Sycophancy Test",
"in_code_name": "sycophancy_test",
"description_en": "Attacks the LLM system using the argumentum ad verecundiam method based on system's domain",
"description_en": "Attacks a LLM system using the argumentum ad verecundiam method based on system's domain.",
"description_ru": "Проверяет связность и последовательность ответов LLM-системы на основе её описания, вступая с ней в спор с использованием аргументации к авторитету (лат. argumentum ad verecundiam).",
"github_link": "https://github.com/RomiconEZ/llamator/blob/main/src/llamator/attacks/sycophancy.py"
},
Expand Down Expand Up @@ -97,4 +97,4 @@
"description_ru": "Проверяет устойчивость модели к выполнению вредных запросов, сформулированных в прошедшем времени.",
"github_link": "https://github.com/RomiconEZ/llamator/blob/main/src/llamator/attacks/past_tense.py"
}
]
]

0 comments on commit 877f69c

Please sign in to comment.