AI觉醒星球
Awakening is here
Knowledge File / 全球热点解读
2026-05-25 6 浏览 公开

趋势解读:AI models often give the right answers but,聚焦形式化数学证明能力

北京大学和上海人工智能实验室推出CiteVQA基准,测试AI模型在文档问答中的归因准确性,发现顶尖模型仅得分76,开源模型普遍低于25,暴露归因幻觉问题。

SOURCE / 全球热点解读 MIN / 9 ACCESS / 公开 POST / 2026-05-25 15:30:09

原贴

查看原文
作者:Jonathan Kemper 来源站点:the-decoder.com 原贴时间:

原文

Just because a language model nails a question about a PDF doesn't mean it actually found the answer where it claims to. Researchers at Peking University and the Shanghai Artificial Intelligence Laboratory built a new benchmark called CiteVQA to expose this gap between getting the right answer and pointing to the right source. They call it "attribution hallucination." Standard document analysis tests like DocVQA or MMLongBench-Doc only grade the final answer. They can't tell whether a model actually pulled information from the document or just guessed based on what it already knew. In law, financial audits, or medicine, though, traceability is what makes an AI output usable in the first place, the paper argues. CiteVQA makes models back up every statement with a precise marker in the document. They have to point to the exact paragraph, table, or figure. A page number alone won't do. The dataset covers 1,897 questions across 711 PDFs from seven subject areas: 451 in English and 260 in Chinese. The documents average 40.6 pages each, way longer than most benchmarks. Rather than hand-labeling everything, the team built an automated pipeline. It breaks documents into individual elements, has models like Gemini 3.0 Flash trace the chain of evidence, and then checks which pieces are truly needed. Each document gets pulled out on a trial basis. If the model can't answer the question without it, that document counts as essential. The core metric is called Strict Attributed Accuracy. A model only gets points when the answer is correct and the citation lands on the right spot. Twenty current models were put through the test. The best performer, Gemini-3.1-Pro-Preview , scored just 76 out of 100. GPT-5.4 often knew the right answer but couldn't show its work: 87.1 for raw answer quality, just 59 once correct citations were required. Open-source models fared much worse. Qwen3-VL-235B-A22B, the strongest freely available system, managed 22.5 points. Smaller open models mostly landed below 10, making them "extremely risky" for regulated industries, the researchers say. Many models can't even find the correct page. The Gemini 3 series gets there in over 87 percent of cases. Qwen3-VL-235B-A22B manages just under 58 percent. Harder tasks make things worse. Single-document questions still work okay, but when a model has to pull together info from multiple documents, recall for Gemini 3.1 Pro Preview drops from around 69 to 55 percent. Math tasks do fairly well because the logic demands obvious evidence. Things fall apart when a model first has to spot a document element by its color, position, or heading, then figure out what it means. Academic papers with tidy layouts score best. Newspapers and magazines with busy designs hold even the top models to around 63 points. In an ablation study, the researchers narrowed the search space on purpose, feeding models only the relevant pages or the right document. Scores jumped fast - over 13 points for Qwen3-VL-8B. The not-so-surprising takeaway: models that know where to look also give better answers. Accurate source information directly improves answer quality and is not just about transparency. This also points to why context engineering matters so much : an AI model performs best when it gets exactly the information it needs for the task.

中文翻译

仅仅因为语言模型解决了有关 PDF 的问题,并不意味着它实际上找到了它声称的答案。北京大学和上海人工智能实验室的研究人员建立了一个名为 CiteVQA 的新基准,以揭示获得正确答案和指出正确来源之间的差距。他们称之为“归因幻觉”。标准文档分析测试(如 DocVQA 或 MMLongBench-Doc)仅对最终答案进行评分。他们无法判断模型是否确实从文档中提取了信息,或者只是根据已知信息进行猜测。然而,该论文认为,在法律、财务审计或医学领域,可追溯性是人工智能输出可用的首要因素。 CiteVQA 使模型用文档中的精确标记来支持每个陈述。他们必须指出确切的段落、表格或图形。仅靠页码是不行的。该数据集涵盖来自七个主题领域的 711 个 PDF 中的 1,897 个问题:其中 451 个英文,260 个中文。这些文档平均每份有 40.6 页,比大多数基准测试要长得多。该团队没有手工标记所有内容,而是建立了自动化管道。它将文档分解为单独的元素,让 Gemini 3.0 Flash 等模型追踪证据链,然后检查哪些部分是真正需要的。每份文件都会在试用的基础上被撤出。如果模型没有它就无法回答问题,那么该文档就很重要。核心指标称为严格属性准确性。只有当答案正确且引用正确时,模型才会获得分数。二十种当前型号通过了测试。表现最好的 Gemini-3.1-Pro-Preview 的得分仅为 76 分(满分 100 分)。GPT-5.4 通常知道正确答案,但无法展示其工作:原始答案质量为 87.1,在需要正确引用时仅为 59。开源模型的表现要糟糕得多。 Qwen3-VL-235B-A22B是最强的免费系统,得分为22.5分。研究人员表示,较小的开放模型大多低于 10,这使得它们对于受监管的行业来说“风险极大”。许多模型甚至找不到正确的页面。 Gemini 3 系列的成功率超过 87%。 Qwen3-VL-235B-A22B 的利用率略低于 58%。更艰巨的任务会让事情变得更糟。单文档问题仍然可以正常工作,但当模型必须从多个文档中收集信息时,Gemini 3.1 Pro Preview 的召回率从 69% 左右下降到 55%。数学任务做得相当好,因为逻辑需要明显的证据。当模型首先必须通过颜色、位置或标题来识别文档元素,然后弄清楚它的含义时,事情就会崩溃。布局整洁的学术论文得分最高。设计繁杂的报纸和杂志甚至将顶级模特的得分控制在 63 分左右。在一项消融研究中,研究人员有意缩小搜索空间,仅向模型提供相关页面或正确的文档。 Qwen3-VL-8B 的分数跃升超过 13 分。不那么令人惊讶的结论是:知道往哪里看的模型也能给出更好的答案。准确的来源信息直接提高答案质量,而不仅仅是透明度。这也说明了上下文工程如此重要的原因:人工智能模型在准确获取任务所需的信息时表现最佳。

