execution-traces
or-agent-execution-traces
or-agent-execution-traces
Structured execution traces from the ORForge full-lifecycle OR engineering agent.
Schema
Field
Description
task
BUILD, REVISE, or EXPLAIN
files_opened
Workspace files accessed by the agent
actions
Ordered agent actions with payloads
model_changes
Parameter and model modifications
solver_output
Solver status, objective, variable values
final_result
Task outcome summary
success
Whether the task completed successfully… See the full description on the dataset page: https://huggingface.co/datasets/alirezaaminzadeh/or-agent-execution-traces.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.execution-traces
