awesome-bioie

🧫 A curated list of resources relevant to doing Biomedical Information Extraction (including BioNLP)

GitHub

337 stars
20 watching
33 forks
last commit: 4 months ago
Linked from 3 awesome lists

awesomeawesome-listbioinformaticsbiomedicalbiomedical-databiomedical-languageinformation-extractionmedical-informaticsnatural-language-processingnlptext-mining

Research Overviews / LLMs in Biomedical IE

Large language models in healthcare: A comprehensive benchmark a statistical and human evaluation of sixteen different LLMs applied to medical language tasks
Assessing the research landscape and clinical utility of large language models: a scoping review a high-level review of LLM applications in medicine as of March 2024
Ethical and regulatory challenges of large language models in medicine a review of ethical issues arising from applications of LLMs in biomedicine
On the Dangers of Stochastic Parrots: Can Language Models Be Too Big? 🦜 a frequently referenced but still relevant work concerning the roles, applications, and risks of language models

Research Overviews / Pre-LLM Overviews

Biomedical Informatics on the Cloud: A Treasure Hunt for Advancing Cardiovascular Medicine An overview of how BioIE and bioinformatics workflows can be applied to questions in cardiovascular health and medicine research
Clinical information extraction applications: A literature review A review of clinical IE papers published as of September 2016. From Mayo Clinic group (see below)
Literature Based Discovery: Models, methods, and trends A review of Literature Based Discovery (LBD), or the philosophy that meaningful connections may be found between seemingly unrelated scientific literature
Undiscovered Public Knowledge For some historical context on LBD, see papers by University of Chicago's Don Swanson and Neil Smalheiser, including (paywalled) and

Research Overviews / Pre-LLM Overviews

Mining Electronic Health Records (EHRs): A Survey A review of the methods and philosophy behind mining electronic health records, including using them for adverse event detection. See Table 2 for a list of relevant papers as of mid-2017
Capturing the Patient's Perspective: a Review of Advances in Natural Language Processing of Health-Related Text A 2017 review of natural language processing methods applied to information extraction in health records and social media text. An important note from this review: "One of the main challenges in the field is the availability of data that can be shared and which can be used by the community to push the development of methods based on comparable and reproducible studies"

Groups Active in the Field

Boston Children's Hospital Natural Language Processing Laboratory Led by Dr. Guergana Savova, formerly at Mayo Clinic and the Apache cTAKES project
Brown Center for Biomedical Informatics Based at Brown University and directed by Dr. Neil Sarkar, whose research group works on topics in clinical NLP and IE
Center for Computational Pharmacology NLP Group based at University of Colorado, Denver and led by Larry Hunter -

Groups Active in the Field / Groups at U.S. National Institutes of Health (NIH) / National Library of Medicine (NLM):

Demner-Fushman group at NLM
BioNLP group at NCBI Develops improvements to biomedical literature search and curation (e.g., through PubMed), led by Dr. Zhiyong Lu

Groups Active in the Field

JensenLab Based at the Novo Nordisk Foundation Center for Protein Research at the University of Copenhagen, Denmark
National Centre for Text Mining (NaCTeM) Based at the University of Manchester and led by Prof. Sophia Ananiadou, NaCTeM is concerned with text mining in general but has a particular focus on biomedical applications
Mayo Clinic's clinical natural language processing program Several groups at Mayo Clinic have made major contributions to BioIE (for example, the Apache cTAKES platform) over the past 20 years
Monarch Initiative A joint effort between groups at Oregon State University, Oregon Health & Science University, Lawrence Berkeley National Lab, The Jackson Laboratory, and several others, seeking to "integrate biological information using semantics, and present it in a novel way, leveraging phenotypes to bridge the knowledge gap"
TurkuNLP Based at the University of Turku and concerned with NLP in general with a focus on BioNLP and clinical applications
UTHealth Houston Biomedical Natural Language Processing Lab Based in the University of Texas Health Science Center at Houston, School of Biomedical Informatics and led by Dr. Hua Xu
VCU Natural Language Processing Lab Based at Virginia Commonwealth University and led by Dr. Bridget McInnes
Zaklab Group led by Dr. Isaac Kohane at Harvard Medical School's Department of Biomedical Informatics (Dr. Kohane is also a steward of the n2c2 (formerly i2b2) datasets - see below)
Columbia University Department of Biomedical Informatics Led by Drs. George Hripcsak and Noémie Elhadad

Organizations

