A Multimodal Text- and Graph-Based Approach for Open-Domain Event Extraction from Documents

arXiv cs.CL / 4/24/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces MODEE, a multimodal open-domain event extraction method that combines graph-based learning with LLM-based text representations.
  • It aims to overcome limitations of prior approaches by enabling better generalization to unseen event types while addressing challenges for LLMs in document-level reasoning.
  • MODEE explicitly models document-level contextual, structural, and semantic relationships, targeting issues such as lost-in-the-middle and attention dilution.
  • Experiments on large datasets show that MODEE outperforms existing state-of-the-art open-domain event extraction methods.
  • The approach also transfers to closed-domain event extraction, where it reportedly beats prior algorithms.

Abstract

Event extraction is essential for event understanding and analysis. It supports tasks such as document summarization and decision-making in emergency scenarios. However, existing event extraction approaches have limitations: (1) closed-domain algorithms are restricted to predefined event types and thus rarely generalize to unseen types and (2) open-domain event extraction algorithms, capable of handling unconstrained event types, have largely overlooked the potential of large language models (LLMs) despite their advanced abilities. Additionally, they do not explicitly model document-level contextual, structural, and semantic reasoning, which are crucial for effective event extraction but remain challenging for LLMs due to lost-in-the-middle phenomenon and attention dilution. To address these limitations, we propose multimodal open-domain event extraction, MODEE , a novel approach for open-domain event extraction that combines graph-based learning with text-based representation from LLMs to model document-level reasoning. Empirical evaluations on large datasets demonstrate that MODEE outperforms state-of-the-art open-domain event extraction approaches and can be generalized to closed-domain event extraction, where it outperforms existing algorithms.