Few-Shot Learning for Clinical Natural Language Processing Using Siamese Neural Networks
David Oniani, Sonish Sivarajkumar, Yanshan Wang

TL;DR
This paper introduces two Siamese Neural Network-based few-shot learning methods tailored for clinical NLP tasks, demonstrating their effectiveness on text classification and named entity recognition with limited data.
Contribution
It proposes novel SNN-based few-shot learning approaches for clinical NLP, addressing the challenge of small annotated datasets in healthcare applications.
Findings
SNN approaches outperform baseline models in few-shot clinical NLP tasks.
Both proposed methods perform well across different PLMs and few-shot settings.
The methods are effective for clinical text classification and named entity recognition.
Abstract
Clinical Natural Language Processing (NLP) has become an emerging technology in healthcare that leverages a large amount of free-text data in electronic health records (EHRs) to improve patient care, support clinical decisions, and facilitate clinical and translational science research. Recently, deep learning has achieved state-of-the-art performance in many clinical NLP tasks. However, training deep learning models usually requires large annotated datasets, which are normally not publicly available and can be time-consuming to build in clinical domains. Working with smaller annotated datasets is typical in clinical NLP and therefore, ensuring that deep learning models perform well is crucial for the models to be used in real-world applications. A widely adopted approach is fine-tuning existing Pre-trained Language Models (PLMs), but these attempts fall short when the training dataset…
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
TopicsMachine Learning in Healthcare · Topic Modeling · COVID-19 diagnosis using AI
MethodsAttention Is All You Need · Linear Layer · WordPiece · Layer Normalization · Softmax · Linear Warmup With Linear Decay · Adam · Multi-Head Attention · Weight Decay · Dropout
