MISS-QA
收藏资源简介:
MISS-QA(多模态科学论文信息寻求 - 问答)是第一个专门设计用于评估多模态基础模型在科学文献中解释示意图和回答信息寻求问题能力的基准。它包括1500个由专家研究人员标注的问答对,覆盖465篇与AI相关的arXiv论文,专注于示意图,并评估了18种前沿视觉语言模型。
MISS-QA (Multimodal Scientific Paper Information Seeking - Question Answering) is the first benchmark specifically designed to evaluate the ability of multimodal foundational models to interpret diagrams in scientific literature and answer information seeking questions. It includes 1,500 question-answer pairs annotated by expert researchers, covering 465 arXiv papers related to AI, focusing on diagrams, and assesses 18 leading visual language models.
MISS-QA: 多模态科学信息寻求问答基准数据集
数据集概述
- 名称: MISS-QA (Multimodal Information-Seeking over Scientific papers – Question Answering)
- 类型: 多模态科学文献问答基准
- 主要目标: 评估多模态基础模型在科学文献中解释示意图并回答信息寻求问题的能力
核心特点
- 数据规模: 包含1500个专家标注的问答对
- 覆盖范围: 涉及465篇arXiv上的AI相关论文
- 焦点内容: 专门针对科学文献中的示意图(非普通图表或表格)
- 评估对象: 测试了18种前沿视觉语言模型
数据结构
每个数据样本包含:
- 科学论文中的示意图
- 突出显示的视觉元素(带边界框标注)
- 自由形式的信息寻求问题
- 对应的科学上下文
- 人工标注的答案(或标记为不可回答)
应用场景
- 设计原理分析
- 实现细节查询
- 文献背景了解
- 实验结果解读
- 其他(如局限性、伦理问题等)
使用指南
环境配置
bash git clone https://github.com/QDRhhhh/MISSQA.git cd MISSQA conda create --name missqa python=3.10 conda activate missqa pip install -r requirements.txt
模型推理
bash bash scripts/vllm_large.sh
输出结果保存路径: ./outputs/
精度评估
bash python acc_evaluation.py
处理后的输出保存路径: ./processed_outputs/




