--- dataset_info: features: - name: topic dtype: string - name: context dtype: string - name: question dtype: string - name: answer dtype: string - name: predicted_answer dtype: string - name: retrieved_topic dtype: string splits: - name: mistral_large num_bytes: 17506 num_examples: 22 - name: llama_3_70b_instruct num_bytes: 16513 num_examples: 22 - name: gemini_pro num_bytes: 17108 num_examples: 22 - name: gpt_4o num_bytes: 16327 num_examples: 22 download_size: 72038 dataset_size: 67454 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-* ---