YufeiHFUT/CDR_with_all_info
收藏资源简介:
--- dataset_info: features: - name: prompt dtype: string - name: label dtype: string - name: revised_title dtype: string - name: revised_abstract dtype: string - name: head_chemical_entName dtype: string - name: head_entity_dict struct: - name: id dtype: string - name: normalized list: - name: db_id dtype: string - name: db_name dtype: string - name: offsets sequence: sequence: int64 - name: text sequence: string - name: type dtype: string - name: tail_disease_entName dtype: string - name: tail_entity_dict struct: - name: id dtype: string - name: normalized list: - name: db_id dtype: string - name: db_name dtype: string - name: offsets sequence: sequence: int64 - name: text sequence: string - name: type dtype: string - name: chemical_entitiesList list: - name: id dtype: string - name: normalized list: - name: db_id dtype: string - name: db_name dtype: string - name: offsets sequence: sequence: int64 - name: text sequence: string - name: type dtype: string - name: disease_entitiesList list: - name: id dtype: string - name: normalized list: - name: db_id dtype: string - name: db_name dtype: string - name: offsets sequence: sequence: int64 - name: text sequence: string - name: type dtype: string - name: origin_title dtype: string - name: origin_abstract dtype: string splits: - name: train num_bytes: 13560297 num_examples: 2047 - name: validation num_bytes: 13291790 num_examples: 2007 - name: test num_bytes: 13793834 num_examples: 2040 - name: test_oneshot num_bytes: 14983154 num_examples: 2040 - name: test_twoshot num_bytes: 16070474 num_examples: 2040 download_size: 11565285 dataset_size: 71699549 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* - split: test_oneshot path: data/test_oneshot-* - split: test_twoshot path: data/test_twoshot-* ---
数据集信息: 特征字段: - 字段名:提示词(prompt) 数据类型:字符串 - 字段名:标签 数据类型:字符串 - 字段名:修订后标题 数据类型:字符串 - 字段名:修订后摘要 数据类型:字符串 - 字段名:头部化学实体名称 数据类型:字符串 - 字段名:头部实体字典 结构类型: - 字段名:标识符(id) 数据类型:字符串 - 字段名:标准化信息 列表类型: - 字段名:数据库标识符(db_id) 数据类型:字符串 - 字段名:数据库名称(db_name) 数据类型:字符串 - 字段名:偏移量 序列类型: 嵌套序列: 64位整数(int64) - 字段名:文本 序列类型: 字符串 - 字段名:类型 数据类型:字符串 - 字段名:尾部疾病实体名称 数据类型:字符串 - 字段名:尾部实体字典 结构类型: - 字段名:标识符(id) 数据类型:字符串 - 字段名:标准化信息 列表类型: - 字段名:数据库标识符(db_id) 数据类型:字符串 - 字段名:数据库名称(db_name) 数据类型:字符串 - 字段名:偏移量 序列类型: 嵌套序列: 64位整数(int64) - 字段名:文本 序列类型: 字符串 - 字段名:类型 数据类型:字符串 - 字段名:化学实体列表 列表类型: - 字段名:标识符(id) 数据类型:字符串 - 字段名:标准化信息 列表类型: - 字段名:数据库标识符(db_id) 数据类型:字符串 - 字段名:数据库名称(db_name) 数据类型:字符串 - 字段名:偏移量 序列类型: 嵌套序列: 64位整数(int64) - 字段名:文本 序列类型: 字符串 - 字段名:类型 数据类型:字符串 - 字段名:疾病实体列表 列表类型: - 字段名:标识符(id) 数据类型:字符串 - 字段名:标准化信息 列表类型: - 字段名:数据库标识符(db_id) 数据类型:字符串 - 字段名:数据库名称(db_name) 数据类型:字符串 - 字段名:偏移量 序列类型: 嵌套序列: 64位整数(int64) - 字段名:文本 序列类型: 字符串 - 字段名:类型 数据类型:字符串 - 字段名:原始标题 数据类型:字符串 - 字段名:原始摘要 数据类型:字符串 数据集划分: - 划分名称:训练集 字节数:13560297 样本数:2047 - 划分名称:验证集 字节数:13291790 样本数:2007 - 划分名称:测试集 字节数:13793834 样本数:2040 - 划分名称:单样本测试集(test_oneshot) 字节数:14983154 样本数:2040 - 划分名称:两样本测试集(test_twoshot) 字节数:16070474 样本数:2040 下载大小:11565285 总数据集大小:71699549 配置项: - 配置名称:默认(default) 数据文件: - 划分:训练集 路径:data/train-* - 划分:验证集 路径:data/validation-* - 划分:测试集 路径:data/test-* - 划分:单样本测试集(test_oneshot) 路径:data/test_oneshot-* - 划分:两样本测试集(test_twoshot) 路径:data/test_twoshot-*
数据集概述
数据集特征
- prompt: 数据类型为字符串。
- label: 数据类型为字符串。
- revised_title: 数据类型为字符串。
- revised_abstract: 数据类型为字符串。
- head_chemical_entName: 数据类型为字符串。
- head_entity_dict: 结构化数据,包含以下字段:
- id: 数据类型为字符串。
- normalized: 列表,包含:
- db_id: 数据类型为字符串。
- db_name: 数据类型为字符串。
- offsets: 序列,序列元素为int64。
- text: 序列,序列元素为字符串。
- type: 数据类型为字符串。
- tail_disease_entName: 数据类型为字符串。
- tail_entity_dict: 结构化数据,包含以下字段:
- id: 数据类型为字符串。
- normalized: 列表,包含:
- db_id: 数据类型为字符串。
- db_name: 数据类型为字符串。
- offsets: 序列,序列元素为int64。
- text: 序列,序列元素为字符串。
- type: 数据类型为字符串。
- chemical_entitiesList: 列表,包含以下字段:
- id: 数据类型为字符串。
- normalized: 列表,包含:
- db_id: 数据类型为字符串。
- db_name: 数据类型为字符串。
- offsets: 序列,序列元素为int64。
- text: 序列,序列元素为字符串。
- type: 数据类型为字符串。
- disease_entitiesList: 列表,包含以下字段:
- id: 数据类型为字符串。
- normalized: 列表,包含:
- db_id: 数据类型为字符串。
- db_name: 数据类型为字符串。
- offsets: 序列,序列元素为int64。
- text: 序列,序列元素为字符串。
- type: 数据类型为字符串。
- origin_title: 数据类型为字符串。
- origin_abstract: 数据类型为字符串。
数据集分割
- train: 大小为13560297字节,包含2047个样本。
- validation: 大小为13291790字节,包含2007个样本。
- test: 大小为13793834字节,包含2040个样本。
- test_oneshot: 大小为14983154字节,包含2040个样本。
- test_twoshot: 大小为16070474字节,包含2040个样本。
数据集大小
- 下载大小: 11565285字节。
- 数据集总大小: 71699549字节。
配置文件
- config_name: default
- data_files:
- train: 路径为data/train-*
- validation: 路径为data/validation-*
- test: 路径为data/test-*
- test_oneshot: 路径为data/test_oneshot-*
- test_twoshot: 路径为data/test_twoshot-*




