AIApr 6

IntentScore: Intent-Conditioned Action Evaluation for Computer-Use Agents

arXiv:2604.0515790.8h-index: 2
Predicted impact top 17% in AI · last 90 daysOriginality Highly original
AI Analysis

This addresses the issue of error cascades in GUI automation for users of computer-use agents, representing a strong specific gain.

The paper tackled the problem of Computer-Use Agents generating irreversible errors due to lack of action quality evaluation by proposing IntentScore, a plan-aware reward model that achieved 97.5% pairwise discrimination accuracy and improved task success rate by 6.9 points on an unseen environment.

Computer-Use Agents (CUAs) leverage large language models to execute GUI operations on desktop environments, yet they generate actions without evaluating action quality, leading to irreversible errors that cascade through subsequent steps. We propose IntentScore, a plan-aware reward model that learns to score candidate actions from 398K offline GUI interaction steps spanning three operating systems. IntentScore trains with two complementary objectives: contrastive alignment for state-action relevance and margin ranking for action correctness. Architecturally, it embeds each candidate's planning intent in the action encoder, enabling discrimination between candidates with similar actions but different rationales. IntentScore achieves 97.5% pairwise discrimination accuracy on held-out evaluation. Deployed as a re-ranker for Agent S3 on OSWorld, an environment entirely unseen during training, IntentScore improves task success rate by 6.9 points, demonstrating that reward estimation learned from heterogeneous offline trajectories generalizes to unseen agents and task distributions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes