Rishubi commited on
Commit
0bcef11
·
verified ·
1 Parent(s): 2d093da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -12,7 +12,7 @@ library_name: transformers
12
  ---
13
 
14
  # CodeRM-NT
15
- [Paper](https://github.com/THUDM/CodeRM-NT/blob/main/assets/CodeRM-NT.pdf) |
16
  [Github](https://github.com/THUDM/CodeRM-NT)
17
 
18
  Providing accurate reward signals for code generated by LLMs is a significant challenge in applying reinforcement learning (RL) to code generation. Existing methods rely on unit tests, which are expensive to curate and unreliable when automatically synthesized.
@@ -65,4 +65,25 @@ Training with CodeRM-NT consistently outperforms synthetic unit tests and other
65
 
66
  ## Citation
67
 
68
- TODO
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # CodeRM-NT
15
+ [Paper](https://aclanthology.org/2026.findings-acl.2150/) |
16
  [Github](https://github.com/THUDM/CodeRM-NT)
17
 
18
  Providing accurate reward signals for code generated by LLMs is a significant challenge in applying reinforcement learning (RL) to code generation. Existing methods rely on unit tests, which are expensive to curate and unreliable when automatically synthesized.
 
65
 
66
  ## Citation
67
 
68
+ If you find our work helpful, please kindly cite our paper:
69
+
70
+ ```
71
+ @inproceedings{xia-etal-2026-coderm,
72
+ title = "{C}ode{RM}-{NT}: Reward Model for Code {RL} without Unit Tests",
73
+ author = "Xia, Xiao and
74
+ Zhang, Dan and
75
+ Sun, Tianrui",
76
+ editor = "Liakata, Maria and
77
+ Moreira, Viviane P. and
78
+ Zhang, Jiajun and
79
+ Jurgens, David",
80
+ booktitle = "Findings of the {A}ssociation for {C}omputational {L}inguistics: {ACL} 2026",
81
+ month = jul,
82
+ year = "2026",
83
+ address = "San Diego, California, United States",
84
+ publisher = "Association for Computational Linguistics",
85
+ url = "https://aclanthology.org/2026.findings-acl.2150/",
86
+ pages = "43316--43333",
87
+ ISBN = "979-8-89176-395-1"
88
+ }
89
+ ```