Evaluation Pitfalls and Challenges in Multimedia Event Extraction

Philipp Seeberger, Steffen Freisinger, Tobias Bocklet, Korbinian Riedhammer
Technische Hochschule Nürnberg Georg Simon Ohm
\(\texttt{\{philipp.seeberger,steffen.freisinger,tobias.bocklet,korbinian.riedhammer\}@th-nuernberg.de}\)


Abstract

Multimedia event extraction aims to jointly identify events and their arguments across multiple modalities, such as text and images, to support more comprehensive event understanding. While recent work reports steady and substantial progress, the reliability and comparability of these results critically depend on consistent and rigorous evaluation. In this work, we present the first systematic analysis of evaluation pitfalls in multimedia event extraction and identify three major sources of issues: inconsistent data processing, inconsistent task assumptions, and overly relaxed evaluation settings. We demonstrate, through a series of controlled experiments under a strict evaluation framework, that minor evaluation choices can cause large performance variations and lead to overestimation of a model’s ability to ground real-world events across modalities. Our findings highlight the need for comparable evaluation standards and encourage a shift toward more rigorous evaluation in multimedia event extraction.1

1 Introduction↩︎

Event extraction (EE) is a fundamental task in natural language processing and information extraction, aiming to identify, structure, and organize event-related knowledge from documents [1]. While the majority of existing EE research has focused on texts [2], [3], recent work has increasingly explored the integration of additional modalities [4], [5]. This shift is motivated by the growing prevalence of multimodal content in contemporary news media and online platforms [6], where images, videos, and audio provide complementary information that can support more accurate and comprehensive event understanding.

Prior research has investigated EE or closely related tasks within individual modalities [7][10], including text, images, video, and audio, or has leveraged cross-modal cues to address specific challenges such as ambiguity [11], [12]. However, evaluation mostly remains restricted to a single target modality. Multimedia event extraction (MEE) has recently attracted attention and adopts a holistic view by jointly extracting and evaluating events across multiple modalities, typically combining textual and visual inputs [6], [13], [14]. Despite this progress, existing MEE benchmarks remain limited and evaluation challenging, most notably due to annotation scarcity, lack of train splits, and increased evaluation complexity inherent to multimodal settings [6], [14].

Prior studies have demonstrated that even traditional textual EE suffers from substantial and often overlooked evaluation challenges [3], [15], [16], making it prone to hidden pitfalls. These include discrepancies in data and task assumptions as well as metric design choices that can distort model comparisons and fail to reflect real-world performance [3]. Crucially, extending textual EE to the multimodal setting not only inherits existing evaluation issues but also introduces additional pitfalls. These arise from factors such as data scarcity, heterogeneous modalities, and multi-stage pipelines commonly employed in MEE [6], [17][19]. As a consequence, inconsistent and under-specified evaluation settings can easily emerge, posing a potential obstacle to reliably assessing progress in MEE research.

Motivated by concerns about the reliability and comparability of current evaluations, this work systematically investigates hidden pitfalls and challenges in MEE evaluation, with the goal of raising awareness and encouraging a shift toward more rigorous evaluation practices. Through an in-depth analysis of the widely used M2E2 benchmark, we first identify three major categories with several issues: inconsistent data processing, inconsistent task assumptions, and relaxed evaluation settings. Building on this analysis, we introduce a more rigorous evaluation framework, StrictEval, and use it to examine how hidden pitfalls influence reported performance. Finally, we show that minor experimental design choices can substantially affect evaluation outcomes.

In summary, our contributions are twofold: (1) We conduct a systematic analysis of evaluation pitfalls and challenges in MEE and propose a more rigorous evaluation framework (StrictEval). (2) We systematically quantify how hidden evaluation pitfalls affect reported performance and reevaluate recent MEE approaches to highlight limitations.

2 Background and Related Work↩︎

2.1 Background↩︎

Textual EE is commonly formulated as a two-stage pipeline [1] consisting of event detection (ED) and event argument extraction (EAE). Event detection aims to identify event mentions, typically grounded to trigger spans, and classify them into predefined event types. Event argument extraction focuses on identifying argument spans and assigning them semantic roles conditioned on the detected event mentions. Analogously, visual EE decomposes the task into detecting events grounded in images and linking their associated semantic roles to visual regions, such as objects [20]. Building on these two research directions, MEE integrates textual and visual information to jointly extract events and their arguments across modalities [6], [13]. This multimodal integration introduces the additional subtask of cross-modal event coreference resolution, with the aim to unify event mentions from different modalities that refer to the same real-world event into a coherent multimedia event representation (see 1).

2.2 Related Work↩︎

2.2.0.1 Multimedia Event Extraction Benchmarks

While most EE benchmarks focus exclusively on text [3], [21][23], early multimodal extensions augment textual datasets with images, but evaluation remains limited to textual events [11], [12]. To overcome unimodal limitations, [6] introduce the first MEE benchmark, M2E2, which evaluates event and argument extraction for both texts and images. In addition, M2E2 includes cross-modal event coreferences, analogous to cross-document coreferences in text [24]. Subsequent work extend to images and videos, such as VM2E2 [13], CMMEvent [25], TVEE [26], and MultiVENT-G [14]. More recently, [5] propose a comprehensive benchmark covering textual, visual, and audio inputs by integrating datasets such as M2E2 and ACE with recorded speech. However, only M2E2 and MultiVENT-G publicly release complete data while other benchmarks are still closed-source [25], [26] or lack critical annotations [5], [13]. Moreover, complex annotation formats, abundance of train splits, and missing evaluation scripts further hinder reliable benchmarking.

Figure 1: Overview of the M2E2 multimedia event extraction pipeline. The example illustrates a Transport event grounded in text and image. P markers indicate stages at which pitfalls occur. TED, TEAE, VED, VEAE, MED, and MEAE denote the textual, visual, and multimedia event detection and argument extraction subtasks, respectively.

2.2.0.2 Multimedia Event Extraction

Early approaches focus on cross-modal correlations and align visual and textual representations using large-scale unlabeled news corpora (e.g., VOA) [13], [17], [27], often in combination with contrastive learning objectives [6], [28], [29]. Subsequent studies explore complementary directions, including augmenting training data with synthetically generated image–text pairs [18], designing sophisticated multi-grained fusion mechanisms [30], [31], or leveraging multi-task learning with pseudo labeling strategies [19]. Other works narrow their focus to specific subtasks, such as ED [32] or EAE [33]. With recent advances in multimodal large language models (MLLMs), several instruction-following approaches have been proposed to enable more universal information extraction [4], [5], [34][36]. However, most of these methods primarily work with given image–text pairs and do not explicitly address broader MEE settings such as cross-modal event coreference resolution [4], [34], [35]. Notably, the majority of existing approaches are evaluated on the M2E2 benchmark, underscoring its role in advancing MEE research. Despite substantial progress, prior methods adopt diverse task formulations and evaluation protocols, which hinders fair comparison across different modeling approaches.

2.2.0.3 Evaluation Pitfalls

Recent studies have highlighted numerous issues in the evaluation of textual EE models, including inconsistent data assumptions, processing steps, output space discrepancies, and relaxed evaluation metrics [2], [3], [15], [16]. While these works clearly highlight significant differences in textual EE benchmarking, issues in the evaluation of visual and multimedia EE remains relatively underexplored.

3 Pitfalls and Challenges in Evaluation↩︎

Motivated by evaluation concerns for MEE, we first present our investigation setup (§3.1) and systematic analysis to identify evaluation issues (§3.2). We then provide a detailed analysis of common pitfalls across three major categories: data processing (§3.3), task assumptions (§3.4), and relaxed evaluation settings (§3.5). Lastly, building on the insights from this analysis, we introduce StrictEval as rigorous evaluation framework to address hidden pitfalls (§3.7).

