VQA-NLE-LLaVA
收藏资源简介:
VQA-NLE-LLaVA数据集是一个利用大型视觉语言模型(LVLMs)生成的高质量合成视觉问答非语言数据集。该数据集包含图像样本和相关的问题生成,旨在用于实验和研究。
The VQA-NLE-LLaVA dataset is a high-quality synthetic non-linguistic visual question answering dataset generated using large vision-language models (LVLMs). This dataset includes image samples and corresponding generated questions, and is intended for experimental and research purposes.
数据集概述
数据集名称
Towards Efficient and Robust VQA-NLE Data Generation with Large Vision-Language Models
数据集来源
数据集内容
- 仅提供部分图像样本,完整数据请参考数据集中心。
数据集配置
通用配置
test_name: 数据集名称,结果将存储在/result/{test_name}目录下。seed: 实验随机种子,用于可重复性。
数据集配置
image_count: 实验中生成的图像数量,必须大于0。use_scene_graph: 是否包含场景图注释的标志。
模型配置
name: 大型视觉语言模型(LVLM)的名称,遵循Huggingface标签格式。path: 使用的LVLM的路径。family: LVLM系列,可选值为llava或vip_llava,默认值为llava。params:use_8_bit: 启用或禁用8位量化以减少内存使用。device: 计算设备,如cuda或cpu,默认值为cuda。low_cpu: 启用低CPU使用模式。
提示配置
prompt: 指定的指令提示,格式为<dirname>-<filename>。
推理运行配置
num_per_inference: 每个图像生成的数据点数量。use_img_ext: 在数据处理期间是否包含图像扩展名的标志。q_prefix: 问题生成的问题前缀列表。q_prefix_prop: 每个问题前缀在q_prefix中的比例。
模型来源
引用
@misc{irawan2024efficientrobustvqanledata, title={Towards Efficient and Robust VQA-NLE Data Generation with Large Vision-Language Models}, author={Patrick Amadeus Irawan and Genta Indra Winata and Samuel Cahyawijaya and Ayu Purwarianti}, year={2024}, eprint={2409.14785}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2409.14785}, }




