Deep Structured Neural Network for Event Temporal Relation Extraction
We propose a novel deep structured learning framework for event temporal relation extraction. The model consists of 1) a recurrent neural network (RNN) to learn scoring functions for pair-wise relations, and 2) a structured support vector machine (SSVM) to make joint predictions. The neural network automatically learns representations that account for long-term contexts to provide robust features for the structured model, while the SSVM incorporates domain knowledge such as transitive closure of temporal relations as constraints to make better globally consistent decisions. By jointly training the two components, our model combines the benefits of both data-driven learning and knowledge exploitation. Experimental results on three high-quality event temporal relation datasets (TCR, MATRES, and TB-Dense) demonstrate that incorporated with pre-trained contextualized embeddings, the proposed model achieves significantly better performances than the state-of-the-art methods on all three datasets. We also provide thorough ablation studies to investigate our model.
Code (1)
Tasks
RelationRelation ExtractionTemporal Relation ExtractionSimilar Papers 제목 키워드 기반
Joint Event and Temporal Relation Extraction with Shared Representations and Structured Prediction
We propose a joint event and temporal relation extraction model with shared representation learning and structured prediction. The proposed method has two advantages over existing work. First, it improves event represent…
Event ExtractionJoint Event and Temporal Relation ExtractionRelationRelation Extraction+3Structured Learning for Temporal Relation Extraction from Clinical Records
We propose a scalable structured learning model that jointly predicts temporal relations between events and temporal expressions (TLINKS), and the relation between these events and the document creation time (DCTR). We e…
PredictionRelationRelation ExtractionTemporal Information Extraction+1Extracting Temporal and Causal Relations between Events
Structured information resulting from temporal information processing is crucial for a variety of natural language processing tasks, for instance to generate timeline summarization of events from news documents, or to an…
RelationRelation ExtractionTemporal Relation ExtractionTimeline Summarization+1A Structured Learning Approach to Temporal Relation Extraction
Identifying temporal relations between events is an essential step towards natural language understanding. However, the temporal relation between two events in a story depends on, and is often dictated by, relations amon…
Natural Language UnderstandingRelationRelation ExtractionTemporal Relation ExtractionTemporal Relation Extraction with a Graph-Based Deep Biaffine Attention Model
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