CLAIApr 5, 2023

Evaluation of ChatGPT Family of Models for Biomedical Reasoning and Classification

Harvard
arXiv:2304.02496v182 citationsh-index: 59
Originality Synthesis-oriented
AI Analysis

This work addresses the performance gap for biomedical practitioners in applying LLMs to specific clinical tasks, showing incremental results compared to existing methods.

The study evaluated ChatGPT models (GPT-3.5s, GPT-4) on biomedical classification and reasoning tasks, finding that fine-tuned BioBERT models outperformed LLMs, with simple bag-of-words models matching complex LLM prompting.

Recent advances in large language models (LLMs) have shown impressive ability in biomedical question-answering, but have not been adequately investigated for more specific biomedical applications. This study investigates the performance of LLMs such as the ChatGPT family of models (GPT-3.5s, GPT-4) in biomedical tasks beyond question-answering. Because no patient data can be passed to the OpenAI API public interface, we evaluated model performance with over 10000 samples as proxies for two fundamental tasks in the clinical domain - classification and reasoning. The first task is classifying whether statements of clinical and policy recommendations in scientific literature constitute health advice. The second task is causal relation detection from the biomedical literature. We compared LLMs with simpler models, such as bag-of-words (BoW) with logistic regression, and fine-tuned BioBERT models. Despite the excitement around viral ChatGPT, we found that fine-tuning for two fundamental NLP tasks remained the best strategy. The simple BoW model performed on par with the most complex LLM prompting. Prompt engineering required significant investment.

Code Implementations1 repo
Foundations

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

Your Notes