CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01allenai /multilingual_mbppMBPP translated to 15 programming languages using o4-mini-medium. source_language = "python" target_languages = [ "cpp", "c", "javascript", "java", "php", "csharp", "typescript", "bash", "swift", "go", "rust", "ruby", "r", "matlab", "scala", "haskell" ] effort = "medium" dataset_name = "google-research-datasets/mbpp" model = "o4-mini" text10K<n<100K2 likes3.1k downloads1y agoHugging Face02embedding-benchmark /MBPPThe MBPP dataset consists of around 1,000 crowd-sourced Python programming problems, designed to be solvable by entry level programmers, covering programming fundamentals, standard library functionality, and so on. Each problem consists of a task description, code solution and 3 automated test cases. As described in the paper, a subset of the data has been hand-verified by the dataset authors to ensure quality. Usage import datasets # Download the dataset queries =… See the full description on the dataset page: https://huggingface.co/datasets/embedding-benchmark/MBPP.texttext-retrieval1K<n<10K0 likes625 downloads1y agoHugging Face03BlazingCustoms /pybytecode-mbpp-3.12 Data card — MBPP held-out decompilation benchmark 383 MBPP reference solutions compiled to Python 3.12 bytecode and paired with their source, with the original task_id restored on every row. Built 2026-08-04 by tools/build_mbpp_ood.py. Redistributable under CC-BY-4.0, provided NOTICES.md ships alongside. The set Rows 383 (400 candidates − 17 contaminated) Source google-research-datasets/mbpp, config full Licence CC-BY-4.0 task_id restored 383 /… See the full description on the dataset page: https://huggingface.co/datasets/BlazingCustoms/pybytecode-mbpp-3.12.tabulartext-generationn<1K0 likes479 downloads2mo agoHugging Face04llm-jp /mbpp-ja mbpp-ja This repository provides a mbpp dataset translated from English into Japanese by LLM-jp, a collaborative project launched in Japan. For English to Japanese translation, DeepL was used. The links of the original mbpp dataset are here(HuggingFace) or here(GitHub). Send Questions to llm-jp(at)nii.ac.jp Model Card Authors The names are listed in alphabetical order. Namgi Han, Masatoshi Otake, Shintaro Ozaki, Yusuke Miyao. textn<1K3 likes167 downloads2y agoHugging Face05firatmio /mbpp-tr MBPP-TR MBPP (Mostly Basic Python Problems) veri setinin Türkçe çevirisi. Orijinal veri setindeki gibi iki config içerir: sanitized ve full. Her satırda görev açıklamasının İngilizce aslı ve Türkçe çevirisi birlikte yer alır; kod ve testler orijinal veri setinden değiştirilmeden aktarılmıştır. A Turkish translation of MBPP with both the sanitized and full configs. Each row contains the original English task description and its Turkish translation; code and tests are copied… See the full description on the dataset page: https://huggingface.co/datasets/firatmio/mbpp-tr.texttext-generation1K<n<10K1 likes144 downloads7d agoHugging Face06gonglinyuan /mbpp_with_prompttextn<1K0 likes126 downloads3y agoHugging Face07code-rag-bench /mbppMBPP dataset annotated with ground-truth programming solutions, to enable evaluations for retrieval and retrieval-augmented code generation. Please refer to code-rag-bench for more details. texttext-generationn<1K1 likes73 downloads2y agoHugging Face08Gen-Verse /MBPP-ReasonFluxWe use Stdio input/output format here. For example, for the task to calculate the sum of a list, the input and output are in the following format: input = "5\n1 2 3 4 5\n" output = "15" CodeContests and CodeForces are using this format, however, MBPP and part of LiveCodeBench are using functional input/output format, such like assert sum_function([1, 2, 3, 4, 5]) == 15 In this project, we have converted the the functional format to the Stdio format to achieve consistency. Paper | Code… See the full description on the dataset page: https://huggingface.co/datasets/Gen-Verse/MBPP-ReasonFlux.tabularn<1K2 likes65 downloads1y agoHugging Face09ML4SE2023-G1-WizardCoder /ML4SE23_G1_MBPP-SCoTMBPP enhanced dataset with Structured-Chain-of-Thought texttext-generation1K<n<10K1 likes63 downloads3y agoHugging Face10AISE-TUDelft /ML4SE23_G1_MBPP-SCoT ML4SE23_G1_MBPP-SCoT MBPP enhanced dataset with Structured-Chain-of-Thought texttext-generation1K<n<10K0 likes63 downloads3y agoHugging Face11islam-kamel /MBPP-Thinking-Gate-1k MBPP Thinking-Gate SFT Dataset This package contains two related assets: Ready 1,000-row MBPP-style dataset (all.jsonl, train.jsonl, validation.jsonl). It is synthetic and designed to test/train autonomous routing between <DIRECT> and <THINK>. Official-MBPP builder (build_from_official_mbpp.py). Run this to create the production dataset from the official Google Research MBPP source. Why two response modes? The training target starts with one of two routing… See the full description on the dataset page: https://huggingface.co/datasets/islam-kamel/MBPP-Thinking-Gate-1k.tabulartext-generation1K<n<10K0 likes61 downloads3d agoHugging Face12WYNN747 /burmese-mbpp Burmese MBPP: A Large-Scale Programming Dataset for Burmese Coding Assistants Dataset Summary The Burmese MBPP dataset is a translated and augmented version of the Google Mostly Basic Python Problems (MBPP) benchmark. It is designed to facilitate the training and evaluation of Large Language Models (LLMs) in generating Python code from Burmese natural language instructions. This dataset contains 974 programming tasks, each featuring: Burmese Instructions: Formal and… See the full description on the dataset page: https://huggingface.co/datasets/WYNN747/burmese-mbpp.texttext-generationn<1K0 likes40 downloads6mo agoHugging Face13atta123 /mbpp-update-pythontextn<1K0 likes38 downloads2y agoHugging Face14Gen-Verse /MBPPtextn<1K0 likes38 downloads1y agoHugging Face15ababa134 /fuzzeval-humaneval-mbpp FuzzEval unit tests for HumanEval-f and MBPP-f Automatically generated unit tests for a reproduction of the ICML 2026 paper "Towards Functional Correctness of Large Code Models with Selective Generation" (Jeong, Kim & Park — arXiv:2505.13553, official repo trustml-lab/selective-code-generation). The paper's FuzzEval paradigm replaces a benchmark's handful of hand-written unit tests with hundreds of unit tests obtained by fuzzing the reference solution. This dataset is our… See the full description on the dataset page: https://huggingface.co/datasets/ababa134/fuzzeval-humaneval-mbpp.tabulartext-generationn<1K0 likes36 downloads2mo agoHugging Face16Daksana /processed_mbpptextn<1K0 likes28 downloads2y agoHugging Face17md-nishat-008 /MBPP-Bangla 🐯 MBPP-Bangla: A Benchmark for Evaluating Bangla Code Generation Accepted at LREC 2026 Nishat Raihan, Antonios Anastasopoulos, Marcos Zampieri George Mason University, Fairfax, VA, USA The first expert-validated, multi-language Bangla code generation benchmark with 974 problems across 5 programming languages. ⚠️ Note: The benchmark will be released after the LREC 2026 conference. Stay tuned! Overview MBPP-Bangla is a… See the full description on the dataset page: https://huggingface.co/datasets/md-nishat-008/MBPP-Bangla.texttext-generationn<1K0 likes28 downloads6mo agoHugging Face18RoxanneWsyw /MBPPtextn<1K0 likes18 downloads1y agoHugging Face19Daksana /processed_mbpp_2textn<1K0 likes12 downloads2y agoHugging Face20dz1 /CodeScore-MBPP-ETtextn<1K1 likes12 downloads2y agoHugging Face21AISE-TUDelft /ML4SE23_G5_MBPP-AugmentedPrompttext1K<n<10K0 likes11 downloads3y agoHugging Face22NazmusAshrafi /mbpp_with_visible_teststextn<1K1 likes11 downloads2y agoHugging Face23SidhaarthMurali /synthetic_mbpp_igtextn<1K0 likes10 downloads2y agoHugging Face24lindafei001 /mbpp_cottextn<1K0 likes7 downloads11mo agoHugging Face25kongzym /mbpp_convert_300textn<1K0 likes6 downloads2y agoHugging Face26NazmusAshrafi /rag_ast_parsed_mbpptextn<1K1 likes6 downloads2y agoHugging Face27SJTU-DENG-Lab /MBPPtextn<1K0 likes6 downloads7mo agoHugging Face28nishitneema /MBPP-cluster_0-based-fewshot-prompting-test-dataset-take2tabularn<1K0 likes5 downloads2y agoHugging Face29SidhaarthMurali /synthetic_mbpp_ig_minitextn<1K0 likes4 downloads2y agoHugging Face30nishitneema /MBPP-cluster-based-fewshot-prompting-test-datasettabularn<1K0 likes3 downloads2y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.