Datasets:

Modalities:
Text
Formats:
json
Libraries:
Datasets
pandas
License:
alpha / README.md
imbesat-rizvi's picture
First commit with small musique_ans dataset.
ae55d4b
metadata
license: cc-by-sa-4.0
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: combined_paragraphs
      dtype: string
    - name: question
      dtype: string
    - name: reasoning
      dtype: string
    - name: answer
      dtype: string
    - name: id
      dtype: 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: id
          dtype: int64
        - name: paragraph_support_idx
          dtype: int64
        - name: question
          dtype: string
        - name: raw_question
          dtype: string
        - name: answer
          dtype: string
        - name: statement
          dtype: string
    - name: answer_aliases
      sequence: string
    - name: answerable
      dtype: bool
configs:
  - config_name: small-musique_ans
    version: 1.1.0
    data_files:
      - split: train
        path: small-musique_ans/train.json
      - split: validation
        path: small-musique_ans/validation.json
      - split: test
        path: small-musique_ans/test.json