multilingual-fraudchat
收藏资源简介:
该数据集是一个多语言对话数据集,专门用于分析和识别对话中的特定模式。数据集包含10657个对话样本,划分为训练集(7559样本)、验证集(1540样本)和测试集(1558样本)。每个样本代表对话中的一个轮次,包含以下字段:conversation_id(唯一对话标识符)、turn_id(对话轮次序号)、text(对话文本内容)、label(样本标签)、language(对话语言)、speaker_role(说话者角色,如诈骗者或受害者)、tactic_labels(对话中使用的策略或技巧标签)、scam_type(诈骗类型分类)。数据集适用于自然语言处理任务,特别是对话分析、意图识别、欺诈检测和策略分类等场景。
This multilingual dialogue dataset is specifically developed for analyzing and recognizing specific patterns within conversational content. Comprising a total of 10,657 dialogue samples, the dataset is divided into three subsets: training set (7,559 samples), validation set (1,540 samples), and test set (1,558 samples). Each sample corresponds to a single dialogue turn, and contains the following fields: conversation_id (unique conversation identifier), turn_id (serial number of the dialogue turn), text (dialogue text content), label (sample label), language (language of the conversation), speaker_role (role of the speaker, such as scammer or victim), tactic_labels (labels of strategies or tactics employed in the dialogue), and scam_type (fraud type classification). This dataset is suitable for natural language processing tasks, particularly in scenarios including dialogue analysis, intent recognition, fraud detection, and tactic classification.
数据集概述:Multilingual Fraudchat
数据集地址: https://huggingface.co/datasets/faruqolami/multilingual-fraudchat
许可协议: MIT
数据集简介: 该数据集为一个多语言欺诈对话数据集,包含日常对话中被标注为欺诈企图的文本内容。数据集的完整描述、来源和构建方法,建议通过数据集主页获取。
数据集结构与特征
数据集包含以下特征字段:
- conversation_id: 对话的唯一标识符 (string)
- turn_id: 在对话中的轮次编号 (int64)
- text: 对话的文本内容 (string)
- label: 对话标签 (string)
- language: 文本语言 (string)
- speaker_role: 说话者角色 (string)
- tactic_labels: 欺诈策略标签 (string)
- scam_type: 欺诈类型 (string)
- index_level_0: 索引字段 (int64)
数据集划分与规模
数据集总大小为 1,669,327 字节,共包含三个子集:
| 划分 | 样本数量 | 大小 (字节) |
|---|---|---|
| 训练集 (train) | 7,559 | 1,186,224 |
| 验证集 (val) | 1,540 | 240,598 |
| 测试集 (test) | 1,558 | 242,505 |
总计: 10,657 条对话样本
数据文件
数据集采用单个配置 default,数据文件存储在 data/ 目录下,并按照划分进行组织:
- 训练集:
data/train-* - 验证集:
data/val-* - 测试集:
data/test-*





