Generating Harder Cross-document Event Coreference Resolution Datasets using Metaphoric Paraphrasing
Shafiuddin Rehan Ahmed, Zhiyong Eric Wang, George Arthur Baker, Kevin Stowe, James H. Martin
TL;DR
This paper identifies a key gap in cross-document event coreference resolution: current datasets underestimate task difficulty due to lexical overlap and lack of figurative language. It introduces ECB+META by applying constrained metaphoric paraphrasing to ECB+ triggers using GPT-4, preserving coreference annotations, and producing two variants with different metaphor granularity. Through experiments with filtering-based and cross-encoder CDEC methods, plus GPT-4 as a pairwise classifier, the authors demonstrate that standard approaches struggle on ECB+META, highlighting the need for more robust, figurative-language-aware models. The work also provides analyses of lexical diversity and human agreement, offering a reproducible data and methodology framework and a foundation for future research in challenging CDEC benchmarks and evaluation metrics.
Abstract
The most popular Cross-Document Event Coreference Resolution (CDEC) datasets fail to convey the true difficulty of the task, due to the lack of lexical diversity between coreferring event triggers (words or phrases that refer to an event). Furthermore, there is a dearth of event datasets for figurative language, limiting a crucial avenue of research in event comprehension. We address these two issues by introducing ECB+META, a lexically rich variant of Event Coref Bank Plus (ECB+) for CDEC on symbolic and metaphoric language. We use ChatGPT as a tool for the metaphoric transformation of sentences in the documents of ECB+, then tag the original event triggers in the transformed sentences in a semi-automated manner. In this way, we avoid the re-annotation of expensive coreference links. We present results that show existing methods that work well on ECB+ struggle with ECB+META, thereby paving the way for CDEC research on a much more challenging dataset. Code/data: https://github.com/ahmeshaf/llms_coref
