RajMaheshwari/ConFiQA
收藏资源简介:
--- license: mit configs: - config_name: MC data_files: - split: train path: MC/train-* - split: test path: MC/test-* - config_name: MR data_files: - split: train path: MR/train-* - split: test path: MR/test-* - config_name: QA data_files: - split: train path: QA/train-* - split: test path: QA/test-* dataset_info: - config_name: MC features: - name: question dtype: string - name: context_original dtype: string - name: context_modified dtype: string - name: answer_original dtype: string - name: answer_modified dtype: string - name: truth sequence: string - name: modified_aliases sequence: string - name: context_piece_original dtype: string - name: context_piece_modified dtype: string - name: path_original dtype: string - name: path_modified dtype: string - name: path_labeled_original dtype: string - name: path_labeled_modified dtype: string - name: triple_original dtype: string - name: triple_modified dtype: string splits: - name: train num_bytes: 19765256 num_examples: 4500 - name: test num_bytes: 6591246 num_examples: 1500 download_size: 11923356 dataset_size: 26356502 - config_name: MR features: - name: question dtype: string - name: context_original dtype: string - name: context_modified dtype: string - name: answer_original dtype: string - name: answer_modified dtype: string - name: truth sequence: string - name: modified_aliases sequence: string - name: context_piece_original dtype: string - name: context_piece_modified dtype: string - name: path_original dtype: string - name: path_modified dtype: string - name: path_labeled_original dtype: string - name: path_labeled_modified dtype: string - name: triple_original dtype: string - name: triple_modified dtype: string splits: - name: train num_bytes: 20185630 num_examples: 4500 - name: test num_bytes: 6749307 num_examples: 1500 download_size: 11739643 dataset_size: 26934937 - config_name: QA features: - name: question dtype: string - name: context_original dtype: string - name: context_modified dtype: string - name: answer_original dtype: string - name: answer_modified dtype: string - name: truth sequence: string - name: modified_aliases sequence: string - name: context_piece_original dtype: string - name: context_piece_modified dtype: string - name: path_original dtype: string - name: path_modified dtype: string - name: path_labeled_original dtype: string - name: path_labeled_modified dtype: string - name: triple_original dtype: string - name: triple_modified dtype: string splits: - name: train num_bytes: 7718851 num_examples: 4500 - name: test num_bytes: 2572668 num_examples: 1500 download_size: 5538321 dataset_size: 10291519 --- Reference: https://github.com/byronbbl/context-dpo




