Signals: Trajectory Sampling and Triage for Agentic Interactions
Summary
This paper proposes a lightweight, signal-based framework for efficiently triaging agentic interaction trajectories by computing low-cost indicators that identify informative samples without impacting online agent behavior, achieving an 82% informativeness rate on benchmarks.
View Cached Full Text
Cached at: 07/15/26, 04:20 PM
Paper page - Signals: Trajectory Sampling and Triage for Agentic Interactions
Source: https://huggingface.co/papers/2604.00356 Published on Apr 1
·
Submitted byhttps://huggingface.co/parachas
Salmanon Apr 3
Abstract
A signal-based framework for efficiently triaging agentic interaction trajectories by computing low-cost indicators that identify informative samples without impacting online agent behavior.
Agentic applicationsbased onlarge language modelsincreasingly rely onmulti-step interaction loopsinvolvingplanning,action execution, andenvironment feedback. While such systems are now deployed at scale, improving them post-deployment remains challenging. Agent trajectories are voluminous and non-deterministic, and reviewing each one, whether through human review or auxiliary LLMs, is slow and cost-prohibitive. We propose a lightweight, signal-based framework for triaging agentic interaction trajectories. Our approach computes cheap, broadly applicable signals from live interactions and attaches them as structured attributes fortrajectory triage, identifying interactions likely to be informative without affecting online agent behavior. We organize signals into a coarse-grained taxonomy spanning interaction (misalignment, stagnation, disengagement, satisfaction), execution (failure, loop), and environment (exhaustion), designed for computation without model calls. In a controlled annotation study on τ-bench, a widely used benchmark for tool-augmented agent evaluation, we show thatsignal-based samplingachieves an 82\% informativeness rate compared to 74\% forheuristic filteringand 54\% forrandom sampling, with a 1.52x efficiency gain per informative trajectory. The advantage is robust acrossreward strataandtask domains, confirming that signals provide genuine per-trajectory informativeness gains rather than merely oversampling obvious failures. These results show that lightweight signals can serve as practical sampling infrastructure for agentic systems, and suggest a path towardpreference data constructionandpost-deployment optimization.
View arXiv pageView PDFProject pageGitHub6.86kAdd to collection
Get this paper in your agent:
hf papers read 2604\.00356
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2604.00356 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2604.00356 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2604.00356 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
Signals: finding the most informative agent traces without LLM judges [R]
Katanemo Labs introduces 'Signals,' a lightweight method for identifying informative agent traces without using LLM judges or GPUs, achieving higher efficiency in trajectory analysis.
Offline Preference-Based Trajectory Evaluation
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.
Agentic-Ideation: Sample Efficient Agentic Trajectories Synthesis for Scientific Ideation Agents
Proposes Agentic-Ideation, a framework for efficient synthesis of agentic trajectories to train LLMs for scientific ideation, achieving over 10x improvement in sample efficiency and outperforming existing workflow-based baselines.
TRACE: Trajectory-robust Admission with Evidence Ordering for Efficient GUI Agents
TRACE is a training-free framework that optimizes GUI agent efficiency by ranking visual evidence based on utility and diversity, reducing latency and memory usage through adaptive token management and KV contraction.
TRACE: Trajectory Risk-Aware Compression for Long-Horizon Agent Safety
This paper proposes TRACE, a trajectory-level safety detection method for long-horizon LLM agents that compresses full trajectory evidence into a latent state to better aggregate dispersed risk signals, achieving state-of-the-art accuracy on multiple benchmarks.