NeFut Logo NeFut
Admin Login

[CS.AI] PersonaTrail: Benchmarking Personalized Web Agents

Published at: 2026-07-24 22:00 Last updated: 2026-07-26 07:44
#algorithm #AI #Machine Learning

Abstract

Recent advances in large language models have enabled web agents to autonomously execute complex tasks. However, users often provide underspecified instructions, requiring agents to infer the missing context from their raw browsing histories. Existing benchmarks fail to capture this form of personalization, as they either restrict tasks to fully explicit prompts or abstract web interaction history into simplified forms.

To bridge this gap, we introduce PersonaTrail, a benchmark for personalized web agents operating in a managed open web environment. By leveraging realistic browsing trajectories as user history, PersonaTrail evaluates an agent's ability to infer user preferences and recall information from past browsing sessions.

We further propose Preference-Aware Contextual Memory (PACMem), a framework that decomposes raw browsing histories into two types of structured memory: factual memories that summarize individual sessions and preference memories that distill recurring behavioral patterns. At inference time, the agent retrieves the most relevant entries from these memories to guide personalized navigation. Extensive experiments show that PACMem consistently outperforms existing memory-based baselines on both tasks.

Blogger's Review: PersonaTrail introduces a fresh perspective for evaluating web agents through personalized browsing trails. The design of the PACMem framework significantly enhances the agent's memory and reasoning capabilities, showcasing the potential and importance of personalized services in practical applications.

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

[h] Back to Home