TL;DR
π-BENCH introduces a benchmark with 100 multi-turn tasks across 5 personas for evaluating proactive personal assistants in long-horizon workflows. Results show significant gaps between task completion and proactivity, with history being crucial for proactive behavior.

论文原始摘要

The rise of personal assistant agents, e.g., OpenClaw, highlights the growing potential of large language models to support users across everyday life and work. A core challenge in these settings is proactive assistance, since users often begin with underspecified requests and leave important needs, constraints, or preferences unstated. However, existing benchmarks rarely evaluate whether agents can identify and act on such hidden intents before they are explicitly stated, especially in sustained multi-turn interactions where user needs emerge gradually. To address this gap, we introduce $π$-Bench, a benchmark for proactive assistance comprising 100 multi-turn tasks across 5 domain-specific user personas. By incorporating hidden user intents, inter-task dependencies, and cross-session continuity, $π$-Bench evaluates agents' ability to anticipate and address user needs over extended interactions, jointly measuring proactivity and task completion in long-horizon trajectories that better reflect real-world use. Experiments show (1) proactive assistance remains challenging, (2) a clear distinction between task completion and proactivity, and (3) the value of prior interaction for proactive intent resolution in later tasks.

Paper Collector 中文速览

评估个人助手在长期工作流中的主动能力

方法概述

构建包含隐藏用户意图、任务间依赖和跨会话连续性的评测数据集,通过多轮交互同时测量智能体的主动性和任务完成度,在长期轨迹中评估真实场景表现

核心贡献

提出π-Bench基准,包含100个多轮任务和5种用户画像,评估智能体识别隐藏意图和跨会话连续性的主动能力

原始来源与核验范围

核验仅覆盖论文正文中的主张、证据片段和参考文献关系。NGJOO 未独立运行作者代码、重做实验或验证真实部署效果;页面中的可复现性分数是文档完整度评估,不是复现实验结果。

36
已证实
0
证据不足
2
无法验证
N/A
可复现性
置信度
90%

核心问题

How can we evaluate proactive personal assistant agents that must infer hidden intents from underspecified requests in long-horizon workflows with persistent workspaces and cross-session dependencies?

核心方法

The authors construct π-BENCH with 100 multi-turn tasks across five domain-specific user personas, each episode containing 20 sessions with cross-session dependencies. Agents are evaluated using two metrics: proactivity (PROC) measuring fraction of hidden intents resolved through direct completion or targeted elicitation, and completeness (COMP) measuring satisfaction of verifiable task requirements via checklist-based evaluation. Nine frontier models are tested under a unified ReAct-style agent scaffold with tool interfaces.

论点验证

