temporary0-0name commited on
Commit
041def4
·
verified ·
1 Parent(s): 53bd167

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -7,11 +7,16 @@ size_categories:
7
  - n<1K
8
  ---
9
 
10
- <h1 style="text-align: center;">PythonSaga</h1>
11
- This dataset follows the rules and diversity of template suggested in the paper "PythonSaga: Redefining the Benchmark to Evaluate Code Generating LLM" The goal is to make benchmarks better at assessing Code Generating Language Models (LLMs).
 
 
12
  <br>
13
  <br>
14
 
 
 
 
15
  | **Model** | **Size** | **Pass@1** | **Pass@10** |
16
  |-------------------------------|----------|------------|-------------|
17
  | StarCoderBase | 7B | 0.0029 | 0.0149 |
 
7
  - n<1K
8
  ---
9
 
10
+ <h1 style="text-align: center;">Abstract</h1>
11
+ Driven by the surge in code generation using large language models (LLMs), numerous benchmarks have emerged to evaluate these LLMs capabilities. We conducted a large-scale human evaluation of HumanEval and MBPP, two popular benchmarks for Python code generation, analyzing their diversity and difficulty.
12
+ Our findings unveil a critical bias towards a limited set of programming concepts, neglecting most of the other concepts entirely. Furthermore, we uncover a worrying prevalence of easy tasks that can inflate model performance estimations. To address these limitations, we propose a novel benchmark, PythonSaga, featuring 185 hand-crafted prompts in a balanced representation of 38 programming concepts across diverse difficulty levels.
13
+ The robustness of our benchmark is demonstrated by the poor performance of existing Code-LLMs. The code and data set are openly available to the NLP community at [here](https://github.com/ PythonSaga/PythonSaga) .
14
  <br>
15
  <br>
16
 
17
+ <h1 style="text-align: center;">PythonSaga</h1>
18
+ This dataset follows the rules and diversity of template suggested in the paper "PythonSaga: Redefining the Benchmark to Evaluate Code Generating LLM" The goal is to make benchmarks better at assessing Code Generating Language Models (LLMs).
19
+
20
  | **Model** | **Size** | **Pass@1** | **Pass@10** |
21
  |-------------------------------|----------|------------|-------------|
22
  | StarCoderBase | 7B | 0.0029 | 0.0149 |