atmallen/fever
收藏资源简介:
--- dataset_info: features: - name: id dtype: int32 - name: label dtype: class_label: names: '0': REFUTES '1': SUPPORTS - name: claim dtype: string - name: evidence_annotation_id dtype: int32 - name: evidence_id dtype: int32 - name: evidence_wiki_url dtype: string - name: evidence_sentence_id dtype: int32 - name: ev_sentence dtype: string - name: ev_paragraph dtype: string splits: - name: train num_bytes: 45894925.26486 num_examples: 27129 - name: validation num_bytes: 6624298.64 num_examples: 4912 - name: test num_bytes: 10877370.514204947 num_examples: 7199 download_size: 20846819 dataset_size: 63396594.41906495 --- # Dataset Card for "fever" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
## 数据集信息 ### 特征项 - 字段名:id,数据类型:32位整数(int32) - 字段名:label,数据类型:类别标签(class_label),类别映射如下: '0': 驳斥(REFUTES) '1': 支持(SUPPORTS) - 字段名:claim,数据类型:字符串 - 字段名:evidence_annotation_id,数据类型:32位整数(int32) - 字段名:evidence_id,数据类型:32位整数(int32) - 字段名:evidence_wiki_url,数据类型:字符串 - 字段名:evidence_sentence_id,数据类型:32位整数(int32) - 字段名:ev_sentence,数据类型:字符串 - 字段名:ev_paragraph,数据类型:字符串 ### 数据集划分 - 划分集:train(训练集),数据字节数:45894925.26486,样本量:27129 - 划分集:validation(验证集),数据字节数:6624298.64,样本量:4912 - 划分集:test(测试集),数据字节数:10877370.514204947,样本量:7199 ### 数据集规模 - 下载大小:20846819 - 数据集总大小:63396594.41906495 --- # "FEVER"数据集卡片 [如需补充更多信息,请访问](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集名称
- 名称: fever
数据集特征
- id: 整数类型 (int32)
- label: 分类标签,包含两个类别:
- 0: REFUTES
- 1: SUPPORTS
- claim: 字符串类型 (string)
- evidence_annotation_id: 整数类型 (int32)
- evidence_id: 整数类型 (int32)
- evidence_wiki_url: 字符串类型 (string)
- evidence_sentence_id: 整数类型 (int32)
- ev_sentence: 字符串类型 (string)
- ev_paragraph: 字符串类型 (string)
数据集分割
- 训练集:
- 样本数: 27129
- 数据大小: 45894925.26486 字节
- 验证集:
- 样本数: 4912
- 数据大小: 6624298.64 字节
- 测试集:
- 样本数: 7199
- 数据大小: 10877370.514204947 字节
数据集大小
- 下载大小: 20846819 字节
- 总数据集大小: 63396594.41906495 字节




