EMNLP 2022main13 citations

Improving Event Coreference Resolution Using Document-level and Topic-level Information

Sheng Xu, Peifeng Li, Qiaoming Zhu

Abstract

Event coreference resolution (ECR) aims to cluster event mentions that refer to the same real-world events. Deep learning methods have achieved SOTA results on the ECR task. However, due to the encoding length limitation, previous methods either adopt classical pairwise models based on sentence-level context or split each document into multiple chunks and encode them separately. They failed to capture the interactions and contextual cues among those long-distance event mentions. Besides, high-level information, such as event topics, is rarely considered to enhance representation learning for ECR. To address the above two issues, we first apply a Longformer-based encoder to obtain the document-level embeddings and an encoder with a trigger-mask mechanism to learn sentence-level embeddings based on local context. In addition, we propose an event topic generator to infer the latent topic-level representations. Finally, using the above event embeddings, we employ a multiple tensor matching method to capture their interactions at the document, sentence, and topic levels. Experimental results on the KBP 2017 dataset show that our model outperforms the SOTA baselines.

BibTeX
@inproceedings{xu-etal-2022-improving,
    title = "Improving Event Coreference Resolution Using Document-level and Topic-level Information",
    author = "Xu, Sheng  and
      Li, Peifeng  and
      Zhu, Qiaoming",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.454/",
    doi = "10.18653/v1/2022.emnlp-main.454",
    pages = "6765--6775"
}
Improving Event Coreference Resolution Using Document-level and Topic-level Information · EMNLP 2022