InSight
收藏资源简介:
InSight是一个面向交互式可视化环境的代理式声明验证基准数据集,由伦敦大学城市学院、帝国理工学院和艾伦·图灵研究所联合创建。该数据集包含21,349条自然语言声明,源自297个人类撰写的分析笔记本,每条声明关联至基于Vega-Lite的交互式可视化界面,并标注为支持、反驳或证据不足三种类别。数据集构建历经四个阶段:从叙述中提取统计或视觉洞察片段、分解为原子声明、通过受控变异生成反驳与证据不足声明,最后经专家验证确保标签质量。InSight旨在评估模型在动态、部分可观测的可视化环境中主动搜寻证据并验证声明真实性的能力,弥补了传统静态图表理解基准缺乏交互与序列决策的不足。
InSight is a proxy-based claim verification benchmark dataset tailored for interactive visualization environments, co-developed by City, University of London, Imperial College London, and the Alan Turing Institute. This dataset comprises 21,349 natural language claims derived from 297 human-authored analytical notebooks. Each claim is associated with a Vega-Lite-powered interactive visualization interface and annotated with one of three categories: supported, refuted, or insufficient evidence. The development of the InSight dataset follows four sequential stages: extracting statistical or visual insight snippets from narratives, decomposing these snippets into atomic claims, generating refuted and insufficient-evidence claims via controlled perturbation, and finally conducting expert validation to ensure annotation quality. InSight aims to evaluate a model's capacity to actively search for evidence and verify the validity of claims in dynamic, partially observable visualization environments, addressing the gap left by traditional static chart understanding benchmarks that lack interactivity and sequential decision-making capabilities.
数据集概述
InSight 是一个用于评估多模态智能体在交互式可视化环境中进行声明验证(Claim Verification)能力的基准测试集。它要求智能体面对一个交互式 HTML 可视化图表和一句自然语言命题,通过多轮操作(点击、悬停、导航)与图表交互,最终将命题分类为 True(正确)、False(错误)或 NotEnoughInfo(信息不足)。
数据集内容
数据集文件存放于 data/ 目录下,包含以下部分:
- 测试集 (
data/insight_test.jsonl):包含 500 条命题,三个类别(True / False / NotEnoughInfo)数量均衡分布。 - 扩展集 (
data/insight_extended.jsonl):在相同可视化图表基础上,额外包含 20,849 条命题。 - 可视化图表 (
data/html/):共 297 个被命题所引用的交互式 HTML 可视化文件。
每个 JSONL 样本包含以下字段:
| 字段 | 说明 |
|---|---|
source_id |
样本唯一标识符 |
html_file |
对应的 HTML 文件相对路径(如 html/602.html) |
proposition |
待验证的自然语言命题 |
class |
真实标签,取值为 True / False / NotEnoughInfo |
环境与运行
该基准环境使用 Playwright 渲染可视化图表,支持通过 HuggingFace 评估开源模型,以及通过 OpenAI 兼容 API 评估闭源模型,实验结果可记录至 Weights & Biases。
环境安装:需创建 Python 3.12 的 conda 环境,安装依赖并下载 Chromium 浏览器。
运行方式:可通过 run_benchmark.py 脚本调用,支持 HuggingFace 本地模型、UI-TARS 系列模型(使用特殊 Thought: / Action: 输出格式)以及 OpenAI/Gemini 等 API 模型。脚本支持配置最大交互轮数(默认 10 轮)、采样参数(top-p、top-k、temperature 等)以及提示词与解析模式(default 或 ui_tars)。可通过 --limit / --offset 参数运行数据子集以快速测试。
许可证
该数据集及代码基于 CC BY-NC-SA 4.0 许可证发布。

- 1InSight: A Benchmark for Agentic Claim Verification in Interactive Visualizations伦敦大学城市学院; 帝国理工学院; 艾伦·图灵研究所 · 2026年




