NeFut Logo NeFut
Admin Login

[CS.AI] Monitoring Web Agents via Observable Trajectories and Key-Step Supervision

Published at: 2026-09-03 22:00 Last updated: 2026-09-04 02:14
#AI #Machine Learning #LLM

Reliable monitoring of web agents becomes difficult when internal uncertainty signals such as token logits are unavailable. This work tackles prefix‑level risk prediction: given an evolving execution prefix, estimate whether the current run remains on track or is drifting toward failure. We introduce two observable trajectory representations:

Instead of inheriting the final outcome label, we define a key‑step boundary: the first critical error in the observed continuation that stays uncorrected and is linked to the final failure. This preserves valid early prefixes of failed trajectories as “on track”, avoiding premature failure labeling.

Experiments on the WebArena‑Lite and Online Mind2Web benchmarks, using five open‑ and closed‑source backbones, show that observable trajectory signals are competitive with internal‑signal baselines. Moreover, the predictors enable:

These results demonstrate that risk prediction can be effectively supported by external observable signals alone, offering a practical avenue for safe deployment of web agents.

Review

Original Source: https://arxiv.org/abs/2609.02057

[h] Back to Home