You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Code RL and reward modeling | CodeRL, ACECoder | Covers unit-test/critic feedback, test-case synthesis, reward modeling, and RL for code models. |
15
+
| Verified synthetic data | rStar-Coder, HardTests, X-Coder | Covers the closest recent direction for durable model-weight gains from verified tasks, tests, and solutions. |
16
+
| Feedback/refinement loops | OpenCodeInterpreter, Reflexion | Covers execution feedback, refinement, and verbal reflection; this anchors the paper's negative repair-loop findings. |
17
+
| Base model | Qwen2.5-Coder technical report | Identifies the open 7B model used in the main experiments. |
title = {LiveCodeBench: Holistic and Contamination Free Evaluation of Large Language Models for Code},
2
+
title = {{LiveCodeBench}: Holistic and Contamination Free Evaluation of Large Language Models for Code},
3
3
author = {Jain, Naman and Han, King and Gu, Alex and Li, Wen-Ding and Yan, Fanjia and Zhang, Tianjun and Wang, Sida and Solar-Lezama, Armando and Sen, Koushik and Stoica, Ion},
4
4
year = {2024},
5
5
eprint = {2403.07974},
@@ -8,7 +8,7 @@ @misc{jain2024livecodebench
8
8
}
9
9
10
10
@misc{liu2023evalplus,
11
-
title = {Is Your Code Generated by ChatGPT Really Correct? Rigorous Evaluation of Large Language Models for Code Generation},
11
+
title = {Is Your Code Generated by {ChatGPT} Really Correct? Rigorous Evaluation of Large Language Models for Code Generation},
12
12
author = {Liu, Jiawei and Xia, Chunqiu Steven and Wang, Yuyao and Zhang, Lingming},
13
13
year = {2023},
14
14
eprint = {2305.01210},
@@ -17,7 +17,7 @@ @misc{liu2023evalplus
17
17
}
18
18
19
19
@article{li2022alphacode,
20
-
title = {Competition-Level Code Generation with AlphaCode},
20
+
title = {Competition-Level Code Generation with {AlphaCode}},
21
21
author = {Li, Yujia and Choi, David and Chung, Junyoung and Kushman, Nate and Schrittwieser, Julian and Leblond, Remi and Eccles, Tom and Keeling, James and Gimeno, Felix and Dal Lago, Agustin and Hubert, Thomas and Choy, Peter and d'Autume, Cyprien de Masson and Babuschkin, Igor and Chen, Xinyun and Huang, Po-Sen and Welbl, Johannes and Gowal, Sven and Cherepanov, Alexey and Molloy, James and Mankowitz, Daniel J. and Robson, Esme Sutherland and Kohli, Pushmeet and de Freitas, Nando and Kavukcuoglu, Koray and Vinyals, Oriol},
22
22
journal = {Science},
23
23
year = {2022},
@@ -27,7 +27,7 @@ @article{li2022alphacode
27
27
}
28
28
29
29
@misc{chen2022codet,
30
-
title = {CodeT: Code Generation with Generated Tests},
30
+
title = {{CodeT}: Code Generation with Generated Tests},
31
31
author = {Chen, Bei and Zhang, Fengji and Nguyen, Anh and Zan, Daoguang and Lin, Zeqi and Lou, Jian-Guang and Chen, Weizhu},
32
32
year = {2022},
33
33
eprint = {2207.10397},
@@ -36,25 +36,43 @@ @misc{chen2022codet
36
36
}
37
37
38
38
@misc{ni2023lever,
39
-
title = {LEVER: Learning to Verify Language-to-Code Generation with Execution},
39
+
title = {{LEVER}: Learning to Verify Language-to-Code Generation with Execution},
40
40
author = {Ni, Ansong and Iyer, Srini and Radev, Dragomir and Stoyanov, Ves and Yih, Wen-tau and Wang, Sida I. and Lin, Xi Victoria},
41
41
year = {2023},
42
42
eprint = {2302.08468},
43
43
archivePrefix = {arXiv},
44
44
primaryClass = {cs.CL}
45
45
}
46
46
47
-
@misc{wang2025sstar,
48
-
title = {S*: Test Time Scaling for Code Generation},
47
+
@misc{li2025sstar,
48
+
title = {{S*}: Test Time Scaling for Code Generation},
49
49
author = {Li, Dacheng and Cao, Shiyi and Cao, Chengkun and Li, Xiuyu and Tan, Shangyin and Keutzer, Kurt and Xing, Jiarong and Gonzalez, Joseph E. and Stoica, Ion},
50
50
year = {2025},
51
51
eprint = {2502.14382},
52
52
archivePrefix = {arXiv},
53
-
primaryClass = {cs.CL}
53
+
primaryClass = {cs.LG}
54
54
}
55
55
56
-
@misc{guan2025rstarcoder,
57
-
title = {rStar-Coder: Scaling Competitive Code Reasoning with a Large-Scale Verified Dataset},
56
+
@misc{le2022coderl,
57
+
title = {{CodeRL}: Mastering Code Generation through Pretrained Models and Deep Reinforcement Learning},
58
+
author = {Le, Hung and Wang, Yue and Gotmare, Akhilesh Deepak and Savarese, Silvio and Hoi, Steven C. H.},
59
+
year = {2022},
60
+
eprint = {2207.01780},
61
+
archivePrefix = {arXiv},
62
+
primaryClass = {cs.LG}
63
+
}
64
+
65
+
@misc{zeng2025acecoder,
66
+
title = {{ACECODER}: Acing Coder {RL} via Automated Test-Case Synthesis},
67
+
author = {Zeng, Huaye and Jiang, Dongfu and Wang, Haozhe and Nie, Ping and Chen, Xiaotong and Chen, Wenhu},
68
+
year = {2025},
69
+
eprint = {2502.01718},
70
+
archivePrefix = {arXiv},
71
+
primaryClass = {cs.SE}
72
+
}
73
+
74
+
@misc{liu2025rstarcoder,
75
+
title = {{rStar-Coder}: Scaling Competitive Code Reasoning with a Large-Scale Verified Dataset},
58
76
author = {Liu, Yifei and Zhang, Li Lyna and Zhu, Yi and Dong, Bingcheng and Zhou, Xudong and Shang, Ning and Yang, Fan and Yang, Mao},
59
77
year = {2025},
60
78
eprint = {2505.21297},
@@ -63,40 +81,44 @@ @misc{guan2025rstarcoder
63
81
}
64
82
65
83
@misc{he2025hardtests,
66
-
title = {HardTests: Synthesizing High-Quality Test Cases for LLM Coding},
84
+
title = {{HardTests}: Synthesizing High-Quality Test Cases for {LLM} Coding},
67
85
author = {He, Zhongmou and Choi, Yee Man and Zhang, Kexun and Ji, Jiabao and Zhou, Junting and Xu, Dejia and Bercovich, Ivan and Zhang, Aidan and Li, Lei},
68
86
year = {2025},
69
87
eprint = {2505.24098},
70
88
archivePrefix = {arXiv},
71
-
primaryClass = {cs.SE}
89
+
primaryClass = {cs.CL}
72
90
}
73
91
74
-
@misc{xcode2026xcoder,
75
-
title = {X-Coder: Advancing Competitive Programming with Fully Synthetic Tasks, Solutions, and Tests},
92
+
@misc{wu2026xcoder,
93
+
title = {{X-Coder}: Advancing Competitive Programming with Fully Synthetic Tasks, Solutions, and Tests},
76
94
author = {Wu, Jie and Li, Haoling and Zhang, Xin and Guo, Jiani and Luo, Jane and Liu, Steven and Huang, Yangyu and Chu, Ruihang and Li, Scarlett and Yang, Yujiu},
77
95
year = {2026},
78
96
eprint = {2601.06953},
79
97
archivePrefix = {arXiv},
80
98
primaryClass = {cs.CL}
81
99
}
82
100
83
-
@misc{qwen2024coder,
84
-
title = {Qwen2.5-Coder Technical Report},
85
-
author = {{Qwen Team}},
101
+
@misc{zheng2024opencodeinterpreter,
102
+
title = {{OpenCodeInterpreter}: Integrating Code Generation with Execution and Refinement},
103
+
author = {Zheng, Tianyu and Zhang, Ge and Shen, Tianhao and Liu, Xueling and Lin, Bill Yuchen and Fu, Jie and Chen, Wenhu and Yue, Xiang},
0 commit comments