--- license: apache-2.0 configs: - config_name: default data_files: - split: validation path: data/validation-* - split: train path: data/train-* - split: test path: data/test-* 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 splits: - name: validation num_bytes: 468010 num_examples: 5000 - name: train num_bytes: 8204945 num_examples: 99876 - name: test num_bytes: 470089 num_examples: 5000 download_size: 2469376 dataset_size: 9143044 --- 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}, } ```