Efficient Joint Learning for Clinical Named Entity Recognition and Relation Extraction Using Fourier Networks: A Use Case in Adverse Drug Events
Anthony Yazdani, Dimitrios Proios, Hossein Rouhizadeh, Douglas Teodoro

TL;DR
This paper introduces JNRF, an efficient end-to-end model for clinical named entity recognition and relation extraction that reduces computational costs and memory usage while maintaining high accuracy, enabling scalable processing of large EHR datasets.
Contribution
The paper presents JNRF, a novel Fourier network-based architecture that jointly learns NER and RE tasks with lower complexity and resource consumption, outperforming existing models in speed and memory efficiency.
Findings
JNRF outperforms rolling window BERT by 0.42% on the N2C2 ADE benchmark.
JNRF trains 22 times faster than BiLSTM-CRF models.
JNRF reduces GPU memory usage by 1.75 times while maintaining 90% performance.
Abstract
Current approaches for clinical information extraction are inefficient in terms of computational costs and memory consumption, hindering their application to process large-scale electronic health records (EHRs). We propose an efficient end-to-end model, the Joint-NER-RE-Fourier (JNRF), to jointly learn the tasks of named entity recognition and relation extraction for documents of variable length. The architecture uses positional encoding and unitary batch sizes to process variable length documents and uses a weight-shared Fourier network layer for low-complexity token mixing. Finally, we reach the theoretical computational complexity lower bound for relation extraction using a selective pooling strategy and distance-aware attention weights with trainable polynomial distance functions. We evaluated the JNRF architecture using the 2018 N2C2 ADE benchmark to jointly extract…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Biomedical Text Mining and Ontologies · Data Quality and Management
MethodsAttention Is All You Need · Residual Connection · Weight Decay · Dropout · Dense Connections · Linear Layer · Layer Normalization · Linear Warmup With Linear Decay · Attention Dropout · Multi-Head Attention
