Prompting Large Language Models for Clinical Temporal Relation Extraction
Jianping He, Laila Rasmy, Haifang Li, Jianfu Li, Zenan Sun, Evan Yu,, Degui Zhi, Cui Tao

TL;DR
This paper explores prompting strategies for large language models to improve clinical temporal relation extraction, demonstrating significant performance gains over previous models in both few-shot and fully supervised settings.
Contribution
It introduces novel prompting and fine-tuning strategies for LLMs that enhance CTRE performance, surpassing state-of-the-art results.
Findings
Hard-Prompting with Unfrozen GatorTron-Base achieved 89.54% F1 score.
PEFT strategies like QLoRA improved model performance.
Decoder-based models outperformed encoder-based models in fully supervised settings.
Abstract
Objective: This paper aims to prompt large language models (LLMs) for clinical temporal relation extraction (CTRE) in both few-shot and fully supervised settings. Materials and Methods: This study utilizes four LLMs: Encoder-based GatorTron-Base (345M)/Large (8.9B); Decoder-based LLaMA3-8B/MeLLaMA-13B. We developed full (FFT) and parameter-efficient (PEFT) fine-tuning strategies and evaluated these strategies on the 2012 i2b2 CTRE task. We explored four fine-tuning strategies for GatorTron-Base: (1) Standard Fine-Tuning, (2) Hard-Prompting with Unfrozen LLMs, (3) Soft-Prompting with Frozen LLMs, and (4) Low-Rank Adaptation (LoRA) with Frozen LLMs. For GatorTron-Large, we assessed two PEFT strategies-Soft-Prompting and LoRA with Frozen LLMs-leveraging Quantization techniques. Additionally, LLaMA3-8B and MeLLaMA-13B employed two PEFT strategies: LoRA strategy with Quantization (QLoRA)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Biomedical Text Mining and Ontologies
