paper-with-me

Papers

Deep Structured Neural Network for Event Temporal Relation Extraction

2019-09-22 · CONLL 2019 11 · Rujun Han, I-Hung Hsu, Mu Yang, Aram Galstyan, Ralph Weischedel, Nanyun Peng

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.

📄 PDF Abstract BibTeX arXiv:1909.10094

Code (1)

PlusLabNLP/Deep-Structured-EveEveTemp 공식 구현 pytorch

Tasks

RelationRelation ExtractionTemporal Relation Extraction

Similar Papers 제목 키워드 기반

Joint Event and Temporal Relation Extraction with Shared Representations and Structured Prediction

2019-09-02 · IJCNLP 2019 11 · Rujun Han, Qiang Ning, Nanyun Peng

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+3

Structured Learning for Temporal Relation Extraction from Clinical Records

2017-04-01 · EACL 2017 4 · Artuur Leeuwenberg, Marie-Francine Moens

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+1

Extracting Temporal and Causal Relations between Events

2016-04-27 · ACL 2014 6 · Paramita Mirza

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+1

A Structured Learning Approach to Temporal Relation Extraction

2019-06-12 · EMNLP 2017 9 · Qiang Ning, Zhili Feng, Dan Roth

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 Extraction

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