3.1 Preliminaries↩︎

To examine the sources and impact of evaluation issues in MEE, we adopt the M2E2 benchmark [6]. Our choice is motivated by two main considerations: (1) M2E2 is publicly available and, to the best of our knowledge, the most widely used benchmark in MEE research. (2) As discussed in §2.2, alternative benchmarks are often incomplete [5], [13] or not accessible [25], [26].

3.1.0.1 M2E2 Dataset

In 1, we show the complete task and involved components. The M2E2 benchmark comprises 6,167 sentences and 1,014 images from 245 multimedia news documents collected from 108k Voice of America (VOA) documents. Overall, the events cover 8 event types and 15 argument roles, with 1297 textual and 391 visual events. Thereby, there exist 309 multimedia events which are coreferenced by 192 textual and 203 visual events. As no training data exists, the benchmark adopts ACE [21] for textual and imSitu [7], with object groundings from SWiG [20], for visual EE training. Annotation mappings to the M2E2 schema are provided by the original work [6].

3.1.0.2 M2E2 Evaluation

Following [6], evaluation is conducted separately for textual, visual, and multimedia EE with precision (P), recall (R), and F1 for the subtasks ED and EAE. In textual EE, an event mention is correct if its type and trigger offsets match the reference, while arguments must additionally match argument offsets and role types. For visual EE, a visual event mention is correct if its type matches the reference image, and a visual argument if its event type, role label, and bounding box match a reference argument with IoU \(>\) 0.5. Lastly, a multimedia event mention is correct if its event type and trigger offsets (or image) match the reference trigger (or image). The inherited textual and visual arguments are evaluated using the same criteria as in the textual and visual modality. However, in our preliminary analysis we observe inconsistencies in the evaluation criteria for multimedia events, which we discuss in detail in §3.4.

3.2 Systematic Analysis↩︎

We collect peer-reviewed MEE studies evaluated on M2E2 published between 2020 and 2025 through keyword and citation-based searches, resulting in 18 articles across multiple venues (e.g., ACL, ACM, AAAI). Of these, we analyze 15 studies and exclude three [5], [37], [38] due to reliance on custom train-test splits or newly introduced evaluation metrics, which hinder direct comparison. The complete set of methods and reported evaluation scores is summarized in 5. For each study, we review the article, supplementary materials, and, when available, its public codebase, with particular attention on the training and evaluation stages (see 1). We focus on data processing, experimental setups, and evaluation protocols [3], [16]. Through this analysis, we uncover three major categories of evaluation issues: inconsistent data processing, inconsistent task assumptions, and overly relaxed evaluation settings. These issues largely stem from the inherent complexity of MEE, which relies on external training datasets, multi-stage pipelines, and heterogeneous modalities. Nevertheless, such inconsistencies can lead to unfair comparisons and performance estimates that do not reflect real-world scenarios.

3.3 Inconsistent Data Processing↩︎

Due to the absence of standardized preprocessing and the reliance on external training datasets, we observe substantial variation in data assumptions across studies. These differences include training set construction, preprocessing, and postprocessing procedures.

3.3.0.1 [P1] Train Size Discrepancies

As described in §3.1, M2E2 relies on external datasets (e.g., ACE and SWiG) for training, which provide predefined train, development, and test splits. While the original M2E2 benchmark uses only train splits, subsequent work often incorporates other sets as additional training data. Consequently, models are optimized on differing numbers of samples (e.g., 75k vs. 100k images for SWiG).

3.3.0.2 [P2] Oracle Trigger Refinement

Due to distributional annotation differences between ACE and M2E2, most reported evaluation scores applies a postprocessing step that adjusts textual ED predictions using M2E2 ground truth annotations. For example, this script removes predicted event mentions with deadly as the trigger span. However, many studies do not clearly specify this experimental setting or report results exclusively with postprocessing applied. We argue that ground truth-based postprocessing does not reflect real-world conditions.

3.3.0.3 [P3] Verb Mapping Refinement

Because the label ontologies of SWiG and M2E2 differ, the original authors provide a verb and role mapping to align SWiG annotations with the M2E2 schema. We notice that some studies adopt refined versions of this mapping. For example, one refined mapping aligns 73 verbs rather than the original 67 verbs to the M2E2 event types. Such discrepancies in label alignment can lead to performance differences driven more by data engineering than by modeling improvements.

3.4 Inconsistent Task Assumptions↩︎

We identify inconsistencies in task assumptions. For instance, some studies evaluate events only present in texts and images [6], [17], [18], while others focus exclusively on multimedia events [4], [34], [35] (cf. 5). Similarly, some methods filter test data to exclude samples without events, whereas others evaluate on the full set. Consequently, reported results are often not directly comparable.

3.4.0.1 [P4] Test Subset Selection

Recent works restrict test-time predictions to sentences or images containing at least one event. This filtering reduces the number of sentences from 6167 to 1086 and images from 1014 to 391, while other work evaluate on the full set. Moreover, methods focusing on the multimedia events task often only evaluate on 309 image-text pairs derived from the event coreference annotations, further reducing the test set to 192 sentences and 203 images, respectively.

3.4.0.2 [P5] MEE Task Discrepancies

Due to the absence of standardized evaluation scripts for multimedia events, follow up work has adopted different task definitions. The original M2E2 benchmark considers a multimedia event correct if either the textual or visual event matches the reference and treats cross-modal coreference as a separate task. More recent work, however, introduce a stricter setting that additionally requires correct event coreference prediction as additional attachment. In contrast, some methods assume gold coreference links and evaluate only aligned image-text pairs. Despite these substantial differences in task formulation, results are often compared directly.

Figure 2: Illustration of relaxed evaluation settings. Red edges denote predictions that are incorrectly counted as correct, while red colored text indicates ignored trigger attachments (offsets such as 20, 21). We eliminate these issues in StrictEval.

3.5 Relaxed Evaluation Settings↩︎

Similar to observations in TextEE [3], we find that MEE evaluation metrics are often imprecise due to relaxed matching criteria or missing structural constraints. In 2, we illustrate common issues and discuss them below:

3.5.0.1 [P6] Relaxed Textual Evaluation

Some studies ignore trigger offsets during textual EAE evaluation. When multiple events of the same type appear in a sentence, this relaxation allows arguments to be matched to any event of that type, potentially inflating reported performance such as discussed by [3].

3.5.0.2 [P7] Relaxed Visual Evaluation

Most prior work employs a many-to-many matching that considers a visual argument correct if it has the correct role and its IoU exceeds a threshold. However, this approach allows multiple predictions to match one gold argument (see 4), effectively rewarding recall-oriented models for visual EAE. To address this issue, we propose a one-to-one strategy via bipartite matching, that penalizes redundant predictions (see 7.2).

3.5.0.3 [P8] Relaxed Multimedia Evaluation

We also observe missing attachment constraints in multimedia ED evaluation. For instance, ignoring trigger offsets allows incorrect event predictions to be counted as correct at the sentence level, rather than requiring span-level accuracy (see 2). This relaxed assumption can substantially overestimate real-world performance.

3.6 Data Leakage↩︎

3.6.0.1 [P9] Test Data Leakage

M2E2 forms a subset of the collected VOA samples and several works utilize this image-caption dataset during training. We find that some of these works include images and captions from test documents in their training data. Although no ground-truth annotations are used, exposure to test images or captions can still result in information leakage.

3.7 StrictEval↩︎

