VisFinEval
收藏资源简介:
VisFinEval是一个大规模的中文多模态金融评估基准数据集,包含15848个精心标注的问题-答案对,涵盖八种常见的金融图像类型(如K线图、财务报表、公章),并组织成三个层次化的场景深度:财务知识与数据分析、财务分析与决策支持、财务风险控制与资产优化。该数据集旨在全面评估多模态大语言模型在处理和推理整个金融业务流程中的能力。
VisFinEval is a large-scale Chinese multimodal financial evaluation benchmark dataset, containing 15,848 meticulously annotated question-answer pairs. It covers eight common types of financial images (e.g., K-line charts, financial statements, official seals), and is structured into three hierarchical scenario depths: financial knowledge and data analysis, financial analysis and decision support, and financial risk control and asset optimization. This dataset aims to comprehensively evaluate the capabilities of multimodal large language models in processing and reasoning across the entire financial business workflow.
VisFinEval: 中文金融知识视觉语言模型评估基准
数据集概述
- 目标:评估多模态大语言模型(MLLMs)在真实金融业务场景中的表现
- 规模:15,848个标注的问答对
- 语言:中文
- 特点:
- 覆盖8种典型金融图像模态(如K线图、财务报表等)
- 包含3个渐进难度级别
- 21个前沿MLLM模型的零样本测试结果
核心特性
-
多维度评估:
- 金融能力评估
- 多级难度划分
- 场景深度模拟
- 真实环境模拟
-
场景分类:
- 前台:金融知识与数据分析(7个子场景)
- 中台:金融分析与业务决策(4个子场景)
- 后台:金融风控与资产优化(4个子场景)
-
问题类型:
- 多选题
- 判断题
- 开放式问题
数据统计
| 场景分类 | 子场景数量 | 问题数量 |
|---|---|---|
| 金融知识与数据分析 | 7 | 8,700 |
| 金融分析与业务决策 | 4 | 4,650 |
| 金融风控与资产优化 | 4 | 2,498 |
| 总计 | 15 | 15,848 |
模型表现
- 最佳模型:Qwen-VL-max(准确率76.3%)
- 表现对比:
- 超越非专业人类表现
- 落后金融专家14个百分点以上
使用说明
-
数据结构:
VisFinEval/ ├── data/ # 原始数据 ├── logs/ # 运行日志 ├── output/ # 模型输出 └── scripts/ # 执行脚本
-
获取方式:
- 数据集下载地址:https://drive.google.com/file/d/15DdloCn2GWRvyO-kieTJMiE2sMIfW4vF/view?usp=drive_link
-
评估流程:
- 安装依赖:
pip install -r requirements.txt - 运行评估:
bash run_model.sh
- 安装依赖:




