CUE-Mem
收藏资源简介:
CUE-Mem Benchmark 是一个多模态对话记忆基准数据集,用于评估对话系统在长程对话中记忆和理解多模态信息的能力。数据集包含中文和英文对话,规模在 1,000 到 10,000 个样本之间。数据涵盖人物档案、事件、偏好问答、识别问答和实体问答等场景,每个样本包含对话轮次、相关图像、音频以及人工标注的问题。数据以 JSON 和 JSONL 格式组织,元数据包括对话轮次索引、问题索引、媒体文件清单和 SHA-256 校验和。该数据集适用于问答(QA)和图像到文本生成(image-text-to-text)任务,特别关注多模态语境下的记忆基准测试。
CUE-Mem Benchmark is a multimodal dialogue memory benchmark dataset for evaluating the ability of dialogue systems to remember and understand multimodal information in long conversations. The dataset contains Chinese and English dialogues, with a scale between 1,000 and 10,000 samples. The data covers scenarios such as person profiles, events, preference QA, recognition QA, and entity QA. Each sample includes dialogue turns, related images, audio, and human-annotated questions. The data is organized in JSON and JSONL formats, with metadata including dialogue turn indices, question indices, media file manifests, and SHA-256 checksums. The dataset is suitable for QA and image-to-text generation tasks, with a particular focus on memory benchmarking in multimodal contexts.
CUE-Mem Benchmark 数据集概述
基本信息
- 数据集名称:CUE-Mem Benchmark
- 语言:中文(zh)、英文(en)
- 任务类型:问答、图像-文本到文本
- 数据规模:1K < n < 10K 条记录
- 数据类型:多模态(包含文本、图像和音频)
数据内容与结构
数据集主要用于多模态对话式人工智能的记忆能力基准测试,仓库采用相对路径组织所有数据文件,包含以下核心目录结构:
- data/dialog/base/:基于人物画像的对话和问答 JSON 文件
- data/event/images/:事件相关图像
- data/event/voice_mixed/:事件音频文件
- data/qa/pref_images/:偏好类问题图像
- data/qa/rec_images/:识别类问题图像
- data/qa/entity_images/:实体类问题图像
- data/profile/generated_portraits/:生成的人物画像
- metadata/:包含对话轮次、问题、媒体清单及校验和等元数据
元数据文件说明
- dialogue_turns.jsonl:每条对话轮次的记录
- questions.jsonl:每条人工标注问题的记录
- media_manifest.jsonl:媒体文件索引,包含类型、格式和大小
- checksums.sha256:data/ 目录下所有文件的 SHA-256 校验和
基本使用方法
可通过读取 dialogue_turns.jsonl 获取对话记录,并依据其中存储的相对路径访问相应的图像等媒体文件;同时支持通过 sha256sum 命令对下载的数据进行完整性校验。