Our analysis demonstrates that prior MEE evaluations vary widely in data processing, task assumptions, and matching criteria. To systematize these discrepancies, we annotate each study with the evaluation pitfalls it exhibits (P1P9) in 1 and cluster them into six distinct setups (see 1). Based on this analysis, we propose StrictEval, a more rigorous evaluation framework that eliminates all identified pitfalls. StrictEval enforces (1) consistent data usage without oracle postprocessing or test exposure, (2) a clearly specified task definition evaluated on the full benchmark, and (3) strict matching criteria that preserve structural constraints across textual, visual, and multimedia predictions. As shown in 1, StrictEval represents the strictest setup with the goal of providing a reproducible evaluation framework designed to more faithfully reflect real-world performance.

Table 1: Evaluation settings used in recent work. P\(x\) indicates that a specific setting is used, while ? denotes that the setting is unspecified. PC evaluates with prediced coreference resolution, whereas GC uses gold coreferences.
Setting P1 P2 P3 P4 P5 P6 P7 P8
StrictEval PC
Evaluation Setups
Setup-1 ? ? ?
Setup-2 ? ? ?
Setup-3 PC
Setup-4 PC
Setup-5 PC
Setup-6 ? GC ? ?
Table 2: Unimodal evaluation results of Single Task models under different setups (averaged over 3 runs). Starting from the StrictEval setting, each identified issue (P) is applied independently. The EAE relaxed settings only affect the EAE performance. \(\Delta\)F1 denotes the absolute difference to StrictEval.
ED EAE
3-6 (rl)7-10 Setting P R F1 \(\Delta\)F1 P R F1 \(\Delta\)F1
StrictEval 25.8 \(\pm\)0.6 75.3 \(\pm\)1.2 38.4 \(\pm\)0.6 - 14.2 \(\pm\)0.3 48.4 \(\pm\)0.9 21.9 \(\pm\)0.3 -
w/ [P1] train with dev 26.5 \(\pm\)0.4 73.6 \(\pm\)0.7 39.0 \(\pm\)0.5 +0.6 15.0 \(\pm\)0.4 47.8 \(\pm\)0.5 22.8 \(\pm\)0.5 +0.9
w/ [P2] trig. refinement 41.6 \(\pm\)1.3 70.4 \(\pm\)1.2 52.3 \(\pm\)1.0 +13.9 20.9 \(\pm\)0.6 45.9 \(\pm\)0.9 28.7 \(\pm\)0.6 +6.8
w/ [P4] eval text subset 57.8 \(\pm\)0.6 77.5 \(\pm\)2.0 66.2 \(\pm\)0.4 +27.8 24.2 \(\pm\)0.4 50.1 \(\pm\)1.3 32.6 \(\pm\)0.2 +10.7
w/ [P6] eval EAE relaxed - - - - 19.4 \(\pm\)0.3 52.0 \(\pm\)1.1 28.3 \(\pm\)0.3 +6.4
StrictEval 52.6 \(\pm\)1.1 29.1 \(\pm\)2.7 37.4 \(\pm\)2.2 - 20.7 \(\pm\)0.8 11.9 \(\pm\)0.9 15.1 \(\pm\)0.8 -
w/ [P1] train with dev 50.5 \(\pm\)1.3 31.4 \(\pm\)1.5 38.7 \(\pm\)1.5 +1.3 18.2 \(\pm\)1.6 12.2 \(\pm\)1.1 14.6 \(\pm\)1.3 -0.5
w/ [P3] verbs refinement 57.6 \(\pm\)1.5 36.2 \(\pm\)1.6 44.4 \(\pm\)0.8 +7.0 22.9 \(\pm\)1.7 15.2 \(\pm\)0.4 18.2 \(\pm\)0.6 +3.1
w/ [P5] eval image subset 70.2 \(\pm\)0.5 64.8 \(\pm\)0.2 67.4 \(\pm\)0.3 +30.0 29.1 \(\pm\)0.6 30.1 \(\pm\)0.4 29.6 \(\pm\)0.5 +14.5
w/ [P7] eval EAE relaxed - - - - 21.0 \(\pm\)0.8 12.2 \(\pm\)1.0 15.4 \(\pm\)0.8 +0.3

4 Experiments and Analysis↩︎

The analysis in §3 reveals notable discrepancies and pitfalls in MEE evaluation, raising concerns about the extent to which evaluation design choices influence reported performance. Starting with StrictEval, we conduct a series of controlled experiments in which each evaluation factor is examined in isolation.

Figure 3: Multimedia ED and EAE scores using different coreference resolution techniques. Threshold Matching uses CLIP-based similarity with a threshold of 20. CLIPRaw denotes the pretrained model and CLIPVOA is further fine-tuned on the VOA image-caption dataset. Greedy Matching and Bipartite Matching follows [17].

4.1 Experimental Setup↩︎

4.1.0.1 MEE Model

We adopt Single Task models to avoid complex architectural choices which ensures that performance differences stem from evaluation setups rather than model capacity. We train independent single-task models for each textual and visual subtask. Textual and visual ED are implemented as token-level and image-level classification models. For textual and visual EAE, we follow [17][19] and classify ground-truth textual entities and detected visual objects (via YOLO) into argument roles. Multimedia events are constructed through an event coreference resolution step [18], described below. Further implementation details are provided in Appendix 7.3 and 7.4.

4.1.0.2 Event Coreference Resolution

Following prior work [17][19], [33], we perform event coreference resolution by computing CLIP-based similarity scores between image–sentence pairs [39]. We note that StrictEval itself does not introduce a new coreference model, but instead relies on coreference predictions from existing approaches, which we compare under a unified evaluation setting. A textual and a visual event are merged when they share the same predicted event type and their image-text similarity exceeds a threshold of 20. We adopt this hyperparameter following [18], [19], [33]. The resulting multimedia event inherits all associated arguments from both modalities.

4.1.0.3 Evaluation Metrics

As outlined in §3.1, we report micro-averaged P, R, and F1. Unlike [6], we follow subsequent work and require multimedia events to match event mentions and their coreference links [17][19], [30], [33]. Unless otherwise specified, all experiments use our introduced evaluation framework StrictEval..

4.2 Unimodal Evaluation and Analysis↩︎

In this section, we focus on unimodal EE results. This allows us to isolate modality-specific behavior before examining the extraction of multimedia events. An overview of the unimodal results is presented in 2 and an extended analysis in Appendix 7.6.

4.2.0.1 Impact of Data Processing

Data processing choices lead to substantial performance variations. Applying the oracle trigger refinement step [P2] and verb refinements [P3] exhibits improvements of up to +13.9 F1 for textual and +7.0 F1 for visual ED. In contrast, incorporating the development sets of ACE and SWiG during training [P1] results in only marginal gains (up to +1.3 F1). These processing decisions also yield improvements of up to +6.8 and +3.1 F1 for textual and visual EAE. Importantly, these discrepancies extend to multimedia ED and EAE since both metrics depend on textual and visual predictions. These findings underscore the importance of consistent data processing, as new state-of-the-art results may not solely reflect advances in modeling techniques.

4.2.0.2 Impact of Task Assumptions

Inconsistent task assumptions, particularly test subset selection [P4], significantly boosts unimodal EE evaluation scores. Restricting training and evaluation to texts and images that contain at least one event instance increases F1 scores of up to +27.8 and +30.0 for textual and visual ED, respectively, and improves EAE scores by up to +14.5. These gains are primarily driven by higher precision, as no-event instances are excluded from evaluation. Notably, this issue propagates to downstream multimedia EE and is further amplified when evaluating on smaller subsets, such as the 309 gold event coreference pairs [P4]. However, these results do not reflect real-world performance, where sentences and images without any targeted events are prevalent.

4.2.0.3 Impact of Relaxed Evaluation

We further examine the effect of relaxed evaluation settings for textual and visual EAE, as described in §3.5. For textual EAE, ignoring the trigger span attachments [P6] introduces discrepancies of up to 6.4 F1. For visual EAE, many-to-many matching [P7] yields only marginal improvements (+0.3 F1), however, this highly depends on the object detector and confidence threshold. As shown in 6, object detectors trained on OpenImages often predict overlapping object categories (e.g., person and suit), which are counted as multiple correct predictions under relaxed evaluation (e.g., +8.0 F1 for yolo-x OI and \(\tau=0.5\)). This highlights that relaxed evaluation metrics can inflate the actual quality of EAE.

