Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing 2017
DOI: 10.18653/v1/d17-1092
|View full text |Cite
|
Sign up to set email alerts
|

Temporal Information Extraction for Question Answering Using Syntactic Dependencies in an LSTM-based Architecture

Abstract: In this paper, we propose to use a set of simple, uniform in architecture LSTMbased models to recover different kinds of temporal relations from text. Using the shortest dependency path between entities as input, the same architecture is implemented to extract intra-sentence, crosssentence, and document creation time relations. A "double-checking" technique reverses entity pairs in classification, boosting the recall of positive cases and reducing misclassifications between opposite classes. An efficient pruni… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
42
0

Year Published

2018
2018
2024
2024

Publication Types

Select...
5
2

Relationship

1
6

Authors

Journals

citations
Cited by 51 publications
(42 citation statements)
references
References 15 publications
0
42
0
Order By: Relevance
“…Following Meng et al (2017), we augment the data by flipping all pairs, except for relations involving document creation time (DCT). In other words, if a pair (e i , e j ) exists, we add (e j , e i ) to the dataset with the opposite label (e.g.…”
Section: Datasetmentioning
confidence: 99%
See 3 more Smart Citations
“…Following Meng et al (2017), we augment the data by flipping all pairs, except for relations involving document creation time (DCT). In other words, if a pair (e i , e j ) exists, we add (e j , e i ) to the dataset with the opposite label (e.g.…”
Section: Datasetmentioning
confidence: 99%
“…TimeBank-Dense dataset labels three types of pairs: intra-sentence, cross-sentence and document creation time (DCT). For intra-sentence pairs and cross-sentence pairs, we follow Meng et al (2017). The shortest dependency path between the two entities is identified, and the word embeddings from the path to the least common ancestor for each entity are processed by two LSTM branches, with a separate max pooling layer for each branch.…”
Section: Event Pairs and Event-timex Pairsmentioning
confidence: 99%
See 2 more Smart Citations
“…Inferring temporal event order is challenging as it often disagrees with the narrative order in text. Past work on temporal relation extraction has exploited cues such as global constraints on the temporal graph structure (Bramsen et al, 2006;Chambers and Jurafsky, 2008;Ning et al, 2017), world knowledge (Ning et al, 2018b), grouping of events (Tourille et al, 2017), or fusing these cues more effectively with deep models (Meng et al, 2017;Cheng and Miyao, 2017). One key component of temporal understanding is time expressions (timexes) that help anchor events to the time axis, but few recent systems effectively use the knowledge derivable from time expressions in their models.…”
Section: Introductionmentioning
confidence: 99%