crf_gamma_eacl
收藏资源简介:
该数据集包含两个配置(setting_0和setting_1_2),适用于文本序列标注或分类任务。每个配置均提供训练集、开发集和测试集划分,总样本数为5736条(setting_0:训练集3910条,开发集898条,测试集928条;setting_1_2划分相同)。数据特征包括:note_id(笔记标识符,字符串类型)、text(文本内容,字符串类型)、crf_item(可能与条件随机场相关的标注项,字符串类型)、label(标签,字符串类型)和options(选项列表,字符串列表类型)。setting_1_2配置额外提供了三个辅助特征:helper_crf_item、helper_label和helper_options,可能用于支持多任务学习或数据增强。数据集规模较小,适用于研究或实验场景,如序列标注模型训练或文本分类任务。
This dataset includes two configurations (setting_0 and setting_1_2) designed for text sequence labeling or classification tasks. Each configuration is split into training, development, and test sets, with a total of 5736 samples per configuration: setting_0 contains 3910 training samples, 898 development samples, and 928 test samples, while setting_1_2 follows the exact same split. The dataset features are as follows: note_id (note identifier, string type), text (text content, string type), crf_item (annotation item potentially related to Conditional Random Fields, string type), label (annotation label, string type), and options (option list, list of strings). The setting_1_2 configuration additionally provides three auxiliary features: helper_crf_item, helper_label, and helper_options, which can be utilized to support multi-task learning or data augmentation. This dataset has a relatively small scale, making it suitable for research or experimental applications such as sequence labeling model training and text classification tasks.
数据集概述
数据集名称:crf_gamma_eacl
数据集链接:https://huggingface.co/datasets/ferrazzipietro/crf_gamma_eacl
该数据集包含两个配置(config),分别对应两种不同的数据设置。
配置一:setting_0
- 特征字段:
note_id(字符串):笔记IDtext(字符串):文本内容crf_item(字符串):CRF项目label(字符串):标签options(字符串列表):选项
- 数据划分:
- 训练集(train):3910 条样本,大小约 4.20 MB
- 验证集(dev):898 条样本,大小约 1.01 MB
- 测试集(test):928 条样本,大小约 1.06 MB
- 总下载大小:约 3.67 MB
- 总数据集大小:约 6.27 MB
配置二:setting_1_2
- 特征字段:包含 setting_0 的所有字段,并额外增加:
helper_crf_item(字符串):辅助CRF项目helper_label(字符串):辅助标签helper_options(字符串列表):辅助选项
- 数据划分:
- 训练集(train):3910 条样本,大小约 4.60 MB
- 验证集(dev):898 条样本,大小约 1.11 MB
- 测试集(test):928 条样本,大小约 1.16 MB
- 总下载大小:约 1.66 MB
- 总数据集大小:约 6.87 MB
数据文件存储结构
setting_0/目录下包含以下分片文件:dev-*:验证集train-*:训练集test-*:测试集
setting_1_2/目录下包含以下分片文件:dev-*:验证集train-*:训练集test-*:测试集




