--- license: apache-2.0 task_categories: - question-answering language: - en configs: - config_name: qapairs_dev data_files: - split: train path: "qa_dataset/dev/train/data-00000-of-00001.arrow" - split: test path: "qa_dataset/dev/test/data-00000-of-00001.arrow" - split: sample path: "qa_dataset/dev/sample/data-00000-of-00001.arrow" - split: holdout path: "qa_dataset/dev/holdout/data-00000-of-00001.arrow" - config_name: groundingdata_dev data_files: - split: train path: "grounding_dataset/dev/train/data-00000-of-00001.arrow" - split: test path: "grounding_dataset/dev/test/data-00000-of-00001.arrow" - split: sample path: "grounding_dataset/dev/sample/data-00000-of-00001.arrow" - split: holdout path: "grounding_dataset/dev/holdout/data-00000-of-00001.arrow" - config_name: qapairs_train_hard data_files: - split: train path: "qa_dataset/train-hard/train/data-00000-of-00001.arrow" - split: test path: "qa_dataset/train-hard/test/data-00000-of-00001.arrow" - split: sample path: "qa_dataset/train-hard/sample/data-00000-of-00001.arrow" - split: holdout path: "qa_dataset/train-hard/holdout/data-00000-of-00001.arrow" - config_name: groundingdata_train_hard data_files: - split: train path: "grounding_dataset/train-hard/train/data-00000-of-00001.arrow" - split: test path: "grounding_dataset/train-hard/test/data-00000-of-00001.arrow" - split: sample path: "grounding_dataset/train-hard/sample/data-00000-of-00001.arrow" - split: holdout path: "grounding_dataset/train-hard/holdout/data-00000-of-00001.arrow" - config_name: qapairs_synthetic_dev data_files: - split: train path: "synthetic_v2_hotpot/dev/examples/train/data-00000-of-00001.arrow" - split: test path: "synthetic_v2_hotpot/dev/examples/test/data-00000-of-00001.arrow" - split: sample path: "synthetic_v2_hotpot/dev/examples/sample/data-00000-of-00001.arrow" - split: holdout path: "synthetic_v2_hotpot/dev/examples/holdout/data-00000-of-00001.arrow" - config_name: qapairs_synthetic_train_hard data_files: - split: train path: "synthetic_v2_hotpot/train-hard/examples/train/data-00000-of-00001.arrow" - split: test path: "synthetic_v2_hotpot/train-hard/examples/test/data-00000-of-00001.arrow" - split: sample path: "synthetic_v2_hotpot/train-hard/examples/sample/data-00000-of-00001.arrow" - split: holdout path: "synthetic_v2_hotpot/train-hard/examples/holdout/data-00000-of-00001.arrow" ---