paper-with-me

홈 › Papers

From Sequence to Structure: Relational Uncertainty Propagation for LLM Agents

2026-08-17 · Zhengzhao Ma. Boxi Cao, Yaojie Lu, Hongyu Lin, Xianpei Han, Le Sun hf

Reliable uncertainty quantification (UQ) is essential for deploying large language model (LLM) agents in complex interactive environments. Existing UQ methods largely rely on local signals, such as token probabilities, predictive entropy, or per-step confidence, and therefore overlook the long-range dependencies through which errors accumulate across an execution trajectory. As a result, they may fail to identify agent failures whose causes originate several reasoning or interaction steps before the final answer. We propose RUPA (Relational Uncertainty Propagation for Agents), a trajectory-level UQ framework for LLM agents. RUPA represents an execution history as a directed trajectory graph in which reasoning states, tool interactions, and environment feedback are nodes connected by temporal and semantic dependency edges. It then propagates uncertainty over this graph to capture how execution risk accumulates and transfers across interaction steps. The propagated signal is combined with trajectory-level behavioral features and goal-alignment information to produce a confidence estimate for the full agent trajectory. We evaluate RUPA on representative agent benchmarks, including τ-2, Terminal-Bench-2, and GAIA, using 6 open-source LLMs spanning multiple model families. Experimental results show that RUPA consistently outperforms existing UQ methods by providing more accurate uncertainty estimates, enabling earlier failure detection, and improving uncertainty-guided agent execution across diverse agent tasks. These results demonstrate that explicitly modeling relational dependency is crucial to reliable UQ for long-horizon LLM agents, providing a practical foundation for trustworthy agent execution.

📄 PDF Abstract BibTeX arXiv:2608.16002

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Spatially-Aware Graph Neural Networks for Relational Behavior Forecasting from Sensor Data

2019-10-18 · Sergio Casas, Cole Gulino, Renjie Liao, Raquel Urtasun

In this paper, we tackle the problem of relational behavior forecasting from sensor data. Towards this goal, we propose a novel spatially-aware graph neural network (SpAGNN) that models the interactions between agents in…

Graph Neural NetworkMotion PlanningTrajectory Forecasting

PropUQ-MAS: Propagation-Aware Uncertainty Quantification for LLM Multi-Agent Systems

2026-08-22 · Yaokun Liu, Yifan Liu, Daniel Yue Zhang, Ruichen Yao 외 arxiv

LLM-based multi-agent systems (MAS) solve complex tasks through communication among role-specialized agents. However, inter-agent dependencies introduce reliability risks beyond isolated agent failures. For instance, err…

Relational Conformal Prediction for Correlated Time Series

2025-02-13 · Andrea Cini, Alexander Jenkins, Danilo Mandic, Cesare Alippi 외

We address the problem of uncertainty quantification in time series forecasting by exploiting observations at correlated sequences. Relational deep learning methods leveraging graph representations are among the most eff…

Conformal PredictionPredictionquantile regressionTime Series+2

Propagation on Multi-relational Graphs for Node Regression

2021-10-15 · Eda Bayram

Recent years have witnessed a rise in real-world data captured with rich structural information that can be conveniently depicted by multi-relational graphs. While inference of continuous node features across a simple gr…

Node RegressionregressionRelational Reasoning

HyperSkill: Self-Evolving LLM Agents via Hypergraph-Structured Skill Memory

2026-08-17 · Ruiyao Xu, Tiankai Yang, Wei-Chieh Huang arxiv

As agentic tasks grow in complexity, LLM agents increasingly rely on experiential memory to reuse procedural knowledge across tasks. Effective memory design must jointly address what to store, how memory is structured an…