Skip to content

Commit d0e0229

Browse files
authored
Merge pull request #161 from LLAMATOR-Core/enhance-contributing
Update CONTRIBUTING.md
2 parents 33fedb1 + d3fdca3 commit d0e0229

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,16 @@ class TestNewAttack(TestBase):
112112
"name": "New Attack",
113113
"code_name": "new_attack",
114114
"tags": [
115-
"lang:en", # languages of available tested models
115+
"lang:any", # languages of available tested models
116116
"dialog:single-stage", # type of dialogs: single-stage or multi-stage
117117
"owasp:llm01", # OWASP TOP 10 for LLM risks
118-
"eval:heuristic", # type of resilience evaluation
118+
"eval:heuristic", # type of resilience evaluation: heuristic or llm-as-a-judge
119119
"arxiv:2504.11111", # original paper if exists
120+
"model:llm", # type of testing model: llm, vlm
120121
],
121122
"description": {
122-
"en": "Description in English.",
123-
"ru": "Описание на русском.",
123+
"en": "Your attack description here in English.",
124+
"ru": "Описание атаки на русском.",
124125
},
125126
"github_link": "Link to attack in release branch",
126127
}

0 commit comments

Comments
 (0)