longlogic / README.md
sileod's picture
Upload dataset
936eb7d verified
|
raw
history blame
996 Bytes
metadata
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: tc
      dtype: int64
    - name: 'n'
      dtype: int64
    - name: evidence_indices
      sequence: int64
    - name: counterfactuals
      dtype: string
    - name: evidences_necessity
      dtype: bool
    - name: mapping
      dtype: string
  splits:
    - name: train
      num_bytes: 214163148.69701728
      num_examples: 1528
    - name: validation
      num_bytes: 26910552.715855572
      num_examples: 192
    - name: test
      num_bytes: 26770393.58712716
      num_examples: 191
  download_size: 33623276
  dataset_size: 267844095
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*