CLLGMay 30, 2023

Self-Verification Improves Few-Shot Clinical Information Extraction

arXiv:2306.00024v182 citations
Originality Incremental advance
AI Analysis

This addresses accuracy and trust issues in clinical data extraction for health decision-support, though it is incremental as it builds on existing LLM methods.

The paper tackles the problem of low accuracy and interpretability in few-shot clinical information extraction by large language models, introducing a self-verification framework that improves accuracy and provides interpretable text spans for auditing.

Extracting patient information from unstructured text is a critical task in health decision-support and clinical research. Large language models (LLMs) have shown the potential to accelerate clinical curation via few-shot in-context learning, in contrast to supervised learning which requires much more costly human annotations. However, despite drastic advances in modern LLMs such as GPT-4, they still struggle with issues regarding accuracy and interpretability, especially in mission-critical domains such as health. Here, we explore a general mitigation framework using self-verification, which leverages the LLM to provide provenance for its own extraction and check its own outputs. This is made possible by the asymmetry between verification and generation, where the latter is often much easier than the former. Experimental results show that our method consistently improves accuracy for various LLMs in standard clinical information extraction tasks. Additionally, self-verification yields interpretations in the form of a short text span corresponding to each output, which makes it very efficient for human experts to audit the results, paving the way towards trustworthy extraction of clinical information in resource-constrained scenarios. To facilitate future research in this direction, we release our code and prompts.

Code Implementations1 repo
Foundations

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

Your Notes