已证实 (95%) We introduce π-BENCH, a benchmark for evaluating proactive assistance in long-horizon personal assistant workflows.
已证实 (95%) π-BENCH captures this structure through 100 multi-turn tasks across 5 domain-specific user personas, organized into multi-session workflows with cross-session dependencies.
已证实 (90%) We formalize proactivity for long-horizon personal agents.
已证实 (95%) We introduce π-BENCH, a benchmark for proactive assistance with 100 multi-turn tasks spanning five domain-specific personas, jointly evaluating proactivity and task completion via agent trajectories with long-range, cross-session dependencies.
This claim combines the benchmark introduction with its structural details. Both aspects are well-documented with specific numbers (100 tasks, 5 personas, cross-session dependencies) and formal evaluation metrics (PROC and COMP).
已证实 (90%) Extensive experiments show (1) proactive assistance remains challenging for frontier agents, (2) a clear distinction between completing tasks (completeness) and reducing user burden (proactivity), and (3) the value of prior interaction for proactive intent resolution in later tasks.
已证实 (95%) π-BENCH includes five user roles across distinct domains (researcher, marketer, law trainee, pharmacist, and financier), covering diverse workflows and constraints.
The five user roles are explicitly listed: researcher, marketer, law trainee, pharmacist, and financier. This is a concrete design specification that is clearly stated and verifiable.
已证实 (95%) For each role, we construct one episode with 20 sessions, where each session corresponds to one multiturn task.
The paper explicitly states: 'Each episode contains 20 sessions, and each session corresponds to one task addressed through multi-turn interaction.' This is a concrete, verifiable design specification.
已证实 (95%) We evaluate agents on both proactive intent resolution (Proactivity) and task completion (Completeness).
The paper provides formal definitions for both metrics: Proactivity (PROC) in Section 3.5 with equation, and Completeness (COMP) in Section 3.5 with equation. Both are mathematically defined and operationally specified.
已证实 (85%) We focus on long-horizon personal agents that assist users in both professional and everyday knowledge work by planning, producing, and refining concrete artifacts such as code, documents, and structured outputs.
The paper describes the agent paradigm focusing on long-horizon personal agents that produce concrete artifacts. This is a design choice that is clearly stated, though it's more of a scope definition than a testable claim.
已证实 (85%) Our tasks are grounded in practical tool and skill interfaces, such as shopping tool, web search tool, and data processing skill.
The paper mentions grounding in practical tool and skill interfaces with examples (shopping tool, web search tool, data processing skill). The claim is stated but specific tool implementations are not exhaustively detailed.
已证实 (80%) Roles are constructed with domain experts to ensure realism and sufficient specificity, and are then lightly normalized to keep granularity and coverage consistent across users.
The paper states roles are constructed with domain experts and normalized. This is a design choice claim that is stated but the expert involvement is not quantified or detailed with specific methodology.
已证实 (80%) Each instance is derived from domain experts' authentic work routines and supporting materials, then shaped to require producing or revising concrete deliverables in the project environment.
The paper describes task derivation from domain experts' authentic work routines. This is stated as part of the methodology, though the specific expert involvement process is not exhaustively documented.
已证实 (95%) Among the 20 tasks, we include (1) six strong dependency groups, each comprising two to three tasks that share essential carry-over information for successful completion, and (2) five largely independent tasks that broaden coverage of stand-alone workflows.
The paper provides specific numbers: six strong dependency groups (2-3 tasks each) and five largely independent tasks. These are concrete, verifiable design specifications.
已证实 (95%) For each task, we provide a checklist C = {c 1 , . . . , c n } that defines verifiable completion criteria for the final outcome and required artifacts.
The paper provides formal definition of checklists with notation C = {c_1, ..., c_n} and describes their role in defining verifiable completion criteria. This is a concrete design specification.
已证实 (95%) We implement checklist verification with two types of graders: Rubric-based evaluation and Rule-based verification.
The paper explicitly describes two types of graders: rubric-based evaluation for open-ended content and rule-based verification for objective conditions. Both are described with implementation details.
已证实 (95%) We define the proactivity score as the fraction of intents that the agent resolves proactively, either by direct completion or by targeted elicitation.
The paper provides the formal mathematical definition: PROC = (|I_com| + |I_inf|) / |I|. This is a precise, verifiable definition.
已证实 (90%) All models are evaluated under the same agentic scaffold, adapted from Nanobot [11], so that performance differences primarily reflect model capability rather than scaffold-specific components.
The paper states all models are evaluated under the same agentic scaffold adapted from Nanobot. This is a methodological choice that controls for scaffold variation. The reference to Nanobot [11] is provided.
已证实 (95%) We run each task three times with independent trajectories and report averaged results with standard deviations for robust estimation.
The paper explicitly states: 'we run each task three times with independent trajectories and report averaged results with standard deviations.' This is a concrete methodological specification.
已证实 (95%) We use GPT-5.4 as the base model for the user agent and as the rubric-based grader, with temperature set to zero.
The paper explicitly states: 'We use GPT-5.4 as the base model for the user agent and as the rubric-based grader, with temperature set to zero.' This is a concrete, verifiable specification.
已证实 (95%) Legal matter operations and handoffs (H) show the largest gap, with high average COMP but low average PROC (84.1% vs. 38.1%).
The paper provides exact numbers: 84.1% COMP vs. 38.1% PROC for legal matter operations and handoffs (H). These are specific quantitative results from the experiments.

... 共 38 个论点

可复现性评估

较低可复现性 (0%)

缺失的复现细节

局限与证据边界

本分析由 PDF 阅读助手 自动生成,仅供参考,不构成学术评审意见。验证结论和可复现性评估基于论文文本自动分析,可能存在偏差。原始论文请参阅 arXiv

分析时间:2026-05-24T07:19:42+00:00 · 数据来源:Paper Collector