tsunghanwu/visual_haystacks
收藏资源简介:
Visual Haystacks (VHs) 是一个专门设计用于评估大型多模态模型(LMM)处理长上下文视觉信息能力的基准数据集。它也可以被视为第一个以视觉为中心的“大海捞针”(NIAH)基准数据集。数据集的使用主要针对计算机视觉、自然语言处理、机器学习和人工智能领域的研究人员和爱好者。
Visual Haystacks (VHs) is a benchmark dataset specifically designed to evaluate the Large Multimodal Models (LMMs) capability to handle long-context visual information. It can also be viewed as the first visual-centric Needle-In-A-Haystack (NIAH) benchmark dataset. The dataset includes VQA questions and the training and validation sets of the COCO 2017 dataset. The primary use is for research on large multimodal models and chatbots, with the main users being researchers and hobbyists in the fields of computer vision, natural language processing, machine learning, and artificial intelligence.
Visual Haystacks Dataset Card
数据集详情
-
数据集类型:
- Visual Haystacks (VHs) 是一个专门设计用于评估大型多模态模型(LMM)处理长上下文视觉信息能力的基准数据集。
- 它也可以被视为第一个以视觉为中心的Needle-In-A-Haystack (NIAH) 基准数据集。
- 请同时下载COCO-2017的训练集和验证集。
-
数据准备和基准测试:
-
下载VQA问题数据集:
huggingface-cli download --repo-type dataset tsunghanwu/visual_haystacks --local-dir dataset/VHs_qa
-
下载COCO 2017数据集并按以下结构组织,默认根目录为
./dataset/coco:dataset/ ├── coco │ ├── annotations │ ├── test2017 │ └── val2017 └── VHs_qa ├── VHs_full │ ├── multi_needle │ └── single_needle └── VHs_small ├── multi_needle └── single_needle
-
按照https://github.com/visual-haystacks/vhs_benchmark中的说明运行评估。
-
预期用途
-
主要用途:
- VHs主要用于大型多模态模型和聊天机器人的研究。
-
主要用户:
- 该数据集的主要用户是计算机视觉、自然语言处理、机器学习和人工智能领域的研究人员和爱好者。




