Enhancing Cross-Document Event Coreference Resolution by Discourse Structure and Semantic Information
Qiang Gao, Bobo Li, Zixiang Meng, Yunlong Li, Jun Zhou, Fei Li, Chong, Teng, Donghong Ji

TL;DR
This paper introduces a novel approach for cross-document event coreference resolution that leverages discourse structure and semantic information, utilizing RST trees, lexical chains, and graph neural networks, and also provides a large-scale Chinese dataset.
Contribution
It proposes a new model integrating discourse and semantic features with graph neural networks for improved cross-document event coreference resolution and introduces a large Chinese dataset.
Findings
Outperforms all baseline models on English and Chinese datasets
Effectively captures long-distance dependencies in event coreference
Demonstrates the benefit of discourse and semantic information integration
Abstract
Existing cross-document event coreference resolution models, which either compute mention similarity directly or enhance mention representation by extracting event arguments (such as location, time, agent, and patient), lacking the ability to utilize document-level information. As a result, they struggle to capture long-distance dependencies. This shortcoming leads to their underwhelming performance in determining coreference for the events where their argument information relies on long-distance dependencies. In light of these limitations, we propose the construction of document-level Rhetorical Structure Theory (RST) trees and cross-document Lexical Chains to model the structural and semantic information of documents. Subsequently, cross-document heterogeneous graphs are constructed and GAT is utilized to learn the representations of events. Finally, a pair scorer calculates the…
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
TopicsSemantic Web and Ontologies · Service-Oriented Architecture and Web Services · Cognitive Computing and Networks
MethodsGraph Attention Network
