TACO-verified / README.md
likaixin's picture
Update README.md
9e68575 verified
metadata
license: mit
task_categories:
  - question-answering
  - text-generation
  - text2text-generation
language:
  - en
tags:
  - code
size_categories:
  - 100K<n<1M

Introduction

This dataset contains verified solutions from the TACO dataset's training set. Solutions that fail to pass all the test cases are removed. Problems with no correct solution are also removed.

The solutions were executed on Intel E5-2620 v3 CPUs with the execution timeout set to 10 seconds.

Statistics in the training set

Dataset # Problems # Solutions
TACO 25443 1468722
TACO-verified 12898 1043251
Correct Ratio 50.69 % 71.03 %

Updates

(Apr 11, 2025) Hello, friends from DeepCoder!

Citation

Please consider citing this repo if you find it useful.

@misc{likaixin2024taco-verified,
  author       = {Kaixin Li},
  title        = {Verified TACO Problems},
  year         = {2024},
  url          = {https://huggingface.co/datasets/likaixin/TACO-verified},
  howpublished = {\url{https://huggingface.co/datasets/likaixin/TACO-verified}},
}