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
01mteb /biosses-sts BIOSSES An MTEB dataset Massive Text Embedding Benchmark Biomedical Semantic Similarity Estimation. Task category t2t Domains Medical Reference https://tabilab.cmpe.boun.edu.tr/BIOSSES/DataSet.html How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["BIOSSES"]) evaluator = mteb.MTEB(task) model = mteb.get_model(YOUR_MODEL) evaluator.run(model) To learn more… See the full description on the dataset page: https://huggingface.co/datasets/mteb/biosses-sts.textsentence-similarityn<1K2 likes21k downloads1y agoHugging Face02zouhar /bio-mqm-datasetThis dataset is compiled from the official Amazon repository (all respective licensing applies). It contains system translations, multiple references, and their quality evaluation on the MQM scale. It accompanies the ACL 2024 paper Fine-Tuned Machine Translation Metrics Struggle in Unseen Domains. Watch a brief 4 minutes-long video. Abstract: We introduce a new, extensive multidimensional quality metrics (MQM) annotated dataset covering 11 language pairs in the biomedical domain. We use this… See the full description on the dataset page: https://huggingface.co/datasets/zouhar/bio-mqm-dataset.texttranslation10K<n<100K8 likes19k downloads2y agoHugging Face03camel-ai /biology CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society Github: https://github.com/lightaime/camel Website: https://www.camel-ai.org/ Arxiv Paper: https://arxiv.org/abs/2303.17760 Dataset Summary Biology dataset is composed of 20K problem-solution pairs obtained using gpt-4. The dataset problem-solutions pairs generating from 25 biology topics, 25 subtopics for each topic and 32 problems for each "topic,subtopic" pairs. We provide… See the full description on the dataset page: https://huggingface.co/datasets/camel-ai/biology.texttext-generation10K<n<100K58 likes8.1k downloads3y agoHugging Face04BGLab /BioTrove BioTrove: A Large Curated Image Dataset Enabling AI for Biodiversity Description See the BioTrove-Train dataset card on HuggingFace to access the samller BioTrove-Train dataset (40M) BioTrove comprises well-processed metadata with full taxa information and URLs pointing to image files. The metadata can be used to filter specific categories, visualize data distribution, and manage imbalance effectively. We provide a collection of… See the full description on the dataset page: https://huggingface.co/datasets/BGLab/BioTrove.imageimage-classification100M<n<1B19 likes7.4k downloads2y agoHugging Face05longevity-genie /bio-mcp-data Bio-MCP-Data A repository containing biological datasets that will be used by BIO-MCP MCP (Model Context Protocol) standard. About This repository hosts biological data assets formatted to be compatible with the Model Context Protocol, enabling AI models to efficiently access and process biological information. The data is managed using Git Large File Storage (LFS) to handle large biological datasets. Purpose Provide standardized biological datasets for AI… See the full description on the dataset page: https://huggingface.co/datasets/longevity-genie/bio-mcp-data.text0 likes4.6k downloads1y agoHugging Face06Biomedical-TeMU /SPACCC_Tokenizer The Tokenizer for Clinical Cases Written in Spanish Introduction This repository contains the tokenization model trained using the SPACCC_TOKEN corpus (https://github.com/PlanTL-SANIDAD/SPACCC_TOKEN). The model was trained using the 90% of the corpus (900 clinical cases) and tested against the 10% (100 clinical cases). This model is a great resource to tokenize biomedical documents, specially clinical cases written in Spanish. This model was created using the Apache… See the full description on the dataset page: https://huggingface.co/datasets/Biomedical-TeMU/SPACCC_Tokenizer.text10K<n<100K0 likes4.5k downloads5y agoHugging Face07LabHC /bias_in_bios Bias in Bios Bias in Bios was created by (De-Artega et al., 2019) and published under the MIT license (https://github.com/microsoft/biosbias). The dataset is used to investigate bias in NLP models. It consists of textual biographies used to predict professional occupations, the sensitive attribute is the gender (binary). The version shared here is the version proposed by (Ravgofel et al., 2020) which slightly smaller due to the unavailability of 5,557 biographies. The dataset is… See the full description on the dataset page: https://huggingface.co/datasets/LabHC/bias_in_bios.tabulartext-classification100K<n<1M23 likes4.4k downloads3y agoHugging Face08vidore /biomedical_lectures_v2 Vidore Benchmark 2 - MIT Dataset (Multilingual) This dataset is part of the "Vidore Benchmark 2" collection, designed for evaluating visual retrieval applications. It focuses on the theme of MIT courses in anatomy (precisely tissue interactions). Dataset Summary The dataset contain queries in the following languages : ["english", "french", "german", "spanish"]. Each query was originaly in "english" (see… See the full description on the dataset page: https://huggingface.co/datasets/vidore/biomedical_lectures_v2.imagedocument-question-answering1K<n<10K0 likes4k downloads1y agoHugging Face09mteb /biorxiv-clustering-p2p BiorxivClusteringP2P.v2 An MTEB dataset Massive Text Embedding Benchmark Clustering of titles+abstract from biorxiv across 26 categories. Task category t2c Domains Academic, Written Reference https://api.biorxiv.org/ How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["BiorxivClusteringP2P.v2"]) evaluator = mteb.MTEB(task) model = mteb.get_model(YOUR_MODEL)… See the full description on the dataset page: https://huggingface.co/datasets/mteb/biorxiv-clustering-p2p.texttext-classification10K<n<100K0 likes3.9k downloads7mo agoHugging Face10bio-nlp-umass /MedThinkVQA MedThinkVQA MedThinkVQA is an expert-annotated benchmark for multi-image diagnostic reasoning in radiology. Unlike prior medical VQA benchmarks that typically contain at most one image per case, MedThinkVQA requires models to extract evidence from each image, integrate cross-view information, and perform differential-diagnosis reasoning. Links GitHub: https://github.com/benluwang/MedThinkVQA Leaderboard: https://benluwang.github.io/MedThinkVQA/ Submission Guide:… See the full description on the dataset page: https://huggingface.co/datasets/bio-nlp-umass/MedThinkVQA.imagequestion-answering1K<n<10K11 likes3.7k downloads4mo agoHugging Face11DFKI-SLT /BioRel Dataset Card for BioRel Dataset Summary BioRel Dataset Summary: BioRel is a comprehensive dataset designed for biomedical relation extraction, leveraging the vast amount of electronic biomedical literature available. Developed using the Unified Medical Language System (UMLS) as a knowledge base and Medline articles as a corpus, BioRel utilizes Metamap for entity identification and linking, and employs distant supervision for relation labeling. The training set… See the full description on the dataset page: https://huggingface.co/datasets/DFKI-SLT/BioRel.texttext-classification100K<n<1M4 likes3.4k downloads2y agoHugging Face12Biogod /HESRT HESRT Human-reviewed, accession-level spatial-omics artifacts with tissue images, expression matrices and source provenance. Samples (GSMs) Studies (GSEs) Expression observations Compressed packages 4,468 507 37,054,005 413.94 GB Each sample is a self-contained, checksummed tar.zst package. Browse the catalog, select the accessions you need, then download those samples. The full collection contains approximately 647.72 GB of uncompressed member data; do not clone… See the full description on the dataset page: https://huggingface.co/datasets/Biogod/HESRT.image1K<n<10K0 likes3.3k downloads5d agoHugging Face13Biomedical-TeMU /CodiEsp_corpus Introduction These are the train, development, test and background sets of the CodiEsp corpus. Train and development have gold standard annotations. The unannotated background and test sets are distributed together. All documents are released in the context of the CodiEsp track for CLEF ehealth 2020 (http://temu.bsc.es/codiesp/). The CodiEsp corpus contains manually coded clinical cases. All documents are in Spanish language and CIE10 is the coding terminology (it is the Spanish… See the full description on the dataset page: https://huggingface.co/datasets/Biomedical-TeMU/CodiEsp_corpus.text10K<n<100K0 likes3.3k downloads5y agoHugging Face14hails /agieval-gaokao-biology Dataset Card for "agieval-gaokao-biology" Dataset taken from https://github.com/microsoft/AGIEval and processed as in that repo, following dmayhem93/agieval-* datasets on the HF hub. This dataset contains the contents of the Gaokao Biology subtask of AGIEval, as accessed in https://github.com/ruixiangcui/AGIEval/commit/5c77d073fda993f1652eaae3cf5d04cc5fd21d40 . Citation: @misc{zhong2023agieval, title={AGIEval: A Human-Centric Benchmark for Evaluating Foundation Models}… See the full description on the dataset page: https://huggingface.co/datasets/hails/agieval-gaokao-biology.textn<1K1 likes2.6k downloads3y agoHugging Face15jd5697 /wikipedia-biology Dataset Card for wikipedia-biology Dataset Summary The dataset consists of text from 87045 Wikipedia articles created by processing all articles in the Wikipedia categories Branches of biology, Biological concepts, Eukaryote biology and Biology terminology, as well as their subcategories recursively till a depth of 4. It was originally created for the purpose of unlearning the domain of biology, although it may be used for other purposes such as biology fine-tuning. It… See the full description on the dataset page: https://huggingface.co/datasets/jd5697/wikipedia-biology.text10K<n<100K0 likes2.6k downloads2y agoHugging Face16Lhtie /Bio-Domain-Transfertext1M<n<10M0 likes2.3k downloads3y agoHugging Face17amanutej /trustworthy-biology-agents-traces Trustworthy Biology Agents — Run Traces Raw execution traces from 1,329 agent runs across three coding agents on three biology benchmarks — BiomniBench-DA, BixBench, and CompBioBench. This is the scrubbed trace bundle for the study in manu-tej/ai-scientists; the write-up lives in that repo's RESULTS.md. The motivating question is not only whether an agent reaches the right answer, but whether it behaves like a trustworthy analyst when the task is ambiguous, under-specified, or… See the full description on the dataset page: https://huggingface.co/datasets/amanutej/trustworthy-biology-agents-traces.tabular1K<n<10K0 likes2.1k downloads2mo agoHugging Face18cais /wmdp-bio-forget-corpusgatedtext10K<n<100K5 likes1.9k downloads1y agoHugging Face19QizhiPei /BioT5_finetune_dataset References For more information, please refer to our paper and GitHub repository. Paper: BioT5: Enriching Cross-modal Integration in Biology with Chemical Knowledge and Natural Language Associations BioT5+: Towards Generalized Biological Understanding with IUPAC Integration and Multi-task Tuning GitHub: https://github.com/QizhiPei/BioT5 textn<1K6 likes1.9k downloads2y agoHugging Face20BGLab /BioTrove-Train BioTrove: A Large Curated Image Dataset Enabling AI for Biodiversity Description See the BioTrove dataset card on HuggingFace to access the main BioTrove dataset (161.9M) BioTrove comprises well-processed metadata with full taxa information and URLs pointing to image files. The metadata can be used to filter specific categories, visualize data distribution, and manage imbalance effectively. We provide a collection of software… See the full description on the dataset page: https://huggingface.co/datasets/BGLab/BioTrove-Train.imageimage-classification100M<n<1B3 likes1.9k downloads1y agoHugging Face21Biomedical-TeMU /ProfNER_corpus_NER Description Gold standard annotations for profession detection in Spanish COVID-19 tweets The entire corpus contains 10,000 annotated tweets. It has been split into training, validation, and test (60-20-20). The current version contains the training and development set of the shared task with Gold Standard annotations. In addition, it contains the unannotated test, and background sets will be released. For Named Entity Recognition, profession detection, annotations are distributed… See the full description on the dataset page: https://huggingface.co/datasets/Biomedical-TeMU/ProfNER_corpus_NER.text1 likes1.9k downloads5y agoHugging Face22RIF-Robotics /bioburden_labelled_datageospatialn<1K0 likes1.8k downloads1y agoHugging Face23jmhb /pubmed_bioasq_2022 PubMed BioASQ 2022 Corpus This dataset contains the PubMed abstracts corpus from the BioASQ 2022 challenge, comprising approximately 23 million biomedical documents with MeSH (Medical Subject Headings) annotations. Purpose This is a convenience collection of the PubMed corpus from the BioASQ 2022 Challenge, reformatted for easier use in retrieval and QA systems. The original source is the BioASQ challenge data. We created this processed version with multiple formats (JSON… See the full description on the dataset page: https://huggingface.co/datasets/jmhb/pubmed_bioasq_2022.texttext-retrieval10M<n<100M2 likes1.5k downloads8mo agoHugging Face24titasmallick96 /daily-bio-newsaudion<1K0 likes1.5k downloads3h agoHugging Face25almanach /Biomed-Enriched Biomed-Enriched: A Biomedical Dataset Enriched with LLMs for Pretraining and Extracting Rare and Hidden Content Dataset Authors Rian Touchent, Nathan Godey & Eric de la ClergerieSorbonne Université, INRIA Paris Overview Biomed-Enriched is a PubMed-derived dataset created using a two-stage annotation process. Initially, Llama 3.1 70B Instruct annotated 400K paragraphs for document type, domain, and educational quality. These annotations were then… See the full description on the dataset page: https://huggingface.co/datasets/almanach/Biomed-Enriched.tabulartext-classification100M<n<1B9 likes1.4k downloads2mo agoHugging Face26HirakoSan /bio-lens 🌿 iNaturalist Bronze Dataset (Research-Grade, Deduplicated) Description This dataset contains research-grade observations from iNaturalist, processed through a bronze-layer pipeline that includes: It's a curated dataset for biodiversity analysis based on community sourced observations, contains millions of images thus can be used for biology model training. The intent of this data is to train specialist vision models capable of identifying species with high… See the full description on the dataset page: https://huggingface.co/datasets/HirakoSan/bio-lens.tabular100M<n<1B2 likes1.3k downloads2mo agoHugging Face27dmayhem93 /agieval-gaokao-biology Dataset Card for "agieval-gaokao-biology" Dataset taken from https://github.com/microsoft/AGIEval and processed as in that repo. MIT License Copyright (c) Microsoft Corporation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell… See the full description on the dataset page: https://huggingface.co/datasets/dmayhem93/agieval-gaokao-biology.textn<1K2 likes1.3k downloads3y agoHugging Face28mteb /biorxiv-clustering-s2s BiorxivClusteringS2S.v2 An MTEB dataset Massive Text Embedding Benchmark Clustering of titles from biorxiv across 26 categories. Task category t2c Domains Academic, Written Reference https://api.biorxiv.org/ How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["BiorxivClusteringS2S.v2"]) evaluator = mteb.MTEB(task) model = mteb.get_model(YOUR_MODEL)… See the full description on the dataset page: https://huggingface.co/datasets/mteb/biorxiv-clustering-s2s.texttext-classification10K<n<100K2 likes1.3k downloads1y agoHugging Face29R2MED /Bioinformatics 🔭 Overview R2MED: First Reasoning-Driven Medical Retrieval Benchmark R2MED is a high-quality, high-resolution synthetic information retrieval (IR) dataset designed for medical scenarios. It contains 876 queries with three retrieval tasks, five medical scenarios, and twelve body systems. Dataset #Q #D Avg. Pos Q-Len D-Len Biology 103 57359 3.6 115.2 83.6 Bioinformatics77 47473 2.9 273.8 150.5 Medical Sciences 88 34810 2.8 107.1 122.7 MedXpertQA-Exam 97… See the full description on the dataset page: https://huggingface.co/datasets/R2MED/Bioinformatics.texttext-retrieval10K<n<100K1 likes1.2k downloads1y agoHugging Face30zou-lab /BioMed-R1-Eval Disentangling Reasoning and Knowledge in Medical Large Language Models This is the evaluation dataset accompanying our paper, comprising 11 publicly available biomedical benchmarks. We disentangle each benchmark question into either medical reasoning or medical knowledge categories. Additionally, we provide a set of adversarial reasoning traces designed to evaluate the robustness of medical reasoning models. For more details, please refer to our GitHub. If you find this work useful… See the full description on the dataset page: https://huggingface.co/datasets/zou-lab/BioMed-R1-Eval.tabularquestion-answering10K<n<100K1 likes1.2k downloads1y agoHugging Face

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