Offline Preference-Based Trajectory Evaluation

arXiv cs.LG Papers

Summary

This paper proposes offline preference-based trajectory evaluation for agentic systems, which compares trajectories via temporal preferences rather than binary success metrics. It shows that this approach reduces ties from roughly 75% to 35%, improving discriminative power and data efficiency across diverse benchmarks.

arXiv:2606.17541v1 Announce Type: new Abstract: Offline evaluation of agentic systems often collapses trajectories to terminal success, discarding information about partial progress and inducing widespread ties, creating substantial statistical inefficiency by reducing effective sample size and weakening the ability to distinguish systems. We propose preference-based trajectory evaluation, which compares trajectories directly through temporal preferences over progress and time-to-return profiles. We find that, across diverse agentic and interactive benchmarks, standard success-based metrics produce tied comparisons on roughly 75% of instances, whereas trajectory-aware preferences reduce ties to roughly 35%, improving discriminative power, ranking stability, and data efficiency. Our results suggest that benchmark saturation, often attributed to poor data collection or problem difficulty, may also be explained by the choice of evaluation measure.
Original Article
View Cached Full Text

Cached at: 06/17/26, 05:40 AM

# Offline Preference-Based Trajectory Evaluation
Source: [https://arxiv.org/html/2606.17541](https://arxiv.org/html/2606.17541)
###### Abstract

Offline evaluation of agentic systems often collapses trajectories to terminal success, discarding information about partial progress and inducing widespread ties, creating substantial statistical inefficiency by reducing effective sample size and weakening the ability to distinguish systems\. We propose preference\-based trajectory evaluation, which compares trajectories directly through temporal preferences over progress and time\-to\-return profiles\. We find that, across diverse agentic and interactive benchmarks, standard success\-based metrics produce tied comparisons on roughly 75% of instances, whereas trajectory\-aware preferences reduce ties to roughly 35%, improving discriminative power, ranking stability, and data efficiency\. Our results suggest that benchmark saturation, often portrayed as the result of poor data collection or problem difficulty, may also be explained by the choice of evaluation measure\.

## 1Introduction

Motivated by the increasing cost of evaluating AI systems\[[13](https://arxiv.org/html/2606.17541#bib.bib13)\], we study two core desiderata for evaluation metrics: sensitivity and data efficiency\. Originally proposed byMandel and Stiehler \[[25](https://arxiv.org/html/2606.17541#bib.bib25)\], sensitivity, in the context of AI evaluation, refers to a metric’s ability to detect meaningful performance differences between systems under a fixed evaluation budget and becomes important as the performance of AI systems improves to a quality where even substantively different behaviors can result in small observed differences\. Data efficiency is related to statistical power\[[8](https://arxiv.org/html/2606.17541#bib.bib8)\]and refers to the number of evaluation samples required to reach reliable comparative assessment of systems\. Although distinct, these two objectives are related since insensitive metrics require substantially larger evaluation sets to resolve the same system differences that more sensitive metrics can detect with fewer observations\. Framed this way, evaluations need to be both valid and statistically robust under real\-world constraints\.

Unfortunately, popular evaluation approaches adopt relatively insensitive and inefficient metrics that answer the evaluation question, ‘did the system ever solve the task instance?’ While convenient, in agentic systems, basing a metric on binary success measurements poses two problems\. First, binary measurement often collapses partial solutions to 0, losing granular evaluation signals and conflating trajectories that may differ in progress toward a solution \(Figure[1\(a\)](https://arxiv.org/html/2606.17541#S1.F1.sf1)\)\. Second, binary measurement collapses the performance accrued over multi\-step trajectories into a single scalar value, comparing two trajectories using their terminal values instead of how performance develops over time \(Figure[1\(b\)](https://arxiv.org/html/2606.17541#S1.F1.sf2)\)\. Combined, these two issues can compromise sensitive and efficient evaluation\. To understand how, we can look at the number of ties between systems when using success as a measure since a large number of ties degrades the effective evaluation set size\. In the benchmarks we study, an average of 75% of instance\-level comparisons are ties under success rate\. Even when comparing partial returns, the tie rate remains high at 50%\. As systems become more performant, this inefficiency compounds because more trajectories are collapsed as indistinguishably successful, prompting claims of benchmark saturation\[[32](https://arxiv.org/html/2606.17541#bib.bib32),[42](https://arxiv.org/html/2606.17541#bib.bib42),[18](https://arxiv.org/html/2606.17541#bib.bib18)\]\. At the same time, the use of binary success metrics across machine learning and natural language processing conferences is increasing\. We found that the percentage of abstracts in papers published at the NeurIPS Datasets and Benchmarks track mentioning binary metrics rose from 5% in 2022 to 18% in 2025; at EMNLP, the fraction rose from 9% in 2022 to 21% in 2025 \(details in Appendix[A](https://arxiv.org/html/2606.17541#A1)\)\. Together, these observations suggest that the current use of success rate is both inefficient and growing in adoption\.

![Refer to caption](https://arxiv.org/html/2606.17541v1/x1.png)\(a\)μSR​\(f\)=μSR​\(f′\)=0\\mu\_\{\\mathrm\{SR\}\}\(f\)=\\mu\_\{\\mathrm\{SR\}\}\(f^\{\\prime\}\)=0
![Refer to caption](https://arxiv.org/html/2606.17541v1/x2.png)\(b\)μSR​\(f\)=μSR​\(f′\)=1\\mu\_\{\\mathrm\{SR\}\}\(f\)=\\mu\_\{\\mathrm\{SR\}\}\(f^\{\\prime\}\)=1

Figure 1:Trajectory ties under success rate\.[1\(a\)](https://arxiv.org/html/2606.17541#S1.F1.sf1)Two unsuccessful trajectories can be distinguished by partial returns\.[1\(b\)](https://arxiv.org/html/2606.17541#S1.F1.sf2)Two successful trajectories can be distinguished by how they accumulate return over time\.While many existing approaches to address evaluation inefficiency focus on reducing the number of test instances while maintaining success rate as the metric, we approach insensitivity and inefficiency by interrogating the systematization of ‘performance’ itself\. Instead of collapsing each trajectory to a binary terminal value, we expand performance to capture how return progresses over time\. This allows us to compare trajectories by adopting the principle of temporal preference: given two systems achieving the same task progress, we prefer the system that reached it sooner\. Inspired by recent results in information retrieval evaluation\[[27](https://arxiv.org/html/2606.17541#bib.bib27),[10](https://arxiv.org/html/2606.17541#bib.bib10)\], we operationalize this principle in a family of measures that directly capture the preference without intermediary scalar metric computation\. Importantly, our approach makes few assumptions beyond temporal preference and requires no additional hyperparameters, unlike methods based on temporal discounting\.

We assess our proposed methods across multiple benchmark families spanning both classic reinforcement learning environments and contemporary agentic tasks\. Our results show that trajectory\-aware preferences reduce tie rates from roughly 75% to 35% on average, recovering a substantial portion of previously discarded signal\. By preserving information, our methods lead to consistent improvements across standard measurement criteria: higher reliability, sensitivity, and data efficiency\. More broadly, our results suggest that benchmark saturation can result from the information loss induced by metric definition\. While the benefits of our approach may appear intuitive, current benchmarks adopt success rate, and the statistical consequences of this design choice have not been systematically studied\.

## 2Background

Modern evaluations face two increasingly visible limitations\. First, as models improve, many established benchmarks show signs of saturation and can no longer reliably distinguish among high\-performing systems\[[32](https://arxiv.org/html/2606.17541#bib.bib32),[42](https://arxiv.org/html/2606.17541#bib.bib42),[18](https://arxiv.org/html/2606.17541#bib.bib18),[2](https://arxiv.org/html/2606.17541#bib.bib2)\]\. Second, large\-scale evaluation has become prohibitively expensive\.Ghosh et al\. \[[13](https://arxiv.org/html/2606.17541#bib.bib13)\]show that evaluating a single system on a modern benchmark can require several thousand dollars in inference costs alone\. Taken together, these trends suggest that the benchmarks that are most expensive to run are often those least able to resolve meaningful differences between models\.

As a result of these limitations, there have been increasing calls for more principled and rigorous evaluation\[[31](https://arxiv.org/html/2606.17541#bib.bib31)\]\. Approaches can be roughly divided into two categories\. The first category fixes the evaluation metric and develops methods to sample or weight instances to improve efficiency\. Methods include dynamic benchmarking\[[22](https://arxiv.org/html/2606.17541#bib.bib22),[37](https://arxiv.org/html/2606.17541#bib.bib37)\], robust statistical practices\[[1](https://arxiv.org/html/2606.17541#bib.bib1),[14](https://arxiv.org/html/2606.17541#bib.bib14),[7](https://arxiv.org/html/2606.17541#bib.bib7)\], active learning approaches\[[19](https://arxiv.org/html/2606.17541#bib.bib19),[15](https://arxiv.org/html/2606.17541#bib.bib15),[4](https://arxiv.org/html/2606.17541#bib.bib4),[20](https://arxiv.org/html/2606.17541#bib.bib20),[28](https://arxiv.org/html/2606.17541#bib.bib28)\], and item response theory\[[26](https://arxiv.org/html/2606.17541#bib.bib26),[42](https://arxiv.org/html/2606.17541#bib.bib42),[41](https://arxiv.org/html/2606.17541#bib.bib41),[34](https://arxiv.org/html/2606.17541#bib.bib34),[23](https://arxiv.org/html/2606.17541#bib.bib23),[30](https://arxiv.org/html/2606.17541#bib.bib30)\]\. The second category focuses on the development of improved measurement instruments by adopting methods from measurement theory to design metrics\[[44](https://arxiv.org/html/2606.17541#bib.bib44),[7](https://arxiv.org/html/2606.17541#bib.bib7)\], providing a theoretical framework to inspect the systematization of a concept \(i\.e\., the relevant factors considered when measuring the concept\) and its operationalization \(i\.e\., how we detect and quantify the relevant factors\)\. In the case of success rate, ‘performance’ may be systematized as ‘whether the agent completed the task’ and operationalized as ‘whether the agent is in a pre\-defined end state\.’ Recent calls to consider system cost during evaluation\[[17](https://arxiv.org/html/2606.17541#bib.bib17)\]can be interpreted as expanding the systematization of performance to include inference cost, which is then operationalized as ‘distance from the Pareto frontier of cost and task completion\.’

Table 1:Aggregation reversal in decoupled success\-rate and time\-to\-success evaluation\.Example success rate and conditional mean time\-to\-success for two models over five tasks\. The last column reflects which model has a faster time\-to\-success for the task\. Separately computing success rate and mean time\-to\-success erroneously suggests that A dominates B across both metrics when in fact B dominates A in 80% of tasks\.Among dimensions that contribute to performance, time plays an important role for agentic systems\. Time efficiency has long been an important factor in system performance, changing the question from ‘can the system complete the task?’ to ‘can the system complete the task in a reasonable amount of time?’ This is natural in the evaluation of agents since they complete tasks by interacting with the environment over multiple steps\. While many benchmarks calculate the average number of steps in addition to success rate, inspecting these metrics independently can conceal task instances where two systems succeed but with dramatically different time efficiency, resulting in system order reversals \(Table[1](https://arxiv.org/html/2606.17541#S2.T1)\)\. The temporal choice literature distinguishes between temporal preference—an ordering over outcomes with identical utility occurring at different times—and temporal discounting—a particular modulation of an outcome’s utility based on when it occurs in time\[[12](https://arxiv.org/html/2606.17541#bib.bib12)\]\. In the context of comparing two trajectories, temporal preference would specify that, if both trajectories succeed, prefer the shorter trajectory\. Temporal discounting, by contrast, converts time into a scalar weight applied to performance, reducing the ordering of trajectories to comparing discounted utilities\. In reinforcement learning, linear discounting \(subtracting a constant penalty per step\) and exponential discounting \(rescaling future rewards multiplicatively by a constant factor\) are often introduced for algorithmic convenience in optimization rather than as a principled evaluative criterion, which is most often the undiscounted return\[[38](https://arxiv.org/html/2606.17541#bib.bib38)\]\. When time is considered, researchers often use power\-law discounting, reflected in the ‘Success weighted by Path Length’ metric\[[3](https://arxiv.org/html/2606.17541#bib.bib3)\], which divides binary success by the ratio of trajectory length over the optimal path length\. That said, in real world settings, temporal discount rates can vary by domain and are non\-stationary\[[12](https://arxiv.org/html/2606.17541#bib.bib12)\], making these methods brittle since they assume a precise relationship between time and utility\. To avoid these issues, we adopt evaluation methods based on temporal preference which are based on fewer assumptions and do not require additional hyperparameters\.

Temporal preference is part of a broader class of approaches that shift from assigning scalar values to model outputs or behaviors \(metric\-based evaluation\) to assigning signed values to pairs of model outputs \(preference\-based evaluation\)\. Although evaluation based on paired comparisons is an established method for variance reduction and improved data efficiency\[[33](https://arxiv.org/html/2606.17541#bib.bib33)\], these methods have been largely absent from offline machine learning evaluation\. When paired comparisons arise, it is normally through online preference\-based evaluation\[[6](https://arxiv.org/html/2606.17541#bib.bib6),[16](https://arxiv.org/html/2606.17541#bib.bib16)\], where explicit or implicit feedback from human users is used to assess which of two models’ outputs is preferred\. When using online methods, comparing a new model requires collection of new data, which can be prohibitive during model development, due to experimentation speed and safety requirements\. Our work can be seen as the offline counterpart of online arena\-style preference\-based evaluation\. As such, it inherits the benefits of offline evaluation, including counter\-factual analysis \(i\.e\., comparing more than two systems in the same context\), safety, and speed\.

## 3Preference\-Based Trajectory Evaluation

We are interested in broadening the systematization of performance beyond binary success to include richer trajectory information\.

We represent a trajectory as a functionf:ℤ\+→\[0,1\]f:\\mathbb\{Z\}^\{\+\}\\rightarrow\[0,1\], wheref​\(t\)f\(t\)is the normalized return at discrete time stepttand a return of11indicates task success\. We consider domains where incremental rewards are non\-negative and, as a result,f​\(t\)f\(t\)is nondecreasing intt\. Thetime\-to\-returnis a functiong:\[0,1\]→ℤ\+∪\{∞\}g:\[0,1\]\\rightarrow\\mathbb\{Z\}^\{\+\}\\cup\\\{\\infty\\\}, whereg​\(R\)g\(R\)is the first time at which the agent achieves a return of at leastRR; ifRRis never reached,g​\(R\)=∞g\(R\)=\\infty\.

Anevaluation metricis defined asμ​\(f\)∈\[0,1\]\\mu\(f\)\\in\[0,1\]\. At an instance level, success rate \(SR\) systematizes performance as \(binary\) task completion,μSR​\(f\)=I⁡\[g​\(1\)<∞\]\\mu\_\{\\mathrm\{SR\}\}\(f\)=\\operatorname\{I\}\\left\[g\(1\)<\\infty\\right\]; time and partial progress are both excluded\. Partial return \(PR\) systematizes performance as the progress made toward task completion,μPR​\(f\)=maxt⁡\(f​\(t\)\)\\mu\_\{\\mathrm\{PR\}\}\(f\)=\\max\_\{t\}\\left\(f\(t\)\\right\); partial progress is included but time is still excluded\. The most common evaluation metric that considers both time and task completion is the power law discounted success rate \(SPL\),μSPL​\(f,k\)=g​\(1\)−k\\mu\_\{\\mathrm\{SPL\}\}\(f,k\)=g\(1\)^\{\-k\}; this assumes a power law relationship between time and utility\.

Recent work in information retrieval has introduced preference\-based measures as more sensitive, metric\-free methods for evaluation\[[27](https://arxiv.org/html/2606.17541#bib.bib27),[10](https://arxiv.org/html/2606.17541#bib.bib10)\]\. Given two trajectoriesffandf′f^\{\\prime\}, we define anevaluation preferenceasΔ​\(f,f′\)∈\[−1,1\]\\Delta\(f,f^\{\\prime\}\)\\in\[\-1,1\], whereΔ\>0\\Delta\>0indicates thatffis preferred,Δ<0\\Delta<0indicatesf′f^\{\\prime\}is preferred, andΔ=0\\Delta=0indicates indifference\. An evaluation metric can be represented as a preference by computingΔ​\(f,f′\)=μ​\(f\)−μ​\(f′\)\\Delta\(f,f^\{\\prime\}\)=\\mu\(f\)\-\\mu\(f^\{\\prime\}\)\.

Although we can derive a preference from a metric, we can also directly design evaluation preferences that consider alternative systematizations\. In what follows, we will introduce several evaluation preferences that capture composite success and temporal preference systematizations and, as a result, do not require a precise relationship between measured time and success\.

![Refer to caption](https://arxiv.org/html/2606.17541v1/x3.png)\(a\)Lexicographic Return
![Refer to caption](https://arxiv.org/html/2606.17541v1/x4.png)\(b\)Return\-Paired Preference
![Refer to caption](https://arxiv.org/html/2606.17541v1/x5.png)\(c\)Interval\-Paired Preference

Figure 2:Trajectory preferences based on time to return\.Evaluation operates by comparing pairs of trajectories and aggregating preferences within trajectories\.[2\(a\)](https://arxiv.org/html/2606.17541#S3.F2.sf1)Lexicographic Return \(LR\\mathrm\{LR\}\) derives a preference from the time to reach the earliest non\-tied return\.[2\(b\)](https://arxiv.org/html/2606.17541#S3.F2.sf2)Return\-Paired Preference \(RPP\\mathrm\{RPP\}\) integrates time\-to\-return across all return levels\.[2\(c\)](https://arxiv.org/html/2606.17541#S3.F2.sf3)Interval\-Paired Preference \(IPP\\mathrm\{IPP\}\) compares the time between return levels or sub\-goals\.#### Lexicographic Return \(LR\)

The most conservative way to design a temporal preference reproducesΔμSR\\Delta\_\{\\mu\_\{\\mathrm\{SR\}\}\}when it is not zero and otherwise breaks ties based on time\-to\-return\. The lexicographic return preference \(LR\) follows this logic by comparing two trajectoriesffandf′f^\{\\prime\}starting at the highest return levelR=1R=1\(i\.e\. ‘success’\)\. Ifffis successful \(i\.e\.,g​\(R\)<∞g\(R\)<\\infty\) whilef′f^\{\\prime\}is not \(i\.e\.,g′​\(R\)=∞g^\{\\prime\}\(R\)=\\infty\), we sayf≻f′f\\succ f^\{\\prime\}\. Ifg​\(R\)=g′​\(R\)g\(R\)=g^\{\\prime\}\(R\), we back off to the highest return level one model reaches before the other,

ΔLR=sgn⁡\[g′​\(R∗\)−g​\(R∗\)\]\\displaystyle\\Delta\_\{\\mathrm\{LR\}\}=\\operatorname\{sgn\}\\left\[g^\{\\prime\}\(R^\{\*\}\)\-g\(R^\{\*\}\)\\right\]\(1\)whereR∗=max⁡\{R∈\[0,1\]:g​\(R\)≠g′​\(R\)\}R^\{\*\}=\\max\\\{R\\in\[0,1\]:g\(R\)\\neq g^\{\\prime\}\(R\)\\\}\. If no suchR∗R^\{\*\}exists,ΔLR=0\\Delta\_\{\\mathrm\{LR\}\}=0\. Figure[2\(a\)](https://arxiv.org/html/2606.17541#S3.F2.sf1)provides an example of computing LR for two trajectories\. LR systematizes performance as relative temporal priority at the highest return difference\. LR can be adopted in cases where a conservative alignment with success rate is desired, with ties broken by time or, if those are tied, lower return levels\. LR is equivalent to ‘lexicographic recall’ in the information retrieval literature\[[11](https://arxiv.org/html/2606.17541#bib.bib11)\]\.

#### Return\-Paired Preference \(RPP\)

While LR looks at a single point where two trajectories differ, return\-paired preference \(RPP\) sweeps uniformly across all return levels and, at each level, compares the time\-to\-return for both trajectories\. Let\[R^0,…,R^K\]\[\\hat\{R\}\_\{0\},\\ldots,\\hat\{R\}\_\{K\}\]denote the sorted union of all return levels achieved by either trajectory, augmented with0and11\. For each return segment\[R^k−1,R^k\)\[\\hat\{R\}\_\{k\-1\},\\hat\{R\}\_\{k\}\), ifg​\(R^k\)<g′​\(R^k\)g\(\\hat\{R\}\_\{k\}\)<g^\{\\prime\}\(\\hat\{R\}\_\{k\}\), thenf≻f′f\\succ f^\{\\prime\}for that segment\. We then average those segment\-level preferences, weighted by the segment widthR^k−R^k−1\\hat\{R\}\_\{k\}\-\\hat\{R\}\_\{k\-1\}:

ΔRPP=∑k=1K\(R^k−R^k−1\)​sgn⁡\[g′​\(R^k\)−g​\(R^k\)\]\.\\displaystyle\\Delta\_\{\\mathrm\{RPP\}\}=\\sum\_\{k=1\}^\{K\}\(\\hat\{R\}\_\{k\}\-\\hat\{R\}\_\{k\-1\}\)\\operatorname\{sgn\}\\left\[g^\{\\prime\}\(\\hat\{R\}\_\{k\}\)\-g\(\\hat\{R\}\_\{k\}\)\\right\]\.\(2\)where∞−∞=0\\infty\-\\infty=0\. Figure[2\(b\)](https://arxiv.org/html/2606.17541#S3.F2.sf2)provides an example of computing RPP for two trajectories\. RPP systematizes performance as cumulative temporal advantage across all return levels, assuming a uniform weighting across levels\. As such, RPP is appropriate when we care about cumulative reward but are indifferent between return levels\. This naturally emerges in many information seeking tasks and, as a result, the ranking analogue from information retrieval is ‘recall\-paired preference’\[[10](https://arxiv.org/html/2606.17541#bib.bib10)\]\.

#### Interval\-Paired Preference

Rather than comparing the absolute time\-to\-return, the interval\-paired preference compares the*time increment*required to advance from one return level to the next\. This arises when rewards are accumulated as sub\-goals are reached\. For each segment\[R^k−1,R^k\)\[\\hat\{R\}\_\{k\-1\},\\hat\{R\}\_\{k\}\), letδgk=g​\(R^k\)−g​\(R^k−1\)\\delta\_\{g\}^\{k\}=g\(\\hat\{R\}\_\{k\}\)\-g\(\\hat\{R\}\_\{k\-1\}\)denote the additional time trajectoryggrequires to go from returnR^k−1\\hat\{R\}\_\{k\-1\}toR^k\\hat\{R\}\_\{k\}, and defineδg′k\\delta\_\{g^\{\\prime\}\}^\{k\}analogously\. Then,

ΔIPP=∑k=1K\(R^k−R^k−1\)⋅sgn⁡\[δg′k−δgk\]\.\\displaystyle\\Delta\_\{\\mathrm\{IPP\}\}=\\sum\_\{k=1\}^\{K\}\(\\hat\{R\}\_\{k\}\-\\hat\{R\}\_\{k\-1\}\)\\cdot\\operatorname\{sgn\}\\left\[\\delta\_\{g^\{\\prime\}\}^\{k\}\-\\delta\_\{g\}^\{k\}\\right\]\.\(3\)Figure[2\(c\)](https://arxiv.org/html/2606.17541#S3.F2.sf3)provides an example of computing IPP for two trajectories\. IPP systematizes performance as local temporal efficiency at each incremental step, asking ‘at each sub\-goal transition, which system was faster to advance?’ A trajectory that starts slowly but then makes faster local progress can be preferred under IPP even if it is not preferred under RPP, because IPP compares incremental transition times whereas RPP compares absolute time\-to\-return\. The systematized concept is closer to consistency of progress than overall speed\.

We note that, when intermediate rewards are missing \(e\.g\., only success and number of steps are recorded\), the three preferences are identical, by design\.

## 4Methods and Materials

We compare our preference\-based methods—LR, RPP, and IPP—with metric\-based methods—SR, PR, and SPL—when evaluating runs across five benchmarks, each of which contains one to six tasks, which, in turn, contain 30\-500 task instances\. Our goal is to understand the relative strengths of each, with respect to meta\-evaluation desiderata \(Section[4\.3](https://arxiv.org/html/2606.17541#S4.SS3)\)\. We distinguish between task instance analysis, which looks at preferences between pairs of outputs conditioned on a specific task instance description; system pair analysis, which looks at preferences between pairs of systems across all task instances; and system ranking analysis, which looks at the ranking of systems across all tasks derived from a specific measurement approach\.

### 4\.1Data

We evaluate across five benchmark families spanning interactive text, workspace, and software engineering settings\. Each benchmark dataset contains trajectories for 12\-54 models, run across all task instances\. A summary of datasets can be found in Table[4](https://arxiv.org/html/2606.17541#A1.T4)of Appendix[B](https://arxiv.org/html/2606.17541#A2)\. AgentBoard \(AB\)\[[21](https://arxiv.org/html/2606.17541#bib.bib21)\]provides six task suites—ALFWorld, ScienceWorld, BabyAI, PDDL, WebShop, and Tool\-Query—covering heterogeneous interactive environments with partial\-progress subgoal scores across 12 evaluated systems\. OpenHands\-Index \(OHI\)\[[40](https://arxiv.org/html/2606.17541#bib.bib40)\]aggregates up to 22 systems across four code\-generation benchmarks \(SWE\-bench, SWT\-bench, SWE\-bench\-Multimodal, and GAIA\)\. OHI only records terminal binary success as well as the number of steps, allowing us to demonstrate the efficacy of preference\-based evaluation for trajectories lacking intermediate or partial rewards\. TheAgentCompany \(TAC\)\[[45](https://arxiv.org/html/2606.17541#bib.bib45)\]is a suite of 175 workplace agent tasks\. While TAC records partial terminal returns and step counts, it does not include intermediate rewards\. Text Adventure Learning Environment Suite \(TALES\)\[[9](https://arxiv.org/html/2606.17541#bib.bib9)\]collects trajectories from roughly 50 systems across two text\-adventure environments \(Jericho and ScienceWorld\)\. We also generated the sub\-goal reinforcement learning \(SGRL\) dataset of trajectories derived from agents acting in a variety of traditional reinforcement learning environments \(DoorKey, FourRooms, Taxi\) where progress can be measured by completing sub\-goals\.

In addition to these datasets, we assembled two auxiliary datasets to assess specific measure properties\. In order to test whether a measure detects a difference between models when none exists, we include a same\-model variant of TALES \(TALES\-AA\) where we use two random trajectories from the same model for each task, treating them as having come from different models; this provides null\-hypothesis data for measuring false\-positive rates\. We use the same tasks as SGRL to define a separate ‘oracle’ dataset \(SGRL\-oracle\), where we have designed an optimal policy for the environment and introduced progressively more noise to provide a ground truth ordering of models \(i\.e\., an optimal model with more interpolated noise will be inferior to a model with less noise\)\.

Full details of our datasets are provided in Appendix[B](https://arxiv.org/html/2606.17541#A2)\.

### 4\.2Evaluation Measures

As baselines, we consider success rate \(SR\) as well the \(partial\) terminal return \(PR\)\. We adopt a reference\-free version of Success weighted by Path Length \(SPL\)\[[3](https://arxiv.org/html/2606.17541#bib.bib3)\], dividing the success indicator by the observed trajectory length\.

We measure the preference between two systems by averaging the paired preference between model outputs across the set of task instances,1\|X\|​∑x∈XΔ​\(fx,fx′\)\\frac\{1\}\{\|X\|\}\\sum\_\{x\\in X\}\\Delta\(f\_\{x\},f^\{\\prime\}\_\{x\}\)whereXXis the set of task instances\.

In order to generate a ranking of systems from pairwise preferences \(see\[[43](https://arxiv.org/html/2606.17541#bib.bib43)\]for a survey\), we adopt the Bradley\-Terry model used in ChatBot Arena\[[6](https://arxiv.org/html/2606.17541#bib.bib6)\]\. To do so, we extend the Bradley\-Terry model to fractional labels, mapping each preferenceΔ​\(fx,fx′\)\\Delta\(f\_\{x\},f^\{\\prime\}\_\{x\}\)to a soft win fraction\(Δ​\(fx,fx′\)\+1\)/2∈\[0,1\]\(\\Delta\(f\_\{x\},f^\{\\prime\}\_\{x\}\)\+1\)/2\\in\[0,1\]\. We then fit a standard Bradley\-Terry model by maximizing the cross\-entropy likelihood\. We leave the exploration of alternative aggregation methods to future work\.

### 4\.3Meta\-Evaluation

In order to compare evaluation measures, we adopt several criteria from measurement theory and metric design\.

Validityensures the measure actually captures the intended construct \(e\.g\., system performance\) without being redundant with existing measures of the same construct or misaligned with ground truth ordering\.Inter\-measure similarityprovides us with a data\-driven understanding of the relationship between measures\. In this case, we are interested in a measure \(a\) being related to success rate, since both operationalize performance \(i\.e\., convergent validity\) but \(b\) not being so similar as to be redundant\. We measure similarity at both the instance\-level \(pairwise agreement between measures\) as well as ranking level \(Kendall’sτ\\taucorrelation between system rankings derived from measures\)\.Oracle agreementmeasures the number of true system preferences recovered by the measure; we use the SGRL\-oracle dataset for these experiments\. Oracle agreement uses both sign agreement as well as the number of statistically significant preferences detected, corrected for multiple comparisons \(see ‘Discriminative power’ below\)\.

Reliabilityensures that a measure yields stable and consistent results under resampling or small perturbations of the data\. Insplit\-half reliability, we randomly partition the task instances into two equal halves, compute the mean metric value per model pair on each half, and measure the Kendallτ\\taucorrelation between the two half\-rankings\. We repeat this for 100 random splits and report the mean correlation\. Higher values indicate that the metric’s system\-level ranking is stable under subsampling\. Inleave\-one\-out stability, for each task instance, we remove it and recompute the sign of the mean difference for every model pair\. We report the fraction of pairs for which removing any single instance causes a sign flip in the aggregate preference\. A metric with few sign flips is robust to individual outlier instances\.

Sensitivityensures the measure can detect meaningful differences between systems\. Unlike validity measures, we are only interested in detecting a difference, not detecting an accurate difference\.Tie rateis an instance\-level metric that computes the number of paired comparisons that result in a tie\.Discriminative powercomputes the number of model pairs for which a metric detects a statistically significant difference\[[35](https://arxiv.org/html/2606.17541#bib.bib35),[36](https://arxiv.org/html/2606.17541#bib.bib36),[2](https://arxiv.org/html/2606.17541#bib.bib2)\]\. For each model pair and metric, we conduct a significance test using the bootstrap method; we use 10,000 replicates and obtain a two\-sided p\-value via the centered\-statistic bootstrap\. We useα=0\.05\\alpha=0\.05and correct for multiple comparisons within each metric using both family\-wise error rate \(Holm’s method\) and false discovery rate \(Benjamini\-Hochberg\)\. The family\-wise error rate \(FWER\) controls the probability of making any false positive across all pairwise tests, yielding a conservative estimate of discriminative power\. In contrast, the false discovery rate \(FDR\) controls the expected proportion of false positives among the rejected hypotheses, providing a less conservative but higher\-sensitivity view\.

Data efficiencyensures the measure achieves reliable and discriminative conclusions using as few evaluation samples as possible\. We analyze the data efficiency of a model by measuring how quickly it converges to a stable ranking of systems as a function of evaluation examples\. Specifically, we randomly downsample evaluation examples, compute the aggregated preference between system pairs, and then compute the accuracy of those preferences with respect to preferences based on the full data\. We downsample 100 times at ten points\. In addition to measuring how quickly system preferences converge, we measure how well a measure recovers the oracle system preferences as a function of number of examples, providing us with a sense of how quickly a measure converges to the correct preferences\.

## 5Results

Given the breadth of experiments, we include cross\-benchmark aggregated results or benchmark\-specific results\. Disaggregated and complete results can be found in Appendix[C](https://arxiv.org/html/2606.17541#A3)\(Validity\),[D](https://arxiv.org/html/2606.17541#A4)\(Reliability\),[E](https://arxiv.org/html/2606.17541#A5)\(Sensitivity\), and[F](https://arxiv.org/html/2606.17541#A6)\(Data Efficiency\)\.

### 5\.1Validity

Our results provide evidence consistent with convergent validity \(high correlation with existing performance metrics\) and criterion validity \(improving alignment with oracle preferences\) of trajectory\-aware preferences\.

![Refer to caption](https://arxiv.org/html/2606.17541v1/x6.png)\(a\)Bump Chart
![Refer to caption](https://arxiv.org/html/2606.17541v1/x7.png)\(b\)Inter\-measure correlation
![Refer to caption](https://arxiv.org/html/2606.17541v1/x8.png)\(c\)t\-SNE embedding

Figure 3:Inter\-metric similarity:[3\(a\)](https://arxiv.org/html/2606.17541#S5.F3.sf1)Bump chart showing the ranking of systems across several measures for AgentBoard ALFWorld runs; charts for other tasks can be found in Figure[6](https://arxiv.org/html/2606.17541#A3.F6)\.[3\(b\)](https://arxiv.org/html/2606.17541#S5.F3.sf2)Correlation between measures\. Upper triangle: agreement in pairwise preferences\. Lower Triangle: agreement in rankings\.[3\(c\)](https://arxiv.org/html/2606.17541#S5.F3.sf3)t\-SNE embedding of measureτ\\tausimilarity\. Measures close together induce similar system rankings\.#### Inter\-measure similarity\.

Figure[3\(a\)](https://arxiv.org/html/2606.17541#S5.F3.sf1)provides an example bump chart showing how a system ranking changes across different evaluation measures\. As expected, SR collapses several systems into tied ranks, which non\-binary measures \(PR, SPL, LR, RPP, IPP\) disentangle\. While these measures generally agree on the resulting ordering, they tend to disagree on individual rank swaps\. Figure[3\(b\)](https://arxiv.org/html/2606.17541#S5.F3.sf2)scales this inter\-measure similarity analysis over all of our datasets, using pairwise preference agreement \(upper triangle\) and Kendall’sτ\\tauof system rankings \(lower triangle\) to compare all six measures, resulting in two clusters\. A scalar success\-like family \(SR, PR, SPL\) that compares trajectories by an aggregate scalar outcome, and a trajectory\-preference family \(LR, RPP, IPP\) that compares them across return levels\. We can visualize this clustering by using theτ\\taucorrelation to construct a t\-SNE embedding of measures \(Figure[3\(c\)](https://arxiv.org/html/2606.17541#S5.F3.sf3)\)\.

#### Oracle agreement\.

While the convergent validity captured by our inter\-measure similarity analysis provides evidence of consistency between preference\-based evaluation and existing metric\-based evaluation methods, agreement with oracle preferences between systems \(SGRL\-oracle\) provides criterion validity\. Table[2](https://arxiv.org/html/2606.17541#S5.T2)a reports the fraction of pairwise preferences among the degraded oracle variants that each measure recovers correctly\. SR and PR both achieve only 12\.8% accuracy since their terminal\-only character means they cannot distinguish successful agents whose differences appear only in how they reach the goal\. SPL recovers 91\.8% of the true preferences, while the trajectory\-preference measures all exceed 94%\. Requiring that oracle agreement be statistically significant demonstrates the advantage of trajectory\-level preferences\. Under FDR correction, RPP detects 63\.2% of true preferences as significant, followed by IPP \(62\.5%\) and LR \(61\.6%\); SPL is only able to detect 48\.1%, while SR and PR detect none\. The same ordering of preferences over metrics holds under the more conservative FWER correction\.

Table 2:Summary of meta\-evaluation results across benchmarks\.Validity:\(a\) Recovering oracle preferences\.Reliability:\(b\) split\-half reliability of system pairs \(P\) and system rankings \(R\)\. \(c\) Leave\-one\-out sign flip rate\.Sensitivity:\(d\) Instance level tie rate\. \(e\) Discriminative power with correction for family\-wise error rate \(FW\) and false discovery rate \(FD\)\. \(f\) Discriminative bias detection of significant differences amongst identical models\. Lower is better for LOO, tie rate, and discriminative bias; higher is better otherwise\. Bold = best per column\. Details on meta\-evaluation methods Section[4\.3](https://arxiv.org/html/2606.17541#S4.SS3)\.

### 5\.2Reliability

Our results demonstrate that trajectory\-aware preferences produce more stable results under resampling, with fewer reversals when data is perturbed or subsampled when compared with existing metric\-based evaluations\.

#### Split\-half reliability\.

Table[2](https://arxiv.org/html/2606.17541#S5.T2)b shows our results for split\-half reliability\. LR and RPP both achieve high mean split\-half correlations \(system pair: 0\.83; system ranking: 0\.85\), with PR also achieving correlations above 0\.80\. While IPP reaches a lower correlation compared to other trajectory measures, the remaining scalar measures show notably lower reliability with correlations between 0\.70 and 0\.75 across system pair and system ranking\. The trajectory\-preference family produces more stable rankings under subsampling than the metric family, with PR and IPP sitting between the two\.

#### Leave\-one\-out stability\.

Table[2](https://arxiv.org/html/2606.17541#S5.T2)c shows our results for leave\-one\-out reliability\. SR and LR both achieve a 0% sign\-flip rate: removing any single instance never reverses any pairwise system preference, primarily because removing an example will, in the worst case, turn a signed difference into a tie, not a flip\. Of measures with less discrete behavior, RPP maintains modest sign flips \(1\.88%\), followed by PR \(2\.14%\) and IPP \(2\.83%\)\. SPL shows the highest flip rate \(5\.5%\), consistent with its lower split\-half correlation\.

### 5\.3Sensitivity

Our results show that, by converting many ties into informative comparisons, trajectory\-aware metrics recover signal that scalar measures discard, resulting in more detectable system differences\.

![Refer to caption](https://arxiv.org/html/2606.17541v1/x9.png)\(a\)Measure Distribution \(AB\)
![Refer to caption](https://arxiv.org/html/2606.17541v1/x10.png)\(b\)FDR correction

Figure 4:Sensitivity:\(a\) Distribution of measure values\. \(b\) Discriminative power as a function of mean task success rate\. Each point is one benchmark task\. Curves are LOWESS fits\. LR and IPP track RPP while SPL tracks SR; lines removed for clarity\.#### Tie rate\.

Table[2](https://arxiv.org/html/2606.17541#S5.T2)d shows the tie rates across measures\. As mentioned in Section[1](https://arxiv.org/html/2606.17541#S1), SR produces ties for 74\.9% of instance comparisons, while SPL reduces ties to 63\.4% by also penalising trajectory length for successful trajectories\. PR, on the other hand, mitigates this to 49\.7% by using terminal progress rather than binary success\. The trajectory\-preference family achieves substantially lower tie rates of roughly 35%\.

To understand tie rate, we can look at the distribution ofΔ\\Deltavalues for different measures\. Figure[4](https://arxiv.org/html/2606.17541#S5.F4)[4\(a\)](https://arxiv.org/html/2606.17541#S5.F4.sf1)shows the distribution of the absolute value of pairwise preference values at the instance level for each measure on AgentBoard \(distributions for all benchmarks can be found in Appendix Figure[7](https://arxiv.org/html/2606.17541#A5.F7)\)\. SR and LR concentrate nearly all of their mass at the two extremes:\|Δ\|=0\|\\Delta\|=0\(ties\) and\|Δ\|=1\|\\Delta\|=1\(maximum preference\)\. This binary character means that individual instance comparisons carry only one bit of information\. SPL shifts some mass away from the endpoints but remains heavily bimodal\. In contrast, PR, RPP, and IPP distribute substantial mass across the interior of\(0,1\)\(0,1\), producing a richer set of preference magnitudes\. This continuous spread is the mechanism behind their lower tie rates\. When each instance comparison can take a range of values rather than only\{0,1\}\\\{0,1\\\}, the aggregate preference over many instances becomes a more informative statistic, leading to tighter confidence intervals and more frequent rejection of the null hypothesis\.

#### Discriminative power\.

To address concerns that lower tie rates may be due to noise, we can compute the number of statistically significant differences detected\. In general, we find that the lower tie rate in preference\-based evaluation reflects greater discriminative power as demonstrated in Table[2](https://arxiv.org/html/2606.17541#S5.T2)e\. Under FDR correction, RPP detects significant differences in 78\.4% of model pairs, with LR, IPP, and PR, also above 70%; SPL reaches 60\.2% and SR 58\.5%\. Under the more conservative FWER correction, both LR and RPP provide discriminative power above 60%, while PR, IPP, SR, and SPL consistently detect fewer differences\. These results support the higher sensitivity exhibited by preference\-based evaluation, reproducing results from information retrieval research\.

Figure[4\(b\)](https://arxiv.org/html/2606.17541#S5.F4.sf2)shows how discriminative power varies with mean task success rate\. Each point represents a single benchmark task\. SR’s power peaks at intermediate success rates and collapses at both extremes\. When most systems either all fail or all succeed, SR cannot distinguish them\. PR is able to distinguish models when they all tend to fail but, like SR, collapses as models become more successful\. RPP maintains high discriminative power across the full range of task difficulty, including on the oracle domains where SR has zero power\.

#### Discriminative bias\.

We find that all measures achieve zero false\-positive rates on same\-model pairs \(TALES\-AA\) under both FWER and FDR correction \(Table[2](https://arxiv.org/html/2606.17541#S5.T2)f\), providing evidence that the increase in discriminative power is not resulting in spurious differences\.

### 5\.4Data efficiency

Our results show that, because instance\-level comparisons are more informative, trajectory\-aware measures reach stable rankings with fewer evaluation instances and converge faster to full\-data conclusions\.

![Refer to caption](https://arxiv.org/html/2606.17541v1/x11.png)\(a\)Ranking stability \(AB/ALFWorld\)
![Refer to caption](https://arxiv.org/html/2606.17541v1/x12.png)\(b\)Oracle sig\. accuracy \(FourRooms\)

Figure 5:Data efficiency\.[5\(a\)](https://arxiv.org/html/2606.17541#S5.F5.sf1)Accuracy of model preferences based on each subsample fraction with respect to model preferences based on the full\-data\.[5\(b\)](https://arxiv.org/html/2606.17541#S5.F5.sf2)Fraction of oracle pairs that are both correctly ordered and statistically significant \(Benjamini\-Hochberg correction\) as a function of the fraction of instances used\. SR and PR omitted due to poor performance; LR and IPP omitted for clarity\.#### Ranking stability\.

Figure[5\(a\)](https://arxiv.org/html/2606.17541#S5.F5.sf1)shows how the system model preferences induced by each measure converge to the full\-data model preferences as evaluation instances are subsampled\. On AgentBoard ALFWorld \(shown\), as well as on other benchmarks \(Appendix Figures[8](https://arxiv.org/html/2606.17541#A6.F8)–[11](https://arxiv.org/html/2606.17541#A6.F11)\), preferences based on trajectories plateau with as many or fewer instances when compared with preferences based on scalar metrics\. This is consistent with our reliability results \(Section[5\.2](https://arxiv.org/html/2606.17541#S5.SS2)\), where trajectory measures demonstrate stability between strategically downsampled datasets\.

#### Oracle preference recovery\.

Figure[5\(b\)](https://arxiv.org/html/2606.17541#S5.F5.sf2)complements this analysis with oracle\-controlled data, using a stricter criterion: a pair is counted as correctly recovered only if the measure assigns the correct sign*and*the difference is statistically significant\. On FourRooms \(shown\), RPP’s advantage is apparent at small sample sizes: RPP’s significant accuracy at 50–60% of instances already exceeds SPL’s full\-data value\. Results on DoorKey and Taxi \(Appendix Figures[13](https://arxiv.org/html/2606.17541#A6.F13)and[14](https://arxiv.org/html/2606.17541#A6.F14)\) exhibit the same qualitative pattern; the advantage is most pronounced on Taxi, the hardest domain, where SPL detects essentially no significant pairs while RPP and the other trajectory\-preference measures still recover a non\-trivial fraction\. Trajectory\-level information thus improves not only oracle agreement in general \(Section[5\.1](https://arxiv.org/html/2606.17541#S5.SS1)\) but also sample efficiency in detecting true system differences with statistical confidence\.

## 6Discussion

Our results provide evidence that preference\-based approaches can improve reliability, sensitivity, and data efficiency while preserving alignment with existing performance measures and improving agreement with oracle preferences without requiring additional data beyond trajectory logs, changes to sampling practices, reweighting, or hyper\-parameters\.

Our results suggest that benchmark saturation, often portrayed as the result of poor data collection or weak problem difficulty, may also be explained by the choice of evaluation measure\. Figure[4\(b\)](https://arxiv.org/html/2606.17541#S5.F4.sf2)suggests that a measure like SR may be effective at distinguishing ‘middling’ systems but fail altogether at early points in the development process \(when models may be largely under\-performant\) or later in the development process \(when models may be uniformly strong\)\. The intentional design of sensitive metrics allows a benchmark to more effectively compare arbitrary populations of models\.

Our adoption of preference\-based evaluation, while common in online or arena\-style evaluation, is novel for offline evaluation outside of simple paired statistical tests\. Existing studies in production evaluation demonstrate the effectiveness and efficiency of preference\-based evaluation\[[5](https://arxiv.org/html/2606.17541#bib.bib5)\]\. Beyond this, offline preference\-based win rates are comparable with arena\-style win rates, allowing more consistent evaluation and avoiding any cross\-metric calibration\[[24](https://arxiv.org/html/2606.17541#bib.bib24)\]\. At the same time, offline preference\-based evaluation presents the opportunity for counterfactual preference measurement, which is impossible in online evaluation where a real user is often limited to comparing two system outputs\.

Working with temporal preference instead of temporal discounting allows our measures to avoid needing to validate a precise relationship between time and utility \(or return\)\. We only require that the preference be consistent across test instances without any hyperparameters\.

Finally, while we have focused on preference\-based evaluation, all of our measures suggest novel methods for optimizing sequential decision\-making tasks\. Avoiding the need to select a discount factor, craft partial rewards, or worry about consistent cross\-task temporal discounting may allow the more efficient and robust training of models\. There is increasing evidence that preferences can be more expressive than methods that reduce performance to a scalar metric value\[[29](https://arxiv.org/html/2606.17541#bib.bib29),[39](https://arxiv.org/html/2606.17541#bib.bib39)\]\.

#### Limitations

Trajectory\-aware evaluation assumes that intermediate returns reflect meaningful progress toward task completion; when subgoal annotations are noisy, weakly calibrated, artificially dense, or poorly aligned with human notions of utility, preference\-based metrics may amplify annotation artifacts rather than genuine performance differences\. In addition, in some domains, temporal preference, while embedded in the reinforcement learning and economics literatures, may not be a desirable system property\. Finally, because the strongest oracle\-ranking analyses rely on synthetic environments with known optimal behavior, further work is needed to validate the robustness of these findings in real\-world agentic systems with imperfect or latent reward structure\.

## 7Conclusion

We argued that success rate as a metric discards information, compromises the efficiency of benchmarks, and leads to benchmark saturation\. By shifting to preference\-based comparisons over trajectory structure, we recover this lost signal without requiring additional data beyond trajectory logs or stronger assumptions about the relationship between time and utility\. Empirically, this yields consistent gains in reliability, sensitivity, and data efficiency across benchmarks\. More broadly, our results suggest that evaluation quality and benchmark utility often depend on the measurement instrument itself\.

## References

- Agarwal et al\. \[2021\]R\. Agarwal, M\. Schwarzer, P\. S\. Castro, A\. C\. Courville, and M\. Bellemare\.Deep reinforcement learning at the edge of the statistical precipice\.In M\. Ranzato, A\. Beygelzimer, Y\. Dauphin, P\. Liang, and J\. W\. Vaughan, editors,*Advances in Neural Information Processing Systems*, volume 34, pages 29304–29320\. Curran Associates, Inc\., 2021\.URL[https://proceedings\.neurips\.cc/paper/2021/file/f514cec81cb148559cf475e7426eed5e\-Paper\.pdf](https://proceedings.neurips.cc/paper/2021/file/f514cec81cb148559cf475e7426eed5e-Paper.pdf)\.
- Akhtar et al\. \[2026\]M\. Akhtar, A\. Reuel, P\. Soni, S\. Ahuja, P\. S\. Ammanamanchi, R\. Rawal, V\. Zouhar, S\. Yadav, C\. Whitehouse, D\. Ki, J\. Mickel, L\. Choshen, M\. Šuppa, J\. Batzner, J\. Chim, J\. Sania, Y\. Long, H\. A\. Rahmani, C\. Knight, Y\. Nan, J\. Raj, Y\. Fan, S\. Singh, S\. Sahoo, E\. Habba, U\. Gohar, S\. Pawar, R\. Scholz, A\. Subramonian, J\. Ni, M\. Kochenderfer, S\. Koyejo, M\. Sachan, S\. Biderman, Z\. Talat, A\. Ghosh, and I\. Solaiman\.When ai benchmarks plateau: A systematic study of benchmark saturation\.In*Forty\-third International Conference on Machine Learning*, 2026\.
- Anderson et al\. \[2018\]P\. Anderson, A\. X\. Chang, D\. S\. Chaplot, A\. Dosovitskiy, S\. Gupta, V\. Koltun, J\. Kosecka, J\. Malik, R\. Mottaghi, M\. Savva, and A\. R\. Zamir\.On evaluation of embodied navigation agents\.*CoRR*, abs/1807\.06757, 2018\.URL[http://arxiv\.org/abs/1807\.06757](http://arxiv.org/abs/1807.06757)\.
- Ashury Tahan et al\. \[2024\]S\. Ashury Tahan, A\. Gera, B\. Sznajder, L\. Choshen, L\. Ein\-Dor, and E\. Shnarch\.Label\-efficient model selection for text generation\.In L\.\-W\. Ku, A\. Martins, and V\. Srikumar, editors,*Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pages 8384–8402, Bangkok, Thailand, Aug\. 2024\. Association for Computational Linguistics\.doi:10\.18653/v1/2024\.acl\-long\.456\.URL[https://aclanthology\.org/2024\.acl\-long\.456/](https://aclanthology.org/2024.acl-long.456/)\.
- Chapelle et al\. \[2012\]O\. Chapelle, T\. Joachims, F\. Radlinski, and Y\. Yue\.Large\-scale validation and analysis of interleaved search evaluation\.*ACM Trans\. Inf\. Syst\.*, 30\(1\), Mar\. 2012\.ISSN 1046\-8188\.doi:10\.1145/2094072\.2094078\.URL[https://doi\.org/10\.1145/2094072\.2094078](https://doi.org/10.1145/2094072.2094078)\.
- Chiang et al\. \[2024\]W\.\-L\. Chiang, L\. Zheng, Y\. Sheng, A\. N\. Angelopoulos, T\. Li, D\. Li, B\. Zhu, H\. Zhang, M\. I\. Jordan, J\. E\. Gonzalez, and I\. Stoica\.Chatbot arena: an open platform for evaluating llms by human preference\.In*Proceedings of the 41st International Conference on Machine Learning*, ICML’24\. JMLR\.org, 2024\.
- Chouldechova et al\. \[2025\]A\. Chouldechova, A\. F\. Cooper, S\. Barocas, A\. Palia, D\. Vann, and H\. Wallach\.Comparison requires valid measurement: Rethinking attack success rate comparisons in AI red teaming\.In*The Thirty\-Ninth Annual Conference on Neural Information Processing Systems Position Paper Track*, 2025\.URL[https://openreview\.net/forum?id=d7hqAhLvWG](https://openreview.net/forum?id=d7hqAhLvWG)\.
- Cohen \[1988\]J\. Cohen\.*Statistical Power Analysis for the Behavioral Sciences*\.Lawrence Erlbaum Associates, Hillsdale, NJ, 2nd edition, 1988\.
- Cui et al\. \[2025\]C\. Z\. Cui, X\. Yuan, Z\. Xiao, P\. Ammanabrolu, and M\.\-A\. Côté\.Tales: Text adventure learning environment suite, 2025\.URL[https://arxiv\.org/abs/2504\.14128](https://arxiv.org/abs/2504.14128)\.
- Diaz and Ferraro \[2022\]F\. Diaz and A\. Ferraro\.Offline retrieval evaluation without evaluation metrics\.In*Proceedings of the 45th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval*, pages 599–609, New York, NY, USA, 2022\. Association for Computing Machinery\.URL[https://doi\.org/10\.1145/3477495\.3532033](https://doi.org/10.1145/3477495.3532033)\.
- Diaz et al\. \[2025\]F\. Diaz, M\. D\. Ekstrand, and B\. Mitra\.Recall, robustness, and lexicographic evaluation\.*ACM Trans\. Recomm\. Syst\.*, 4\(1\), July 2025\.doi:10\.1145/3728373\.URL[https://doi\.org/10\.1145/3728373](https://doi.org/10.1145/3728373)\.
- Frederick et al\. \[2002\]S\. Frederick, G\. Loewenstein, and T\. O’Donoghue\.Time discounting and time preference: A critical review\.*Journal of Economic Literature*, 40\(2\):351–401, June 2002\.doi:10\.1257/002205102320161311\.URL[https://www\.aeaweb\.org/articles?id=10\.1257/002205102320161311](https://www.aeaweb.org/articles?id=10.1257/002205102320161311)\.
- Ghosh et al\. \[2026\]A\. Ghosh, Y\. Mai, G\. Channing, and L\. Choshen\.AI evals are becoming the new compute bottleneck\.EvalEval Coalition Blog, Apr\. 2026\.URL[https://evalevalai\.com/research/2026/04/29/eval\-costs\-bottleneck/](https://evalevalai.com/research/2026/04/29/eval-costs-bottleneck/)\.
- Henderson et al\. \[2018\]P\. Henderson, R\. Islam, P\. Bachman, J\. Pineau, D\. Precup, and D\. Meger\.Deep reinforcement learning that matters\.*Proceedings of the AAAI Conference on Artificial Intelligence*, 32\(1\), Apr\. 2018\.doi:10\.1609/aaai\.v32i1\.11694\.URL[https://ojs\.aaai\.org/index\.php/AAAI/article/view/11694](https://ojs.aaai.org/index.php/AAAI/article/view/11694)\.
- Huang et al\. \[2026\]Y\. Huang, J\. Song, Q\. Hu, F\. Juefei\-Xu, and L\. Ma\.Actracer: Active testing of large language model via multi\-stage sampling\.*ACM Trans\. Softw\. Eng\. Methodol\.*, 35\(3\), Feb\. 2026\.ISSN 1049\-331X\.doi:10\.1145/3744340\.URL[https://doi\.org/10\.1145/3744340](https://doi.org/10.1145/3744340)\.
- Joachims \[2002\]T\. Joachims\.Optimizing search engines using clickthrough data\.In*KDD ’02: Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining*, pages 133–142, 2002\.ISBN 1\-58113\-567\-X\.doi:http://doi\.acm\.org/10\.1145/775047\.775067\.
- Kapoor et al\. \[2026\]S\. Kapoor, B\. Stroebl, P\. Kirgis, N\. Nadgir, Z\. S\. Siegel, B\. Wei, T\. Xue, Z\. Chen, F\. Chen, S\. Utpala, F\. Ndzomga, D\. Oruganty, S\. Luskin, K\. Liu, B\. Yu, A\. Arora, D\. Hahm, H\. Trivedi, H\. Sun, J\. Lee, T\. Jin, Y\. Mai, Y\. Zhou, Y\. Zhu, R\. Bommasani, D\. Kang, D\. Song, P\. Henderson, Y\. Su, P\. Liang, and A\. Narayanan\.Holistic agent leaderboard: The missing infrastructure for AI agent evaluation\.In*The Fourteenth International Conference on Learning Representations*, 2026\.URL[https://openreview\.net/forum?id=vUaY1t64ZZ](https://openreview.net/forum?id=vUaY1t64ZZ)\.
- Kiela et al\. \[2021\]D\. Kiela, M\. Bartolo, Y\. Nie, D\. Kaushik, A\. Geiger, Z\. Wu, B\. Vidgen, G\. Prasad, A\. Singh, P\. Ringshia, Z\. Ma, T\. Thrush, S\. Riedel, Z\. Waseem, P\. Stenetorp, R\. Jia, M\. Bansal, C\. Potts, and A\. Williams\.Dynabench: Rethinking benchmarking in NLP\.In K\. Toutanova, A\. Rumshisky, L\. Zettlemoyer, D\. Hakkani\-Tur, I\. Beltagy, S\. Bethard, R\. Cotterell, T\. Chakraborty, and Y\. Zhou, editors,*Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies*, pages 4110–4124, Online, June 2021\. Association for Computational Linguistics\.doi:10\.18653/v1/2021\.naacl\-main\.324\.URL[https://aclanthology\.org/2021\.naacl\-main\.324/](https://aclanthology.org/2021.naacl-main.324/)\.
- Kossen et al\. \[2021\]J\. Kossen, S\. Farquhar, Y\. Gal, and T\. Rainforth\.Active testing: Sample\-efficient model evaluation\.In M\. Meila and T\. Zhang, editors,*Proceedings of the 38th International Conference on Machine Learning*, volume 139 of*Proceedings of Machine Learning Research*, pages 5753–5763\. PMLR, 18–24 Jul 2021\.URL[https://proceedings\.mlr\.press/v139/kossen21a\.html](https://proceedings.mlr.press/v139/kossen21a.html)\.
- Li et al\. \[2025\]Y\. Li, J\. Ma, M\. Ballesteros, Y\. Benajiba, and G\. Horwood\.Active evaluation acquisition for efficient LLM benchmarking\.In*Forty\-second International Conference on Machine Learning*, 2025\.URL[https://openreview\.net/forum?id=EHqQaBYYlE](https://openreview.net/forum?id=EHqQaBYYlE)\.
- Ma et al\. \[2024\]C\. Ma, J\. Zhang, Z\. Zhu, C\. Yang, Y\. Yang, Y\. Jin, Z\. Lan, L\. Kong, and J\. He\.Agentboard: An analytical evaluation board of multi\-turn llm agents\.In A\. Globerson, L\. Mackey, D\. Belgrave, A\. Fan, U\. Paquet, J\. Tomczak, and C\. Zhang, editors,*Advances in Neural Information Processing Systems*, volume 37, pages 74325–74362\. Curran Associates, Inc\., 2024\.doi:10\.52202/079017\-2365\.URL[https://proceedings\.neurips\.cc/paper\_files/paper/2024/file/877b40688e330a0e2a3fc24084208dfa\-Paper\-Datasets\_and\_Benchmarks\_Track\.pdf](https://proceedings.neurips.cc/paper_files/paper/2024/file/877b40688e330a0e2a3fc24084208dfa-Paper-Datasets_and_Benchmarks_Track.pdf)\.
- Ma et al\. \[2021\]Z\. Ma, K\. Ethayarajh, T\. Thrush, S\. Jain, L\. Wu, R\. Jia, C\. Potts, A\. Williams, and D\. Kiela\.Dynaboard: An evaluation\-as\-a\-service platform for holistic next\-generation benchmarking\.In M\. Ranzato, A\. Beygelzimer, Y\. Dauphin, P\. Liang, and J\. W\. Vaughan, editors,*Advances in Neural Information Processing Systems*, volume 34, pages 10351–10367\. Curran Associates, Inc\., 2021\.URL[https://proceedings\.neurips\.cc/paper\_files/paper/2021/file/55b1927fdafef39c48e5b73b5d61ea60\-Paper\.pdf](https://proceedings.neurips.cc/paper_files/paper/2021/file/55b1927fdafef39c48e5b73b5d61ea60-Paper.pdf)\.
- Maia Polo et al\. \[2024\]F\. Maia Polo, L\. Weber, L\. Choshen, Y\. Sun, G\. Xu, and M\. Yurochkin\.tinybenchmarks: evaluating llms with fewer examples\.In*Proceedings of the 41st International Conference on Machine Learning*, ICML’24\. JMLR\.org, 2024\.
- Maksai et al\. \[2015\]A\. Maksai, F\. Garcin, and B\. Faltings\.Predicting online performance of news recommender systems through richer evaluation metrics\.In*Proceedings of the 9th ACM Conference on Recommender Systems*, RecSys ’15, pages 179–186, New York, NY, USA, 2015\. Association for Computing Machinery\.ISBN 9781450336925\.doi:10\.1145/2792838\.2800184\.URL[https://doi\.org/10\.1145/2792838\.2800184](https://doi.org/10.1145/2792838.2800184)\.
- Mandel and Stiehler \[1954\]J\. Mandel and R\. D\. Stiehler\.Sensitivity–a criterion for the comparison of methods of test\.*Journal of research of the National Bureau of Standards*, 53:155, 1954\.URL[https://api\.semanticscholar\.org/CorpusID:52393909](https://api.semanticscholar.org/CorpusID:52393909)\.
- Martínez\-Plumed et al\. \[2019\]F\. Martínez\-Plumed, R\. B\. Prudêncio, A\. Martínez\-Usó, and J\. Hernández\-Orallo\.Item response theory in ai: Analysing machine learning classifiers at the instance level\.*Artificial Intelligence*, 271:18–42, 2019\.ISSN 0004\-3702\.doi:https://doi\.org/10\.1016/j\.artint\.2018\.09\.004\.URL[https://www\.sciencedirect\.com/science/article/pii/S0004370219300220](https://www.sciencedirect.com/science/article/pii/S0004370219300220)\.
- Moffat and Mackenzie \[2024\]A\. Moffat and J\. Mackenzie\.How much freedom does an effectiveness metric really have?*Journal of the Association for Information Science and Technology*, n/a\(n/a\), 2024\.doi:https://doi\.org/10\.1002/asi\.24874\.URL[https://asistdl\.onlinelibrary\.wiley\.com/doi/abs/10\.1002/asi\.24874](https://asistdl.onlinelibrary.wiley.com/doi/abs/10.1002/asi.24874)\.
- Mohankumar and Khapra \[2022\]A\. K\. Mohankumar and M\. Khapra\.Active evaluation: Efficient NLG evaluation with few pairwise comparisons\.In S\. Muresan, P\. Nakov, and A\. Villavicencio, editors,*Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics \(Volume 1: Long Papers\)*, pages 8761–8781, Dublin, Ireland, May 2022\. Association for Computational Linguistics\.doi:10\.18653/v1/2022\.acl\-long\.600\.URL[https://aclanthology\.org/2022\.acl\-long\.600](https://aclanthology.org/2022.acl-long.600)\.
- Munos et al\. \[2024\]R\. Munos, M\. Valko, D\. Calandriello, M\. G\. Azar, M\. Rowland, Z\. D\. Guo, Y\. Tang, M\. Geist, T\. Mesnard, C\. Fiegel, A\. Michi, M\. Selvi, S\. Girgin, N\. Momchev, O\. Bachem, D\. J\. Mankowitz, D\. Precup, and B\. Piot\.Nash learning from human feedback\.In*Forty\-first International Conference on Machine Learning*, 2024\.URL[https://openreview\.net/forum?id=Y5AmNYiyCQ](https://openreview.net/forum?id=Y5AmNYiyCQ)\.
- Ndzomga \[2026\]F\. Ndzomga\.Efficient benchmarking of ai agents, 2026\.URL[https://arxiv\.org/abs/2603\.23749](https://arxiv.org/abs/2603.23749)\.
- Olteanu et al\. \[2025\]A\. Olteanu, S\. L\. Blodgett, A\. Balayn, A\. Wang, F\. Diaz, F\. du Pin Calmon, M\. Mitchell, M\. Ekstrand, R\. Binns, and S\. Barocas\.Rigor in ai: Doing rigorous ai work requires a broader, responsible ai\-informed conception of rigor\.In*Advances in Neural Information Processing Systems*, 2025\.URL[https://arxiv\.org/abs/2506\.14652](https://arxiv.org/abs/2506.14652)\.
- Ott et al\. \[2022\]S\. Ott, A\. Barbosa\-Silva, K\. Blagec, J\. Brauner, and M\. Samwald\.Mapping global dynamics of benchmark creation and saturation in artificial intelligence\.*Nature Communications*, 13\(1\):6793, 2022\.doi:10\.1038/s41467\-022\-34591\-0\.URL[https://doi\.org/10\.1038/s41467\-022\-34591\-0](https://doi.org/10.1038/s41467-022-34591-0)\.
- Peyrard et al\. \[2021\]M\. Peyrard, W\. Zhao, S\. Eger, and R\. West\.Better than average: Paired evaluation of NLP systems\.In*Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing \(Volume 1: Long Papers\)*, pages 2301–2315, Online, Aug\. 2021\. Association for Computational Linguistics\.doi:10\.18653/v1/2021\.acl\-long\.179\.URL[https://aclanthology\.org/2021\.acl\-long\.179](https://aclanthology.org/2021.acl-long.179)\.
- Rodriguez et al\. \[2021\]P\. Rodriguez, J\. Barrow, A\. Hoyle, J\. P\. Lalor, R\. Jia, and J\. Boyd\-Graber\.Evaluation examples are not equally informative: How should that change NLP leaderboards?In C\. Zong, F\. Xia, W\. Li, and R\. Navigli, editors,*Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing \(Volume 1: Long Papers\)*, pages 4486–4503, Online, Aug\. 2021\. Association for Computational Linguistics\.doi:10\.18653/v1/2021\.acl\-long\.346\.URL[https://aclanthology\.org/2021\.acl\-long\.346/](https://aclanthology.org/2021.acl-long.346/)\.
- Sakai \[2006\]T\. Sakai\.Evaluating evaluation metrics based on the bootstrap\.In*Proceedings of the 29th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval*, SIGIR ’06, pages 525–532, New York, NY, USA, 2006\. Association for Computing Machinery\.ISBN 1595933697\.doi:10\.1145/1148170\.1148261\.URL[https://doi\.org/10\.1145/1148170\.1148261](https://doi.org/10.1145/1148170.1148261)\.
- Sakai \[2007\]T\. Sakai\.Alternatives to bpref\.In*SIGIR ’07: Proceedings of the 30th annual international ACM SIGIR conference on Research and development in information retrieval*, pages 71–78, New York, NY, USA, 2007\. ACM\.ISBN 978\-1\-59593\-597\-7\.doi:http://doi\.acm\.org/10\.1145/1277741\.1277756\.
- Subramani et al\. \[2025\]N\. Subramani, A\. Gomez, and M\. T\. Diab\.SimBA: Simplifying benchmark analysis using performance matrices alone\.In C\. Christodoulopoulos, T\. Chakraborty, C\. Rose, and V\. Peng, editors,*Findings of the Association for Computational Linguistics: EMNLP 2025*, pages 13220–13233, Suzhou, China, Nov\. 2025\. Association for Computational Linguistics\.ISBN 979\-8\-89176\-335\-7\.doi:10\.18653/v1/2025\.findings\-emnlp\.711\.URL[https://aclanthology\.org/2025\.findings\-emnlp\.711/](https://aclanthology.org/2025.findings-emnlp.711/)\.
- Sutton and Barto \[1998\]R\. Sutton and A\. Barto\.*Reinforcement Learning*\.MIT Press, 1998\.
- Swamy et al\. \[2024\]G\. Swamy, C\. Dann, R\. Kidambi, S\. Wu, and A\. Agarwal\.A minimaximalist approach to reinforcement learning from human feedback\.In R\. Salakhutdinov, Z\. Kolter, K\. Heller, A\. Weller, N\. Oliver, J\. Scarlett, and F\. Berkenkamp, editors,*Proceedings of the 41st International Conference on Machine Learning*, volume 235 of*Proceedings of Machine Learning Research*, pages 47345–47377\. PMLR, 21–27 Jul 2024\.URL[https://proceedings\.mlr\.press/v235/swamy24a\.html](https://proceedings.mlr.press/v235/swamy24a.html)\.
- Team \[2025\]O\. Team\.Openhands index: A comprehensive leaderboard for ai coding agents\.https://index\.openhands\.dev, 2025\.
- Truong et al\. \[2025\]S\. T\. Truong, Y\. Tu, P\. Liang, B\. Li, and S\. Koyejo\.Reliable and efficient amortized model\-based evaluation\.In*Forty\-second International Conference on Machine Learning*, 2025\.URL[https://openreview\.net/forum?id=HDbWrsgkB9](https://openreview.net/forum?id=HDbWrsgkB9)\.
- Vania et al\. \[2021\]C\. Vania, P\. M\. Htut, W\. Huang, D\. Mungra, R\. Y\. Pang, J\. Phang, H\. Liu, K\. Cho, and S\. R\. Bowman\.Comparing test sets with item response theory\.In C\. Zong, F\. Xia, W\. Li, and R\. Navigli, editors,*Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing \(Volume 1: Long Papers\)*, pages 1141–1158, Online, Aug\. 2021\. Association for Computational Linguistics\.doi:10\.18653/v1/2021\.acl\-long\.92\.URL[https://aclanthology\.org/2021\.acl\-long\.92/](https://aclanthology.org/2021.acl-long.92/)\.
- Volkovs and Zemel \[2012\]M\. N\. Volkovs and R\. S\. Zemel\.A flexible generative model for preference aggregation\.In*Proceedings of the 21st International Conference on World Wide Web*, WWW ’12, pages 479–488, New York, NY, USA, 2012\. Association for Computing Machinery\.ISBN 9781450312295\.doi:10\.1145/2187836\.2187902\.URL[https://doi\.org/10\.1145/2187836\.2187902](https://doi.org/10.1145/2187836.2187902)\.
- Wallach et al\. \[2025\]H\. Wallach, M\. Desai, A\. F\. Cooper, A\. Wang, C\. Atalla, S\. Barocas, S\. L\. Blodgett, A\. Chouldechova, E\. Corvi, P\. A\. Dow, J\. Garcia\-Gathright, A\. Olteanu, N\. J\. Pangakis, S\. Reed, E\. Sheng, D\. Vann, J\. W\. Vaughan, M\. Vogel, H\. Washington, and A\. Z\. Jacobs\.Position: Evaluating generative AI systems is a social science measurement challenge\.In*Forty\-second International Conference on Machine Learning Position Paper Track*, 2025\.URL[https://openreview\.net/forum?id=1ZC4RNjqzU](https://openreview.net/forum?id=1ZC4RNjqzU)\.
- Xu et al\. \[2024\]F\. F\. Xu, Y\. Song, B\. Li, Y\. Tang, K\. Jain, M\. Bao, Z\. Z\. Wang, X\. Zhou, Z\. Guo, M\. Cao, M\. Yang, H\. Y\. Lu, A\. Martin, Z\. Su, L\. Maben, R\. Mehta, W\. Chi, L\. Jang, Y\. Xie, S\. Zhou, and G\. Neubig\.Theagentcompany: Benchmarking llm agents on consequential real world tasks, 2024\.URL[https://arxiv\.org/abs/2412\.14161](https://arxiv.org/abs/2412.14161)\.

## Appendix AUse of binary metrics at ML and NLP conferences

We used the OpenReview API to gather abstracts for NeurIPS, NeurIPS Datasets and Benchmarks, ACL, and EMNLP between 2022 and 2025\. We then identified abstracts that contained references to any of: success rate, accuracy, exact match, task success, episode success, top\-1 accuracy, pass@1, solved rate, or match rate\. Complete results are presented in Table[3](https://arxiv.org/html/2606.17541#A1.T3)\.

Table 3:Percentage of published papers abstracts that reference binary metrics\.TaskModelsInstancesAvg\. lengthAvg\. densityPartialInterm\.LicenseAgentBoard \(AB\)GPL\-2\.0alfworld121342\.780\.1920✓✓babyai121122\.730\.1336✓✓pddl12605\.550\.1146✓✓scienceworld12903\.700\.1340✓✓tool\-query12603\.310\.9720✓✓webshop122514\.580\.7432✓✓Openhands\-Index \(OHI\)MITgaia2216519\.870\.0821——swe\-bench2150067\.040\.0169——swe\-bench\-mm2110387\.940\.0037——swt\-bench1843347\.740\.0183——TheAgentCompany \(TAC\)N/ATAC1617526\.270\.0380✓—Text Adventure Learning Environment Suite \(TALES\)N/Ajericho545536\.450\.0980✓✓scienceworld533032\.250\.2979✓✓Sub\-Goal Reinforcement Learning \(SGRL\)N/Adoorkey30488\.230\.2074✓✓fourrooms261009\.130\.7198✓✓taxi1810010\.710\.1286✓✓Table 4:Dataset statistics\. Avg\. length: mean of max step index per trajectory\. Avg\. density: mean fraction of steps with a new return increase\. Partial: any non\-binary rewards present\. Interm\.: any trajectory has a reward between the start and final returns at an intermediate step\.
## Appendix BDatasets

### B\.1Sub\-Goal Reinforcement Learning

The sub\-goal reinforcement learning data instantiates three classic gridworld\-style domains: Taxi \(the Gymnasium Taxi\-v3 environment\), DoorKey \(the MiniGrid DoorKey\-5x5\-v0 environment, in which the agent must pick up a key, unlock a door, and reach a goal cell\), and FourRooms \(the MiniGrid FourRooms environment, in which four rooms are connected by single\-cell hallways and the agent must reach a goal placed in another room\)\. For each domain we construct a fixed bank of up to 100 distinct task instances by iterating reset seeds from zero upward and retaining only the first seed whose post\-reset state, characterized by a domain\-specific tuple of task\-defining factors, is novel relative to all previously retained instances; the discriminating tuple is \(taxi row, taxi column, passenger location, destination\) for Taxi, \(agent position, agent heading, key position, door position, door\-locked flag, goal position\) for DoorKey, and \(agent position, agent heading, goal position, goal room\) for FourRooms\. Each retained seed is serialized together with its decoded state, and at evaluation time the environment is reset with the stored seed and the recorded factors are asserted to match, which keeps the bank reproducible across runs\. The DoorKey domain has 48 instances because the space was exhausted\.

From this fixed bank we generate trajectories for a ladder of policies that span weak to strong on each domain\. Two reference policies are hand\-coded: a uniform random agent over the legal action set, and a deterministic oracle implemented as a planner with full environment knowledge \(a shortest\-path policy over Taxi’s known transition graph, and a breadth\-first search over \(x, y, heading\) tuples that emits the relative turn/forward/pickup/toggle action sequences needed for the two MiniGrid domains\)\. The remaining systems are learned with standard model\-free RL trained from sparse environment reward, with one seed\-per\-checkpoint and three \(Taxi\) or two \(DoorKey, FourRooms\) random seeds: for Taxi we use action\-masked PPO, DQN, and QRDQN over a factored one\-hot symbolic observation \(decomposed into taxi row, taxi column, passenger location, and destination index\), trained for 200k, 200k, and 50k steps respectively; for DoorKey and FourRooms we use PPO and A2C with a CNN policy over the default partial\-observability image observation, trained for 500k and 2M steps respectively, together with a deliberately under\-budgeted "weak" PPO \(100k for DoorKey, 500k for FourRooms, with a 32\-dim feature extractor\) to populate the lower end of the performance ladder\. To probe the effect of denser learning signal on the same algorithms, each learned baseline is duplicated as a "shaped" variant that trains the same architecture and hyperparameters under a potential\-based shaping reward computed from the symbolic state: the Taxi shaping rewards moving toward the passenger and then toward the destination, while the MiniGrid shapings reward progress toward the next subgoal in the canonical subgoal chain \(key, door, goal for DoorKey; goal\-room entry then goal cell for FourRooms\)\. At evaluation time every policy is rolled out once per banked instance under a per\-domain step budget \(100 for Taxi, 150 for the MiniGrid domains\), and we save compact per\-step logs \(the decoded factored state for Taxi; agent position, carried\-object type, and door\-open flag for DoorKey; agent position and current room identifier for FourRooms\) so that hidden subgoal\-progress labels can be recovered offline by a deterministic detector—pickup and successful drop\-off for Taxi, key pickup, door opening, and goal arrival for DoorKey, and entering the goal room and reaching the goal cell for FourRooms—producing a return\-jump trace that assigns equal credit to each subgoal of a domain\.

The oracle\-degradation suite holds the instance bank, the oracle planner, and the random seeding fixed, and rolls out a wrapper policy that, at each step independently, replaces the oracle’s chosen action with an action drawn uniformly at random from the full action space with probabilityϵ\\epsilon; we then sweepϵ\\epsilonusing a two\-phase calibration in which a coarse grid first brackets the value at which mean episode\-return drops to roughly 80% of oracle return, after which 19ϵ\\epsilonvalues are chosen linearly spaced from a small lower bound to that 80% crossing \(approximately 0\.0003 to 0\.0057 for Taxi, 0\.010 to 0\.190 for FourRooms, and 0\.025 to 0\.475 for DoorKey\), producing for each domain a set of twenty closely spaced systems—the oracle plus nineteen degraded variants—whose performance differences are small enough to stress the metrics under study\.

## Appendix CValidity

### C\.1Bump Charts

Figure[6](https://arxiv.org/html/2606.17541#A3.F6)traces each model’s time\-to\-return rank across measures, one panel per task\. Crossings reveal where the rankings are reordered; flat bands indicate stable rankings\.

![Refer to caption](https://arxiv.org/html/2606.17541v1/x13.png)\(a\)ALFWorld
![Refer to caption](https://arxiv.org/html/2606.17541v1/x14.png)\(b\)BabyAI
![Refer to caption](https://arxiv.org/html/2606.17541v1/x15.png)\(c\)PDDL
![Refer to caption](https://arxiv.org/html/2606.17541v1/x16.png)\(d\)ScienceWorld
![Refer to caption](https://arxiv.org/html/2606.17541v1/x17.png)\(e\)WebShop
![Refer to caption](https://arxiv.org/html/2606.17541v1/x18.png)\(f\)ToolQuery
![Refer to caption](https://arxiv.org/html/2606.17541v1/x19.png)\(g\)TAC
![Refer to caption](https://arxiv.org/html/2606.17541v1/x20.png)\(h\)SWE\-bench
![Refer to caption](https://arxiv.org/html/2606.17541v1/x21.png)\(i\)SWT\-bench
![Refer to caption](https://arxiv.org/html/2606.17541v1/x22.png)\(j\)SWE\-bench\-MM
![Refer to caption](https://arxiv.org/html/2606.17541v1/x23.png)\(k\)GAIA
![Refer to caption](https://arxiv.org/html/2606.17541v1/x24.png)\(l\)Taxi
![Refer to caption](https://arxiv.org/html/2606.17541v1/x25.png)\(m\)DoorKey
![Refer to caption](https://arxiv.org/html/2606.17541v1/x26.png)\(n\)FourRooms

Figure 6:Bump charts for tasks\. Each line is one model; rank 1 is top\.Table 5:Oracle rank accuracy \(%\) and power \(%\) \(C\(20,2\)=190 pairs per domain\)\.
### C\.2Oracle Rank Accuracy

To measure whether each metric predicts the correct ordering between systems with known ground\-truth performance, we construct 20 variants of an oracle agent per domain by injectingε\\varepsilon\-random actions at varying rates \(ε=0\\varepsilon=0for the oracle, increasing to≈80%\\approx 80\\%of oracle episode return atεmax\\varepsilon\_\{\\max\}\)\. This yields\(202\)=190\\binom\{20\}\{2\}=190ordered pairs per domain \(570 total\), where the correct ordering is defined byε\\varepsilon: a lower\-noise agent is always better\.

Table[5](https://arxiv.org/html/2606.17541#A3.T5)reports rank accuracy \(fraction of pairs ranked correctly\) and statistical power \(fraction of correctly ranked pairs that are also significant atα=0\.05\\alpha=0\.05by two\-sided bootstrap test\)\.

## Appendix DReliability

Table[6](https://arxiv.org/html/2606.17541#A4.T6)reports split\-half reliability per metric and benchmark: instances are split into halves and we compare both per\-instance scores and the induced system rankings across the two halves\. Table[7](https://arxiv.org/html/2606.17541#A4.T7)complements this with a leave\-one\-out stress test, giving the fraction of system pairs whose sign of difference flips when any single instance is dropped—a direct measure of how brittle pairwise comparisons are at each benchmark’s current size\.

Table 6:Split\-half reliability \(instance\-level and system\-ranking\), averaged within benchmark\.ABTACOHITALESSGRLMeanSR000000PR4\.550\.8304\.890\.452\.14SPL6\.57105\.893\.032\.015\.5LR000000RPP2\.530\.8305\.210\.821\.88IPP3\.540\.8309\.320\.462\.83Table 7:Leave\-one\-out sign flip rate \(% of system pairs where dropping one instance changes sign of difference\), averaged within benchmark\.
## Appendix ESensitivity

### E\.1Tie rate

Table[8](https://arxiv.org/html/2606.17541#A5.T8)reports the fraction of instance\-level comparisons in which two system outputs receive identical scores, averaged within each benchmark\. High tie rates indicate a metric with limited resolution—many pairs of systems are indistinguishable on a given instance, which weakens its ability to support fine\-grained ranking\.

Table 8:Tie rate \(% of instance comparisons with zero difference\), averaged within benchmark\.
### E\.2Preference Distributions

Figure[7](https://arxiv.org/html/2606.17541#A5.F7)shows the distribution of absolute pairwise preference values\|Δ\|\|\\Delta\|for each evaluation metric, broken down by benchmark group\. Each bar shows the proportion of instance\-level comparisons whose absolute preference falls in the indicated range\. The point masses at 0 \(ties\) and 1 \(maximum disagreement\) are shown as separate bars; the three interior bins partition\(0,1\)\(0,1\)into equal thirds\.

![Refer to caption](https://arxiv.org/html/2606.17541v1/x9.png)\(a\)AgentBoard
![Refer to caption](https://arxiv.org/html/2606.17541v1/x27.png)\(b\)OpenHands
![Refer to caption](https://arxiv.org/html/2606.17541v1/x28.png)\(c\)TheAgentCompany
![Refer to caption](https://arxiv.org/html/2606.17541v1/x29.png)\(d\)TALES
![Refer to caption](https://arxiv.org/html/2606.17541v1/x30.png)\(e\)TALES\-AA
![Refer to caption](https://arxiv.org/html/2606.17541v1/x31.png)\(f\)SGRL

Figure 7:Preference distributions across all benchmark datasets\.
### E\.3Discriminative Power

Table[9](https://arxiv.org/html/2606.17541#A5.T9)reports the fraction of system pairs whose score difference is statistically significant under a bootstrap test, averaged within each benchmark\. Higher values mean the metric resolves more pairs of systems—a complementary view to the tie rate above, now accounting for sampling variability rather than just exact ties\.

Table 9:Discriminative power \(% of pairs with significant difference, bootstrap test\), averaged within benchmark\.

## Appendix FData efficiency

### F\.1Stability

Figures[8](https://arxiv.org/html/2606.17541#A6.F8)–[11](https://arxiv.org/html/2606.17541#A6.F11)show how each metric’s pairwise preferences degrade as the evaluation budget shrinks: at each subsample fraction, we measure how often the preference computed on the subset agrees with the preference computed on the full instance set \(self\-reference\)\. Curves that stay near 1 indicate a measure whose system preferences are stable under aggressive subsampling; curves that fall off quickly mean the metric needs the full benchmark to be trustworthy\.

![Refer to caption](https://arxiv.org/html/2606.17541v1/x11.png)\(a\)ALFWorld
![Refer to caption](https://arxiv.org/html/2606.17541v1/x32.png)\(b\)BabyAI
![Refer to caption](https://arxiv.org/html/2606.17541v1/x33.png)\(c\)PDDL
![Refer to caption](https://arxiv.org/html/2606.17541v1/x34.png)\(d\)ScienceWorld
![Refer to caption](https://arxiv.org/html/2606.17541v1/x35.png)\(e\)WebShop
![Refer to caption](https://arxiv.org/html/2606.17541v1/x36.png)\(f\)ToolQuery

Figure 8:Preference preservation \(self\-reference\) — AgentBoard tasks\.![Refer to caption](https://arxiv.org/html/2606.17541v1/x37.png)\(a\)TAC
![Refer to caption](https://arxiv.org/html/2606.17541v1/x38.png)\(b\)SWE\-bench
![Refer to caption](https://arxiv.org/html/2606.17541v1/x39.png)\(c\)SWT\-bench
![Refer to caption](https://arxiv.org/html/2606.17541v1/x40.png)\(d\)SWE\-bench\-MM
![Refer to caption](https://arxiv.org/html/2606.17541v1/x41.png)\(e\)GAIA

Figure 9:Preference preservation \(self\-reference\) — TAC and OHI tasks\.![Refer to caption](https://arxiv.org/html/2606.17541v1/x42.png)\(a\)Jericho
![Refer to caption](https://arxiv.org/html/2606.17541v1/x43.png)\(b\)ScienceWorld

Figure 10:Preference preservation \(self\-reference\) — TALES tasks \(≥30\\geq 30instances\)\.![Refer to caption](https://arxiv.org/html/2606.17541v1/x44.png)\(a\)Taxi
![Refer to caption](https://arxiv.org/html/2606.17541v1/x45.png)\(b\)DoorKey
![Refer to caption](https://arxiv.org/html/2606.17541v1/x46.png)\(c\)FourRooms

Figure 11:Preference preservation \(self\-reference\) — SGRL tasks\.
### F\.2Oracle recovery

Figures[12](https://arxiv.org/html/2606.17541#A6.F12)–[14](https://arxiv.org/html/2606.17541#A6.F14)trace how reliably each metric recovers the ground\-truth ordering betweenε\\varepsilon\-degraded oracle variants as the fraction of instances used shrinks\. Figure[12](https://arxiv.org/html/2606.17541#A6.F12)reports raw sign accuracy \(fraction of oracle pairs ordered correctly\), while Figures[13](https://arxiv.org/html/2606.17541#A6.F13)and[14](https://arxiv.org/html/2606.17541#A6.F14)report the stricter joint criterion of correct ordering*and*statistical significance under FWER \(Holm\) and FDR \(Benjamini\-Hochberg\) correction\. Higher curves at small sample fractions indicate a metric that extracts a correct, defensible verdict from less data\.

![Refer to caption](https://arxiv.org/html/2606.17541v1/x47.png)\(a\)DoorKey
![Refer to caption](https://arxiv.org/html/2606.17541v1/x48.png)\(b\)FourRooms
![Refer to caption](https://arxiv.org/html/2606.17541v1/x49.png)\(c\)Taxi

Figure 12:Oracle sign accuracy as a function of the fraction of instances used to compute each metric\. Pairs are drawn from the degraded oracle variants\. RPP recovers the correct pairwise preference more reliably than SPL at all sample sizes, with the advantage most pronounced on the harder Taxi domain\.![Refer to caption](https://arxiv.org/html/2606.17541v1/x50.png)\(a\)DoorKey
![Refer to caption](https://arxiv.org/html/2606.17541v1/x12.png)\(b\)FourRooms
![Refer to caption](https://arxiv.org/html/2606.17541v1/x51.png)\(c\)Taxi

Figure 13:Oracle significant accuracy \(FWER, Holm correction\) as a function of the fraction of instances\. The fraction of oracle pairs that are both correctly ordered*and*statistically significant after family\-wise error rate correction\.![Refer to caption](https://arxiv.org/html/2606.17541v1/x52.png)\(a\)DoorKey
![Refer to caption](https://arxiv.org/html/2606.17541v1/x53.png)\(b\)FourRooms
![Refer to caption](https://arxiv.org/html/2606.17541v1/x54.png)\(c\)Taxi

Figure 14:Oracle significant accuracy \(FDR, Benjamini\-Hochberg correction\) as a function of the fraction of instances\. The fraction of oracle pairs that are both correctly ordered*and*statistically significant after false discovery rate correction\.

Similar Articles

Active Timepoint Selection for Learning Measure-Valued Trajectories

arXiv cs.LG

This paper introduces a framework for active timepoint selection to infer probability paths from sparse snapshots, using linearized optimal transport to map distributions into a tangent space for Gaussian Process modeling, thereby enabling uncertainty-aware acquisition policies.