paper-with-me

Papers

Attention Neural Model for Temporal Relation Extraction

2019-06-01 · WS 2019 6 · Sijia Liu, Li-Wei Wang, Vipin Chaudhary, Hongfang Liu

Neural network models have shown promise in the temporal relation extraction task. In this paper, we present the attention based neural network model to extract the containment relations within sentences from clinical narratives. The attention mechanism used on top of GRU model outperforms the existing state-of-the-art neural network models on THYME corpus in intra-sentence temporal relation extraction.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

modelRelationRelation ExtractionSentenceTemporal Relation Extraction

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Temporal Relation Extraction with a Graph-Based Deep Biaffine Attention Model

2022-01-16 · Bo-Ying Su, Shang-Ling Hsu, Kuan-Yin Lai, Amarnath Gupta

Temporal information extraction plays a critical role in natural language understanding. Previous systems have incorporated advanced neural language models and have successfully enhanced the accuracy of temporal informat…

Natural Language UnderstandingRelationRelation ExtractionTemporal Information Extraction+1

WISTERIA: Weak Implicit Signal-based Temporal Relation Extraction with Attention

2026-03-24 · Duy Dao Do, Anaïs Halftermeyer, Thi-Bich-Hanh Dao arxiv

Temporal Relation Extraction (TRE) requires identifying how two events or temporal expressions are related in time. Existing attention-based models often highlight globally salient tokens but overlook the pair-specific c…

Temporal Relation Extraction

TC-GAT: Graph Attention Network for Temporal Causality Discovery

2023-04-21 · Xiaosong Yuan, Ke Chen, Wanli Zuo, Yijia Zhang

The present study explores the intricacies of causal relationship extraction, a vital component in the pursuit of causality knowledge. Causality is frequently intertwined with temporal elements, as the progression from c…

Graph Attention

Temporal Information Extraction by Predicting Relative Time-lines

2018-08-28 · EMNLP 2018 10 · Artuur Leeuwenberg, Marie-Francine Moens

The current leading paradigm for temporal information extraction from text consists of three phases: (1) recognition of events and temporal expressions, (2) recognition of temporal relations among them, and (3) time-line…

Temporal Information Extraction

RTFN: A Robust Temporal Feature Network for Time Series Classification

2020-11-24 · Zhiwen Xiao, Xin Xu, Huanlai Xing, Shouxi Luo 외

Time series data usually contains local and global patterns. Most of the existing feature networks pay more attention to local features rather than the relationships among them. The latter is, however, also important yet…

ClassificationGeneral ClassificationRelation ExtractionTime Series+2