--- dataset_info: features: - name: id dtype: string - name: answer dtype: string - name: type dtype: string - name: level dtype: string - name: supporting_facts sequence: - name: title dtype: string - name: sent_id dtype: int32 - name: context sequence: - name: title dtype: string - name: sentences sequence: string - name: problem dtype: string - name: source dtype: string - name: gold_removed dtype: int64 - name: removed_titles sequence: string splits: - name: train num_bytes: 226320070.31742346 num_examples: 20000 - name: test num_bytes: 5716501.080351114 num_examples: 500 download_size: 116725004 dataset_size: 232036571.39777458 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---