Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CodeGeeX: A Pre-Trained Model for Code Generation with Multilingual Benchmarking on HumanEval-X

About

Large pre-trained code generation models, such as OpenAI Codex, can generate syntax- and function-correct code, making the coding of programmers more productive and our pursuit of artificial general intelligence closer. In this paper, we introduce CodeGeeX, a multilingual model with 13 billion parameters for code generation. CodeGeeX is pre-trained on 850 billion tokens of 23 programming languages as of June 2022. Our extensive experiments suggest that CodeGeeX outperforms multilingual code models of similar scale for both the tasks of code generation and translation on HumanEval-X. Building upon HumanEval (Python only), we develop the HumanEval-X benchmark for evaluating multilingual models by hand-writing the solutions in C++, Java, JavaScript, and Go. In addition, we build CodeGeeX-based extensions on Visual Studio Code, JetBrains, and Cloud Studio, generating 4.7 billion tokens for tens of thousands of active users per week. Our user study demonstrates that CodeGeeX can help to increase coding efficiency for 83.4% of its users. Finally, CodeGeeX is publicly accessible and in Sep. 2022, we open-sourced its code, model weights (the version of 850B tokens), API, extensions, and HumanEval-X at https://github.com/THUDM/CodeGeeX.

Qinkai Zheng, Xiao Xia, Xu Zou, Yuxiao Dong, Shan Wang, Yufei Xue, Zihan Wang, Lei Shen, Andi Wang, Yang Li, Teng Su, Zhilin Yang, Jie Tang• 2023

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K
Accuracy22.2
983
Code GenerationHumanEval
Pass@118.9
850
Mathematical ReasoningMATH--
643
Code GenerationHumanEval (test)
Pass@122.9
444
Mathematical ReasoningSVAMP
Accuracy39
368
Code GenerationMBPP (test)
Pass@136.2
276
Mathematical ReasoningASDIV
Accuracy0.485
221
Mathematical ReasoningMAWPS
Accuracy66
219
Mathematical ReasoningGSM-Hard
Solve Rate23.6
162
Code GenerationHumanEval 1.0 (test)
Pass@10.229
145
Showing 10 of 47 rows

Other info

Code

Follow for update