CoolFace
Datasetpublic

sbdzdz/pbe-world

PBE World A synthetic dataset generator for Programming-by-Examples (PBE) tasks focused on string manipulation pipelines. This is a lightly extended version of PBEBench by Naik et al. 2025. Overview PBE World generates tasks where models must reverse-engineer a sequence of string method calls from input/output examples. Each task consists of: A fixed pipeline of string operations (e.g., s.replace(old, new), s.upper(), s.strip(chars)) Example input/output pairs… See the full description on the dataset page: https://huggingface.co/datasets/sbdzdz/pbe-world.

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes33downloads
6 commits on main
54805c53mo ago

Update readme

sbdzdz
12b714610mo ago

Rename pbe_world.jsonl to test.jsonl

sbdzdz
306705710mo ago

Update README.md

sbdzdz
a83547310mo ago

Upload pbe_world.jsonl with huggingface_hub

sbdzdz
44ffb4a10mo ago

Upload README.md with huggingface_hub

sbdzdz
cbe91dd10mo ago

initial commit

sbdzdz