---
dataset_info:
  features:
  - name: premise
    dtype: string
  - name: hypothesis
    dtype: string
  - name: label
    dtype: string
  - name: premise_tptp
    dtype: string
  - name: hypothesis_tptp
    dtype: string
  - name: proof_inputs
    sequence: string
  - name: proof
    dtype: string
  - name: n
    dtype: int64
  - name: ni
    dtype: int64
  - name: evidence_indices
    sequence: int64
  - name: counterfactuals
    dtype: string
  - name: evidences_necessity
    dtype: bool
  - name: mapping
    dtype: string
  splits:
  - name: test
    num_bytes: 688949929
    num_examples: 2792
  - name: validation
    num_bytes: 134623156
    num_examples: 558
  download_size: 239961495
  dataset_size: 823573085
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---