TL;DR
This paper introduces AlpaPICO, a novel method using large language models for extracting PICO frames from clinical trial documents, achieving high accuracy in both unsupervised and low-resource supervised settings.
Contribution
It leverages in-context learning with LLMs for unsupervised PICO extraction and employs instruction tuning with LoRA for state-of-the-art results in low-resource environments.
Findings
ICL-based framework achieves comparable results to supervised methods.
Instruction tuning with LoRA yields state-of-the-art performance.
The approach reduces reliance on manually annotated data.
Abstract
In recent years, there has been a surge in the publication of clinical trial reports, making it challenging to conduct systematic reviews. Automatically extracting Population, Intervention, Comparator, and Outcome (PICO) from clinical trial studies can alleviate the traditionally time-consuming process of manually scrutinizing systematic reviews. Existing approaches of PICO frame extraction involves supervised approach that relies on the existence of manually annotated data points in the form of BIO label tagging. Recent approaches, such as In-Context Learning (ICL), which has been shown to be effective for a number of downstream NLP tasks, require the use of labeled examples. In this work, we adopt ICL strategy by employing the pretrained knowledge of Large Language Models (LLMs), gathered during the pretraining phase of an LLM, to automatically extract the PICO-related terminologies…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSparse Evolutionary Training
