CLMar 12

Large Language Models for Biomedical Article Classification

arXiv:2603.11780v116.8h-index: 15Has Code
Predicted impact top 81% in CL · last 90 daysOriginality Synthesis-oriented
AI Analysis

It provides practical recommendations for using large language models in biomedical text classification, but the results are incremental as they match rather than surpass existing methods.

This work investigated the use of large language models for biomedical article classification, finding that zero-shot prompting achieved an average PR AUC above 0.4 and few-shot prompting nearly 0.5, comparable to conventional methods like naive Bayes and random forest.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes