Training Models to Extract Treatment Plans from Clinical Notes Using Contents of Sections with Headings
Ananya Poddar, Bharath Dandala, Murthy Devarakonda

TL;DR
This study demonstrates that NLP models trained on noisy data extracted from section headings in clinical notes can accurately identify treatment plan sentences, facilitating automated plan extraction for healthcare providers.
Contribution
The paper introduces a method to leverage section headings as noisy labels for training NLP models to extract treatment plans from clinical notes, reducing the need for manual annotation.
Findings
CNN achieved F measure of 0.97 on set-aside data.
Approximately 13% of clinical notes contained identifiable plan sections.
Noisy training data from section headings can effectively train NLP models for plan extraction.
Abstract
Objective: Using natural language processing (NLP) to find sentences that state treatment plans in a clinical note, would automate plan extraction and would further enable their use in tools that help providers and care managers. However, as in the most NLP tasks on clinical text, creating gold standard to train and test NLP models is tedious and expensive. Fortuitously, sometimes but not always clinical notes contain sections with a heading that identifies the section as a plan. Leveraging contents of such labeled sections as a noisy training data, we assessed accuracy of NLP models trained with the data. Methods: We used common variations of plan headings and rule-based heuristics to find plan sections with headings in clinical notes, and we extracted sentences from them and formed a noisy training data of plan sentences. We trained Support Vector Machine (SVM) and Convolutional…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Machine Learning in Healthcare
MethodsSupport Vector Machine
