paper-with-me

홈 › Papers

Distilling Large Language Models for Matching Patients to Clinical Trials

2023-12-15 · Mauro Nievas, Aditya Basu, Yanshan Wang, Hrituraj Singh

The recent success of large language models (LLMs) has paved the way for their adoption in the high-stakes domain of healthcare. Specifically, the application of LLMs in patient-trial matching, which involves assessing patient eligibility against clinical trial's nuanced inclusion and exclusion criteria, has shown promise. Recent research has shown that GPT-3.5, a widely recognized LLM developed by OpenAI, can outperform existing methods with minimal 'variable engineering' by simply comparing clinical trial information against patient summaries. However, there are significant challenges associated with using closed-source proprietary LLMs like GPT-3.5 in practical healthcare applications, such as cost, privacy and reproducibility concerns. To address these issues, this study presents the first systematic examination of the efficacy of both proprietary (GPT-3.5, and GPT-4) and open-source LLMs (LLAMA 7B,13B, and 70B) for the task of patient-trial matching. Employing a multifaceted evaluation framework, we conducted extensive automated and human-centric assessments coupled with a detailed error analysis for each model. To enhance the adaptability of open-source LLMs, we have created a specialized synthetic dataset utilizing GPT-4, enabling effective fine-tuning under constrained data conditions. Our findings reveal that open-source LLMs, when fine-tuned on this limited and synthetic dataset, demonstrate performance parity with their proprietary counterparts. This presents a massive opportunity for their deployment in real-world healthcare applications. To foster further research and applications in this field, we release both the annotated evaluation dataset along with the fine-tuned LLM -- Trial-LLAMA -- for public use.

📄 PDF Abstract BibTeX arXiv:2312.09958

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

PRISM: Patient Records Interpretation for Semantic Clinical Trial Matching using Large Language Models

2024-04-23 · Shashi Kant Gupta, Aditya Basu, Mauro Nievas, Jerrin Thomas 외

Clinical trial matching is the task of identifying trials for which patients may be potentially eligible. Typically, this task is labor-intensive and requires detailed verification of patient electronic health records (E…

End-To-End Clinical Trial Matching with Large Language Models

2024-07-18 · Dyke Ferber, Lars Hilgers, Isabella C. Wiest, Marie-Elisabeth Leßmann 외

Matching cancer patients to clinical trials is essential for advancing treatment and patient care. However, the inconsistent format of medical free text documents and complex trial eligibility criteria make this process …

Zero-Shot Clinical Trial Patient Matching with LLMs

2024-02-05 · Michael Wornow, Alejandro Lozano, Dev Dash, Jenelle Jindal 외

Matching patients to clinical trials is a key unsolved challenge in bringing new drugs to market. Today, identifying patients who meet a trial's eligibility criteria is highly manual, taking up to 1 hour per patient. Aut…

Am I eligible? Natural Language Inference for Clinical Trial Patient Recruitment: the Patient's Point of View

2025-03-19 · Mathilde Aguiar, Pierre Zweigenbaum, Nona Naderi

Recruiting patients to participate in clinical trials can be challenging and time-consuming. Usually, participation in a clinical trial is initiated by a healthcare professional and proposed to the patient. Promoting cli…

Natural Language Inference

Matching Patients to Clinical Trials with Large Language Models

2023-07-27 · Qiao Jin, Zifeng Wang, Charalampos S. Floudas, Fangyuan Chen 외

Patient recruitment is challenging for clinical trials. We introduce TrialGPT, an end-to-end framework for zero-shot patient-to-trial matching with large language models. TrialGPT comprises three modules: it first perfor…

Language ModellingLarge Language ModelRetrieval