Image-Relation-Pair Dataset (IRPD)
收藏资源简介:
IRPD是由香港科技大学构建的多模态关系推理数据集,包含18类语义关系及1500余对主客体组合,涵盖文本与图像双模态。数据源自ConceptNet知识库,经GPT-4筛选后通过FLUX文本生成模型生成对应图像,并经过CLIP评分与人工校验确保质量。该数据集支持视觉语义算术任务,如两元减法(关系推理)和三元运算(类比推理),旨在提升大模型在非结构化环境(如家庭服务机器人)中的跨模态关系推理能力,解决工具替代、任务泛化等实际问题。
IRPD is a multimodal relational reasoning dataset developed by The Hong Kong University of Science and Technology. It encompasses 18 categories of semantic relations and over 1500 subject-object pairs, covering both text and image modalities. The dataset is derived from the ConceptNet knowledge base: first filtered by GPT-4, then the corresponding images were generated via the FLUX text-to-image generation model, and their quality was validated through CLIP scoring and manual checks to ensure reliability. This dataset supports visual semantic arithmetic tasks, including binary subtraction (for relational reasoning) and ternary operations (for analogical reasoning). It aims to enhance the cross-modal relational reasoning capabilities of large language models (LLMs) in unstructured environments such as home service robots, and solve practical problems like tool substitution and task generalization.
Multi-modal Reasoning with LLMs for Visual Semantic Arithmetic 数据集概述
数据集基本信息
- 数据集名称:Image-Relation-Pair Dataset (IRPD)
- 核心用途:用于系统评估多模态大语言模型在视觉语义算术任务上的性能。
- 任务定义:
- 二项减法任务:表示为 对象 − 主体 = 关系。模型需要根据输入的主体-对象对推断出关系,任务以多项选择题形式实现。
- 三项运算任务:表示为 对象1 − 主体1 + 主体2 = 对象2。模型需要根据输入的三项内容,生成代表对象2的文本响应(类比式)。
数据集获取与构建
- 获取地址:https://drive.google.com/drive/folders/1LJr9u1LBgSUnblfroRQ2sDd-6jPJoEqm?usp=sharing
- 构建方法:数据集生成流程代码位于代码仓库的
IRPD_dataset/目录下。
数据集关联内容
- 评估代码:位于
evalution/目录,用于对IRPD和Visual7W-Telling数据集进行评估。 - 相关研究:研究提出了语义算术强化微调 (SAri-RFT) 方法,通过新设计的可验证奖励函数和组相对策略优化 (GRPO),结合强化学习对大型视觉语言模型进行后训练。

- 1Multi-modal Reasoning with LLMs for Visual Semantic Arithmetic香港科技大学 · 2026年



