--- dataset_info: features: - name: id dtype: string - name: paragraphs list: - name: idx dtype: int64 - name: title dtype: string - name: paragraph_text dtype: string - name: is_supporting dtype: bool - name: question dtype: string - name: question_decomposition list: - name: id dtype: int64 - name: question dtype: string - name: answer dtype: string - name: paragraph_support_idx dtype: int64 - name: answer dtype: string - name: answer_aliases sequence: string - name: answerable dtype: bool - name: section_id dtype: string - name: query_id dtype: string - name: context dtype: string - name: prompt dtype: string - name: answer_type dtype: string splits: - name: train num_bytes: 601449554 num_examples: 19938 - name: validation num_bytes: 76326916 num_examples: 2417 download_size: 284206777 dataset_size: 677776470 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* ---