tasksource/logical-entailment
收藏Hugging Face2024-01-19 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/tasksource/logical-entailment
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: A
dtype: string
- name: B
dtype: string
- name: E
dtype: int64
- name: H1
dtype: int64
- name: H2
dtype: int64
- name: H3
dtype: int64
- name: label
dtype: string
splits:
- name: train
num_bytes: 9803153
num_examples: 99876
- name: test
num_bytes: 550241
num_examples: 5000
- name: validation
num_bytes: 548346
num_examples: 5000
download_size: 2505053
dataset_size: 10901740
---
https://github.com/google-deepmind/logical-entailment-dataset
```
@inproceedings{
evans2018can,
title={Can Neural Networks Understand Logical Entailment?},
author={Richard Evans and David Saxton and David Amos and Pushmeet Kohli and Edward Grefenstette},
booktitle={International Conference on Learning Representations},
year={2018},
url={https://openreview.net/forum?id=SkZxCk-0Z},
}
```
提供机构:
tasksource
原始信息汇总
数据集概述
数据集基本信息
- 许可证: Apache-2.0
- 数据文件配置:
- 训练集:
data/train-* - 测试集:
data/test-* - 验证集:
data/validation-*
- 训练集:
数据集特征
- 特征名称 | 数据类型
- --- | ---
- A | string
- B | string
- E | int64
- H1 | int64
- H2 | int64
- H3 | int64
- label | string
数据集统计
- 分割 | 字节数 | 示例数
- --- | --- | ---
- 训练集 | 9803153 | 99876
- 测试集 | 550241 | 5000
- 验证集 | 548346 | 5000
数据集大小
- 下载大小: 2505053
- 数据集大小: 10901740