Table 3: Multimeda ED scores with and without training only on samples with at least one event instance.
Setting P R F1 \(\Delta\)F1
StrictEval 6.2 22.4 9.7 -
w/ train event subsets 4.3 53.6 8.0 -1.7
StrictEval + eval subset 50.4 22.4 30.9 -
w/ train event subsets 53.1 53.6 53.4 +22.2

4.3 Multimedia Evaluation and Analysis↩︎

In this section, we empirically analyze how varying task assumptions and evaluation settings affect multimedia EE results. Real-world applications typically do not provide oracle image-text pairs or prior knowledge about whether a text or image contains a multimedia event.

4.3.0.1 Experimental Setup

To study the impact of task discrepancies [P5] and missing trigger attachments [P8], we evaluate three event coreference resolution strategies: threshold-based, greedy, and bipartite matching approaches proposed in prior work [17][19]. We further compare evaluations on the full dataset against subsets restricted to samples containing at least one multimedia event, and analyze the effect of applying the same subset selection during training.

Table 4: Experimental results on the M2E2 benchmark under the original and our StrictEval evaluation settings. In line with [33], the MMUTF model results are based on event predictions from CAMEL.
Original StrictEval \(\Delta\)(Strict - Orig)
ED EAE ED EAE ED EAE
3-5 (rl)6-8 (rl)9-11 (rl)12-14 (rl)15-15 (rl)16-16 Model P R F1 P R F1 P R F1 P R F1 \(\Delta\)F1 \(\Delta\)F1
Single Task (ours) - - - - - - 25.8 75.3 38.4 14.2 48.4 21.9 - -
CAMEL 43.5 68.7 53.3 23.5 41.8 30.1 26.8 72.8 39.1 16.1 36.1 22.3 -14.2   -7.8
MMUTF - - - 31.5 46.8 37.7 - - - 15.9 51.7 24.3 - -13.4
X-MTL 44.2 65.8 52.9 29.9 38.9 33.8 26.6 70.0 38.5 20.2 41.7 27.2 -14.4   -6.6
Single Task (ours) - - - - - - 52.6 29.1 37.4 20.7 11.9 15.1 - -
CAMEL 66.7 46.5 54.8 27.7 19.8 23.1 55.6 33.0 41.4 21.7 11.5 15.0 -13.4   -8.1
MMUTF - - - 27.3 15.8 20.0 - - - 23.4 10.4 14.4 -   -5.6
X-MTL 71.7 69.8 70.7 31.1 29.6 30.3 28.2 69.8 40.2 14.1 28.8 18.9 -30.5 -11.4
Single Task (ours) - - - - - - 6.2 22.4 9.7 3.4 10.8 5.2 - -
CAMEL 56.2 42.4 48.3 29.4 24.0 26.5 6.9 27.0 11.0 3.8 11.0 5.7 -37.3 -20.8
MMUTF - - - 37.0 18.7 24.9 - - - 4.1 9.1 5.6 - -19.3
X-MTL 75.5 57.9 65.6 36.7 40.6 38.6 4.9 43.3 8.8 2.9 20.0 5.0 -56.8 -33.6
SSGPF 53.7 70.7 61.0 15.8 12.6 14.1 10.3 30.9 15.4 2.8 4.2 3.3 -45.6 -10.8

4.3.0.2 Impact on Multimedia Results

3 presents the multimedia evaluation results. Consistent with textual evaluation, ignoring trigger offsets for textual events leads to an drop of up to 3.3 F1 for ED, indicating correct sentence-level predictions with incorrect trigger spans. Larger differences arise across task setups. Restricting evaluation to samples containing multimedia events leads to gains of up to +21.2 F1 for threshold-based methods, although such prior knowledge would not be available at deployment. Applying the same subset selection during training further amplifies this effect and reveals opposing trends between full and subset evaluations (see 3). Under realistic conditions, bipartite matching performs best, whereas threshold-based methods outperform it on the filtered subset (30.9 vs. F1), attributed to increased recall. Beyond multimedia ED, we also observe similar patterns for EAE (bottom row of 3), which is connected to ED performance due to the pipeline setup. Finally, experiments using gold image-text coreference annotations show the highest scores, highlighting that subset-based evaluation can substantially overestimate real-world performance.

5 Consistent Evaluation↩︎

Our analysis reveals several limitations in current MEE evaluation practices, however, so far ignores the combination of hidden pitfalls and advanced modeling techniques. Therefore, we reproduce and reevaluate recent methods [18], [19], [33], [35]2 under their original evaluation settings and compare them with our proposed framework StrictEval. Notably, SSGPF supports only multimedia evaluation and assumes given image-text pairs. Reproduction details are provided in Appendix 7.5.

5.0.0.1 Reevaluation Results and Discrepancies

The results in 4 highlight discrepancies between the Original and StrictEval setting. First, evaluation scores change substantially in absolute performance levels. Specifically, textual and visual ED scores differ significantly, primarily due to trigger postprocessing [P2], verb refinement [P3], and test subset selection [P4] (cf. 2). This indicates that minor implementation choices can dominate reported gains. Second, removing these pitfalls consistently leads to lower EAE performance due to the pipeline setup. This can overestimate advances in multimedia EAE, which are often driven by increased ED performance. Third, we observe most degradation in multimedia ED and EAE, with drops of up to 56.8 and 33.6 F1, respectively. When neither test subset selection nor gold event coreference annotations are used, precision decreases dramatically, revealing that cross-modal event coreference resolution remains the largest challenge in a more realistic setting. Further intuition about these low scores and performance drops is provided in Appendix 7.6.

5.0.0.2 Implications for Evaluation and Future Work

Overall, these findings underscore the need for standardized and transparent evaluation protocols. We encourage the research community to report detailed evaluation choices, avoid reliance on gold annotations, and adopt unified evaluation pipelines to ensure fair comparison and reproducibility across MEE methods Our analysis further indicates that progress in multimedia event extraction requires a stronger focus on accurate cross-modal event coreference and semantic alignment, which remain underexplored in recent work. Finally, future advances would benefit from more comprehensive multimodal datasets with explicit coreference annotations, high-quality training data, and standardized splits to support robust and comparable evaluation.

6 Conclusion↩︎

In this work, we present the first systematic analysis of evaluation pitfalls and challenges in MEE and reveal substantial gaps between reported performance and a model’s actual ability to ground events across textual and visual modalities. Our analysis of the M2E2 benchmark uncovers three major sources of discrepancies: inconsistent data processing, inconsistent task assumptions, and overly relaxed evaluation settings. To address this, we propose the evaluation framework StrictEval, which enforces strict evaluation constraints for more challenging evaluation. Controlled experiments show that minor evaluation choices can significantly affect performance, highlighting that cross-modal event coreference resolution and precise MEE remain open challenges.

Limitations↩︎

In this work, we focus on analyzing evaluation pitfalls primarily based on the M2E2 benchmark, which, despite being the most widely used public benchmark for MEE, represents only a subset of possible settings. As a result, some identified issues and recommended practices may not fully generalize to newer benchmarks, annotation schemes, or domains beyond news media. Extending our analysis to additional datasets, modalities (e.g., videos or audio), and task formulations remains an important direction for future work. Moreover, our empirical analysis relies on a relatively simple MEE model and a limited set of reproduced recent methods. While this design choice allows us to isolate the impact of evaluation decisions, it does not capture the full diversity of modeling approaches, particularly recent instruction-following MLLMs. Although we expect the identified evaluation pitfalls to persist across architectures, their quantitative impact may vary with different modeling paradigms. Finally, our proposed evaluation framework adopts stricter evaluation settings and result into substantially lower absolute performance scores. While this may hinder direct comparisons with prior work, our goal is to promote more realistic and transparent evaluation that better reflects the real-world challenges of MEE.

