Skip to content

Commit 61c343b

Browse files
andre15silvaclaude
andcommitted
fix(paper): update dataset stats table caption
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4ff2186 commit 61c343b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

run_paper_figures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,8 +1253,8 @@ def build_dataset_stats_table(
12531253
"""
12541254
caption = (
12551255
r"Dataset statistics per (model, dataset) combination. "
1256-
r"\#Traj.\ counts all agent runs including those that hit the step limit. "
1257-
r"\#Tokens is the total token count across all runs. "
1256+
r"\#Traj.\ counts all agent runs by each model on each dataset. "
1257+
r"\#Tokens is the sum of tokens across all linearized trajectories. "
12581258
r"$\geq$15 and $\geq$50 count trajectories reaching those turn thresholds, "
12591259
r"the length filters used in the lookahead experiments. "
12601260
r"The $k_{\max}=15$ filter is nearly lossless (90--99\,\% of runs); "

0 commit comments

Comments
 (0)