CLAIJan 23, 2025

Question Answering on Patient Medical Records with Private Fine-Tuned LLMs

arXiv:2501.13687v14 citationsh-index: 1Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge for healthcare users and systems in efficiently retrieving insights from medical records while ensuring privacy, though it is incremental as it builds on existing LLM methods.

The paper tackles the problem of enabling semantic question answering over complex electronic health records by proposing a two-task approach using privately fine-tuned LLMs, achieving results where smaller models outperform larger ones by 0.55% in F1 score on resource identification and 42% on Meteor score for answering.

Healthcare systems continuously generate vast amounts of electronic health records (EHRs), commonly stored in the Fast Healthcare Interoperability Resources (FHIR) standard. Despite the wealth of information in these records, their complexity and volume make it difficult for users to retrieve and interpret crucial health insights. Recent advances in Large Language Models (LLMs) offer a solution, enabling semantic question answering (QA) over medical data, allowing users to interact with their health records more effectively. However, ensuring privacy and compliance requires edge and private deployments of LLMs. This paper proposes a novel approach to semantic QA over EHRs by first identifying the most relevant FHIR resources for a user query (Task1) and subsequently answering the query based on these resources (Task2). We explore the performance of privately hosted, fine-tuned LLMs, evaluating them against benchmark models such as GPT-4 and GPT-4o. Our results demonstrate that fine-tuned LLMs, while 250x smaller in size, outperform GPT-4 family models by 0.55% in F1 score on Task1 and 42% on Meteor Task in Task2. Additionally, we examine advanced aspects of LLM usage, including sequential fine-tuning, model self-evaluation (narcissistic evaluation), and the impact of training data size on performance. The models and datasets are available here: https://huggingface.co/genloop

Foundations

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

Your Notes