mental-execution
python-mental-execution-traces
Python Mental Execution Traces
A 12,000-row prompt/completion dataset for evaluating and training language models to mentally execute self-contained Python 3 snippets without running them. Completions provide the expected standard output together with a concise variable trace or explanation.
Dataset structure
The JSONL file contains two text fields:
prompt: a Python mental-execution problem.
completion: the expected stdout and concise reasoning or variable trace.… See the full description on the dataset page: https://huggingface.co/datasets/ILoveBuns/python-mental-execution-traces.adaption-python-mental-execution-traces
This dataset is a remastered version prepared using Adaption's Adaptive Data platform.
adaption-python_mental_execution_traces
This dataset contains pairs of Python 3 code snippets and their corresponding mental execution results, including exact standard output and concise variable traces. Each sample challenges the model to simulate code logic involving lists, matrices, loops, and conditional statements without actual execution. The completions provide both the final printed… See the full description on the dataset page: https://huggingface.co/datasets/ILoveBuns/adaption-python-mental-execution-traces.
