Dependency Structure-Enhanced Graph Attention Networks for Event Detection

Abstract

Existing models on event detection share three-fold limitations, including (1) insufficient consideration of the structures between dependency relations, (2) limited exploration of the directed-edge semantics, and (3) issues in strengthening the event core arguments. To tackle these problems, we propose a dependency structure-enhanced event detection framework. In addition to the traditional token dependency parsing tree, denoted as TDG, our model considers the dependency edges in it as new nodes and constructs a dependency relation graph (DRG). DRG allows the embedding representations of dependency relations to be updated as nodes rather than edges in a graph neural network. Moreover, the levels of core argument nodes in the two graphs are adjusted by dependency relation types in TDG to enhance their status. Subsequently, the two graphs are further encoded and jointly trained in graph attention networks (GAT). Importantly, we design an interaction strategy of node embedding for the two graphs and refine the attention coefficient computational method to encode the semantic meaning of directed edges. Extensive experiments are conducted to validate the effectiveness of our method, and the results confirm its superiority over the state-of-the-art baselines. Our model outperforms the best benchmark with the F1 score increased by 3.5 and 3.4 percentage points on ACE2005 English and Chinese corpus.

Cite

Text

Wan et al. "Dependency Structure-Enhanced Graph Attention Networks for Event Detection." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I17.29877

Markdown

[Wan et al. "Dependency Structure-Enhanced Graph Attention Networks for Event Detection." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/wan2024aaai-dependency/) doi:10.1609/AAAI.V38I17.29877

BibTeX

@inproceedings{wan2024aaai-dependency,
  title     = {{Dependency Structure-Enhanced Graph Attention Networks for Event Detection}},
  author    = {Wan, Qizhi and Wan, Changxuan and Xiao, Keli and Lu, Kun and Li, Chenliang and Liu, Xiping and Liu, Dexi},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {19098-19106},
  doi       = {10.1609/AAAI.V38I17.29877},
  url       = {https://mlanthology.org/aaai/2024/wan2024aaai-dependency/}
}