ganler commited on
Commit
96fa852
1 Parent(s): 205573d

feat(doc): initialize readme

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -7,4 +7,19 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ # EvalPlus: Rigorous Evaluation of LLMs for Code Generation
11
+
12
+ * 💻 **GitHub Repo**: [evalplus/evalplus](https://github.com/evalplus/evalplus)
13
+ * 🏆 **Leader Board**: [evalplus.github.io](https://evalplus.github.io/leaderboard.html)
14
+ * 📜 **NeurIPS Paper**: [OpenReview](https://openreview.net/pdf?id=1qvx610Cu7)
15
+ * 🐍 **Python Package**: [PyPI](https://pypi.org/project/evalplus/)
16
+
17
+ ```bibtex
18
+ @inproceedings{evalplus,
19
+ title = {Is Your Code Generated by Chat{GPT} Really Correct? Rigorous Evaluation of Large Language Models for Code Generation},
20
+ author = {Liu, Jiawei and Xia, Chunqiu Steven and Wang, Yuyao and Zhang, Lingming},
21
+ booktitle = {Thirty-seventh Conference on Neural Information Processing Systems},
22
+ year = {2023},
23
+ url = {https://openreview.net/forum?id=1qvx610Cu7},
24
+ }
25
+ ```