Extracting Temporal Event Relation with Syntax-guided Graph Transformer
Shuaicheng Zhang, Lifu Huang, Qiang Ning

TL;DR
This paper introduces a Syntax-guided Graph Transformer (SGT) that improves extraction of temporal relations between events in text by leveraging dependency parsing and syntax-guided attention, outperforming previous methods on benchmark datasets.
Contribution
The paper presents a novel SGT model that explicitly uses dependency trees and a syntax-guided attention mechanism to better capture temporal relations in text.
Findings
Significantly outperforms previous state-of-the-art methods on MATRES and TB-Dense datasets.
Demonstrates robustness on the contrast set of MATRES.
Code is publicly available for reproducibility.
Abstract
Extracting temporal relations (e.g., before, after, and simultaneous) among events is crucial to natural language understanding. One of the key challenges of this problem is that when the events of interest are far away in text, the context in-between often becomes complicated, making it challenging to resolve the temporal relationship between them. This paper thus proposes a new Syntax-guided Graph Transformer network (SGT) to mitigate this issue, by (1) explicitly exploiting the connection between two events based on their dependency parsing trees, and (2) automatically locating temporal cues between two events via a novel syntax-guided attention mechanism. Experiments on two benchmark datasets, MATRES and TB-Dense, show that our approach significantly outperforms previous state-of-the-art methods on both end-to-end temporal relation extraction and temporal relation classification;…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsAttention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Softmax · Layer Normalization · Label Smoothing · Residual Connection · Byte Pair Encoding · Multi-Head Attention
