SOTAVerified

Context-Aware Neural Model for Temporal Information Extraction

2018-07-01ACL 2018Unverified0· sign in to hype

Yuanliang Meng, Anna Rumshisky

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

We propose a context-aware neural network model for temporal information extraction. This model has a uniform architecture for event-event, event-timex and timex-timex pairs. A Global Context Layer (GCL), inspired by Neural Turing Machine (NTM), stores processed temporal relations in narrative order, and retrieves them for use when relevant entities come in. Relations are then classified in context. The GCL model has long-term memory and attention mechanisms to resolve irregular long-distance dependencies that regular RNNs such as LSTM cannot recognize. It does not require any new input features, while outperforming the existing models in literature. To our knowledge it is also the first model to use NTM-like architecture to process the information from global context in discourse-scale natural text processing. We are going to release the source code in the future.

Tasks

Reproductions