# DeepAmbigQA：用于评测 LLM 答案完整性的歧义多跳问答基准

- 来源：Apple Machine Learning Research（RSS）
- 发布时间：2026-08-06 08:00
- AIHOT 分数：40
- AIHOT 链接：https://aihot.virxact.com/items/cmsi8e2zg13y4ronkimtfpjmk
- 原文链接：https://machinelearning.apple.com/research/deepambigqa-multihop-questions

## AI 摘要

苹果研究团队推出 DeepAmbigQA，一个用于评测大语言模型答案完整性的歧义多跳问答基准。该基准聚焦“同名电影《盗火线》中哪位演员获得过奥斯卡奖”这类复杂问题，要求模型同时区分同名实体并跨大量实体进行多跳推理。研究团队还发布了自动数据生成流程 DEEPAMBIGQAGEN，以构建此类评测数据。

## 正文

Large language models (LLMs) with integrated search tools show strong promise in open-domain question answering (QA), yet they often struggle to produce complete answer set to complex questions such as “Which actor from the film Heat won at least one Academy Award?”, which requires (1) distinguishing between multiple films sharing the same title and (2) reasoning across a large set of actors to gather and integrate evidence. Existing QA benchmarks rarely evaluate both challenges jointly. To address this, we introduce DEEPAMBIGQAGEN, an automatic data generation pipeline that constructs QA…
