UniSandbox
收藏资源简介:
UniSandbox是由北京大学等科研机构构建的合成评估数据集,专为研究多模态模型中理解与生成的协同机制而设计。该数据集包含900条精心构造的样本,涵盖数学运算与符号映射两大任务类型,通过GPT-4o生成确保数据分布独立性。其构建过程采用渐进式难度设计,通过算术链长度与映射层数控制任务复杂度,有效规避训练数据泄露风险。该数据集主要应用于多模态推理生成能力评估,旨在揭示模型内部知识迁移与逻辑推理的机制瓶颈,为统一多模态架构优化提供实证基础。
UniSandbox is a synthetic evaluation dataset constructed by Peking University and other research institutions, specifically designed to investigate the collaborative mechanism of understanding and generation in multimodal models. This dataset contains 900 carefully constructed samples covering two major task categories: mathematical operations and symbol mapping, with its data distribution independence guaranteed via GPT-4o generation. Its construction adopts a progressive difficulty design, where task complexity is controlled by arithmetic chain length and the number of mapping layers, effectively avoiding the risk of training data leakage. This dataset is primarily used for evaluating multimodal reasoning and generation capabilities, aiming to uncover the mechanistic bottlenecks of internal knowledge transfer and logical reasoning in models, and provide an empirical foundation for optimizing unified multimodal architectures.
UniSandbox 数据集概述
数据集基本信息
- 数据集名称: UniSandbox
- 研究主题: 统一多模态模型中的理解与生成关系分析
- 核心贡献: 提出解耦评估框架和受控合成数据集,避免数据泄露并支持详细分析
主要研究内容
两大关键维度
- 推理生成:评估模型基于数学计算或逻辑推理的生成能力
- 知识迁移:评估模型利用新注入知识进行视觉生成的能力
数据集组成
推理生成数据集
- 数据来源: Hugging Face数据集
Yuwei-Niu/UniSandBox - 数据类型: 数学推理和符号映射分割
- 具体数据集:
math*_reject_5k:数学推理数据mapping*_1w_reject:符号映射数据
- 评估基准:
benchmark/test_reasoning目录下的JSONL文件
知识迁移数据集
- 训练数据:
data/knowledge目录下的JSONL文件Lysendria.jsonlAurelius_Nyxella.jsonl
- 评估基准:
benchmark/test_knowledge目录下的JSONL文件Aurelius.jsonlAurelius_Nyxella.jsonlLysendria_Kaelorix.jsonl
技术框架
- 基础模型: BAGEL-7B-MoT
- 训练方法: STARS(带拒绝采样的自训练框架)
- 评估模型: Qwen2.5-VL-7B-Instruct
- 推理服务: vLLM服务器
主要发现
- 理解与生成之间存在显著差距
- 显式思维链能有效弥合理解与生成间的差距
- 自训练方法可成功内化推理能力
- 基于查询的架构具有潜在的类思维链特性
数据访问
- 代码仓库: https://github.com/PKU-YuanGroup/UniSandBox
- 论文链接: https://arxiv.org/abs/2511.20561
- 模型地址: https://huggingface.co/
- 数据集地址: https://huggingface.co/datasets

- 1Does Understanding Inform Generation in Unified Multimodal Models? From Analysis to Path Forward北京大学、重庆大学、香港大学多媒体实验室、鹏城实验室 · 2025年



