Using reasoning LLMs to extract SDOH events from clinical notes

arXiv cs.CL / 4/16/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The arXiv study proposes using reasoning-capable LLMs to extract structured Social Determinants of Health (SDOH) events from unstructured clinical notes in EHRs, making them machine-readable for downstream care workflows.
  • It presents a four-module prompt-engineering approach—guideline-aligned concise prompts, few-shot learning with curated examples, a self-consistency mechanism for robustness, and post-processing quality control.
  • The method reports a micro-F1 score of 0.866, indicating competitive performance versus leading prior models while emphasizing simpler implementation and reduced computational burden compared to sophisticated BERT-based pipelines.
  • The findings suggest that reasoning LLMs can effectively operationalize SDOH identification at scale, potentially improving systematic SDOH management in clinical settings.

Abstract

Social Determinants of Health (SDOH) refer to environmental, behavioral, and social conditions that influence how individuals live, work, and age. SDOH have a significant impact on personal health outcomes, and their systematic identification and management can yield substantial improvements in patient care. However, SDOH information is predominantly captured in unstructured clinical notes within electronic health records, which limits its direct use as machine-readable entities. To address this issue, researchers have employed Natural Language Processing (NLP) techniques using pre-trained BERT-based models, demonstrating promising performance but requiring sophisticated implementation and extensive computational resources. In this study, we investigated prompt engineering strategies for extracting structured SDOH events utilizing LLMs with advanced reasoning capabilities. Our method consisted of four modules: 1) developing concise and descriptive prompts integrated with established guidelines, 2) applying few-shot learning with carefully curated examples, 3) using a self-consistency mechanism to ensure robust outputs, and 4) post-processing for quality control. Our approach achieved a micro-F1 score of 0.866, demonstrating competitive performance compared to the leading models. The results demonstrated that LLMs with reasoning capabilities are effective solutions for SDOH event extraction, offering both implementation simplicity and strong performance.