bcoqa / README.md
arbitropy's picture
Fixed inconsistent yesno and unknown answers
cfd98ed verified
metadata
dataset_info:
  features:
    - name: source
      dtype: string
    - name: story
      dtype: string
    - name: questions
      list:
        - name: question
          dtype: string
        - name: turn_id
          dtype: int64
    - name: answers
      list:
        - name: answer
          dtype: string
        - name: turn_id
          dtype: int64
    - name: id
      dtype: int64
  splits:
    - name: train
      num_bytes: 101928030
      num_examples: 14441
    - name: test
      num_bytes: 3172831
      num_examples: 500
    - name: validation
      num_bytes: 3153409
      num_examples: 500
  download_size: 38529404
  dataset_size: 108254270
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*