TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/BioBERT: a pre-trained biomedical language representation ...

BioBERT: a pre-trained biomedical language representation model for biomedical text mining

Jinhyuk Lee, Wonjin Yoon, Sungdong Kim, Donghyeon Kim, Sunkyu Kim, Chan Ho So, Jaewoo Kang

2019-01-25Medical Named Entity RecognitionQuestion AnsweringFew-Shot LearningRelation ExtractionRepresentation LearningNamed Entity RecognitionMedical Relation ExtractionDrug–drug Interaction ExtractionNamed Entity Recognition (NER)Sentence ClassificationZero-Shot LearningLanguage Modelling
PaperPDFCodeCode(official)CodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCode(official)CodeCodeCode

Abstract

Biomedical text mining is becoming increasingly important as the number of biomedical documents rapidly grows. With the progress in natural language processing (NLP), extracting valuable information from biomedical literature has gained popularity among researchers, and deep learning has boosted the development of effective biomedical text mining models. However, directly applying the advancements in NLP to biomedical text mining often yields unsatisfactory results due to a word distribution shift from general domain corpora to biomedical corpora. In this article, we investigate how the recently introduced pre-trained language model BERT can be adapted for biomedical corpora. We introduce BioBERT (Bidirectional Encoder Representations from Transformers for Biomedical Text Mining), which is a domain-specific language representation model pre-trained on large-scale biomedical corpora. With almost the same architecture across tasks, BioBERT largely outperforms BERT and previous state-of-the-art models in a variety of biomedical text mining tasks when pre-trained on biomedical corpora. While BERT obtains performance comparable to that of previous state-of-the-art models, BioBERT significantly outperforms them on the following three representative biomedical text mining tasks: biomedical named entity recognition (0.62% F1 score improvement), biomedical relation extraction (2.80% F1 score improvement) and biomedical question answering (12.24% MRR improvement). Our analysis results show that pre-training BERT on biomedical corpora helps it to understand complex biomedical texts. We make the pre-trained weights of BioBERT freely available at https://github.com/naver/biobert-pretrained, and the source code for fine-tuning BioBERT available at https://github.com/dmis-lab/biobert.

Results

TaskDatasetMetricValueModel
Relation ExtractionChemProtF176.46BioBERT
Few-Shot LearningMedConceptsQAAccuracy25.458dmis-lab/biobert-v1.1
Zero-Shot LearningMedConceptsQAAccuracy26.151dmis-lab/biobert-v1.1
Question AnsweringMedQAAccuracy36.7BioBERT (large)
Question AnsweringMedQAAccuracy34.1BioBERT (base)
Information ExtractionDDI extraction 2013 corpusF10.8088BioBERT
Information ExtractionDDI extraction 2013 corpusMicro F180.88BioBERT
Named Entity Recognition (NER)NCBI-diseaseF189.71BioBERT
Named Entity Recognition (NER)Species-800F175.31BioBERT
Named Entity Recognition (NER)JNLPBAF177.59BioBERT
Representation LearningSciDocsAvg.58.8BioBERT
Meta-LearningMedConceptsQAAccuracy25.458dmis-lab/biobert-v1.1

Related Papers

Visual-Language Model Knowledge Distillation Method for Image Quality Assessment2025-07-21Touch in the Wild: Learning Fine-Grained Manipulation with a Portable Visuo-Tactile Gripper2025-07-20From Roots to Rewards: Dynamic Tree Reasoning with RL2025-07-17Enter the Mind Palace: Reasoning and Planning for Long-term Active Embodied Question Answering2025-07-17Vision-and-Language Training Helps Deploy Taxonomic Knowledge but Does Not Fundamentally Alter It2025-07-17City-VLM: Towards Multidomain Perception Scene Understanding via Multimodal Incomplete Learning2025-07-17GLAD: Generalizable Tuning for Vision-Language Models2025-07-17Spectral Bellman Method: Unifying Representation and Exploration in RL2025-07-17