PersonaTrail: Benchmarking Personalized Web Agents through Browsing Trails
Summary
PersonaTrail is a benchmark for personalized web agents that uses realistic browsing trajectories to evaluate agents' ability to infer user preferences and recall past information. The paper also proposes PACMem, a memory framework that outperforms existing baselines on both tasks.
View Cached Full Text
Cached at: 07/24/26, 05:01 AM
# PersonaTrail: Benchmarking Personalized Web Agents through Browsing Trails Source: [https://arxiv.org/abs/2607.20482](https://arxiv.org/abs/2607.20482) [View PDF](https://arxiv.org/pdf/2607.20482) > Abstract:Recent advances in large language models have enabled web agents to autonomously execute complex tasks\. In practice, users frequently 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\. ## Submission history From: Seungbin Yang \[[view email](https://arxiv.org/show-email/8128ca15/2607.20482)\] **\[v1\]**Sat, 30 May 2026 13:27:55 UTC \(13,178 KB\)
Similar Articles
Personalize-then-Store: Benchmarking and Learning Personalized Memory for Long-horizon Agents
This paper introduces PerMemBench, the first benchmark for evaluating personalized memory systems in LLM-based agents, and proposes a session-level storage gating framework that adapts memory policies to individual user contexts.
MCP-Persona: Benchmarking LLM Agents on Real-World Personal Applications via Environment Simulation
MCP-Persona is a benchmark evaluating LLM agents on personalized tools interacting with individual accounts and local databases. Experiments reveal significant challenges for state-of-the-art agents in personalized tool use.
PAST-Bench: Benchmarking the Foundations of Recursive Self-Improvement in Personal Agents
Introduces PAST-Bench, a benchmark for evaluating whether personal AI agents improve from retained experience across sessions, and Hermes+, an extension with targeted interventions. Finds improvement is real but uneven across capabilities and models.
Beyond Borrowed Histories: Person-Aligned User Simulation for Interactive Role-Playing Evaluation
Introduces PALATE, a scalable benchmark for evaluating role-playing agents using person-aligned LLM-simulated users and personalized rubrics, addressing limitations of fixed-history evaluation.
FinPerMA: A Theory-Informed, Event-Grounded Personalized-Memory Benchmark for LLM Agents
Introduces FinPerMA, an event-grounded benchmark for evaluating personalized memory in LLM agents for financial advising, showing that current models and memory systems remain far from saturated.