Logic Induced High-Order Reasoning Network for Event-Event Relation Extraction
Abstract
To understand a document with multiple events, event-event relation extraction (ERE) emerges as a crucial task, aiming to discern how natural events temporally or structurally associate with each other. To achieve this goal, our work addresses the problems of temporal event relation extraction (TRE) and subevent relation extraction (SRE). The latest methods for such problems have commonly built document-level event graphs for global reasoning across sentences. However, the edges between events are usually derived from external tools heuristically, which are not always reliable and may introduce noise. Moreover, they are not capable of preserving logical constraints among event relations, e.g., coreference constraint, symmetry constraint and conjunction constraint. These constraints guarantee coherence between different relation types, enabling the generation of a unified event evolution graph. In this work, we propose a novel method named LogicERE, which performs high-order event relation reasoning through modeling logic constraints. Specifically, different from conventional event graphs, we design a logic constraint induced graph (LCG) without any external tools. LCG involves event nodes where the interactions among them can model the coreference constraint, and event pairs nodes where the interactions among them can retain the symmetry constraint and conjunction constraint. Then we perform high-order reasoning on LCG with relational graph transformer to obtain enhanced event and event pair embeddings. Finally, we further incorporate logic constraint information via a joint logic learning module. Extensive experiments demonstrate the effectiveness of the proposed method with state-of-the-art performance on benchmark datasets.
Cite
Text
Huang et al. "Logic Induced High-Order Reasoning Network for Event-Event Relation Extraction." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I23.34589Markdown
[Huang et al. "Logic Induced High-Order Reasoning Network for Event-Event Relation Extraction." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/huang2025aaai-logic/) doi:10.1609/AAAI.V39I23.34589BibTeX
@inproceedings{huang2025aaai-logic,
title = {{Logic Induced High-Order Reasoning Network for Event-Event Relation Extraction}},
author = {Huang, Peixin and Zhao, Xiang and Hu, Minghao and Tan, Zhen and Xiao, Weidong},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {24141-24149},
doi = {10.1609/AAAI.V39I23.34589},
url = {https://mlanthology.org/aaai/2025/huang2025aaai-logic/}
}