MapSatisfyBench: Benchmarking Satisfaction-Aware Map Agents through Behavior-Grounded Implicit Decision Factors
作者: Lubin Bai, Mengyu Cao, Sixue Wang, Zhongwei Wan, Yue Pan, Jiale Hou, Xiang Li, Xiuyuan Zhang
分类: cs.AI
发布日期: 2026-06-16
💡 一句话要点
提出MapSatisfyBench以解决地图代理满意度评估问题
🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 地图服务 用户满意度 隐含决策因素 行为链 评估基准 智能代理 大规模数据
📋 核心要点
- 现有地图服务代理在处理用户隐含需求时表现不足,难以有效评估用户满意度。
- 提出恢复-识别-过滤框架,通过行为链证据重建用户需求,识别并保留隐含决策因素。
- 实验结果显示,当前代理在明确任务完成上表现良好,但在满足隐含决策因素方面仍有待提升。
📝 摘要(中文)
随着大型语言模型代理逐渐融入地图服务,用户在日常生活中常以非正式方式表达需求,导致查询不明确,隐含决策因素未被充分考虑。虽然澄清问题可以缓解这一现象,但会增加用户负担。因此,代理应主动从可用信息中恢复这些因素。本文提出了一种恢复-识别-过滤框架,重建用户需求,识别隐含决策因素,并构建了MapSatisfyBench基准,支持满意度导向的地图代理评估。实验表明,现有代理在明确任务完成方面表现良好,但在满足隐含决策因素和主动获取证据方面仍有限。
🔬 方法详解
问题定义:本文旨在解决地图代理在用户满意度评估中的不足,尤其是隐含决策因素的识别与恢复。现有方法往往依赖单一答案,无法全面反映用户满意度。
核心思路:通过恢复-识别-过滤框架,重建用户需求并识别隐含决策因素,确保这些因素在代理响应前可从信息中提取。
技术框架:整体流程包括三个主要模块:恢复用户需求、识别隐含决策因素、过滤不相关因素。首先,从行为链中重建需求,然后识别出影响满意度的隐含因素,最后仅保留与查询前证据相关的因素。
关键创新:最重要的创新在于提出了一个系统化的框架来处理隐含决策因素的评估,区别于传统方法仅依赖显性任务完成的评估方式。
关键设计:在框架中,采用了多维度的用户数据注释,确保评估目标的客观性和量化,同时设计了适应性强的损失函数以优化代理的决策能力。
🖼️ 关键图片
📊 实验亮点
实验结果表明,当前地图代理在明确任务完成方面的准确率超过80%,但在满足隐含决策因素的能力上仅达到50%。这显示出在用户满意度评估中,隐含因素的考虑仍需进一步加强,MapSatisfyBench为此提供了有效的评估基准。
🎯 应用场景
该研究的潜在应用领域包括智能地图服务、导航系统和个性化推荐等。通过提升代理对用户隐含需求的理解能力,可以显著改善用户体验,推动智能服务的普及与发展。未来,该框架可扩展至其他领域的智能代理评估。
📄 摘要(原文)
Large language model agents are increasingly integrated into map services. Since map services are embedded in everyday-life scenarios rather than professional task settings, users often express their needs informally, resulting in underspecified queries with many unspoken needs, namely, implicit decision factors that are critical for user satisfaction. Although clarification is an effective way to mitigate this issue, it increases user burden in daily interaction, and a capable agent should first proactively recover such factors from available information sources. However, evaluating this ability is challenging. The first challenge is to determine which implicit decision factors are suitable for evaluation. A factor is evaluable only if it affects user acceptance and can be recovered from information available to the agent before it responds. Second, user satisfaction cannot be reliably represented by a single reference answer, requiring a benchmark that converts satisfaction-relevant factors into objective and quantifiable evaluation targets. To address these challenges, we propose a restore-identify-filter framework that reconstructs complete user needs from behavior-chain evidence, identifies implicit decision factors, and retains only those supported by pre-query evidence. Building on this methodology, we construct MapSatisfyBench from large-scale, real-world anonymized user data and annotate ground truth from five dimensions and enables full-chain evaluation of satisfaction-aware map agents. Experiments show that current agents generally perform well on explicit task completion, but remain limited in satisfying implicit decision factors and proactively acquiring the evidence needed for satisfaction-aware decisions. These findings establish MapSatisfyBench as a benchmark for shifting map-agent evaluation from task completion toward satisfaction-aware spatial decision making.