paper-with-me

Papers

Convolutional Gated Recurrent Units for Medical Relation Classification

2018-07-29 · Bin He, Yi Guan, Rui Dai

Convolutional neural network (CNN) and recurrent neural network (RNN) models have become the mainstream methods for relation classification. We propose a unified architecture, which exploits the advantages of CNN and RNN simultaneously, to identify medical relations in clinical records, with only word embedding features. Our model learns phrase-level features through a CNN layer, and these feature representations are directly fed into a bidirectional gated recurrent unit (GRU) layer to capture long-term feature dependencies. We evaluate our model on two clinical datasets, and experiments demonstrate that our model performs significantly better than previous single-model methods on both datasets.

📄 PDF Abstract BibTeX arXiv:1807.11082

Code (1)

MindSpore-scientific-2/code-4/tree/main/pytorch_convgru mindspore

Tasks

ClassificationGeneral ClassificationRelationRelation Classification

Similar Papers 제목 키워드 기반

Gated Recurrent Networks for Seizure Detection

2018-01-03 · Meysam Golmohammadi, Saeedeh Ziyabari, Vinit Shah, Eva Von Weltin 외

Recurrent Neural Networks (RNNs) with sophisticated units that implement a gating mechanism have emerged as powerful technique for modeling sequential signals such as speech or electroencephalography (EEG). The latter is…

EEGElectroencephalogram (EEG)Seizure Detection

Multi-modal gated recurrent units for image description

2019-04-20 · Xuelong. Li, Aihong Yuan, Xiaoqiang Lu

Using a natural language sentence to describe the content of an image is a challenging but very important task. It is challenging because a description must not only capture objects contained in the image and the relatio…

Image DescriptionSentence

A Representation-Consistent Gated Recurrent Framework for Robust Medical Time-Series Classification

2026-02-10 · Maitri Krishna Sai arxiv

Medical time-series data are characterized by irregular sampling, high noise levels, missing values, and strong inter-feature dependencies. Recurrent neural networks (RNNs), particularly gated architectures such as Long …

Multiple Range-Restricted Bidirectional Gated Recurrent Units with Attention for Relation Classification

2017-07-05 · Jonggu Kim, Jong-Hyeok Lee

Most of neural approaches to relation classification have focused on finding short patterns that represent the semantic relation using Convolutional Neural Networks (CNNs) and those approaches have generally achieved bet…

ClassificationGeneral ClassificationRelationRelation Classification+1

Attention-based Spatial-Temporal Graph Convolutional Recurrent Networks for Traffic Forecasting

2023-02-25 · Haiyang Liu, Chunjiang Zhu, Detian Zhang, Qing Li

Traffic forecasting is one of the most fundamental problems in transportation science and artificial intelligence. The key challenge is to effectively model complex spatial-temporal dependencies and correlations in moder…