Ethical Considerations↩︎

The results reported in this paper are intended to improve evaluation transparency in MEE and should not be interpreted as implying misconduct by prior work. The identified evaluation pitfalls are subtle and often related to underspecified benchmark evaluation standards, making them easy to be overlooked. Therefore, the motivation of this work is to raise awareness about these issues and to promote more reliable evaluation practices.

7 Appendix↩︎

7.1 Articles for Systematic Analysis↩︎

5 presents a comprehensive list of studies included in our systematic analysis, along with their reported evaluation scores. These works cover diverse modeling paradigms, ranging from early pipeline-based approaches to recent instruction-following and MLLMs.

Table 5: Reported F1 scores of methods on M2E2.
Textual Visual Multimedia
2-3 (rl)4-5 (rl)6-7 Method ED EAE ED EAE ED EAE
WASEA ([6]) 48.1 30.1 42.8 10.3 49.1 19.9
WASEO ([6]) 50.6 26.4 49.9 11.9 50.8 19.2
UniCL ([17]) 53.7 30.7 57.6 15.2 53.4 23.4
CLIPEvent ([28]) - - 52.7 17.1 - -
CAMEL ([18]) 55.4 31.1 58.5 24.4 57.5 33.2
UMIE ([4]) - - - - 62.1 24.5
MGIM ([27]) 55.8 31.2 58.5 17.8 55.6 24.6
MMUTF ([33]) 55.5 38.2 57.0 20.9 54.6 27.4
RDA ([40]) 56.6 33.4 60.3 26.1 58.7 34.6
VEGSRF ([25]) - - - - 53.9 25.3
AFSSAG ([31]) - - - - 54.4 26.5
C-LoRAE ([34]) - - - - 63.5 32.6
X-MTL ([19]) 56.6 36.0 71.7 32.2 66.2 41.4
MGFSG ([30]) 58.5 31.9 61.8 20.3 57.9 27.4
MLLM ([36]) 76.0 39.3 65.3 27.3 87.4 44.3
SSGPF ([35]) - - - - 65.7 36.0

7.2 One-to-One Matching Strategy↩︎

As described in §3.5, visual arguments are initially evaluated using a many-to-many matching strategy. In this setting, multiple predicted arguments may be matched to the same ground-truth argument (many-to-one) and a single predicted argument may match multiple ground-truth arguments (one-to-many). While this approach captures all overlapping predictions, it can inflate evaluation scores and does not enforce a strict mapping between predicted and gold arguments.

7.2.0.1 One-to-One Matching

To address this limitation, we adopt a one-to-one matching strategy based on the Hungarian algorithm [41]. Predicted and ground-truth arguments are modeled as nodes in a bipartite graph and a globally optimal matching is computed between the two sets. This formulation guarantees that each predicted argument is matched to at most one ground-truth argument, yielding a stricter and more interpretable evaluation.

7.2.0.2 Empirical Impact Analysis

In 6, we show the impact for object detectors YOLOv8 [42], [43] and Faster R-CNN [44], trained on COCO [45] and OpenImages [46], respectively. Models trained on COCO show robust performance under the stricter matching strategy, whereas results on OpenImages exhibit substantial differences. For example, we observe an F1 increase of +8.0 for YOLO-X OI at \(\tau=0.5\). This behavior can be attributed to overlapping object categories in OpenImages (e.g., person and suit) which are otherwise counted as multiple correct predictions under many-to-many matching (see 4).

Table 6: Visual EAE scores using ground truth events with the many-to-many (original) and one-to-one (ours) evaluation. Models labeled CC and OI correspond to object detectors trained on COCO (80 classes) and OpenImages (600 classes), respectively. The parameter \(\tau\) denotes the chosen minimum confidence threshold for each object.
many-to-many one-to-one
4-6 (rl)7-9 Detector \(\tau\) #Pred P R F1 P R F1
yolo-x CC 0.8 1617 32.5 36.8 34.5 31.5 35.7 33.5
yolo-x CC 0.5 3162 20.9 46.3 28.8 20.1 44.4 27.6
yolo-x CC 0.1 5067 14.6 51.9 22.8 13.4 47.7 21.0
yolo-x OI 0.8 267 51.7 9.7 16.3 45.7 8.5 14.4
yolo-x OI 0.5 2349 26.5 43.6 33.0 20.1 33.0 25.0
yolo-x OI 0.1 5917 17.8 73.7 28.7 11.1 45.8 17.8
fr-cnn OI 0.8 191 36.7 4.9 8.6 35.6 4.7 8.4
fr-cnn OI 0.5 1037 37.1 26.9 31.2 30.3 21.9 25.5
fr-cnn OI 0.1 4086 28.8 82.4 42.7 12.7 36.3 18.8

7.3 Proposed Single Task Models↩︎

In this section, we describe the Single Task models used in the experiments reported in §4. Each subtask is modeled independently, including textual ED / EAE, visual ED / EAE, and Event Coreference Resolution.

7.3.0.1 Textual Event Extraction

For textual ED and EAE, we employ BERT [47] as the text encoder. Given an input sentence \(s\), BERT produces contextualized subtoken representations, which are mean-pooled to obtain token-level embeddings. Textual ED is formulated as a sequence labeling task where each token is classified into an event type using a linear classifier. For textual EAE, following [6], we assume gold entity mentions and perform role classification by mean-pooling the subtoken representations of each entity mention. Textual ED and EAE are trained as separate models using cross-entropy loss.

7.3.0.2 Visual Event Extraction

For visual ED and EAE, we adopt the CLIP [39] vision encoder. Given an input image \(i\), CLIP produces global and patch-level representations. Visual ED is treated as image-level classification by feeding the [CLS] token representation into a linear classifier. For visual EAE, we first detect objects using an offline detector [19]. Patch representations corresponding to each object are mean-pooled to form object embeddings, which are then classified into argument roles using a linear layer. Analogous to the textual tasks, Visual ED and EAE are trained independently with cross-entropy loss.

7.3.0.3 Multimedia Event Extraction

As described in §4.1, event coreference resolution between textual and visual events is performed using CLIP-based similarity scores. Following prior work [18], [19], [33], we construct a multimedia event when a text–image pair shares the same predicted event type and their similarity score exceeds a threshold of 20. The resulting multimedia event aggregates all associated textual and visual arguments. In addition to this heuristic approach, we also report results obtained using greedy and bipartite matching strategies [17].

7.3.0.4 Training

We train all models using a learning rate of \(1\times10^{-5}\) for encoder parameters and \(1\times10^{-4}\) for classifier parameters. Textual models are trained with a batch size of 16 for 20 epochs, while visual models use a batch size of 64 and are trained for 10 epochs. Model performance is evaluated at the end of each epoch on the ACE development set for textual tasks and the SWiG development set for visual tasks. We select the checkpoint with the best development set performance for final evaluation.

7.4 Implementation Details↩︎

All models are implemented using the Transformers [48] (v4.55.0) library in conjunction with PyTorch (v2.8.0). Unless otherwise specified, we use bert-base-uncased [47] with 222M parameters as text encoder and clip-vit-base-patch16 [39] with 85M parameters as vision encoder. Object detections are obtained using YOLOv8 [43]3 trained on COCO and detections with confidence scores below 0.8 are discarded. All experiments are conducted on NVIDIA A100 GPUs within a single compute node running CUDA 12.3. We run each experiment with three random seeds and report the average performance across runs.

7.5 Reproduction Details↩︎

