菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-16
📄 Abstract - Removing Planner Bias in Goal Recognition Through Multi-Plan Dataset Generation

Autonomous agents require some form of goal and plan recognition to interact in multiagent settings. Unfortunately, all existing goal recognition datasets suffer from a systematical bias induced by the planning systems that generated them, namely heuristic-based forward search. This means that existing datasets lack enough challenge for more realistic scenarios (e.g., agents using different planners), which impacts the evaluation of goal recognisers with respect to using different planners for the same goal. In this paper, we propose a new method that uses top-k planning to generate multiple, different, plans for the same goal hypothesis, yielding benchmarks that mitigate the bias found in the current dataset. This allows us to introduce a new metric called Version Coverage Score (VCS) to measure the resilience of the goal recogniser when inferring a goal based on different sets of plans. Our results show that the resilience of the current state-of-the-art goal recogniser degrades substantially under low observability settings.

顶级标签: agents systems benchmark
详细标签: goal recognition planning dataset generation multi-agent systems evaluation metric 或 搜索:

通过多计划数据集生成消除目标识别中的规划器偏见 / Removing Planner Bias in Goal Recognition Through Multi-Plan Dataset Generation


1️⃣ 一句话总结

这篇论文提出了一种新方法,通过为同一个目标生成多种不同的行动计划来构建数据集,从而消除现有目标识别评估中因依赖单一规划器而产生的系统性偏见,并引入了一个新指标来衡量识别模型在不同计划下的稳健性。

源自 arXiv: 2602.14691