File size: 788 Bytes
7de1bb5 43a968c 7de1bb5 43a968c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
dataset_info:
features:
- name: id
dtype: int64
- name: language
dtype: string
- name: verdict
dtype: string
- name: source
dtype: string
- name: problem_id
dtype: string
- name: type
dtype: string
splits:
- name: train
num_bytes: 250483956
num_examples: 121386
download_size: 87810628
dataset_size: 250483956
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: mit
task_categories:
- text-generation
- code-generation
---
This dataset is used in the paper [Can LLMs Generate High-Quality Test Cases for Algorithm Problems? TestCase-Eval: A Systematic Evaluation of Fault Coverage and Exposure](https://huggingface.co/papers/2506.12278).
Code: https://github.com/FlowRays/TestCase-Eval |