← Latest papers
💬 NLP

Entry-level guide to the use of large language models for medical research

This paper provides an entry-level, actionable guide for healthcare professionals to effectively and safely integrate frontier large language models into medical research and clinical practice through a structured workflow encompassing task formulation, model selection, prompt engineering, fine-tuning, and responsible deployment.

Original authors: Qiao Jin, Nicholas Wan, Robert Leaman, Shubo Tian, Zhizheng Wang, Yifan Yang, Zifeng Wang, Guangzhi Xiong, Po-Ting Lai, Qingqing Zhu, Benjamin Hou, Maame Sarfo-Gyamfi, Gongbo Zhang, Aidan Gilson, Balu
Published 2026-05-20
📖 5 min read🧠 Deep dive

Original authors: Qiao Jin, Nicholas Wan, Robert Leaman, Shubo Tian, Zhizheng Wang, Yifan Yang, Zifeng Wang, Guangzhi Xiong, Po-Ting Lai, Qingqing Zhu, Benjamin Hou, Maame Sarfo-Gyamfi, Gongbo Zhang, Aidan Gilson, Balu Bhasuran, Zhe He, Aidong Zhang, Jimeng Sun, Chunhua Weng, Ronald M. Summers, Qingyu Chen, Yifan Peng, Zhiyong Lu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Think of this paper as a user manual for a super-smart, but sometimes unpredictable, digital assistant designed specifically for doctors and medical researchers.

The authors (a team from the NIH and top universities) argue that while these "Large Language Models" (LLMs)—like the futuristic GPT-5 or Claude 4.5 mentioned in the text—are incredibly powerful, using them in medicine is like handing a scalpel to someone who hasn't been trained. You can't just ask them random questions and expect perfect medical advice. Instead, you need a structured, step-by-step guide to use them safely and effectively.

Here is the paper's "recipe" for using these AI tools, explained with everyday analogies:

1. The Five Jobs the AI Can Do (Task Formulation)

Before you start, you need to know what kind of work you're asking the AI to do. The paper says LLMs are like a Swiss Army Knife with five specific blades:

  • The Detective (Knowledge & Reasoning): Answering complex medical questions or figuring out if a patient fits a clinical trial.
  • The Editor (Summarization): Turning a 50-page medical record into a one-page summary.
  • The Translator (Translation): Converting medical jargon into plain language for patients, or translating between languages.
  • The Organizer (Structurization): Taking messy, handwritten notes and turning them into neat, organized lists or tables.
  • The Multi-Sensor (Multi-modal): Looking at text, X-rays, and sound waves all at once to make a diagnosis.

The Rule: Don't just throw a problem at the AI. Define exactly which "blade" you need and gather about 100 practice examples (test cases) to see if it gets the job right.

2. Choosing the Right Tool (Model Selection)

Not all AI models are created equal. Choosing one is like buying a car:

  • The Size Matters: Bigger models (like DeepSeek-R1 with 671 billion "parameters") are like heavy-duty trucks; they are smarter but need more fuel (computing power) and cost more. Smaller models are like compact cars; they are cheaper and faster but might not handle heavy loads.
  • The Context Window: Imagine the AI has a short-term memory. Some models can only remember the last 8,000 words (about 20 abstracts), while others (like Gemini 3) can remember a whole library (1 million words). If your medical file is a novel, you need a model with a big memory.
  • The Privacy Lock: This is critical. If you are dealing with real patient data, you cannot use a public, free chatbot (like a standard web version of ChatGPT) because it's like leaving your patient's diary on a park bench. You need a "HIPAA-compliant" model (a locked, secure room) or run the model on your own private server.

3. Teaching the AI How to Speak (Prompt Engineering)

Once you have the model, you have to talk to it the right way. This is Prompt Engineering. Think of the AI as a very literal, brilliant intern who needs very specific instructions.

  • Few-Shot Learning: Instead of just saying "Summarize this," you show the intern three examples of how you want it done first. It's like showing a new employee a few completed reports before asking them to write one.
  • Chain-of-Thought: Ask the AI to "think step-by-step." It's like asking a math student to "show their work" rather than just giving the answer. This makes the AI less likely to make mistakes and helps doctors understand why the AI gave a certain answer.
  • RAG (Retrieval-Augmented Generation): If the AI doesn't know a fact, don't let it guess (which leads to "hallucinations" or lying). Instead, give it a textbook to look at first. You feed it the relevant medical guidelines, and then ask it to answer based only on that text.
  • Tool Learning: If the AI needs to do math or look up a specific database, give it a calculator or a search engine to use, rather than trying to do it from memory.

4. When to Hire a Specialist (Fine-Tuning)

Sometimes, even with great instructions, the AI still isn't good enough. This is when you Fine-Tune it.

  • Imagine the AI is a generalist doctor. Fine-tuning is like sending them to a specialized residency program for a specific disease.
  • You do this if:
    1. The instructions (prompts) aren't working.
    2. You have a massive pile of high-quality medical data to teach it with.
    3. The instructions are too long and expensive to type every time.
  • The paper suggests using a "parameter-efficient" method (like LoRA), which is like putting a specialized training vest on the AI rather than rebuilding its entire brain. It's cheaper and faster.

5. Putting It to Work (Deployment)

Finally, when you actually use the AI in a hospital or research lab, you have to be careful.

  • Safety First: The AI is a co-pilot, not the captain. It supports the doctor; it doesn't replace them.
  • Bias Check: Just like humans, AI can have biases. If the AI was trained mostly on data from one group of people, it might give worse advice for others. You have to test it to make sure it treats everyone fairly.
  • Cost Control: Using big AI models costs money (like paying for gas). You need to budget for this, whether you are paying a company per message or buying your own powerful computer servers.

The Bottom Line

The paper concludes that Large Language Models are a transformative tool for medicine, but they are not magic. To use them safely, doctors and researchers must follow a strict workflow: Define the task, pick the right secure model, teach it how to think (prompts), specialize it if needed (fine-tuning), and always keep a human in the loop to check the work.

If you skip these steps, you risk the AI giving wrong advice, leaking patient secrets, or wasting money. If you follow the steps, you can make healthcare faster, more accurate, and safer.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →