qasper / README.md
SaylorTwift's picture
SaylorTwift HF Staff
Convert dataset to Parquet
344681e verified
|
raw
history blame
1.69 kB
metadata
dataset_info:
  config_name: qasper
  features:
    - name: id
      dtype: string
    - name: title
      dtype: string
    - name: abstract
      dtype: string
    - name: full_text
      sequence:
        - name: section_name
          dtype: string
        - name: paragraphs
          list: string
    - name: qas
      sequence:
        - name: question
          dtype: string
        - name: question_id
          dtype: string
        - name: nlp_background
          dtype: string
        - name: topic_background
          dtype: string
        - name: paper_read
          dtype: string
        - name: search_query
          dtype: string
        - name: question_writer
          dtype: string
        - name: answers
          sequence:
            - name: answer
              struct:
                - name: unanswerable
                  dtype: bool
                - name: extractive_spans
                  sequence: string
                - name: yes_no
                  dtype: bool
                - name: free_form_answer
                  dtype: string
                - name: evidence
                  sequence: string
                - name: highlighted_evidence
                  sequence: string
            - name: annotation_id
              dtype: string
            - name: worker_id
              dtype: string
    - name: figures_and_tables
      sequence:
        - name: caption
          dtype: string
        - name: file
          dtype: string
  splits:
    - name: train
      num_bytes: 28466446
      num_examples: 888
    - name: validation
      num_bytes: 9900193
      num_examples: 281
    - name: test
      num_bytes: 15488891
      num_examples: 416
  download_size: 26179660
  dataset_size: 53855530
configs:
  - config_name: qasper
    data_files:
      - split: train
        path: qasper/train-*
      - split: validation
        path: qasper/validation-*
      - split: test
        path: qasper/test-*
    default: true