In this section, we provide detailed reproduction information for the models discussed in §5, along with potential explanations for any observed differences in performance scores.

7.5.0.1 CAMEL

We use the official released code4 provided by [18]. Our reproduced F1 scores largely align with the reported results, except for multimedia ED (48.3 vs. 57.5 F1) and EAE (26.5 vs 33.2 F1). We attribute these discrepancies primarily to the absence of balanced visual ED training in our reproduction that reduced recall in favor of precision.

7.5.0.2 MMUTF

We use the official released code5 provided by [33]. Following the original paper, which mainly focuses on EAE, we use ED predictions from CAMEL. Our reproduced scores closely match the reported results with minor decreases in multimedia ED and EAE, which we also attribute to the lower recall of CAMEL predictions.

7.5.0.3 X-MTL

We use the official released code6 provided by [19]. Our reproduced results show only minor deviations from the originally reported results (e.g., 56.6 vs. 52.9 F1 for textual ED). We believe these differences are related to inconsistencies in the pseudo-labeled VOA image-caption dataset, caused by broken links during dataset construction.

7.5.0.4 SSGPF

We re-implement SSGPF using LLaVA-v1.5-7B as described in the paper7 [35]. The model assumes aligned image-sentence pairs and requires manually written event and role descriptions. We obtain comparable performance on multimedia ED (65.7 vs. 61.0 F1) but observe a substantial drop on EAE (36.0 vs. 14.1 F1), which we attribute to implementation differences in EAE evaluation, visual grounding (SEEM), and role descriptions. For StrictEval, we use the proposed fine-tuned cross-modal retrieval model to construct image-sentence pairs.

7.6 Analysis of StrictEval↩︎

We base our experiments on the human-annotated M2E2 dataset (Inter-Annotator Agreement of 81.2%) [6] and remove relaxed assumptions used in prior work to ensure more consistent comparison. The resulting substantially lower scores are primarily due to stricter evaluation protocols that expose false positives otherwise ignored, which we detail next. Using our proposed Single Task models, we provide further intuition for these effects.

7.6.0.1 Textual Evaluation

In textual evaluation, oracle trigger refinement8 and test subset selection remove a large number of incorrect predictions and negative samples. For example, the Single Task model predicts 3,969 text events, of which refinement removes 1,636 false positive events and 1,885 arguments prior to evaluation. Furthermore, our manual analysis suggests annotation discrepancies between ACE and M2E2, potentially contributing to the large number of false positive events.

7.6.0.2 Visual Evaluation

Similarly, test subset selection excludes 623 images without annotated events, restricting evaluation to only 391 positive samples. As a result, false positives from the excluded images are not counted. For instance, the Single Task model predicts 88 false positive visual events and 341 arguments on these omitted images. Evaluating only on positive samples therefore inflates precision by ignoring predictions on negative images.

7.6.0.3 Multimedia Evaluation

For multimedia evaluation, recent work often assumes access to ground truth image–sentence pairs or applies post-hoc filtering using gold sentence and image IDs (e.g., via coreference annotations). This substantially reduces the number of evaluated pairs and removes negative candidates. In contrast, StrictEval constructs and evaluates over all possible image–sentence pairs. Consequently, models must handle a much larger and noisier candidate space, leading to a significant increase in false positives. For our baseline models, post-hoc filtering excludes 1,118 false positive multimedia events, resulting into a substantial drop in precision and F1 scores.

7.7 Additional Experimental Results↩︎

This section supplements the multimedia results presented in §4.3 by providing EAE scores along with precision and recall. We report evaluations for different coreference resolution strategies: threshold-based (7 and 8), greedy matching (9), and bipartite matching (10).

Figure 4: Qualitative error analysis of visual EAE. Gold rectangles denote ground-truth argument roles while red rectangles indicate correctly counted predictions. The top row illustrates a common failure case in which overlapping objects (often other persons, suits, or shirts) are incorrectly counted as matches. This inflates performance metrics such as recall. In contrast, the bottom row shows our proposed one-to-one version which alleviates these error cases.
Table 7: Evaluation results of MEE model with threshold-based coreference resolution (CLIPRaw).
ED EAE
3-6 (rl)7-10 Setting P R F1 \(\Delta\)F1 P R F1 \(\Delta\)F1
StrictEval 6.2 \(\pm\)0.9 22.4 \(\pm\)3.1 9.7 \(\pm\)1.4 - 3.4 \(\pm\)0.4 10.8 \(\pm\)1.1 5.2 \(\pm\)0.5 -
w/ [P8] eval MED relaxed 8.4 \(\pm\)1.2 23.7 \(\pm\)3.3 12.4 \(\pm\)1.6 +2.7 3.4 \(\pm\)0.4 10.8 \(\pm\)1.1 5.2 \(\pm\)0.5 -
w/ [P4/5] eval text/image subset 50.4 \(\pm\)3.7 22.4 \(\pm\)3.1 30.9 \(\pm\)3.3 +21.2 22.9 \(\pm\)0.9 10.8 \(\pm\)1.1 14.4 \(\pm\)1.0 +9.2
w/ [P4/5] gold coreferences 66.5 \(\pm\)2.5 22.8 \(\pm\)3.2 33.9 \(\pm\)3.8 +24.2 27.5 \(\pm\)0.7 11.3 \(\pm\)1.3 15.6 \(\pm\)1.3 +10.4
Table 8: Evaluation results of MEE model with threshold-based coreference resolution (CLIPVOA).
ED EAE
3-6 (rl)7-10 Setting P R F1 \(\Delta\)F1 P R F1 \(\Delta\)F1
StrictEval 8.6 \(\pm\)1.1 20.4 \(\pm\)2.8 12.0 \(\pm\)1.5 - 4.6 \(\pm\)0.5 10.2 \(\pm\)1.0 6.3 \(\pm\)0.5 -
w/ [P8] eval MED relaxed 11.9 \(\pm\)1.4 21.7 \(\pm\)3.1 15.3 \(\pm\)1.7 +3.3 4.6 \(\pm\)0.5 10.2 \(\pm\)1.0 6.3 \(\pm\)0.5 -
w/ [P4/5] eval text/image subset 52.9 \(\pm\)2.6 20.4 \(\pm\)2.8 29.4 \(\pm\)3.3 +17.4 24.0 \(\pm\)0.1 10.2 \(\pm\)1.0 14.3 \(\pm\)1.0 +8.0
w/ [P4/5] gold coreferences 66.5 \(\pm\)2.5 22.8 \(\pm\)3.2 33.9 \(\pm\)3.8 +21.9 27.5 \(\pm\)0.7 11.3 \(\pm\)1.3 15.6 \(\pm\)1.3 +9.3
Table 9: Evaluation results of MEE model with greedy matching coreference resolution.
ED EAE
3-6 (rl)7-10 Setting P R F1 \(\Delta\)F1 P R F1 \(\Delta\)F1
StrictEval 20.0 \(\pm\)0.8 11.8 \(\pm\)1.1 14.8 \(\pm\)0.9 - 10.0 \(\pm\)0.8 6.6 \(\pm\)0.7 7.9 \(\pm\)0.7 -
w/ [P8] eval MED relaxed 26.8 \(\pm\)1.0 12.7 \(\pm\)1.3 17.2 \(\pm\)1.2 +2.4 10.0 \(\pm\)0.8 6.6 \(\pm\)0.7 7.9 \(\pm\)0.7 -
w/ [P4/5] eval text/image subset 60.5 \(\pm\)3.1 11.8 \(\pm\)1.1 19.8 \(\pm\)1.7 +5.0 27.1 \(\pm\)1.1 6.6 \(\pm\)0.7 10.6 \(\pm\)1.0 +2.7
w/ [P4/5] gold coreferences 66.5 \(\pm\)2.5 22.8 \(\pm\)3.2 33.9 \(\pm\)3.8 +14.1 27.5 \(\pm\)0.7 11.3 \(\pm\)1.3 15.6 \(\pm\)1.3 +7.7
Table 10: Evaluation results of MEE model with bipartite matching coreference resolution.
ED EAE
3-6 (rl)7-10 Setting P R F1 \(\Delta\)F1 P R F1 \(\Delta\)F1
StrictEval 23.3 \(\pm\)1.7 12.1 \(\pm\)1.3 15.9 \(\pm\)1.5 - 10.1 \(\pm\)0.8 6.0 \(\pm\)0.8 7.5 \(\pm\)0.8 -
w/ [P8] eval MED relaxed 29.0 \(\pm\)1.2 12.8 \(\pm\)1.5 17.7 \(\pm\)1.6 +1.8 10.1 \(\pm\)0.8 6.0 \(\pm\)0.8 7.5 \(\pm\)0.8 -
w/ [P4/5] eval text/image subset 67.5 \(\pm\)3.6 12.1 \(\pm\)1.3 20.4 \(\pm\)2.1 +4.5 26.4 \(\pm\)1.4 6.0 \(\pm\)0.8 9.8 \(\pm\)1.2 +2.3
w/ [P4/5] gold coreferences 66.5 \(\pm\)2.5 22.8 \(\pm\)3.2 33.9 \(\pm\)3.8 +18.0 27.5 \(\pm\)0.7 11.3 \(\pm\)1.3 15.6 \(\pm\)1.3 +8.1