AMIA Many—but certainly not all—individuals studying biomedical informatics are members of the American Medical Informatics Association. AMIA publishes a journal, JAMIA (see below)
IMIA The International Medical Informatics Association. Publishes the IMIA Yearbook of Medical Informatics

Journals and Events / Journals

Database Its subtitle is "The Journal of Biological Databases and Curation". Open access
NAR Nucleic Acids Research. Has a broad biomolecular focus but is particularly notable for its annual database issue
JAMIA The Journal of the American Medical Informatics Association. Concerns "articles in the areas of clinical care, clinical research, translational science, implementation science, imaging, education, consumer health, public health, and policy"
JBI The Journal of Biomedical Informatics. Not open access by default, though it does have an open-access "X" version
Scientific Data An open-access Springer Nature journal publishing "descriptions of scientifically valuable datasets, and research that advances the sharing and reuse of scientific data"

Journals and Events / Conferences and Other Events

ACM-BCB The ACM Conference on Bioinformatics, Computational Biology, and Health Informatics. Held annually since 2010
BIBM The IEEE International Conference on Bioinformatics and Biomedicine
ISMB The International Conference on Intelligent Systems for Molecular Biology is an annual conference hosted by the International Society for Computational Biology since 1993. Much of its focus has concerned bioinformatics and computational biology without an explicit clinical focus, though it has included an increasing amount of text mining content (e.g., the 2019 meeting included a ). The meeting is combined with that of the European Conference on Computational Biology (ECCB) on odd-numbered years
PSB The Pacific Symposium on Biocomputing

Journals and Events / Challenges

BioASQ Challenges on biomedical semantic indexing and question answering. Challenges and workshops held annually since 2013
BioCreAtIvE workshop These workshops have been organized since 2004, with BioCreative VI happening February 2017 and the held in 2018. See below
SemEval workshop Tasks and evaluations in computational semantic analysis. Tasks vary by year but frequently cover scientific and/or biomedical language, e.g. the
eHealth-KD Challenges for encouraging "development of software technologies to automatically extract a large variety of knowledge from eHealth documents written in the Spanish Language". Previously held as part of , an annual workshop for semantic analysis in Spanish
EHR DREAM Challenge Held along with several other , this challenge opened in October 2019 and focuses on using electronic health record data to predict patient mortality. Uses a synthetic data set rather than real EHR contents

Tutorials / Pre-LLM Guides, Lectures, and Courses

Getting Started in Text Mining A brief introduction to bio-text mining from Cohen and Hunter. More than ten years old but still quite relevant. See also an
Biomedical Literature Mining A (non-free) volume of Methods in Molecular Biology from 2014. Chapters covers introductory principles in text mining, applications in the biological sciences, and potential for use in clinical or medical safety scenarios
Coursera - Foundations of mining non-structured medical data About three hours worth of video lectures on working with medical data of various types and structures, including text and image data. Appears fairly high-level and intended for beginners
JensenLab text mining exercises
VIB text mining and curation training This training workshop happenened in 2013 but the slides are still online

Code Libraries

Biopython - - Python tools primarily intended for bioinformatics and computational molecular biology purposes, but also a convenient way to obtain data, including documents/abstracts from PubMed (see Chapter 9 of the documentation)
Bio-SCoRes 9 over 4 years ago - A framework for biomedical coreference resolution
medaCy 429 almost 2 years ago A system for building predictive medical natural language processing models. Built on the framework
ScispaCy 1,686 21 days ago - A version of the framework for scientific and biomedical documents
rentrez 195 about 3 years ago R utilities for accessing NCBI resources, including PubMed
Med7 - - a Python package and model (for use with spaCy) for doing NER with medication-related concepts

Code Libraries / Repos for Specific Datasets

mimic-code 2,537 about 1 month ago Code associated with the MIMIC-III dataset (see below). Includes some helpful

Tools, Platforms, and Services

cTAKES - - A system for processing the text in electronic medical records. Widely used and open source
CLAMP - A natural language processing toolkit intended for use with the text in clinical reports. Check out their first to see what it does. Usable at no cost for academic research
DeepPhe 30 over 1 year ago A system for processing documents describing cancer presentations. Based on cTAKES (see above)
DNorm - A method for disease normalization, i.e., linking mentions of disease names and acronyms to unique concept identifiers. Downloadable version includes the NCBI Disease Corpus and BC5CDR (see Annotated Text Data below)
PubTator Central - A web platform that identifies five different types of biomedical concepts in PubMed articles and PubMed Central full texts. The full annotation sets are downloadable (see below)
Pubrunner 41 about 4 years ago A framework for running text mining tools on the newest set(s) of documents from PubMed
SemEHR 88 over 1 year ago - an IE infrastructure for electronic health records (EHR). Built on the
TaggerOne - Performs concept normalization (see also DNorm above). Can be trained for specific concept types and can perform NER independent of other normalization functions
TabInOut 41 over 5 years ago - a framework for IE from tables in the literature

