--- dataset_info: features: - name: topic dtype: string - name: context dtype: string - name: question dtype: string - name: answer dtype: string - name: full_predicted_answer dtype: string - name: cleaned_answer dtype: string - name: full_answer_retrieved_topic dtype: string - name: cleaned_answer_retrieved_topic dtype: string splits: - name: mistral_large num_bytes: 19065 num_examples: 22 - name: llama_3_70b_instruct num_bytes: 17615 num_examples: 22 - name: gemini_pro num_bytes: 18123 num_examples: 22 - name: gpt_4o num_bytes: 17283 num_examples: 22 download_size: 81560 dataset_size: 72086 configs: - config_name: default data_files: - split: mistral_large path: data/mistral_large-* - split: llama_3_70b_instruct path: data/llama_3_70b_instruct-* - split: gemini_pro path: data/gemini_pro-* - split: gpt_4o path: data/gpt_4o-* ---