Grounded Recurrent Neural Networks
Ankit Vani, Yacine Jernite, David Sontag

TL;DR
The paper introduces Grounded Recurrent Neural Networks (GRNN), a novel architecture that explicitly associates labels with specific hidden state dimensions, improving multi-label text prediction especially in healthcare applications.
Contribution
The work proposes a new RNN architecture that grounds labels to hidden state dimensions, enhancing concept extraction from text in multi-label prediction tasks.
Findings
GRNN outperforms strong baselines in healthcare text labeling
Effective in extracting numerous medical concepts from clinical notes
Demonstrates clear advantages over existing models
Abstract
In this work, we present the Grounded Recurrent Neural Network (GRNN), a recurrent neural network architecture for multi-label prediction which explicitly ties labels to specific dimensions of the recurrent hidden state (we call this process "grounding"). The approach is particularly well-suited for extracting large numbers of concepts from text. We apply the new model to address an important problem in healthcare of understanding what medical concepts are discussed in clinical text. Using a publicly available dataset derived from Intensive Care Units, we learn to label a patient's diagnoses and procedures from their discharge summary. Our evaluation shows a clear advantage to using our proposed architecture over a variety of strong baselines.
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 · Machine Learning in Healthcare · Natural Language Processing Techniques
