Mathematician commited on
Commit
0d68ba2
·
verified ·
1 Parent(s): 2f17ca0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: gpl-3.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ - python
10
+ pretty_name: NewMercury
11
+ size_categories:
12
+ - n<1K
13
  ---
14
+ # NewMercury
15
+
16
+ This dataset is a part of an efficiency evaluation framework for LLM-generated code.
17
+ It is based on [Mercury](https://github.com/Elfsong/Mercury), a competitive programming benchmark, with the following improvements:
18
+
19
+ - test generation facilities and extended test suites
20
+ - corrected test generation, input conversion and solution evaluation functions
21
+ - enhanced sandbox with additional library imports and adjusted time/recursion limits
22
+
23
+ See [this repository](https://github.com/Alyona-5446/NewMercury) on Github for more details.