CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01openlifescienceai /mmlu_medical_geneticstextn<1K1 likes838 downloads2y agoHugging Face02BiMediX /mmlu-medical_genetics-arabictextn<1K0 likes84 downloads3y agoHugging Face03Lots-of-LoRAs /task721_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.texttext-generationn<1K0 likes81 downloads2y agoHugging Face04ClarusC64 /genetics-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.texttext-classificationn<1K0 likes31 downloads8mo agoHugging Face05joey234 /mmlu-medical_genetics Dataset Card for "mmlu-medical_genetics" More Information needed textn<1K1 likes26 downloads3y agoHugging Face06sachinbkale27 /genetics-qatext10K<n<100K0 likes26 downloads8mo agoHugging Face07brucewlee1 /mmlu-medical-geneticstextn<1K0 likes24 downloads3y agoHugging Face08shuyuej /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) textn<1K0 likes23 downloads2y agoHugging Face09nirantk /geneticsQA-corpus Genetics QA Dataset This dataset contains questions and answers related to genetics. Dataset Information Number of samples: 35523 Columns: text Pre-Chunked for easier use in Teaching RAG and Retrieval Usage This is a corpora without questions-answers, but only contexts. Sources This dataset is sourced together from multiple previous sources, which due to my poor management can't be cited. If you can find the correct source, I'd really appreciate a… See the full description on the dataset page: https://huggingface.co/datasets/nirantk/geneticsQA-corpus.text10K<n<100K1 likes23 downloads2y agoHugging Face10medarc /mmlu_medical_geneticstextn<1K0 likes22 downloads3y agoHugging Face11dylanchia111 /GeneticsLlama2Traintext100K<n<1M1 likes19 downloads3y agoHugging Face12as-cle-bert /genetics-arxiv-wiki Dataset Card for Dataset Name Small genetics-related text dataset based on 23200 ArXiv abstact records and 111 Wikipedia pages. Dataset Details Dataset Description Dataset was produced using the python scripts you will find in this GitHub repository. It represents a collection of genetics-related text data taken from ArXiv abstracts dataset and Wikipedia. Dataset holds a total of 23311 text records, 23200 of which belonging to categories q-bio.BM, q-bio.GN… See the full description on the dataset page: https://huggingface.co/datasets/as-cle-bert/genetics-arxiv-wiki.text10K<n<100K2 likes19 downloads3y agoHugging Face13ClarusC64 /genetics-intervention-leap-integrity-v0.1What this dataset names The jump from associationto action. What it protects PatientsCliniciansInstitutions Why teams want this named This is wherelegal exposure concentrates. texttext-classificationn<1K0 likes19 downloads8mo agoHugging Face14nnilayy /mmlu-medical-geneticstextn<1K0 likes18 downloads2y agoHugging Face15shuyuej /CMMLU-Genetics-Benchmark 💻 Dataset Usage Run the following command to load the testing set (176 examples): from datasets import load_dataset dataset = load_dataset("shuyuej/CMMLU-Genetics-Benchmark", split="train") print(dataset) textn<1K0 likes17 downloads2y agoHugging Face16nirantk /geneticsQA-traintext1K<n<10K1 likes17 downloads2y agoHugging Face17shuyuej /French-MMLU-Medical-Genetics-Benchmark 💻 Dataset Usage Run the following command to load the testing set: from datasets import load_dataset dataset = load_dataset("shuyuej/French-MMLU-Medical-Genetics-Benchmark", split="test") print(dataset) textn<1K1 likes16 downloads2y agoHugging Face18joey234 /mmlu-medical_genetics-original-neg Dataset Card for "mmlu-medical_genetics-original-neg" More Information needed textn<1K0 likes15 downloads3y agoHugging Face19ClarusC64 /genetics-variant-evidence-integrity-v0.1What this dataset tests Variant × evidence × claim. Whether a genetic variant claim is grounded in real evidence. Common error modes pathogenic label without functional evidence GWAS association treated as causality in silico prediction treated as proof Required outputs evidence binding map evidence gaps claim overreach flags confidence calibration Suggested prompt wrapper System You bind variant claims to evidence. You calibrate confidence to evidence strength. User… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/genetics-variant-evidence-integrity-v0.1.texttext-classificationn<1K0 likes14 downloads8mo agoHugging Face20joey234 /mmlu-medical_genetics-rule-neg Dataset Card for "mmlu-medical_genetics-rule-neg" More Information needed textn<1K2 likes13 downloads3y agoHugging Face21joey234 /mmlu-medical_genetics-dev Dataset Card for "mmlu-medical_genetics-dev" More Information needed textn<1K0 likes12 downloads3y agoHugging Face22joey234 /mmlu-medical_genetics-neg-prepend-fix Dataset Card for "mmlu-medical_genetics-neg-prepend-fix" More Information needed textn<1K1 likes12 downloads3y agoHugging Face23joey234 /mmlu-medical_genetics-neg-prepend-verbal Dataset Card for "mmlu-medical_genetics-neg-prepend-verbal" More Information needed textn<1K1 likes12 downloads3y agoHugging Face24ClarusC64 /genetics-mechanism-attribution-integrity-v0.1What this dataset tests Whether a mechanistic explanationis justified by biological evidence. Common failure modes expression change treated as causation nearest gene storytelling pathway enrichment used as proof PRS upgraded to mechanism Required outputs proposed mechanism evidence supporting mechanism mechanism gaps attribution overreach flags confidence in mechanism Why this completes the trinity Variant–Evidence IntegrityIs the claim real… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/genetics-mechanism-attribution-integrity-v0.1.texttext-classificationn<1K0 likes12 downloads8mo agoHugging Face25shuyuej /MMLU-Medical-Genetics-Benchmark 💻 Dataset Usage Run the following command to load the testing set (100 examples): from datasets import load_dataset dataset = load_dataset("shuyuej/MMLU-Medical-Genetics-Benchmark", split="test") print(dataset) textn<1K0 likes11 downloads2y agoHugging Face26joey234 /mmlu-medical_genetics-neg Dataset Card for "mmlu-medical_genetics-neg" More Information needed textn<1K1 likes10 downloads3y agoHugging Face27joey234 /mmlu-medical_genetics-neg-prepend Dataset Card for "mmlu-medical_genetics-neg-prepend" More Information needed textn<1K0 likes10 downloads3y agoHugging Face28joey234 /mmlu-medical_genetics-original-neg-prepend Dataset Card for "mmlu-medical_genetics-original-neg-prepend" More Information needed textn<1K0 likes10 downloads3y agoHugging Face29ClarusC64 /genetics-model-compression-integrity-v0.1Names when dimensionality reductiondestroys biological meaning. Models appear to workthen fail silently in use. texttext-classificationn<1K0 likes10 downloads8mo agoHugging Face30joey234 /mmlu-medical_genetics-neg-answer Dataset Card for "mmlu-medical_genetics-neg-answer" More Information needed textn<1K0 likes9 downloads3y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.