hotpotqa-distractor / README.md
bdsaglam's picture
Upload dataset
959454a verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: type
      dtype: string
    - name: level
      dtype: string
    - name: supporting_facts
      sequence:
        - name: title
          dtype: string
        - name: sent_id
          dtype: int32
    - name: context
      sequence:
        - name: title
          dtype: string
        - name: sentences
          sequence: string
    - name: paragraphs
      list:
        - name: idx
          dtype: int64
        - name: is_supporting
          dtype: bool
        - name: paragraph_text
          dtype: string
        - name: title
          dtype: string
    - name: question_decomposition
      list:
        - name: answer
          dtype: string
        - name: id
          dtype: int64
        - name: paragraph_support_idx
          dtype: int64
        - name: question
          dtype: string
    - name: answer_aliases
      sequence: 'null'
    - name: answerable
      dtype: bool
  splits:
    - name: train
      num_bytes: 1107749883
      num_examples: 90447
    - name: validation
      num_bytes: 91481835
      num_examples: 7405
  download_size: 703427722
  dataset_size: 1199231718
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*