paper-with-me

홈 › Papers

Extracting OPQRST in Electronic Health Records using Large Language Models with Reasoning

2025-09-02 · Zhimeng Luo, Abhibha Gupta, Adam Frisch, Daqing He arxiv

The extraction of critical patient information from Electronic Health Records (EHRs) poses significant challenges due to the complexity and unstructured nature of the data. Traditional machine learning approaches often fail to capture pertinent details efficiently, making it difficult for clinicians to utilize these tools effectively in patient care. This paper introduces a novel approach to extracting the OPQRST assessment from EHRs by leveraging the capabilities of Large Language Models (LLMs). We propose to reframe the task from sequence labeling to text generation, enabling the models to provide reasoning steps that mimic a physician's cognitive processes. This approach enhances interpretability and adapts to the limited availability of labeled data in healthcare settings. Furthermore, we address the challenge of evaluating the accuracy of machine-generated text in clinical contexts by proposing a modification to traditional Named Entity Recognition (NER) metrics. This includes the integration of semantic similarity measures, such as the BERT Score, to assess the alignment between generated text and the clinical intent of the original records. Our contributions demonstrate a significant advancement in the use of AI in healthcare, offering a scalable solution that improves the accuracy and usability of information extraction from EHRs, thereby aiding clinicians in making more informed decisions and enhancing patient care outcomes.

📄 PDF Abstract BibTeX arXiv:2509.01885

Code (0)

등록된 구현이 없습니다.

Tasks

Information ExtractionSemantic SimilarityText Generation

Similar Papers 제목 키워드 기반

Extracting Adherence Information from Electronic Health Records

2020-12-01 · COLING 2020 8 · Jordan Sanders, Meghana Gudala, Kathleen Hamilton, Nishtha Prasad 외

Patient adherence is a critical factor in health outcomes. We present a framework to extract adherence information from electronic health records, including both sentence-level information indicating general adherence in…

Sentence

Trustworthy Agents for Electronic Health Records through Confidence Estimation

2025-08-26 · Yongwoo Song, Minbyul Jeong, Mujeen Sung arxiv

Large language models (LLMs) show promise for extracting information from Electronic Health Records (EHR) and supporting clinical decisions. However, deployment in clinical settings faces challenges due to hallucination …

Question Answering

CancerBERT: a BERT model for Extracting Breast Cancer Phenotypes from Electronic Health Records

2021-08-25 · Sicheng Zhou, LiWei Wang, Nan Wang, Hongfang Liu 외

Accurate extraction of breast cancer patients' phenotypes is important for clinical decision support and clinical research. Current models do not take full advantage of cancer domain-specific corpus, whether pre-training…

NER

Extracting Diagnosis Pathways from Electronic Health Records Using Deep Reinforcement Learning

2023-05-10 · Lillian Muyama, Antoine Neuraz, Adrien Coulet

Clinical diagnosis guidelines aim at specifying the steps that may lead to a diagnosis. Inspired by guidelines, we aim to learn the optimal sequence of actions to perform in order to obtain a correct diagnosis from elect…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Multi-domain Clinical Natural Language Processing with MedCAT: the Medical Concept Annotation Toolkit

2020-10-02 · Zeljko Kraljevic, Thomas Searle, Anthony Shek, Lukasz Roguski 외

Electronic health records (EHR) contain large volumes of unstructured text, requiring the application of Information Extraction (IE) technologies to enable clinical analysis. We present the open-source Medical Concept An…