References↩︎

[1]
D. Ahn, “The stages of event extraction,” in Proceedings of the workshop on annotating and reasoning about time and events, Jul. 2006, pp. 1–8, [Online]. Available: https://aclanthology.org/W06-0901/.
[2]
H. Peng et al., OmniEvent: A comprehensive, fair, and easy-to-use toolkit for event understanding,” in Proceedings of the 2023 conference on empirical methods in natural language processing: System demonstrations, Dec. 2023, pp. 508–517, doi: 10.18653/v1/2023.emnlp-demo.46.
[3]
K.-H. Huang et al., TextEE: Benchmark, reevaluation, reflections, and future challenges in event extraction,” in Findings of the association for computational linguistics: ACL 2024, Aug. 2024, pp. 12804–12825, doi: 10.18653/v1/2024.findings-acl.760.
[4]
L. Sun, K. Zhang, Q. Li, and R. Lou, “UMIE: Unified multimodal information extraction with instruction tuning,” Proceedings of the AAAI Conference on Artificial Intelligence, vol. 38, no. 17, pp. 19062–19070, 2024, doi: 10.1609/aaai.v38i17.29873.
[5]
M. Zhang et al., “Recognizing everything from all modalities at once: Grounded multimodal universal information extraction,” in Findings of the association for computational linguistics: ACL 2024, Aug. 2024, pp. 14498–14511, doi: 10.18653/v1/2024.findings-acl.863.
[6]
M. Li et al., “Cross-media structured common space for multimedia event extraction,” in Proceedings of the 58th annual meeting of the association for computational linguistics, Jul. 2020, pp. 2557–2568, doi: 10.18653/v1/2020.acl-main.230.
[7]
M. Yatskar, L. Zettlemoyer, and A. Farhadi, “Situation recognition: Visual semantic role labeling for image understanding,” in Conference on computer vision and pattern recognition, 2016.
[8]
D. Wadden, U. Wennberg, Y. Luan, and H. Hajishirzi, “Entity, relation, and event extraction with contextualized span representations,” in Proceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing (EMNLP-IJCNLP), Nov. 2019, pp. 5784–5789, doi: 10.18653/v1/D19-1585.
[9]
A. Sadhu, T. Gupta, M. Yatskar, R. Nevatia, and A. Kembhavi, “Visual semantic role labeling for video understanding,” in The IEEE conference on computer vision and pattern recognition (CVPR), 2021.
[10]
B. Wang et al., “SpeechEE: A novel benchmark for speech event extraction,” in Proceedings of the 32nd ACM international conference on multimedia, 2024, pp. 10449–10458, doi: 10.1145/3664647.3680669.
[11]
T. Zhang et al., “Improving event extraction via multimodal integration,” in Proceedings of the 25th ACM international conference on multimedia, 2017, pp. 270–278, doi: 10.1145/3123266.3123294.
[12]
M. Tong et al., “Image enhanced event detection in news articles,” Proceedings of the AAAI Conference on Artificial Intelligence, vol. 34, no. 5, pp. 9040–9047, 2020, doi: 10.1609/aaai.v34i05.6437.
[13]
B. Chen et al., “Joint multimedia event extraction from video and article,” in Findings of the association for computational linguistics: EMNLP 2021, Nov. 2021, pp. 74–88, doi: 10.18653/v1/2021.findings-emnlp.8.
[14]
K. Sanders et al., “Grounding partially-defined events in multimodal data,” in Findings of the association for computational linguistics: EMNLP 2024, Nov. 2024, pp. 15905–15927, doi: 10.18653/v1/2024.findings-emnlp.934.
[15]
S. Zheng, W. Cao, W. Xu, and J. Bian, “Revisiting the evaluation of end-to-end event extraction,” in Findings of the association for computational linguistics: ACL-IJCNLP 2021, Aug. 2021, pp. 4609–4617, doi: 10.18653/v1/2021.findings-acl.405.
[16]
H. Peng et al., “The devil is in the details: On the pitfalls of event extraction evaluation,” in Findings of the association for computational linguistics: ACL 2023, Jul. 2023, pp. 9206–9227, doi: 10.18653/v1/2023.findings-acl.586.
[17]
J. Liu, Y. Chen, and J. Xu, “Multimedia event extraction from news with a unified contrastive learning framework,” in Proceedings of the 30th ACM international conference on multimedia, 2022, pp. 1945–1953, doi: 10.1145/3503161.3548132.
[18]
Z. Du, Y. Li, X. Guo, Y. Sun, and B. Li, “Training multimedia event extraction with generated images and captions,” in Proceedings of the 31st ACM international conference on multimedia, 2023, pp. 5504–5513, doi: 10.1145/3581783.3612526.
[19]
J. Cao, Y. Hu, Z. Tan, and X. Zhao, “Cross-modal multi-task learning for multimedia event extraction,” Proceedings of the AAAI Conference on Artificial Intelligence, vol. 39, no. 11, pp. 11454–11462, 2025, doi: 10.1609/aaai.v39i11.33246.
[20]
S. Pratt, M. Yatskar, L. Weihs, A. Farhadi, and A. Kembhavi, Series Title: Lecture Notes in Computer ScienceGrounded Situation Recognition,” in Computer VisionECCV 2020, vol. 12349, A. Vedaldi, H. Bischof, T. Brox, and J.-M. Frahm, Eds. Cham: Springer International Publishing, 2020, pp. 314–332.
[21]
Walker, Christopher, Strassel, Stephanie, Medero, Julie, and Maeda, Kazuaki, Artwork Size: 1572864 KB Pages: 1572864 KBACE 2005 Multilingual Training Corpus.” Linguistic Data Consortium, Feb. 2006, doi: 10.35111/MWXC-VH88.
[22]
Z. Song et al., “From light to rich ERE: Annotation of entities, relations, and events,” in Proceedings of the 3rd workshop on EVENTS: Definition, detection, coreference, and representation, Jun. 2015, pp. 89–98, doi: 10.3115/v1/W15-0812.
[23]
X. Wang et al., MAVEN: A Massive General Domain Event Detection Dataset,” in Proceedings of the 2020 conference on empirical methods in natural language processing (EMNLP), Nov. 2020, pp. 1652–1671, doi: 10.18653/v1/2020.emnlp-main.129.
[24]
A. Nath et al., “Multimodal cross-document event coreference resolution using linear semantic transfer and mixed-modality ensembles,” in Proceedings of the 2024 joint international conference on computational linguistics, language resources and evaluation (LREC-COLING 2024), May 2024, pp. 11901–11916, [Online]. Available: https://aclanthology.org/2024.lrec-main.1039/.
[25]
M. Liu, B. Zhou, H. Hu, C. Qiu, and X. Zhang, “Cross-modal event extraction via visual event grounding and semantic relation filling,” Information Processing & Management, vol. 62, no. 3, p. 104027, 2025, doi: https://doi.org/10.1016/j.ipm.2024.104027.
[26]
S. Wang, M. Ju, Y. Zhang, Y. Zheng, M. Wang, and G. Qi, “Cross-modal contrastive learning for event extraction,” in Database systems for advanced applications, 2023, pp. 699–715.
[27]
Y. Liu et al., “Multi-grained gradual inference model for multimedia event extraction,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 34, no. 10, pp. 10507–10520, 2024, doi: 10.1109/TCSVT.2024.3402242.
[28]
M. Li et al., “CLIP-event: Connecting text and images with event structures,” in 2022 IEEE/CVF conference on computer vision and pattern recognition (CVPR), 2022, pp. 16399–16408, doi: 10.1109/CVPR52688.2022.01593.
[29]
J. Li, C. Zhang, M. Du, D. Min, Y. Chen, and G. Qi, “Three stream based multi-level event contrastive learning for text-video event extraction,” in Proceedings of the 2023 conference on empirical methods in natural language processing, Dec. 2023, pp. 1666–1676, doi: 10.18653/v1/2023.emnlp-main.103.
[30]
X. Wang, T. Sun, G. Liu, Z. Yang, J. Liu, and Z. Xu, “MGFSG-EE: A method based on multi-grained fusion and scene graph enhancement for event extraction,” in Proceedings of the 34th ACM international conference on information and knowledge management, 2025, pp. 3103–3112, doi: 10.1145/3746252.3761235.
[31]
M. Liu, Z. Hu, B. Zhou, H. Hu, C. Qiu, and X. Zhang, “Cross-modal event extraction based on adaptive feature selection and semantic-aware graph,” Knowledge-Based Systems, vol. 326, p. 114038, 2025, doi: https://doi.org/10.1016/j.knosys.2025.114038.
[32]
Y. Sun, K. Zhang, and Y. Su, “Multimodal question answering for unified information extraction.” 2023, [Online]. Available: https://arxiv.org/abs/2310.03017.
[33]
P. Seeberger, D. Wagner, and K. Riedhammer, MMUTF: Multimodal multimedia event argument extraction with unified template filling,” in Findings of the association for computational linguistics: EMNLP 2024, Nov. 2024, pp. 6539–6548, doi: 10.18653/v1/2024.findings-emnlp.381.
[34]
L. Yuan et al., Main Track“Collaborative multi-LoRA experts with achievement-based multi-tasks loss for unified multimodal information extraction,” in Proceedings of the thirty-fourth international joint conference on artificial intelligence, IJCAI-25, Aug. 2025, pp. 6940–6948, doi: 10.24963/ijcai.2025/772.
[35]
X. Chen et al., “Stepwise schema-guided prompting framework with parameter efficient instruction tuning for multimedia event extraction,” in 2025 IEEE international conference on multimedia and expo (ICME), 2025, pp. 1–6, doi: 10.1109/ICME59968.2025.11210082.
[36]
J. Yu, Y. Lin, Z. Gao, X. Qiu, and L. Rui, “Multimedia event extraction with LLM knowledge editing,” in Proceedings of the 2025 conference on empirical methods in natural language processing, Nov. 2025, pp. 4116–4124, doi: 10.18653/v1/2025.emnlp-main.205.
[37]
F. Moghimifar, F. Shiri, V. Nguyen, Y.-F. Li, and G. Haffari, “Theia: Weakly supervised multimodal event extraction from incomplete data,” in Proceedings of the 13th international joint conference on natural language processing and the 3rd conference of the asia-pacific chapter of the association for computational linguistics (volume 2: Short papers), Nov. 2023, pp. 139–145, doi: 10.18653/v1/2023.ijcnlp-short.16.
[38]
F. Xing, Z. Wang, W. Wang, and H. Zhang, “Benchmarking and improving LVLMs on event extraction from multimedia documents,” in Proceedings of the 18th international natural language generation conference, Oct. 2025, pp. 734–742, [Online]. Available: https://aclanthology.org/2025.inlg-main.42/.
[39]
A. Radford et al., Version Number: 1“Learning Transferable Visual Models From Natural Language Supervision.” arXiv, 2021, doi: 10.48550/ARXIV.2103.00020.
[40]
Y. Zhang et al., “RDA: Regularized domain adaptation for multimedia event extraction,” in Advanced intelligent computing technology and applications, 2025, pp. 308–319.
[41]
H. W. Kuhn, “The Hungarian method for the assignment problem,” Naval Research Logistics Quarterly, vol. 2, no. 1–2, pp. 83–97, Mar. 1955, doi: 10.1002/nav.3800020109.
[42]
J. Redmon, S. Divvala, R. Girshick, and A. Farhadi, “You only look once: Unified, real-time object detection,” in 2016 IEEE conference on computer vision and pattern recognition (CVPR), 2016, pp. 779–788, doi: 10.1109/CVPR.2016.91.
[43]
R. Varghese and S. M., “YOLOv8: A novel object detection algorithm with enhanced performance and robustness,” in 2024 international conference on advances in data engineering and intelligent computing systems (ADICS), 2024, pp. 1–6, doi: 10.1109/ADICS58448.2024.10533619.
[44]
S. Ren, K. He, R. Girshick, and J. Sun, “Faster r-CNN: Towards real-time object detection with region proposal networks,” in Advances in neural information processing systems, 2015, vol. 28, [Online]. Available: https://proceedings.neurips.cc/paper_files/paper/2015/file/14bfa6bb14875e45bba028a21ed38046-Paper.pdf.
[45]
T.-Y. Lin et al., “Microsoft COCO: Common objects in context,” in Computer vision – ECCV 2014, 2014, pp. 740–755.
[46]
A. Kuznetsova et al., “The Open Images Dataset V4: Unified Image Classification, Object Detection, and Visual Relationship Detection at Scale,” International Journal of Computer Vision, vol. 128, no. 7, pp. 1956–1981, Jul. 2020, doi: 10.1007/s11263-020-01316-z.
[47]
J. Devlin, M.-W. Chang, K. Lee, and K. Toutanova, BERT: Pre-training of deep bidirectional transformers for language understanding,” in Proceedings of the 2019 conference of the north American chapter of the association for computational linguistics: Human language technologies, volume 1 (long and short papers), Jun. 2019, pp. 4171–4186, doi: 10.18653/v1/N19-1423.
[48]
T. Wolf et al., “Transformers: State-of-the-art natural language processing,” in Proceedings of the 2020 conference on empirical methods in natural language processing: System demonstrations, Oct. 2020, pp. 38–45, doi: 10.18653/v1/2020.emnlp-demos.6.

  1. https://github.com/seebergerph/StrictEval↩︎

  2. Our selection focuses on methods with complete publicly available code and instructions, except for SSGPF as MLLM-based method.↩︎

  3. https://docs.ultralytics.com/models/yolov8↩︎

  4. https://github.com/ZILIN003/CAMEL↩︎

  5. https://github.com/seebergerph/MMUTF↩︎

  6. https://github.com/aoine-dev/X-MTL↩︎

  7. https://github.com/MartinYuanNJU/SSGPF↩︎

  8. https://github.com/jianliu-ml/Multimedia-EE/blob/main/code/textualEE/refine_result.py↩︎