Cross-Document Temporal Relation Extraction with Temporal Anchoring Events
Automatically extracting a timeline on a certain topic from multiple documents has been a challenge in natural language processing, partly due to the difficulty of collecting large amounts of training data. In this work, we collect a dataset for cross-document timeline extraction from online news that gives access to metadata such as hyperlinks and publication dates. The metadata allows us to define a set of important events while linking them to time anchors, which opens the opportunity to scale up data collection. Furthermore, with this set of linked news articles, we propose a method to enhance the inference process of temporal relation prediction, by utilizing a model to link events to a set of anchoring events that are added to the inference program. We report performance of common neural models and show that our method can boost the performance of all baseline models.
Code (0)
등록된 구현이 없습니다.
Tasks
ArticlesRelationRelation ExtractionRelation PredictionTemporal Relation ExtractionSimilar Papers 제목 키워드 기반
Temporal Relation Extraction in Clinical Texts: A Span-based Graph Transformer Approach
Temporal information extraction from unstructured text is essential for contextualizing events and deriving actionable insights, particularly in the medical domain. We address the task of extracting clinical events and t…
DiagnosticRelationRelation ExtractionTemporal Information Extraction+1Structured 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+1Towards Unsupervised Learning of Temporal Relations between Events
Automatic extraction of temporal relations between event pairs is an important task for several natural language processing applications such as Question Answering, Information Extraction, and Summarization. Since most e…
Question AnsweringRelationRelation ExtractionTemporal Relation ExtractionZero-shot Temporal Relation Extraction with ChatGPT
The goal of temporal relation extraction is to infer the temporal relation between two events in the document. Supervised models are dominant in this task. In this work, we investigate ChatGPT's ability on zero-shot temp…
RelationRelation ExtractionTemporal Relation ExtractionBeyond Pairwise: Global Zero-shot Temporal Graph Generation
Temporal relation extraction (TRE) is a fundamental task in natural language processing (NLP) that involves identifying the temporal relationships between events in a document. Despite the advances in large language mode…
Graph GenerationRelation ExtractionTemporal Relation Extraction