paper-with-me

Papers

Benchmarking for Biomedical Natural Language Processing Tasks with a Domain Specific ALBERT

2021-07-09 · Usman Naseem, Adam G. Dunn, Matloob Khushi, Jinman Kim

The availability of biomedical text data and advances in natural language processing (NLP) have made new applications in biomedical NLP possible. Language models trained or fine tuned using domain specific corpora can outperform general models, but work to date in biomedical NLP has been limited in terms of corpora and tasks. We present BioALBERT, a domain-specific adaptation of A Lite Bidirectional Encoder Representations from Transformers (ALBERT), trained on biomedical (PubMed and PubMed Central) and clinical (MIMIC-III) corpora and fine tuned for 6 different tasks across 20 benchmark datasets. Experiments show that BioALBERT outperforms the state of the art on named entity recognition (+11.09% BLURB score improvement), relation extraction (+0.80% BLURB score), sentence similarity (+1.05% BLURB score), document classification (+0.62% F1-score), and question answering (+2.83% BLURB score). It represents a new state of the art in 17 out of 20 benchmark datasets. By making BioALBERT models and data available, our aim is to help the biomedical NLP community avoid computational costs of training and establish a new set of baselines for future efforts across a broad range of biomedical NLP tasks.

📄 PDF Abstract BibTeX arXiv:2107.04374

Code (1)

usmaann/BioALBERT 공식 구현 pytorch

Tasks

BenchmarkingDocument Classificationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Question AnsweringRelation ExtractionSentenceSentence Similarity

Similar Papers 제목 키워드 기반

Transfer Learning in Biomedical Natural Language Processing: An Evaluation of BERT and ELMo on Ten Benchmarking Datasets

2019-06-13 · WS 2019 8 · Yifan Peng, Shankai Yan, Zhiyong Lu
BenchmarkingDocument ClassificationDrug–drug Interaction ExtractionMedical Named Entity Recognition+6

Benchmarking large language models for biomedical natural language processing applications and recommendations

2023-05-10 · Qingyu Chen, Yan Hu, Xueqing Peng, Qianqian Xie 외

The rapid growth of biomedical literature poses challenges for manual knowledge curation and synthesis. Biomedical Natural Language Processing (BioNLP) automates the process. While Large Language Models (LLMs) have shown…

BenchmarkingDocument ClassificationMedical Question Answeringnamed-entity-recognition+7

Benchmarking Retrieval-Augmented Large Language Models in Biomedical NLP: Application, Robustness, and Self-Awareness

2024-05-13 · Mingchen Li, Zaifu Zhan, Han Yang, Yongkang Xiao 외

Large language models (LLM) have demonstrated remarkable capabilities in various biomedical natural language processing (NLP) tasks, leveraging the demonstration within the input context to adapt to new tasks. However, L…

BenchmarkingcounterfactualHallucinationLink Prediction+3

BioSentVec: creating sentence embeddings for biomedical texts

2018-10-22 · Qingyu Chen, Yifan Peng, Zhiyong Lu

Sentence embeddings have become an essential part of today's natural language processing (NLP) systems, especially together advanced deep learning methods. Although pre-trained sentence encoders are available in the gene…

ArticlesBenchmarkingSentenceSentence Embeddings+2

ScispaCy: Fast and Robust Models for Biomedical Natural Language Processing

2019-02-20 · WS 2019 8 · Mark Neumann, Daniel King, Iz Beltagy, Waleed Ammar

Despite recent advances in natural language processing, many statistical models for processing text perform extremely poorly under domain shift. Processing biomedical and clinical text is a critically important applicati…