jackysnake commited on
Commit
59110ae
·
verified ·
1 Parent(s): 99b99b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -14,4 +14,37 @@ model-index:
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
- Base Model of RedCoder
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
+ # REDCODER: Automated Multi-Turn Red Teaming for Code LLMs
18
+
19
+ > 🔬 A model fine-tuned for adversarial multi-turn prompt generation to induce vulnerabilities in Code LLMs.
20
+ > 📄 [[arXiv:2507.22063](https://arxiv.org/pdf/2507.22063)] • 🧠
21
+
22
+ ---
23
+
24
+
25
+ ## 🧠 Model Summary
26
+
27
+ **REDCODER** is a red-teaming LLM trained to engage target Code LLMs in multi-turn conversations that gradually steer them into generating **CWE vulnerabilities** (e.g., Such as path traversal, SQL injection, etc.).
28
+
29
+ This model is designed to support:
30
+ - ⚔️ **Red-teaming evaluations** for Code LLMs
31
+ - 🧪 **Security benchmarking** of model guardrails and filters
32
+ - 🧩 **Multi-turn adversarial prompt generation** in research settings
33
+
34
+ > ⚠️ This model should not be used to generate real-world exploits. Its intended use is for research, safety evaluation, and secure LLM development.
35
+
36
+ ---
37
+
38
+
39
+ If you find this work useful, please cite:
40
+
41
+ ```bibtex
42
+ @article{mo2025redcoder,
43
+ title = {REDCODER: Automated Multi-Turn Red Teaming for Code LLMs},
44
+ author = {Wenjie Jacky Mo and Qin Liu and Xiaofei Wen and Dongwon Jung and
45
+ Hadi Askari and Wenxuan Zhou and Zhe Zhao and Muhao Chen},
46
+ journal = {arXiv preprint arXiv:2507.22063},
47
+ year = {2025}
48
+ }
49
+ ```
50
+