Gamut (Grounded Assessment of Multimodal Factuality)
收藏资源简介:
Gamut是由Meta AI创建的多模态事实完整性基准数据集,旨在评估开放生成模型在长文本回答中的事实完备性。该数据集包含1,813个基于真实可穿戴设备图像的日常深度研究问题,覆盖10个领域,每个问题均配有经过专家验证的、基于证据的结构化元评分标准。数据来源于CRAG-MM图像集,通过结合前沿大语言模型与人类专家多轮标注构建,确保了问题的真实性和评分的可靠性。该数据集主要应用于评估大模型在知识寻求任务中的事实召回能力,解决现有方法仅关注事实精确性而忽略完整性的局限,为多模态和纯文本生成系统提供了严谨的评估框架。
Gamut is a multimodal factual integrity benchmark dataset developed by Meta AI, which aims to evaluate the factual completeness of open-ended generative models in long-form text responses. This dataset contains 1,813 in-depth daily research questions based on real wearable device images, covering 10 domains, and each question is paired with expert-validated, evidence-based structured meta-rating criteria. Derived from the CRAG-MM image collection, the dataset is constructed by combining state-of-the-art large language models with multi-round human expert annotations, ensuring the authenticity of the questions and the reliability of the scoring standards. It is mainly applied to evaluate the factual recall capability of large models in knowledge-seeking tasks, addressing the limitation that existing methods only focus on factual accuracy while neglecting completeness, and providing a rigorous evaluation framework for multimodal and plain-text generation systems.
GAMUT🌈: 两级元评分规则用于评估开放式生成
GAMUT(Grounded Assessment of Multimodal Factuality)是一个多模态日常深度研究基准,以及一个用于评估开放式长篇生成内容的两级元评分规则框架。
核心框架:两级元评分规则
- 结构化元评分规则(左侧):用于制定评分标准,描述一个完整答案所需的内容。
- 扁平化二元检查清单(右侧):将结构化元评分规则机械编译为扁平化的二元检查项,供评判模型逐项评分。
- 该设计解决了基于评分规则评估中的矛盾:描述完整答案需要结构化,但LLM评判者在处理扁平化、二元检查项时更为可靠且方差更低。
基准数据集
- 1,813个基于图像的问题,涵盖10个不同领域。
- 问题均基于真实可穿戴设备拍摄的图像,需要多步骤信息收集和多段落答案合成。
- 问题和评分规则通过多轮人类+LLM标注流程构建,每条评分规则均有引用的网络证据支持,并由专家标注者验证。
挑战性与区分度
- 评估了14个专有和开源模型,最佳模型(Gemini 3.1 Pro)仅达到**58.7%**的得分,远未饱和。
- 模型间得分分布广泛且差距大,排名对不同评判模型(Gemini和Claude评判者得出相同排名)具有鲁棒性。
数据集字段
| 字段 | 类型 | 描述 |
|---|---|---|
session_id |
string | 唯一ID,也是与CRAG-MM中图像的连接键 |
question |
string | 关于图像的问题 |
rubrics |
struct | 两级元评分规则(答案关键/有价值/上下文,以及来源片段) |
工具与使用
- 下载图像:
download_images.py脚本可从CRAG-MM重建每个示例的图像。 - 评估:
evaluation/目录提供基于评分规则的评估框架(LLM作为评判者,通过OpenAI兼容API),对模型响应进行评分。 - 图像不在此仓库中重新分发,需运行下载脚本从CRAG-MM获取。
论文与资源
- 论文: https://arxiv.org/abs/2607.19322
- 数据集: https://huggingface.co/datasets/facebook/GAMUT
许可证
GAMUT数据集采用CC-by-NC许可证,仅用于基准测试目的。第三方内容受其自身许可证约束。




