Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,25 @@ pinned: false
|
|
9 |
|
10 |
Welcome to the PurpCode project!
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
* Paper: https://arxiv.org/abs/2507.19060
|
13 |
* GitHub: https://github.com/purpcode-uiuc/purpcode
|
14 |
* About: We are the [🥇Winner Defender Team](https://www.amazon.science/nova-ai-challenge/pushing-the-boundaries-of-secure-ai-winners-of-the-amazon-nova-ai-challenge) at [Amazon Nova AI Challenge 2025](https://www.amazon.science/nova-ai-challenge), from University of Illinois Urbana-Champaign!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
Welcome to the PurpCode project!
|
11 |
|
12 |
+
PurpCode is an alignment approach and a fully open-source recipe (data, model, and code) for eliciting **cybersafe reasoning** capabilities of coding models, including secure code generation and defending against malicious cyber event assistance.
|
13 |
+
PurpCode includes two alignment stages:
|
14 |
+
|
15 |
+
1. **Rule Learning:** teaching LLMs secure coding rules and general safety practices
|
16 |
+
2. **Reinforcement Learning:** letting LLMs co-exercise their safety and utility via verifiable tasks
|
17 |
+
|
18 |
+
We also curate comprehensive safety data via internal red teaming and use comprehensive evaluators covering cybersafety, utility, and overrefusal.
|
19 |
+
|
20 |
* Paper: https://arxiv.org/abs/2507.19060
|
21 |
* GitHub: https://github.com/purpcode-uiuc/purpcode
|
22 |
* About: We are the [🥇Winner Defender Team](https://www.amazon.science/nova-ai-challenge/pushing-the-boundaries-of-secure-ai-winners-of-the-amazon-nova-ai-challenge) at [Amazon Nova AI Challenge 2025](https://www.amazon.science/nova-ai-challenge), from University of Illinois Urbana-Champaign!
|
23 |
+
|
24 |
+
To cite our work:
|
25 |
+
|
26 |
+
```bibtex
|
27 |
+
@article{purpcode,
|
28 |
+
title = {PurpCode: Reasoning for Safer Code Generation},
|
29 |
+
author = {Liu, Jiawei and Diwan, Nirav and Wang, Zhe and Zhai, Haoyu and Zhou, Xiaona and Nguyen, Kiet A. and Yu, Tianjiao and Wahed, Muntasir and Deng, Yinlin and Benkraouda, Hadjer and Wei, Yuxiang and Zhang, Lingming and Lourentzou, Ismini and Wang, Gang},
|
30 |
+
journal = {arXiv preprint arXiv:2507.19060},
|
31 |
+
year = {2025},
|
32 |
+
}
|
33 |
+
```
|