# 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`.