Fast and Accurate Recognition of Chinese Clinical Named Entities with Residual Dilated Convolutions
Jiahui Qiu, Qi Wang, Yangming Zhou, Tong Ruan, Ju Gao

TL;DR
This paper introduces a Residual Dilated Convolutional Neural Network with CRF for Chinese Clinical Named Entity Recognition, achieving competitive accuracy with faster training than RNN-based methods.
Contribution
The paper proposes a novel RD-CNN-CRF model that captures contextual features efficiently without relying on RNNs, reducing training time for CNER tasks.
Findings
Outperforms RNN-based methods in accuracy and speed
Effective in capturing contextual features with residual dilated convolutions
Reduces training time significantly on benchmark datasets
Abstract
Clinical Named Entity Recognition (CNER) aims to identify and classify clinical terms such as diseases, symptoms, treatments, exams, and body parts in electronic health records, which is a fundamental and crucial task for clinical and translation research. In recent years, deep learning methods have achieved significant success in CNER tasks. However, these methods depend greatly on Recurrent Neural Networks (RNNs), which maintain a vector of hidden activations that are propagated through time, thus causing too much time to train models. In this paper, we propose a Residual Dilated Convolutional Neural Network with Conditional Random Field (RD-CNN-CRF) to solve it. Specifically, Chinese characters and dictionary features are first projected into dense vector representations, then they are fed into the residual dilated convolutional neural network to capture contextual features. Finally,…
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 · Text and Document Classification Technologies
