clinical-knowledge
mmlu_clinical_knowledgetask685_mmmlu_answer_generation_clinical_knowledge
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task685_mmmlu_answer_generation_clinical_knowledge
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task685_mmmlu_answer_generation_clinical_knowledge.mmlu-clinical_knowledge-arabicCMMLU-Clinical-Knowledge-Benchmark
💻 Dataset Usage
Run the following command to load the testing set (237 examples):
from datasets import load_dataset
dataset = load_dataset("shuyuej/CMMLU-Clinical-Knowledge-Benchmark", split="train")
print(dataset)
Spanish-MMLU-Clinical-Knowledge-Benchmark
💻 Dataset Usage
Run the following command to load the testing set:
from datasets import load_dataset
dataset = load_dataset("shuyuej/Spanish-MMLU-Clinical-Knowledge-Benchmark", split="test")
print(dataset)
French-MMLU-Clinical-Knowledge-Benchmark
💻 Dataset Usage
Run the following command to load the testing set:
from datasets import load_dataset
dataset = load_dataset("shuyuej/French-MMLU-Clinical-Knowledge-Benchmark", split="test")
print(dataset)
