EMMM数据集
收藏资源简介:
EMMM数据集是一个用于解释性机器生成文本检测的对话数据集,由墨尔本大学创建。数据集包含多轮对话,旨在解决当前机器生成文本检测方法在在线对话环境中面临的挑战,如检测目标不明确、缺乏对非专家友好的解释、局部归因解释难以理解等问题。该数据集通过对话行为理论和多维度、多层次、多策略的解释方法,为非专家用户提供可理解的解释报告,提高检测的可信度和透明度。数据集的具体内容和应用领域未在论文中详细说明。
The EMMM Dataset is a conversational dataset for interpretable machine-generated text detection, created by the University of Melbourne. It consists of multi-turn conversations, aiming to address the challenges faced by current machine-generated text detection methods in online conversational scenarios, including ambiguous detection targets, lack of non-expert-friendly explanations, and poor comprehensibility of local attribution explanations, among others. This dataset adopts dialogue act theory and multi-dimensional, multi-level, and multi-strategy explanation methods to provide comprehensible explanation reports for non-expert users, thereby enhancing the credibility and transparency of detection. The specific content and application fields of this dataset are not elaborated in the associated paper.
EMMM 数据集概述
数据集简介
EMMM 是一个面向在线对话场景的可解释性大语言模型聊天机器人检测框架数据集,专注于机器生成文本(MGT)检测及其对不同利益相关者的可解释性。该数据集适用于非专家用户的对话系统,如紧急呼叫和客户服务热线。
数据集构成
Synthetic-Frames 数据集
- 来源:使用基于 SPADE 的提示和流水线构建的合成数据集。
- 访问方式:通过 Hugging Face 平台获取(数据集名称:AngieYYF/Frames-synthetic-customer-service-dialogue)
- 数据格式:PKL 文件格式
- 数据列:
- dia_no:每个对话的唯一标识符
- unmasked_dia:原始真实和合成对话
- dia:敏感信息脱敏后的对话
- dialogue_act:每个话语的对话行为
- dialogue_act_info_removed:敏感信息脱敏后的对话行为
- goal_outcome(仅真实对话):用户目标和结果,格式为 "goal_1 <sep> goal_2 <sep> ... <sep> goal_n <outcome> outcome_1 <sep> outcome_2 <sep> ... <sep> outcome_n"
SPADE 数据集
- 来源:基于 SPADE 论文中描述的框架构建的客户服务对话数据集
- 访问方式:通过 Hugging Face 平台获取(数据集名称:AngieYYF/SPADE-customer-service-dialogue)
- 数据格式:PKL 文件格式
- 数据列:
- dia_no:每个对话的唯一标识符(跨数据集相同 ID 的对话基于相同的真实对话)
- dia:敏感信息脱敏后的真实或合成对话
- dialogue_act:每个话语的对话行为
- dialogue_act_info_removed:敏感信息脱敏后的对话行为
数据集特点
- 对话感知:利用对话特定特征提供多维度、多层级和多策略的解释
- 效率优化:在线生成解释报告时间低于 1 秒
- 可解释性:生成非专家用户友好的自然语言解释报告,并提供情境化半全局模型行为的可视化
数据分割
两个数据集均基于 dia_no 字段进行训练/验证/测试分割,分割记录分别保存在 dataset/Frames/dataset_splits.pkl 和 dataset/SPADE/dataset_splits.pkl 中。
使用许可
该项目采用 Apache License 2.0 许可证。




