TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Extracting Temporal Event Relation with Syntax-guided Grap...

Extracting Temporal Event Relation with Syntax-guided Graph Transformer

Shuaicheng Zhang, Lifu Huang, Qiang Ning

2021-04-19Findings (NAACL) 2022 7Relation ExtractionNatural Language UnderstandingTemporal Relation ClassificationRelation ClassificationTemporal Relation ExtractionDependency Parsing
PaperPDFCode(official)

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; This improvement also proves to be robust on the contrast set of MATRES. The code is publicly available at https://github.com/VT-NLP/Syntax-Guided-Graph-Transformer.

Results

TaskDatasetMetricValueModel
Joint Event and Temporal Relation ExtractionTB-DenseEvent Detection F-score91SGT

Related Papers

Vision Language Action Models in Robotic Manipulation: A Systematic Review2025-07-14DocIE@XLLM25: In-Context Learning for Information Extraction using Fully Synthetic Demonstrations2025-07-08A Survey on Vision-Language-Action Models for Autonomous Driving2025-06-30State and Memory is All You Need for Robust and Reliable AI Agents2025-06-30skLEP: A Slovak General Language Understanding Benchmark2025-06-26Multiple Streams of Relation Extraction: Enriching and Recalling in Transformers2025-06-25SV-LLM: An Agentic Approach for SoC Security Verification using Large Language Models2025-06-25Semantic similarity estimation for domain specific data using BERT and other techniques2025-06-23