File size: 1,688 Bytes
ae55d4b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
---
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: "musique_ans"
# version: 1.1.0
# data_files:
# - split: train
# path: "musique_ans/train.json"
# - split: validation
# path: "musique_ans/val.json"
# - split: test
# path: "musique_ans/test.json"
# - config_name: "musique_full"
# version: 1.1.0
# data_files:
# - split: train
# path: "musique_full/train.json"
# - split: validation
# path: "musique_full/val.json"
# - split: test
# path: "musique_full/test.json"
- 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"
---
|