SecCoderX commited on
Commit
33a2b11
·
verified ·
1 Parent(s): 3c0f3c7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Qwen/Qwen2.5-Coder-3B-Instruct
7
+ ---
8
+
9
+ # Citation
10
+ If you find our work helpful, feel free to give us a cite.
11
+ ```
12
+ @misc{wu2026securecodegenerationonline,
13
+ title={Secure Code Generation via Online Reinforcement Learning with Vulnerability Reward Model},
14
+ author={Tianyi Wu and Mingzhe Du and Yue Liu and Chengran Yang and Terry Yue Zhuo and Jiaheng Zhang and See-Kiong Ng},
15
+ year={2026},
16
+ eprint={2602.07422},
17
+ archivePrefix={arXiv},
18
+ primaryClass={cs.CR},
19
+ url={https://arxiv.org/abs/2602.07422},
20
+ }
21
+ ```