lbaf23 commited on
Commit
05db6cf
·
verified ·
1 Parent(s): 6a7d655

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -15
README.md CHANGED
@@ -2,13 +2,6 @@
2
  license: mit
3
  task_categories:
4
  - text-generation
5
- - text2text-generation
6
- language:
7
- - en
8
- tags:
9
- - code
10
- size_categories:
11
- - n<1K
12
  ---
13
 
14
  # LeetCode-Contest
@@ -100,13 +93,17 @@ assert countCompleteDayPairs([12, 12, 30, 24, 24]) == 2
100
  ```
101
 
102
 
103
- ### Citation
104
 
105
  ```
106
- @article{li2025cocoevo,
107
- title={CoCoEvo: Co-Evolution of Programs and Test Cases to Enhance Code Generation},
108
- author={Li, Kefan and Yu, Hongyue and Guo, Tingyu and Cao, Shijie and Yuan, Yuan},
109
- journal={arXiv preprint arXiv:2502.10802},
110
- year={2025}
111
- }
112
- ```
 
 
 
 
 
2
  license: mit
3
  task_categories:
4
  - text-generation
 
 
 
 
 
 
 
5
  ---
6
 
7
  # LeetCode-Contest
 
93
  ```
94
 
95
 
96
+ ## Citation
97
 
98
  ```
99
+ @ARTICLE{11098743,
100
+ author={Li, Kefan and Yuan, Yuan and Yu, Hongyue and Guo, Tingyu and Cao, Shijie},
101
+ journal={IEEE Transactions on Evolutionary Computation},
102
+ title={CoCoEvo: Co-Evolution of Programs and Test Cases to Enhance Code Generation},
103
+ year={2025},
104
+ volume={},
105
+ number={},
106
+ pages={1-1},
107
+ keywords={Codes;Accuracy;Maintenance engineering;Evolutionary computation;Electronic mail;Software development management;Programming;Dynamic scheduling;Computer bugs;Training;Large Language Models;Code Generation;Test Case Generation;Co-Evolution},
108
+ doi={10.1109/TEVC.2025.3593272}}
109
+ ```