paper-with-me

Papers

Large Language Models for Biomedical Article Classification

2026-03-12 · Jakub Proboszcz, Paweł Cichosz arxiv

This work presents a systematic and in-depth investigation of the utility of large language models as text classifiers for biomedical article classification. The study uses several small and mid-size open source models, as well as selected closed source ones, and is more comprehensive than most prior work with respect to the scope of evaluated configurations: different types of prompts, output processing methods for generating both class and class probability predictions, as well as few-shot example counts and selection methods. The performance of the most successful configurations is compared to that of conventional classification algorithms. The obtained average PR AUC over 15 challenging datasets above 0.4 for zero-shot prompting and nearly 0.5 for few-shot prompting comes close to that of the naïve Bayes classifier (0.5), the random forest algorithm (0.5 with default settings or 0.55 with hyperparameter tuning) and fine-tuned transformer models (0.5). These results confirm the utility of large language models as text classifiers for non-trivial domains and provide practical recommendations of the most promising setups, including in particular using output token probabilities for class probability prediction.

📄 PDF Abstract BibTeX arXiv:2603.11780

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

High-throughput Biomedical Relation Extraction for Semi-Structured Web Articles Empowered by Large Language Models

2023-12-13 · Songchi Zhou, Sheng Yu

Objective: To develop a high-throughput biomedical relation extraction system that takes advantage of the large language models'(LLMs) reading comprehension ability and biomedical world knowledge in a scalable and eviden…

ArticlesBinary ClassificationReading ComprehensionRelation+2

No Tokens Wasted: Leveraging Long Context in Biomedical Vision-Language Models

2025-10-04 · Min Woo Sun, Alejandro Lozano, Javier Gamazo Tejero, Vishwesh Nath 외 arxiv

Embedding vision-language models (VLMs) are typically pretrained with short text windows (<77 tokens), which forces the truncation of long-format captions. Yet, the distribution of biomedical captions from large-scale op…

BiomedCLIP: a multimodal biomedical foundation model pretrained from fifteen million scientific image-text pairs

2023-03-02 · Sheng Zhang, Yanbo Xu, Naoto Usuyama, Hanwen Xu 외

Biomedical data is inherently multimodal, comprising physical measurements and natural language narratives. A generalist biomedical AI model needs to simultaneously process different modalities of data, including text an…

ArticlesMedical Visual Question AnsweringPneumonia DetectionQuestion Answering+3

Bioformer: an efficient transformer language model for biomedical text mining

2023-02-03 · Li Fang, Qingyu Chen, Chih-Hsuan Wei, Zhiyong Lu 외

Pretrained language models such as Bidirectional Encoder Representations from Transformers (BERT) have achieved state-of-the-art performance in natural language processing (NLP) tasks. Recently, BERT has been adapted to …

ArticlesDocument ClassificationLanguage ModelingLanguage Modelling+5

Biomedical Nested NER with Large Language Model and UMLS Heuristics

2024-07-07 · WenXin Zhou

In this paper, we present our system for the BioNNE English track, which aims to extract 8 types of biomedical nested named entities from biomedical text. We use a large language model (Mixtral 8x7B instruct) and ScispaC…

Language ModelingLanguage ModellingLarge Language ModelNER