Enhancing Cross-Document Event Coreference Resolution by Discourse Structure and Semantic Information
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 (1)
Tasks
coreference-resolutionCoreference ResolutionEvent Coreference ResolutionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Event Coreference Resolution Using Neural Network Classifiers
This paper presents a neural network classifier approach to detecting both within- and cross- document event coreference effectively using only event mention based features. Our approach does not (yet) rely on any event …
coreference-resolutionCoreference ResolutionCross Document Coreference ResolutionEvent Coreference Resolution+1Improving Event Coreference Resolution by Modeling Correlations between Event Coreference Chains and Document Topic Structures
This paper proposes a novel approach for event coreference resolution that models correlations between event coreference chains and document topical structures through an Integer Linear Programming formulation. We explic…
coreference-resolutionCoreference ResolutionEvent Coreference ResolutionQuestion AnsweringA Hierarchical Distance-dependent Bayesian Model for Event Coreference Resolution
We present a novel hierarchical distance-dependent Bayesian model for event coreference resolution. While existing generative models for event coreference resolution are completely unsupervised, our model allows for the …
Clusteringcoreference-resolutionCoreference ResolutionEvent Coreference Resolution+1Cross-document Coreference Resolution over Predicted Mentions
Coreference resolution has been mostly investigated within a single document scope, showing impressive progress in recent years based on end-to-end models. However, the more challenging task of cross-document (CD) corefe…
coreference-resolutionCoreference ResolutionCross Document Coreference ResolutionRevisiting Joint Modeling of Cross-document Entity and Event Coreference Resolution
Recognizing coreferring events and entities across multiple texts is crucial for many NLP applications. Despite the task's importance, research focus was given mostly to within-document entity coreference, with rather li…
coreference-resolutionCoreference ResolutionCross Document Coreference ResolutionEntity Cross-Document Coreference Resolution+3