--- dataset_info: features: - name: topic dtype: string - name: user_query dtype: string - name: npov_response dtype: string - name: perspective_1 dtype: string - name: perspective_1_name dtype: string - name: perspective_2 dtype: string - name: perspective_2_name dtype: string - name: class_hall dtype: string - name: has synthetic hallucination dtype: string - name: class_omit dtype: string - name: has synthetic coverage issue dtype: string - name: label dtype: int64 - name: class_omit_num dtype: int64 - name: prompt dtype: string splits: - name: train num_bytes: 1676993 num_examples: 723 - name: validation num_bytes: 527538 num_examples: 245 - name: test num_bytes: 515153 num_examples: 239 download_size: 504268 dataset_size: 2719684 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* ---