spawn99/PersuasionForGood
收藏资源简介:
该数据集名为Persuasion for Good,旨在为社会公益服务的个性化说服对话系统提供支持。数据集包含对话的多个特征,如对话ID(B2)、角色(B4,0表示说服者,1表示被说服者)、对话轮次(Turn)和句子(Unit)。数据集被划分为FullDialog,包含20932个示例,总大小为3043959字节。该数据集及相关代码库发表于ACL 2019,并提供了相关论文的引用信息。
The dataset is named Persuasion for Good, and it is intended to support personalized persuasive dialogue systems for social good. It encompasses multiple dialogue-specific features, including dialogue ID (B2), role (B4, where 0 denotes the persuader and 1 denotes the persuadee), dialogue turn (Turn), and utterance (Unit). The dataset is partitioned into the FullDialog subset, which contains 20,932 instances with a total size of 3,043,959 bytes. This dataset and its accompanying codebase were published at ACL 2019, and relevant citation details for the associated paper are provided.
数据集概述
数据集信息
- 许可证: MIT
- 特征:
Unnamed: 0: 数据类型为int64Unit: 数据类型为stringTurn: 数据类型为int64B4: 数据类型为int64B2: 数据类型为string
- 分割:
FullDialog: 字节数为 3043959,样本数为 20932
- 下载大小: 1186349 字节
- 数据集大小: 3043959 字节
配置
- 配置名称: default
- 数据文件:
split: FullDialogpath: data/FullDialog-*
特征说明
B2: 对话IDB4: 角色(0 表示说服者,1 表示被说服者)Turn: 轮次索引Unit: 话语中的句子




