MemEye
收藏资源简介:
MemEye是一个诊断框架,通过两轴分类法评估多模态代理记忆:X轴(视觉证据粒度)从场景级(X1)到像素级(X4)证据;Y轴(记忆推理深度)从原子检索(Y1)到关系关联(Y2)和进化合成(Y3)。该基准包括8个生活场景任务中的371个镜像多项选择题和开放性问题,并带有注释线索回合和验证门,用于可回答性、捷径抵抗、视觉必要性和推理结构。
MemEye is a diagnostic framework for evaluating multimodal agent memory using a two-axis taxonomy: the X-axis (visual evidence granularity) spans from scene-level (X1) to pixel-level (X4) evidence, and the Y-axis (depth of memory reasoning) ranges from atomic retrieval (Y1) to relational association (Y2) and evolutionary synthesis (Y3). This benchmark includes 371 mirrored multiple-choice and open-ended questions across 8 daily life scenario tasks, with annotated clue turns and validation gates designed to assess answerability, shortcut resistance, visual necessity, and reasoning structure.
MemEye 数据集概述
基本信息
- 数据集名称:MemEye(视觉为中心的多模态智能体记忆评估框架)
- 项目地址:https://github.com/MinghoKwok/MemEye
- 数据集托管平台:HuggingFace(https://huggingface.co/datasets/MemEyeBench/MemEye)
- 许可证:Apache License 2.0
- Python版本要求:3.10+
评估框架
MemEye 是一个诊断性评估框架,通过双轴分类法评估多模态智能体的记忆能力:
X轴(视觉证据粒度)
- X1:场景级别证据
- X4:像素级别证据
Y轴(记忆推理深度)
- Y1:原子检索
- Y2:关系关联
- Y3:演化综合
数据集规模
- 总问题数:371 道镜像 MCQ + 开放式问题
- 任务场景:8 个生活场景任务
- 标注内容:包含注释线索轮次、验证门控(可回答性、捷径抵抗、视觉必要性、推理结构)
支持的方法(13种)
| 类别 | 方法 | 模态 |
|---|---|---|
| 完整上下文 | FC-Text | 文本 |
| 完整上下文 | FC-Multimodal | 视觉 |
| 检索 | SRAG-Text | 文本 |
| 检索 | SRAG-Multimodal | 视觉 |
| 摘要 | SimpleMem | 文本 |
| 摘要 | SimpleMem-MM | 视觉 |
| 智能体记忆 | A-MEM | 文本 |
| 智能体记忆 | Reflexion | 文本 |
| 智能体记忆 | Gen. Agents | 文本 |
| 智能体记忆 | MemoryOS | 文本 |
| 智能体记忆 | M2A | 视觉 |
| 智能体记忆 | MMA | 视觉 |
| 智能体记忆 | MIRIX | 视觉 |
数据格式
数据包含以下结构:
- 角色画像(character_profile)
- 多会话对话(multi_session_dialogues),每个会话包含轮次对话及输入图片
- 人工标注问答对(human-annotated QAs),包含坐标点、问题、答案、会话ID和线索轮次
评估模式
| 模式 | 文件命名 | 评分方式 |
|---|---|---|
| MCQ | Task_Name.json | 选项精确匹配 |
| 开放式 | Task_Name_Open.json | F1、BLEU、BERTScore、LLM作为裁判 |
关键发现
- 标题描述在场景/区域级别证据上表现良好,但在实例/像素级别存在差距
- 语义检索可能混淆相关性与时间权威性,将过时证据排在新证据之上
- 原生视觉证据有助于高X维度问题,但无法单独解决演化综合问题
输出格式
每次运行在 runs/ 目录下生成:
config.json:运行配置metrics.json:按X/Y轴分解的聚合指标predictions.jsonl:逐问题预测及评分