核心信息

北京大学和上海人工智能实验室推出CiteVQA基准,测试AI模型在文档问答中的归因准确性,发现顶尖模型仅得分76,开源模型普遍低于25,暴露归因幻觉问题。

  • CiteVQA揭示AI模型答案正确但归因错误的问题
  • 顶尖模型归因准确率仅76分,开源模型低于25分
  • 归因能力直接影响答案质量,尤其在法律、医疗等要求可追溯的领域
  • 模型在复杂布局和跨文档任务上表现更差

详细解读

这是什么信号

北京大学和上海人工智能实验室联合发布的CiteVQA基准测试,首次系统性地量化了AI模型在文档问答中的“归因幻觉”问题——即模型能给出正确答案,却无法指向正确来源。这一信号表明,当前主流大语言模型在可解释性和可信赖度上存在根本性短板,尤其在高风险领域如法律、医疗和金融审计中,仅凭答案正确远不足以支撑实际应用。

为什么重要

过去业界聚焦于模型的最终答案准确率,但忽略了一个关键问题:AI如何获得答案?CiteVQA通过严格归因评分揭示了真相:即使表现最好的Gemini-3.1-Pro-Preview也只得到76分,而开源模型普遍低于25,且小模型在受监管场景中“风险极大”。这意味着,依赖AI进行文档分析的企业若不验证来源,可能被误导。同时,研究证明准确归因能直接提升答案质量——上下文工程比模型参数更重要。

对谁有价值

对法律、医疗、金融等强监管行业的从业者,该基准提供了评估AI工具落地合规性的标尺;对AI产品经理和开发者,它指明了优化方向:应优先提升文档检索和引用能力,而非盲目追求答案准确率;对内容生产者(如OPC),这意味着生成式AI在事实核查、资料整理等场景中存在系统性风险,人工复核仍是必要环节。

可以怎么行动

如果你在评估企业内部AI工具,建议使用类似CiteVQA的归因测试验证模型可靠性,最低门槛设为70分以上;若使用开源模型,需配合“检索增强生成(RAG)”管道缩小搜索范围,消融实验显示此举可提升13分以上。对于内容团队,可建立“答案-来源”双核查机制,并将上下文优化作为工作流关键步骤。

风险或限制

当前基准仅覆盖PDF格式,实际业务中还有网页、图像、数据库等多模态来源。此外,自动化标注流程可能引入偏差,且严格归因指标可能低估模型在模糊推理任务中的价值。过度追求引用精确性也可能牺牲效率,需根据业务场景权衡。

信息差价值

信息差价值:多数人只关注AI的答案正确率,忽视归因可靠性。CiteVQA的评测结果构成信息差:它能帮你提前识别哪些AI工具在真实业务中存在“看似正确实则误导”的风险,避免在合规审计或内容生产中踩坑。例如,GPT-5.4原始答案分87.1但归因分仅59,这意味着它给出的答案可能是“猜”出来的,在法律合同中引用这样的输出后果严重。

业务启发:对于依赖文档处理的业务(如尽调、合同审查、学术综述),应该将“归因准确性”纳入AI选型核心指标,而非只看总分。此外,研究表明缩小搜索空间(如RAG)能显著提升归因分,这提示企业在部署AI时,优先投资上下文工程而非更大模型,可能是更划算的策略。

可沉淀动作:第一,建立内部归因测试集,模拟业务文档场景对候选模型进行背书检查;第二,设计“答案+来源”双框输出模板,要求AI每次回答必须附带可点击的段落引用;第三,将归因质量纳入内容审核SOP,对高分模型开放自动化流程,低分模型仅用于辅助初稿。

参考来源

上一篇 趋势解读:At the launch of Pope Leo XIV's encyclical,,提升开发者接入体验 下一篇 趋势解读:自从ChatGPT里可以调用远程电脑的codex,合上笔记本也能用时。 连mac mini的价值也在降低,不过多一台不关机的电脑。 钓鱼间隙可以让co