Author Login Chief Editor Login Reviewer Login Editor Login Remote Office

Computer Engineering ›› 2026, Vol. 52 ›› Issue (7): 121-130. doi: 10.19678/j.issn.1000-3428.0070456

• Computational Intelligence and Pattern Recognition • Previous Articles     Next Articles

Cascade Type Event Extraction Model Based on Argument Association Graph

RAO Dongning*(), MA Zhuowen   

  1. School of Computer Science and Technology, Guangdong University of Technology, Guangzhou 510006, Guangdong, China
  • Received:2024-10-10 Revised:2025-01-10 Online:2026-07-15 Published:2026-07-04
  • Contact: RAO Dongning

基于论元关联图的级联类型事件抽取模型

饶东宁*(), 马卓文   

  1. 广东工业大学计算机学院, 广东 广州 510006
  • 通讯作者: 饶东宁
  • 作者简介:

    饶东宁(CCF会员),男,副教授,主研方向为智能规划、自然语言处理

    马卓文,硕士研究生

  • 基金资助:
    广东省自然科学基金面上项目(2021A1515012556)

Abstract:

Event extraction is a crucial task in the field of information extraction that aims to identify and extract specific events or factual information from natural language texts. A key challenge in event extraction is event overlap, where a single word may act as a trigger for different event types or play varying roles across events. Existing methods for overlapping event extraction often fail to adequately consider the relationships between argument roles, which affect the event extraction performance. To address the nested event challenge in the event extraction domain, this study proposes a cascade type event extraction model called Argument Association Graph (AAG)-based Cascade Type Event Extraction model (AAGCTEE). AAGCTEE utilizes XLM-RoBERTa-base for deep encoding and enhances the representation between word pairs using conditional layer normalization and dilated convolution techniques. In the trigger recognition module, the AAGCTEE Cascade Type Predictor (CTP) accurately identifies triggers related to multiple event types, effectively solving the common issue of nested triggers in traditional event extraction. In the argument recognition and classification module, AAGCTEE employs an Argument Association Graph (AAG) and a Global Normalization Decoding (GND) strategy to efficiently handle complex nested argument structures. The average F1 values for Trigger Identification (TI), Trigger Classification (TC), Argument Identification (AI), and Argument Classification (AC) of AAGCTEE are higher than those of the comparative models by 4.12, 0.17, 13.66, and 0.98 percentage points for Chinese datasets DuEE and FewFC and English datasets PHEE and CASIE, respectively. Compared with the ablation experiments lacking CTP, AAG, and GND, AAGCTEE demonstrates an average increase of 5.56, 5.31, and 5.08 percentage points in the average F1 values across the four evaluation metrics, verifying its effectiveness in extracting complex events.

Key words: event extraction, Argument Association Graph (AAG), cascade type, overlapping event, Global Normalization Decoding (GND)

摘要:

事件抽取是信息抽取领域中的一项重要任务, 其目标是从自然语言文本中识别并提取出特定的事件或事实信息。事件重叠是事件抽取任务的一个关键问题, 即同一个词语可能充当不同事件类型的触发词或者在不同事件中扮演不同的角色。目前的重叠事件抽取方法往往未能充分考虑论元角色之间的关联关系, 这在一定程度上影响了事件抽取的效果。针对事件抽取领域的事件嵌套挑战, 提出一种基于论元关联图(AAG)的级联类型事件抽取模型(AAGCTEE)。AAGCTEE依托XLM-roberta-base实现深度编码, 并通过条件层归一化及空洞卷积技术优化词对间的表征。在触发词识别模块中, AAGCTEE的级联类型预测器(CTP)能够精准辨识多类事件相关的触发词, 有效解决了传统事件抽取中常见的触发词嵌套难题。在论元识别分类模块中, AAGCTEE借助AAG和全局归一化解码(GND)策略, 高效处理了复杂的嵌套论元结构。AAGCTEE的触发词识别(TI)、触发词分类(TC)、论元识别(AI)、论元分类(AC)的平均F1值在中文数据集DuEE、FewFC与英文数据集PHEE、CASIE上均表现出色, 分别比表现最佳的对比模型平均高4.12、0.17、13.66和0.98百分点。相较于去除CTP、AAG和GND的消融实验, AAGCTEE在上述4个任务的平均F1值上平均提高了5.56、5.31和5.08百分点, 验证了AAGCTEE在提取复杂事件方面的有效性。

关键词: 事件抽取, 论元关联图, 级联类型, 重叠事件, 全局归一化解码