paper-with-me

Papers

Generating SOAP Notes from Doctor-Patient Conversations Using Modular Summarization Techniques

2020-05-04 · ACL 2021 5 · Kundan Krishna, Sopan Khosla, Jeffrey P. Bigham, Zachary C. Lipton

Following each patient visit, physicians draft long semi-structured clinical summaries called SOAP notes. While invaluable to clinicians and researchers, creating digital SOAP notes is burdensome, contributing to physician burnout. In this paper, we introduce the first complete pipelines to leverage deep summarization models to generate these notes based on transcripts of conversations between physicians and patients. After exploring a spectrum of methods across the extractive-abstractive spectrum, we propose Cluster2Sent, an algorithm that (i) extracts important utterances relevant to each summary section; (ii) clusters together related utterances; and then (iii) generates one summary sentence per cluster. Cluster2Sent outperforms its purely abstractive counterpart by 8 ROUGE-1 points, and produces significantly more factual and coherent sentences as assessed by expert human evaluators. For reproducibility, we demonstrate similar benefits on the publicly available AMI dataset. Our results speak to the benefits of structuring summaries into sections and annotating supporting evidence when constructing summarization corpora.

📄 PDF Abstract BibTeX arXiv:2005.01795

Code (0)

등록된 구현이 없습니다.

Tasks

Meeting SummarizationMulti-Label ClassificationSentence

Similar Papers 제목 키워드 기반

Exploring Robustness in Doctor-Patient Conversation Summarization: An Analysis of Out-of-Domain SOAP Notes

2024-06-05 · Yu-Wen Chen, Julia Hirschberg

Summarizing medical conversations poses unique challenges due to the specialized domain and the difficulty of collecting in-domain training data. In this study, we investigate the performance of state-of-the-art doctor-p…

Conversation SummarizationLanguage ModelingLanguage Modelling

Improving Clinical Note Generation from Complex Doctor-Patient Conversation

2024-08-26 · Yizhan Li, Sifan Wu, Christopher Smith, Thomas Lo 외

Writing clinical notes and documenting medical exams is a critical task for healthcare professionals, serving as a vital component of patient care documentation. However, manually writing these notes is time-consuming an…

Generating Synthetic Doctor-Patient Conversations for Long-form Audio Summarization

2026-04-07 · Yanis Labrak, David Grünert, Séverin Baroudi, Jiyun Chun 외 arxiv

Long-context audio reasoning is underserved in both training data and evaluation. Existing benchmarks target short-context tasks, and the open-ended generation tasks most relevant to long-context reasoning pose well-know…

Synthetic Data GenerationDialogue Generation

Towards an Automated SOAP Note: Classifying Utterances from Medical Conversations

2020-07-17 · Benjamin Schloss, Sandeep Konam

Summaries generated from medical conversations can improve recall and understanding of care plans for patients and reduce documentation burden for doctors. Recent advancements in automatic speech recognition (ASR) and na…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)BenchmarkingNatural Language Understanding+2

CLINICSUM: Utilizing Language Models for Generating Clinical Summaries from Patient-Doctor Conversations

2024-12-05 · Subash Neupane, Himanshu Tripathi, Shaswata Mitra, Sean Bozorgzad 외

This paper presents ClinicSum, a novel framework designed to automatically generate clinical summaries from patient-doctor conversations. It utilizes a two-module architecture: a retrieval-based filtering module that ext…