CLFeb 21, 2025

AutoMedPrompt: A New Framework for Optimizing LLM Medical Prompts Using Textual Gradients

arXiv:2502.15944v111 citationsh-index: 6Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of enhancing medical reasoning in LLMs without extensive fine-tuning, offering a novel method that outperforms proprietary models, though it is incremental in the context of prompt optimization techniques.

The paper tackles the problem of optimizing prompts for large language models in medical applications by introducing AutoMedPrompt, a framework that uses textual gradients to improve performance, achieving state-of-the-art accuracies of 82.6% on PubMedQA, 77.7% on MedQA, and 63.8% on NephSAP.

Large language models (LLMs) have demonstrated increasingly sophisticated performance in medical and other fields of knowledge. Traditional methods of creating specialist LLMs require extensive fine-tuning and training of models on large datasets. Recently, prompt engineering, instead of fine-tuning, has shown potential to boost the performance of general foundation models. However, prompting methods such as chain-of-thought (CoT) may not be suitable for all subspecialty, and k-shot approaches may introduce irrelevant tokens into the context space. We present AutoMedPrompt, which explores the use of textual gradients to elicit medically relevant reasoning through system prompt optimization. AutoMedPrompt leverages TextGrad's automatic differentiation via text to improve the ability of general foundation LLMs. We evaluated AutoMedPrompt on Llama 3, an open-source LLM, using several QA benchmarks, including MedQA, PubMedQA, and the nephrology subspecialty-specific NephSAP. Our results show that prompting with textual gradients outperforms previous methods on open-source LLMs and surpasses proprietary models such as GPT-4, Claude 3 Opus, and Med-PaLM 2. AutoMedPrompt sets a new state-of-the-art (SOTA) performance on PubMedQA with an accuracy of 82.6$\%$, while also outperforming previous prompting strategies on open-sourced models for MedQA (77.7$\%$) and NephSAP (63.8$\%$).

Foundations

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

Your Notes