genetics
Datasets
All datasets matching “genetics”mmlu_medical_geneticstask721_mmmlu_answer_generation_medical_genetics
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task721_mmmlu_answer_generation_medical_genetics
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 1600+… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task721_mmmlu_answer_generation_medical_genetics.mmlu-medical_genetics-arabicgenetics-population-transfer-integrity-v0.1What this dataset tests
Whether genetic findings survivetransfer from the discovery populationto a different target population.
Required outputs
discovery population
target population
transfer assumptions
transfer failures
clinical risk if applied
Typical failures
European PRS used globally
penetrance assumed invariant
tag SNPs treated as causal across ancestries
Suggested prompt wrapper
System
You enforce population transfer integrity in genetics.
You prevent unsafe… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/genetics-population-transfer-integrity-v0.1.mmlu-medical_genetics
Dataset Card for "mmlu-medical_genetics"
More Information needed
Spanish-MMLU-Medical-Genetics-Benchmark
💻 Dataset Usage
Run the following command to load the testing set:
from datasets import load_dataset
dataset = load_dataset("shuyuej/Spanish-MMLU-Medical-Genetics-Benchmark", split="test")
print(dataset)
