Linear Cross-document Event Coreference Resolution with X-AMR
Shafiuddin Rehan Ahmed, George Arthur Baker, Evi Judge, Michael Regan,, Kristin Wright-Bettner, Martha Palmer, James H. Martin

TL;DR
This paper introduces X-AMR, a graphical event representation and multi-hop algorithm that simplifies cross-document event coreference resolution, making it more cost-effective, interpretable, and easier to annotate, while evaluating LLMs like GPT-4.
Contribution
It proposes X-AMR and a novel multi-hop algorithm for efficient, interpretable cross-document event coreference resolution, and provides a new annotated benchmark dataset.
Findings
X-AMR simplifies ECR, reducing LLM costs.
The multi-hop algorithm improves coreference accuracy.
GPT-4's performance is comparable to humans with limitations.
Abstract
Event Coreference Resolution (ECR) as a pairwise mention classification task is expensive both for automated systems and manual annotations. The task's quadratic difficulty is exacerbated when using Large Language Models (LLMs), making prompt engineering for ECR prohibitively costly. In this work, we propose a graphical representation of events, X-AMR, anchored around individual mentions using a \textbf{cross}-document version of \textbf{A}bstract \textbf{M}eaning \textbf{R}epresentation. We then linearize the ECR with a novel multi-hop coreference algorithm over the event graphs. The event graphs simplify ECR, making it a) LLM cost-effective, b) compositional and interpretable, and c) easily annotated. For a fair assessment, we first enrich an existing ECR benchmark dataset with these event graphs using an annotator-friendly tool we introduce. Then, we employ GPT-4, the newest LLM by…
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
TopicsTopic Modeling · Natural Language Processing Techniques · Data Quality and Management
MethodsAttention Is All You Need · Dropout · Adam · Position-Wise Feed-Forward Layer · Linear Layer · Layer Normalization · Byte Pair Encoding · Absolute Position Encodings · Multi-Head Attention · Dense Connections
