← 返回论文检索
EMNLP 2025emnlpfindings

Adaptive Schema-aware Event Extraction with Retrieval-Augmented Generation

Sheng Liang, Hang Lv, Zhihao Wen, Yaxiong Wu, Yongyue Zhang, Hao Wang, Yong Liu

Ludwig-Maximilians-Universität München · University of Science and Technology of China · Ant Group · Huawei Technologies Ltd.

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.18653/v1/2025.findings-emnlp.419 ↗

摘要

Event extraction (EE) is a fundamental task in natural language processing (NLP) that involves identifying and extracting event information from unstructured text. Effective EE in real-world scenarios requires two key steps: selecting appropriate schemas from hundreds of candidates and executing the extraction process.Existing research exhibits two critical gaps: (1) the rigid schema fixation in existing pipeline systems, and (2) the absence of benchmarks for evaluating joint schema matching and extraction.Although large language models (LLMs) offer potential solutions, their schema hallucination tendencies and context window limitations pose challenges for practical deployment. In response, we propose \textbf{A}daptive \textbf{S}chema-aware \textbf{E}vent \textbf{E}xtraction (\textbf{ASEE}), a novel paradigm combining schema paraphrasing with schema retrieval-augmented generation. ASEE adeptly retrieves paraphrased schemas and accurately generates targeted structures.To facilitate rigorous evaluation, we construct the \textbf{M}ulti-\textbf{D}imensional \textbf{S}chema-aware \textbf{E}vent \textbf{E}xtraction (\textbf{MD-SEE}) benchmark, which systematically consolidates 12 datasets across diverse domains, complexity levels, and language settings.Extensive evaluations on MD-SEE show that our proposed ASEE demonstrates strong adaptability across various scenarios, significantly improving the accuracy of event extraction. Our codes and datasets are available at https://github.com/USTC-StarTeam/ASEE.git