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