SimVec
收藏资源简介:
SimVec数据集由南洋理工大学等研究机构创建,旨在解决多模态大语言模型在可视化理解和重建方面的不足。数据集包含2999张图表的位图图像、相应的SimVec表示以及数据为中心的问题-答案对。SimVec格式是一种紧凑且结构化的向量格式,用于编码图表元素,包括标记类型、位置和大小。数据集的设计考虑了多样化的可视化类型、准确的数据特征、中间推理步骤和对不完美视觉输入的鲁棒性。该数据集旨在帮助模型更好地理解图表,并提高数据为中心的问答任务的准确性。
The SimVec dataset was created by research institutions including Nanyang Technological University, with the goal of addressing the limitations of multimodal large language models in visual understanding and reconstruction. The dataset includes 2999 bitmap images of charts, corresponding SimVec representations, and data-centric question-answer pairs. The SimVec format is a compact and structured vector format used to encode chart elements, including marker types, positions and sizes. The dataset is designed with considerations of diverse visualization types, accurate data features, intermediate reasoning steps, and robustness against imperfect visual inputs. This dataset aims to help models better understand charts and improve the accuracy of data-centric question answering tasks.
数据集概述
数据集基本信息
- 数据集名称:VisNLModel
- 数据集用途:用于训练和微调多模态大型语言模型(MLLM)如MiniCPM-V和Qwen-VL
- 数据集来源:Hugging Face (https://huggingface.co/datasets/clda/VisNLModel)
数据集内容
- 数据类型:视觉-语言多模态数据
- 数据格式:JSON
- 数据示例:
- 包含图像路径和对话式问答对
- 问答对涉及图表理解和描述任务
任务类型
-
DataFeat Tasks
- 特点:包含中间推理过程(CoT)
- 示例任务:
- 图表数值查询(如"CO2 emissions for Waste Management")
- 索引识别(如"Gender Equality Index of Canada")
-
SimVec Tasks
- 特点:图表编码描述
- 示例任务:
- 图表编码描述(如"Describe the encoding of the chart")
- 简单向量格式描述(如"what is the simple vector format of the chart?")
模型训练支持
- 支持模型:
- MiniCPM-V
- Qwen-VL
- 训练数据准备:
- 提供
prepare_sft_data.py脚本 - 不同模型使用略微不同的数据格式
- 提供
评估与推理
- 推理脚本:
inference_with_MiniCPM.pyinference_with_Qwen.pyinference_with_GPT4o.py(与GPT-4对比)
- 结果输出:
results.csv

- 1A Dataset for Enhancing MLLMs in Visualization Understanding and Reconstruction南洋理工大学 · 2025年



