EmoWorld-130K
收藏资源简介:
EmoWorld-130K是一个由福建师范大学、同济大学、深圳技术大学和香港理工大学联合构建的多模态情感推理数据集,旨在弥合情感感知、理解与交互任务间的割裂。该数据集包含约130,000条指令样本,覆盖八项核心情感任务,如情感分析、基本情绪识别和共情对话生成,数据源自DFEW、MERR等多源公开数据集。构建过程采用“理论驱动轨迹蒸馏-逆向验证-专家复核”三阶段流程,依据心理学理论(如Ekman情绪理论)引导模型生成结构化推理链。数据集旨在为统一情感大模型提供训练基础,解决情感计算中任务协同不足及推理潜力未充分挖掘的问题。
EmoWorld-130K is a multimodal affective reasoning dataset jointly constructed by Fujian Normal University, Tongji University, Shenzhen Technology University and The Hong Kong Polytechnic University, aiming to bridge the gap between affective perception, understanding and interaction tasks. It contains approximately 130,000 instruction samples covering eight core affective tasks, including sentiment analysis, basic emotion recognition, empathetic dialogue generation and others, with data sourced from multiple public datasets such as DFEW and MERR. The construction process adopts a three-stage workflow of "theory-driven trajectory distillation - reverse verification - expert review", which guides models to generate structured reasoning chains based on psychological theories such as Ekman's emotion theory. This dataset aims to provide a training foundation for unified affective large language models, addressing the issues of insufficient task collaboration and underutilized reasoning potential in affective computing.
OneEmo 数据集详情
数据集简介
OneEmo 是一个面向视频情感智能的统一多模态推理模型,其配套数据集 EmoWorld-130K 用于训练模型完成情感感知、情感理解和情感交互三大类任务,涵盖情感分析、基本情绪识别、开放词汇情绪识别、意图识别和幽默理解等多个子任务。该模型在八项情感任务上取得了 SOTA 效果。
数据集资源
| 资源名称 | 访问地址 | 用途 |
|---|---|---|
| EmoWorld-130K | https://huggingface.co/datasets/Jiaha0Hu4ng/EmoWorld-130K | 统一情感推理训练数据集 |
| OneEmo-Base | https://huggingface.co/Jiaha0Hu4ng/OneEmo-Base | 课程学习阶段1权重(冷启动) |
| OneEmo | https://huggingface.co/Jiaha0Hu4ng/OneEmo | 最终 Emo-Chord 模型权重 |
数据构成
数据集通过从多个情感任务的专家模型中提炼领域知识,生成带有明确推理轨迹的统一训练数据,主要包含以下两个部分:
- SFT 数据(datas/sftnew/):包含助理推理过程和答案,用于监督微调阶段。
- RL 数据(datas/rl/):包含 solution、perception、reasoning_ref 等奖励字段,用于强化学习阶段。
此外还包含评估数据(datas/eval/),用于推理和评估(MerUnibench 除外)。
覆盖的数据集范畴
数据涉及以下情感任务类型:
- MSA(多模态情感分析)
- MER(多模态情绪识别)
- MIR(多模态意图识别)
- MHD(多模态幽默检测)
- MSD(多模态讽刺检测)
- ERG(情绪推理生成)
- ESC(共情交流)
- OVMER(开放词汇多模态情绪识别)
涵盖的数据集名称包括 MIntRec、MIntRec2 等,每个数据集均配置了原始视频、标签文件和转录文本。
训练方法
课程学习 SFT
- 阶段1:多任务冷启动,使用 LoRA、bfloat16 和 DeepSpeed ZeRO-2 配置,覆盖 MSA、MER、MIR、MHD、MSD、ERG 等任务族。
- 阶段2:课程学习扩展,在阶段1导出模型基础上继续训练,增加更多 ERG 任务数据及 ESC 任务。
Emo-Chord 强化学习
训练过程中循环读取 SFT 数据流,动态组合 SFT 损失与 GRPO 损失:
text L_CHORD = (1 - mu) * L_GRPO + mu * L_SFT
mu 先热身上升至 peak,再通过余弦退火降至 valley,支持 token 级 phi 权重。
环境要求
| 组件 | 版本 |
|---|---|
| Python | 3.12.0 |
| PyTorch | 2.10.0+cu128 |
| CUDA Runtime | 12.8 |
| Transformers | 5.2.0 |
| ms-swift | 4.1.3 |
| vLLM | 0.19.0 |
| DeepSpeed | 0.19.0 |
| TRL | 0.29.1 |
| flash-attn | 2.8.3 |
奖励函数
reward/reward_plugin.py 注册了三种奖励类型:
- format:检查输出是否包含单个
<think>...</think>推理块; - process:通过裁判服务评估事实一致性和推理-答案一致性;
- answer:计算分类任务的标签匹配、OVMER 的多标签 WAF 得分,以及 ERG/ESC 的文本相似度。
引用
bibtex @article{huang2026oneemo, title={OneEmo: A Unified Multimodal Reasoning Model for Emotion Perception, Understanding, and Interaction}, author={Jiahao Huang and Zheng Lian and Jingyi Zhang and Zhide Chen and Xiaojiang Peng and Shaonan Wang}, year={2026}, journal={arXiv preprint arXiv:2608.06013}, }

- 1OneEmo: A Unified Multimodal Reasoning Model for Emotion Perception, Understanding, and Interaction福建师范大学; 同济大学; 深圳技术大学; 香港理工大学 · 2026年



