paper-with-me

홈 › Papers

Embedding time expressions for deep temporal ordering models

2019-06-19 · ACL 2019 7 · Tanya Goyal, Greg Durrett

Data-driven models have demonstrated state-of-the-art performance in inferring the temporal ordering of events in text. However, these models often overlook explicit temporal signals, such as dates and time windows. Rule-based methods can be used to identify the temporal links between these time expressions (timexes), but they fail to capture timexes' interactions with events and are hard to integrate with the distributed representations of neural net models. In this paper, we introduce a framework to infuse temporal awareness into such models by learning a pre-trained model to embed timexes. We generate synthetic data consisting of pairs of timexes, then train a character LSTM to learn embeddings and classify the timexes' temporal relation. We evaluate the utility of these embeddings in the context of a strong neural model for event temporal ordering, and show a small increase in performance on the MATRES dataset and more substantial gains on an automatically collected dataset with more frequent event-timex interactions.

📄 PDF Abstract BibTeX arXiv:1906.08287

Code (3)

tagoyal/Temporal-event-ordering 공식 구현 tf
xyz-zy/distant-temprel pytorch
xyz-zy/xdomain-temprel pytorch

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Event Ordering with a Generalized Model for Sieve Prediction Ranking

2017-11-01 · IJCNLP 2017 11 · Bill McDowell, Nathanael Chambers, Alex Ororbia II, er 외

This paper improves on several aspects of a sieve-based event ordering architecture, CAEVO (Chambers et al., 2014), which creates globally consistent temporal relations between events and time expressions. First, we exam…

RerankingWord Embeddings

Temporal ordering of clinical events

2015-04-14 · Azad Dehghan

This report describes a minimalistic set of methods engineered to anchor clinical events onto a temporal space. Specifically, we describe methods to extract clinical events (e.g., Problems, Treatments and Tests), tempora…

Evaluating KGR10 Polish word embeddings in the recognition of temporal expressions using BiLSTM-CRF

2019-04-03 · Jan Kocoń, Michał Gawor

The article introduces a new set of Polish word embeddings, built using KGR10 corpus, which contains more than 4 billion words. These embeddings are evaluated in the problem of recognition of temporal expressions (timexe…

Word Embeddings

It's High Time: A Survey of Temporal Information Retrieval and Question Answering

2025-05-26 · Bhawna Piryani, Abdelrahman Abdullah, Jamshid Mozafari, Avishek Anand 외

Time plays a critical role in how information is generated, retrieved, and interpreted. In this survey, we provide a comprehensive overview of Temporal Information Retrieval and Temporal Question Answering, two research …

ArticlesInformation RetrievalLanguage ModelingLanguage Modelling+4

BASM: A Bottom-up Adaptive Spatiotemporal Model for Online Food Ordering Service

2022-11-22 · Boya Du, Shaochuan Lin, Jiong Gao, Xiyu Ji 외

Online Food Ordering Service (OFOS) is a popular location-based service that helps people to order what you want. Compared with traditional e-commerce recommendation systems, users' interests may be diverse under differe…

Recommendation Systems