paper-with-me

홈 › Papers

LitMC-BERT: transformer-based multi-label classification of biomedical literature with an application on COVID-19 literature curation

2022-04-19 · Qingyu Chen, Jingcheng Du, Alexis Allot, Zhiyong Lu

The rapid growth of biomedical literature poses a significant challenge for curation and interpretation. This has become more evident during the COVID-19 pandemic. LitCovid, a literature database of COVID-19 related papers in PubMed, has accumulated over 180,000 articles with millions of accesses. Approximately 10,000 new articles are added to LitCovid every month. A main curation task in LitCovid is topic annotation where an article is assigned with up to eight topics, e.g., Treatment and Diagnosis. The annotated topics have been widely used both in LitCovid (e.g., accounting for ~18% of total uses) and downstream studies such as network generation. However, it has been a primary curation bottleneck due to the nature of the task and the rapid literature growth. This study proposes LITMC-BERT, a transformer-based multi-label classification method in biomedical literature. It uses a shared transformer backbone for all the labels while also captures label-specific features and the correlations between label pairs. We compare LITMC-BERT with three baseline models on two datasets. Its micro-F1 and instance-based F1 are 5% and 4% higher than the current best results, respectively, and only requires ~18% of the inference time than the Binary BERT baseline. The related datasets and models are available via https://github.com/ncbi/ml-transformer.

📄 PDF Abstract BibTeX arXiv:2204.08649

Code (1)

ncbi/ml-transformer 공식 구현

Tasks

ArticlesMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Classification multilabel de concepts médicaux pour l’identification du profil clinique du patient (Multilabel classification of medical concepts for patient’s clinical profile identification )

2021-06-01 · JEP/TALN/RECITAL 2021 6 · Christel Gérardin, Pascal Vaillant, Perceval Wajsbürt, Clément Gilavert 외

La première tâche du Défi fouille de textes 2021 a consisté à extraire automatiquement, à partir de cas cliniques, les phénotypes pathologiques des patients regroupés par tête de chapitre du MeSH-maladie. La solution pré…

ArticlesClassification

Multi-label classification of open-ended questions with BERT

2023-04-06 · Matthias Schonlau, Julia Weiß, Jan Marquardt

Open-ended questions in surveys are valuable because they do not constrain the respondent's answer, thereby avoiding biases. However, answers to open-ended questions are text data which are harder to analyze. Traditional…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

YNU-HPCC at SemEval-2022 Task 4: Finetuning Pretrained Language Models for Patronizing and Condescending Language Detection

2022-07-01 · SemEval (NAACL) 2022 7 · Wenqiang Bai, Jin Wang, Xuejie Zhang

This paper describes a system built in the SemEval-2022 competition. As participants in Task 4: Patronizing and Condescending Language Detection, we implemented the text sentiment classification system for two subtasks i…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONSentiment Analysis+1

RadBERT-CL: Factually-Aware Contrastive Learning For Radiology Report Classification

2021-10-28 · Ajay Jaiswal, Liyan Tang, Meheli Ghosh, Justin Rousseau 외

Radiology reports are unstructured and contain the imaging findings and corresponding diagnoses transcribed by radiologists which include clinical facts and negated and/or uncertain statements. Extracting pathologic find…

ClassificationContrastive Learning

Not All Pretraining are Created Equal: Threshold Tuning and Class Weighting for Imbalanced Polarization Tasks in Low-Resource Settings

2026-03-08 · Abass Oguntade arxiv

This paper describes my submission to the Polarization Shared Task at SemEval-2025, which addresses polarization detection and classification in social media text. I develop Transformer-based systems for English and Swah…