Command Palette
Search for a command to run...
정적 리더보드를 넘어: LLM agents 평가를 위한 예측 타당도
정적 리더보드를 넘어: LLM agents 평가를 위한 예측 타당도
초록
agent 벤치마크가 빠르게 성장하고 있지만, 배포 과정에서 노출되는 차원 중 네 개 또는 다섯 개 이상을 포괄하는 단일 벤치마크는 존재하지 않는다. 본 논문은 지금까지 이루어진 단일 MCP 기반 산업용 agent 벤치마크에 대한 가장 대규모의 체계적인 심층 분석을 종합한다. 여기에는 새로운 자산 클래스(다중 모달 시각 확장 포함), 대체 오케스트레이션, 검색 전략, 추론 모드, 인프라 최적화, 평가 방법론 탐색을 아우르는 14개의 병렬 구현 연구가 포함된다. 해당 연구들을 기존 7개의 agent 벤치마크와 통합하여 검토한 결과, 집계 점수 기반 리더보드는 배포된 agent 평가를 체계적으로 불충분하게 기술하고 있음을 주장한다. 집계 점수에서 도출된 순위는 분포 밖(out-of-distribution) 환경으로 전이되지 않으며, 최근 공개 대회에서 비공개 대회로 전환된 경쟁 사례에 대한 후향적 분석은 이러한 순위 불안정성에 대한 직접적인 경험적 증거를 제공한다. 우리는 표본 내 평균이 아닌 예측 타당도, 즉 표본 내(in-sample) 순위와 표본 외(out-of-sample) 순위 간의 상관관계를 기준으로 구성을 순위 매기는 것을 제안하며, HELM과 그 agent 시대 후속 벤치마크들이 축소한 배포 관련 차원을 드러내는 12단계 측정 장치를 보고한다. 이러한 입장은 명시적 임계값을 갖춘 세 가지 반증 가능한 분포 밖 기준으로 운영화되었으며, 기존 증거는 이를 부분적으로 지지하지만 확인하기에는 너무 미흡하다. 본 논문은 사전 등록된 파일럿 설계와 차세대 에이전틱 벤치마크가 보고해야 할 사항에 대한 현장 차원의 비전을 제시하며 결론을 맺는다.
One-sentence Summary
Instead of relying on static aggregate scores, this paper evaluates LLM agents by predictive validity, the correlation between in-sample and out-of-sample rank, and operationalizes this approach through a twelve-tier measurement apparatus and three falsifiable out-of-distribution criteria with explicit thresholds to capture deployment-relevant performance.
Key Contributions
- The paper aggregates fourteen parallel implementation studies of an MCP-based industrial agent benchmark to systematically evaluate diverse architectural configurations, retrieval strategies, and reasoning modes across multiple asset classes.
- It proposes a predictive validity ranking framework that replaces aggregate score leaderboards with a criterion measuring the correlation between in-sample and out-of-sample performance to address rank instability under distributional shifts.
- The work introduces a twelve-tier measurement apparatus that isolates deployment-relevant evaluation dimensions previously collapsed by existing benchmarks, supported by cross-benchmark rank correlation analyses and public-to-hidden competition retrospectives.
Introduction
As large language model agents transition into high-stakes deployment environments like industrial asset operations, reliable evaluation becomes essential for ensuring operational safety and resource efficiency. Current benchmarks struggle with this transition because they rely on aggregate scores that collapse orthogonal deployment dimensions such as multi-turn artifact reuse, retrieval latency, and tool-call hygiene. These single-metric leaderboards exhibit severe rank instability, failing to predict how systems will perform on out-of-distribution tasks, while heavy reliance on LLM-as-judge scoring introduces subjective bias and measurement drift without independent verification. The authors leverage these limitations to propose predictive validity as a new ranking criterion, prioritizing the correlation between in-sample and out-of-sample performance over raw in-sample means. By consolidating seven established benchmarks and fourteen parallel implementation studies, they introduce a twelve-tier measurement apparatus that surfaces deployment-critical dimensions and outline three falsifiable criteria to rigorously test rank stability across distributional shifts.
Dataset
-
Dataset Composition and Sources: The authors do not release a single training corpus. Instead, they compile an evaluation framework synthesized from seven established benchmarks and fourteen parallel implementation studies. The primary data sources include the publicly released AssetOpsBench dataset, NASA PCOE Li-ion cycling data, and open evaluation suites such as ARE, Gaia2, MCP-Bench, TaskBench, MCP-Universe, SmartGridBench, and PHMForge. All materials rely on synthetic or publicly available industrial data, with no human subjects or sensitive deployment traces involved.
-
Subset Details: The compiled data is organized into twelve orthogonal measurement tiers. Tiers one through seven consolidate metrics from prior benchmarks, covering headline pass rates, tool-call hygiene, planning quality, capability axes, cost efficiency, failure modes, and reproducibility. Tiers eight through twelve emerge from deployment-focused implementation studies, addressing infrastructure overhead, multi-turn dialog dynamics, reasoning adaptivity, knowledge augmentation, and judge-independent evidence grounding. Each tier explicitly maps to specific source benchmarks, such as leveraging MCP-Bench for tool validation and TaskBench for decomposition scoring.
-
Usage in the Model: The authors apply this synthesized data exclusively for model evaluation and leaderboard construction rather than training. They aggregate metrics across the twelve tiers to measure predictive validity and expose the gap between current scoring practices and the underlying measurement space. The framework is designed to prevent systematic over-trusting of rankings by tracking cost-quality Pareto positions, multi-run variance, and judge-human agreement rates.
-
Processing and Framework Construction: The authors bypass traditional cropping and metadata construction. Instead, they standardize diverse evaluation outputs into a unified tiered apparatus by defining clear metric boundaries, such as uninformative pass-rate floors and dependency-order correctness checks. They track operational details like latency decomposition, step counts, and context-bloat trade-offs while maintaining reference adversarial-perturbation suites as community artifacts. The orthogonality of the twelve dimensions is treated as a working hypothesis validated through empirical testing in subsequent research.
Method
The authors introduce AssetOpsBench, a comprehensive evaluation framework designed to assess the predictive validity of LLM agents in industrial operations. Rather than relying on single-shot benchmarks, the framework extends a base agent across six distinct axes to capture the multidimensional nature of real-world deployment. As shown in the framework diagram below:
The central component represents the base benchmark, comprising 141 scenarios focused on HVAC chillers. The framework branches into six operationalization axes. The Asset Class axis tests generalization across different equipment types, such as batteries, transformers, and visual inspection tasks. Evaluation Methodology explores different testing protocols, including automated scenario generation and protocol versus orchestration comparisons. Orchestration examines agent architectures like supervisor-specialist setups or verified plan-execute loops. Knowledge and Retrieval investigates strategies such as knowledge plugins, confidence-gated routing, and temporal semantic caching. Reasoning Mode evaluates the impact of reasoning capabilities, including QLoRA internalization and adaptive routing. Finally, Infrastructure addresses system-level factors like hedged dispatch, model swapping, and persistent server modes to reduce latency.
To evaluate agents within this framework, the authors propose a rigorous methodology based on three operationalizations of Out-of-Distribution (OOD) shift. The first criterion, Held-Out Scenarios, involves a stratified random split to test if performance on a sample predicts performance on the full population. The second criterion, Cross-Subset Transfer, assesses moderate shift by ranking agents on k−1 subsets and testing them on the held-out subset, creating a rank-stability matrix across asset classes. The third criterion, Adversarial Perturbation, applies the strongest shift by generating semantically equivalent paraphrases, renaming identifiers, shifting time windows, and injecting distractors to test robustness.
The core of the evaluation method is the Predictive-Validity Score (PV), a composite metric designed to rank agents based on their generalization reliability rather than just in-sample performance. The score is calculated as:
PV(c)=αYˉc−βσYc,OOD−γIQR(Yc)
In this equation, Yˉc represents the in-sample mean performance. The term σYc,OOD captures the cross-OOD-criterion standard deviation of rank positions, penalizing agents whose performance fluctuates significantly across different OOD criteria. The term IQR(Yc) represents the interquartile range of per-scenario scores, penalizing high variance. The weights α,β,γ are fitted to maximize the Spearman correlation between the PV rank and the ranks derived from the OOD criteria.
The authors also specify a structured approach for reporting these results through a proposed leaderboard design. This design mandates declared configuration columns to attribute performance to specific architectural choices, such as reasoning mode or retrieval strategy. It further recommends a layered presentation, starting with a headline table of PV ranks, followed by cost-Pareto plots and drill-down panels to expose deployment-relevant dimensions. This ensures that rankings are not conflated by varying transport or orchestration methods, providing a more accurate reflection of agent capabilities in production environments.
Experiment
The evaluation setup synthesizes findings from fourteen independent implementation studies that employ controlled ablations and cross-model comparisons to assess ranking stability, reasoning modes, knowledge augmentation strategies, and evaluation methodologies. Qualitative results indicate that extended reasoning enhances clarity but introduces latency without uniformly improving task correctness, while knowledge retrieval approaches reveal distinct accuracy-speed trade-offs that necessitate deployment-aware reporting. Additional experiments demonstrate that LLM-as-judge scoring requires external anchors to ensure reliability and that system performance is predominantly constrained by substrate specifications and orchestration limitations rather than raw model capability. Together, these convergent findings validate the need for a multi-dimensional evaluation framework that captures architectural trade-offs, judge independence, and deployment-specific constraints.
The authors present findings from fourteen implementation studies of MCP-based industrial agents, grouped by the specific extension axis they address. The results reveal convergent architectural sensitivities, showing that performance improvements vary significantly depending on whether the intervention targets knowledge retrieval, orchestration, or infrastructure. The studies collectively indicate that current baselines often suffer from inefficiencies in protocol overhead and caching, and that evaluation metrics must account for these underlying structural factors. Agentic knowledge retrieval methods achieve substantially higher accuracy than standard retrieval-augmented generation, despite requiring more computational resources. Optimizing orchestration and infrastructure components, such as through better caching or dispatch strategies, leads to significant reductions in latency and execution time. Enabling extended reasoning capabilities enhances output clarity and reduces hallucinations, though it introduces a trade-off with increased processing time.
Based on fourteen implementation studies of MCP-based industrial agents, the experiments validate how distinct architectural extensions influence system performance, efficiency, and output quality. The findings demonstrate that performance gains are highly dependent on the targeted intervention, with knowledge retrieval methods yielding superior accuracy at the expense of higher computational demands. Meanwhile, optimizing orchestration and infrastructure components substantially reduces latency, while extended reasoning capabilities improve output clarity and minimize hallucinations despite increasing processing time. Collectively, these results highlight persistent baseline inefficiencies in protocol overhead and caching, underscoring the necessity for evaluation frameworks that account for underlying structural factors.