paper-with-me

홈 › Papers

Towards Unsupervised Learning of Temporal Relations between Events

2014-01-23 · Seyed Abolghasem Mirroshandel, Gholamreza Ghassem-Sani

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 existing methods are supervised and require large corpora, which for many languages do not exist, we have concentrated our efforts to reduce the need for annotated data as much as possible. This paper presents two different algorithms towards this goal. The first algorithm is a weakly supervised machine learning approach for classification of temporal relations between events. In the first stage, the algorithm learns a general classifier from an annotated corpus. Then, inspired by the hypothesis of "one type of temporal relation per discourse, it extracts useful information from a cluster of topically related documents. We show that by combining the global information of such a cluster with local decisions of a general classifier, a bootstrapping cross-document classifier can be built to extract temporal relations between events. Our experiments show that without any additional annotated data, the accuracy of the proposed algorithm is higher than that of several previous successful systems. The second proposed method for temporal relation extraction is based on the expectation maximization (EM) algorithm. Within EM, we used different techniques such as a greedy best-first search and integer linear programming for temporal inconsistency removal. We think that the experimental results of our EM based algorithm, as a first step toward a fully unsupervised temporal relation extraction method, is encouraging.

📄 PDF Abstract BibTeX arXiv:1401.6427

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringRelationRelation ExtractionTemporal Relation Extraction

Similar Papers 제목 키워드 기반

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

Nonlinear Motion-Guided and Spatio-Temporal Aware Network for Unsupervised Event-Based Optical Flow

2025-05-08 · Zuntao Liu, Hao Zhuang, Junjie Jiang, Yuhang Song 외

Event cameras have the potential to capture continuous motion information over time and space, making them well-suited for optical flow estimation. However, most existing learning-based methods for event-based optical fl…

Event-based Optical FlowMotion CompensationOptical Flow Estimation

Unsupervised Word Influencer Networks from News Streams

2018-07-01 · WS 2018 7 · Ananth Balashankar, Sun Chakraborty, an, Lakshminarayanan Subramanian

In this paper, we propose a new unsupervised learning framework to use news events for predicting trends in stock prices. We present Word Influencer Networks (WIN), a graph framework to extract longitudinal temporal rela…

Relationship Extraction (Distant Supervised)Stock Price Prediction

A Sequential Model for Classifying Temporal Relations between Intra-Sentence Events

2017-07-23 · EMNLP 2017 9 · Prafulla Kumar Choubey, Ruihong Huang

We present a sequential model for temporal relation classification between intra-sentence events. The key observation is that the overall syntactic structure and compositional meanings of the multi-word context between e…

RelationRelation ClassificationSentenceTAG+1

SERC: Syntactic and Semantic Sequence based Event Relation Classification

2021-11-03 · Kritika Venkatachalam, Raghava Mutharaju, Sumit Bhatia

Temporal and causal relations play an important role in determining the dependencies between events. Classifying the temporal and causal relations between events has many applications, such as generating event timelines,…

ClassificationNatural Language InferenceQuestion AnsweringRelation+2