LinuxArena First-5 Trajectories
First-5 tool call trajectories from LinuxBench/LinuxArena evaluations across 14 model/policy combinations and 10 environments.
Each row represents one evaluation trajectory with the first 5 tool calls extracted at two granularity levels:
Level 1 (normalized): Tool categories like text_editor:view, bash:find, bash:ls
Level 2 (exact): Full command strings like bash$ find /app/src -type f -name "*.ts" | sort