CLAIJun 23, 2024

Enhancing Cross-Document Event Coreference Resolution by Discourse Structure and Semantic Information

arXiv:2406.15990v185 citations
Originality Incremental advance
AI Analysis

This work addresses a key limitation in event coreference resolution for NLP applications, though it appears incremental as it builds on existing methods with new document-level features.

The paper tackles the problem of cross-document event coreference resolution by incorporating document-level discourse structure and semantic information to capture long-distance dependencies, resulting in a model that outperforms all baselines by large margins on both English and Chinese datasets.

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 similarity between each pair of events and co-referred events can be recognized using standard clustering algorithm. Additionally, as the existing cross-document event coreference datasets are limited to English, we have developed a large-scale Chinese cross-document event coreference dataset to fill this gap, which comprises 53,066 event mentions and 4,476 clusters. After applying our model on the English and Chinese datasets respectively, it outperforms all baselines by large margins.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes