pybytecode-mbpp-3.12 / NOTICES.md
coolblaze03's picture
Upload folder using huggingface_hub
1514a0b verified
|
Raw
History Blame Contribute Delete
667 Bytes
# NOTICES — MBPP held-out benchmark
Derived from **MBPP (Mostly Basic Python Problems)**, Austin et al., 2021, Google Research, distributed as `google-research-datasets/mbpp` under **CC-BY-4.0** (Creative Commons Attribution 4.0 International).
Licence: https://creativecommons.org/licenses/by/4.0/
CHANGES MADE TO THE ORIGINAL, as CC-BY-4.0 §3(a)(1)(B) requires be indicated:
each reference solution was rewritten through `ast.unparse` (normalising formatting and comments away), compiled to a `.pyc` at `optimize=0`, and paired with a disassembly of the resulting code object. The task text and tests are unmodified. Every row carries its original `task_id`.