Tools, Platforms, and Services / Annotation Tools

Anafora 240 almost 2 years ago - An annotation tool with adjudication and progress tracking features
brat - - The brat rapid annotation tool. Supports producing text annotations visually, through the browser. Not subject specific; appropriate for many annotation projects. Visualization is based on that of the
MedTator - - An annotation tool designed to have minimal dependencies

Techniques and Models / BERT models

BioBERT 653 over 4 years ago - - A PubMed and PubMed Central-trained version of the

Techniques and Models / BERT models / ClinicalBERT

Alsentzer et al Clinical BERT 659 about 4 years ago -
Huang et al ClinicalBERT 372 almost 2 years ago -

Techniques and Models / BERT models

SciBERT 1,489 over 2 years ago - A BERT model trained on >1M papers from the Semantic Scholar database
BlueBERT 552 over 1 year ago - A BERT model pre-trained on PubMed text and MIMIC-III notes
PubMedBERT - A BERT model trained from scratch on PubMed, with versions trained on abstracts+full texts and on abstracts alone

Techniques and Models / GPT-2 models

BioGPT 4,288 2 months ago - A GPT-2 model pre-trained on 15 million PubMed abstracts, along with fine-tuned versions for several biomedical tasks

Techniques and Models / Other models

Flair embeddings from PubMed 13,852 7 days ago A language model available through the Flair framework and embedding method. Trained over a 5% sample of PubMed abstracts until 2015, or > 1.2 million abstracts in total

Techniques and Models / Text Embeddings

This paper from Hongfang Liu's group at Mayo Clinic demonstrates how text embeddings trained on biomedical or clinical text can, but don't always, perform better on biomedical natural language processing tasks. That being said, pre-trained embeddings may be appropriate for your needs, especially as training domain-specific embeddings can be computationally intensive
BioASQword2vec - Qord embeddings derived from biomedical text (>10 million PubMed abstracts) using the popular tool
BioWordVec - - Word embeddings derived from biomedical text (>27 million PubMed titles and abstracts), including subword embedding model based on MeSH

Datasets / Biomedical Text Sources

OHSUMED - 348,566 MEDLINE entries (title and sometimes abstract) from between 1987 and 1991. Includes MeSH labels. Primarily of historical significance
PubMed Central Open Access Subset A set of PubMed Central articles usable under licenses other than traditional copyright, though the exact licenses vary by publication and source. Articles are available as PDF and XML
CORD-19 158 about 2 years ago A corpus of scholarly manuscripts concerning COVID-19. Articles are primarily from PubMed Central and preprint servers, though the set also includes metadata on papers without full-text availability

Datasets / Annotated Text Data

SPL-ADR-200db - A pilot dataset containing standardised information, and annotations of occurence in text, about ~5,000 known adverse reactions for 200 FDA-approved drugs
BioCreAtIvE 1 - 15,000 sentences (10,000 training and 5,000 test) annotated for protein and gene names. 1,000 full text biomedical research articles annotated with protein names and Gene Ontology terms
BioCreAtIvE 2 - 15,000 sentences (10,000 training and 5,000 test, different from the first corpus) annotated for protein and gene names. 542 abstracts linked to EntrezGene identifiers. A variety of research articles annotated for features of protein–protein interactions
BioCreAtIvE V CDR Task Corpus (BC5CDR) - 1,500 articles (title and abstract) published in 2014 or later, annotated for 4,409 chemicals, 5,818 diseases and 3116 chemical–disease interactions. Requires registration
BioCreative VI CHEMPROT Corpus - >2,400 articles annotated with chemical-protein interactions of a variety of relation types. Requires registration
CRAFT 69 10 months ago - 67 full-text biomedical articles annotated in a variety of ways, including for concepts and coreferences. Now on version 5, including annotations linking concepts to the MONDO disease ontology
n2c2 (formerly i2b2) Data The Department of Biomedical Informatics (DBMI) at Harvard Medical School manages data for the National NLP Clinical Challenges and the Informatics for Integrating Biology and the Bedside challenges running since 2006. They require registration before access and use. Datasets include a variety of topics. See the for individual descriptions
NCBI Disease Corpus - A corpus of 793 biomedical abstracts annotated with names of diseases and related concepts from MeSH and
PubTator Central datasets - Accessible through a RESTful API or FTP download. Includes annotations for >29 million abstracts and ∼3 million full text documents
Word Sense Disambiguation (WSD) - 203 ambiguous words and 37,888 automatically extracted instances of their use in biomedical research publications. Requires UTS account
Clinical Questions Collection also known as CQC or the Iowa collection, these are several thousand questions posed by physicians during office visits along with the associated answers
BioNLP ST 2013 datasets data from six shared tasks, though some may not be easily accessible; try the CG task set (BioNLP2013CG) for extensive entity and event annotations
BioScope - a corpus of sentences from medical and biological documents, annotated for negation, speculation, and linguistic scope
BioRED - a set of >6.5K biomedical relation annotations, plus labels for novel findings

