paper-with-me

홈 › Papers

Beyond Exact Match: Semantically Reassessing Event Extraction by Large Language Models

2024-10-12 · Yi-Fan Lu, Xian-Ling Mao, Tian Lan, Chen Xu, Heyan Huang

Event extraction has gained extensive research attention due to its broad range of applications. However, the current mainstream evaluation method for event extraction relies on token-level exact match, which misjudges numerous semantic-level correct cases. This reliance leads to a significant discrepancy between the evaluated performance of models under exact match criteria and their real performance. To address this problem, we propose RAEE, an automatic evaluation framework that accurately assesses event extraction results at semantic-level instead of token-level. Specifically, RAEE leverages Large Language Models (LLMs) as automatic evaluation agents, incorporating chain-of-thought prompting and an adaptive mechanism to achieve interpretable and adaptive evaluations for precision and recall of triggers and arguments. Extensive experimental results demonstrate that: (1) RAEE achieves a very high correlation with the human average; (2) after reassessing 14 models, including advanced LLMs, on 10 datasets, there is a significant performance gap between exact match and RAEE. The exact match evaluation significantly underestimates the performance of existing event extraction models, particularly underestimating the capabilities of LLMs; (3) fine-grained analysis under RAEE evaluation reveals insightful phenomena worth further exploration. The evaluation toolkit of our proposed RAEE will be publicly released.

📄 PDF Abstract BibTeX arXiv:2410.09418

Code (0)

등록된 구현이 없습니다.

Tasks

Event Extraction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

ESTER: A Machine Reading Comprehension Dataset for Event Semantic Relation Reasoning

2021-04-16 · Rujun Han, I-Hung Hsu, Jiao Sun, Julia Baylon 외

Understanding how events are semantically related to each other is the essence of reading comprehension. Recent event-centric reading comprehension datasets focus mostly on event arguments or temporal relations. While th…

Machine Reading ComprehensionNatural Language QueriesQuestion AnsweringReading Comprehension+1

ESTER: A Machine Reading Comprehension Dataset for Reasoning about Event Semantic Relations

2021-11-01 · EMNLP 2021 11 · Rujun Han, I-Hung Hsu, Jiao Sun, Julia Baylon 외

Understanding how events are semantically related to each other is the essence of reading comprehension. Recent event-centric reading comprehension datasets focus mostly on event arguments or temporal relations. While th…

Machine Reading ComprehensionNatural Language QueriesReading ComprehensionRelation

REGen: A Reliable Evaluation Framework for Generative Event Argument Extraction

2025-02-24 · Omar Sharif, Joseph Gatto, Madhusudan Basak, Sarah M. Preum

Event argument extraction identifies arguments for predefined event roles in text. Traditional evaluations rely on exact match (EM), requiring predicted arguments to match annotated spans exactly. However, this approach …

Event Argument Extractionvalid

Training-Free Loosely Speculative Decoding: Accepting Semantically Correct Drafts Beyond Exact Match

2025-11-28 · Jinze Li, Yixing Xu, Guanchen Li, Shuo Yang 외 arxiv

Large language models (LLMs) achieve strong performance across diverse tasks but suffer from high inference latency due to their autoregressive generation. Speculative Decoding (SPD) mitigates this issue by verifying can…

LLM-as-a-Judge: Reassessing the Performance of LLMs in Extractive QA

2025-04-16 · Xanh Ho, Jiahao Huang, Florian Boudin, Akiko Aizawa

Extractive reading comprehension question answering (QA) datasets are typically evaluated using Exact Match (EM) and F1-score, but these metrics often fail to fully capture model performance. With the success of large la…

Question AnsweringReading Comprehension