--- dataset_info: features: - name: question dtype: string - name: popularity dtype: int64 - name: all_label sequence: string - name: memory_answer dtype: string - name: parametric_memory dtype: string - name: counter_answer dtype: string - name: counter_memory dtype: string - name: parametric_memory_aligned_evidence dtype: string - name: counter_memory_aligned_evidence dtype: string - name: ground_truth dtype: string - name: sub dtype: string - name: LLM_reasoning_path dtype: string - name: counter_reasoning_path dtype: string splits: - name: train num_bytes: 3435694 num_examples: 995 - name: test num_bytes: 434943 num_examples: 125 - name: validation num_bytes: 421927 num_examples: 124 download_size: 2449557 dataset_size: 4292564 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* ---