Datasets / Protein-protein Interaction Annotated Corpora

AIMed - 225 MEDLINE abstracts annotated for PPI
BioC-BioGRID - 120 full text articles annotated for PPI and genetic interactions. Used in the BioCreative V BioC task
BioInfer - 1,100 sentences from biomedical research abstracts annotated for relationships (including PPI), named entities, and syntactic dependencies
HPRD50 - 50 scientific abstracts referenced by the Human Protein Reference Database, annotated for PPI
IEPA - 486 sentences from biomedical research abstracts annotated for pairs of co-occurring chemicals, including proteins (hence, PPI annotations)
LLL - 77 sentences from research articles about the bacterium , annotated for protein–gene interactions (so, fairly close to PPI annotations)

Datasets / Other Datasets

Columbia Open Health Data - A database of prevalence and co-occurrence frequencies of conditions, drugs, procedures, and patient demographics extracted from electronic health records. Does not include original record text
Comparative Toxicogenomics Database - A database of manually curated associations between chemicals, gene products, phenotypes, diseases, and environmental exposures. Useful for assembling ontologies of the related concepts, such as types of chemicals
MIMIC-III - Deidentified health data from ~60,000 intensive care unit admissions. Requires completion of an online training course (CITI training) and acceptance of a data use agreement prior to use
MIMIC-CXR The MIMIC Chest X-Ray database. Contains more than 377,000 radiographic images and accompanying free-text radiology reports. As with MIMIC-III, requires acceptance of a data use agreement
UMLS Knowledge Sources - A large and comprehensive collection of biomedical terminology and identifiers, as well as accompanying tools and scripts. Depending on your purposes, the single file MRCONSO.RRF may be sufficient, as this file contains unique identifiers and names for all concepts in the UMLS Metathesaurus. See also the Ontologies and Controlled Vocabularies section below
MIMIC-IV An update to MIMIC-III's multimodal patient data, now covering more recent years of admissions, plus a new data structure, emergency department records, and links to MIMIC-CXR images
eICU Collaborative Research Database - a database of observations from more than 200 thousand intensive care unit admissions, with consistent structure. Requires registration, training course completion, and data use agreement

Ontologies and Controlled Vocabularies

Disease Ontology - An ontology of human diseases. Has cross-links to MeSH, ICD, NCI Thesaurus, SNOMED, and OMIM. Public domain. Available on and on the
RxNorm - Normalized names for clinical drugs and drug packs, with combined ingredients, strengths, and form, and assigned types from the Semantic Network (see below). Released monthly
SPECIALIST Lexicon - A general English lexicon that includes many biomedical terms. Updated yearly since 1994 and still updated as of 2019. Part of UMLS but does not require UTS account to download
UMLS Metathesaurus - Mappings between >3.8 million concepts, 14 million concept names, and >200 sources of biomedical vocabulary and identifiers. It's big. It may help to prepare a subset of the Metathesaurus with the but we're still talking about ~30 Gb of disk space required for the 2019 release. . Requires UTS account
UMLS Semantic Network - Lists of 133 semantic types and 54 semantic relationships covering biomedical concepts and vocabulary. Is the Metathesaurus too complex for your needs? Try this. Does not require UTS account to download

Data Models

Biolink - A data model of biological entities. Provided as a file
BioUML - An architecture for biomedical data analysis, integration, and visualization. Conceptually based on the visual modeling language
OMOP Common Data Model 876 2 months ago a standard for observational healthcare data

Backlinks from these awesome lists: