--- 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: answers sequence: string splits: - name: train num_bytes: 150521938 num_examples: 14376 - name: validation num_bytes: 13478278 num_examples: 1252 - name: ablation num_bytes: 1076539.7763578275 num_examples: 100 download_size: 90926737 dataset_size: 165076755.77635783 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: ablation path: data/ablation-* ---