paper-with-me

홈 › Papers

Event Detection with Dual Relational Graph Attention Networks

2022-10-01 · COLING 2022 10 · Jiaxin Mi, Po Hu, Peng Li

Event detection, which aims to identify instances of specific event types from pieces of text, is a fundamental task in information extraction. Most existing approaches leverage syntactic knowledge with a set of syntactic relations to enhance event detection. However, a side effect of these syntactic-based approaches is that they may confuse different syntactic relations and tend to introduce redundant or noisy information, which may lead to performance degradation. To this end, we propose a simple yet effective model named DualGAT (Dual Relational Graph Attention Networks), which exploits the complementary nature of syntactic and semantic relations to alleviate the problem. Specifically, we first construct a dual relational graph that both aggregates syntactic and semantic relations to the key nodes in the graph, so that event-relevant information can be comprehensively captured from multiple perspectives (i.e., syntactic and semantic views). We then adopt augmented relational graph attention networks to encode the graph and optimize its attention weights by introducing contextual information, which further improves the performance of event detection. Extensive experiments conducted on the standard ACE2005 benchmark dataset indicate that our method significantly outperforms the state-of-the-art methods and verifies the superiority of DualGAT over existing syntactic-based methods.

📄 PDF Abstract BibTeX

Code (1)

macvh/dualgat 공식 구현

Tasks

Event DetectionGraph Attention

Similar Papers 제목 키워드 기반

Rethinking Event-Based Object Detection through Representation-Level Temporal Aggregation and Model-Level Hypergraph Reasoning

2026-05-09 · Meisen Wang, Hao Deng, Wei Bao, Ma Yuanxiao 외 arxiv

Event cameras provide microsecond-level temporal resolution, low latency, and high dynamic range, offering potential for perception under fast motion and challenging illumination conditions. However, existing Event-based…

Relational ReasoningObject Detection

RAD: Rule-Augmented Relational Anomaly Detection

2026-08-24 · Noah Dahle, Anne Tumlin, Ngoc Tran, Xenofon Koutsoukos 외 arxiv

Anomaly detection is often applied to data stored in relational databases, yet most existing methods require flattening multiple tables into a single feature matrix. This flattening can obscure entity identity, schema st…

Graph Representation LearningAnomaly Detection

Label Enhanced Event Detection with Heterogeneous Graph Attention Networks

2020-12-03 · Shiyao Cui, Bowen Yu, Xin Cong, Tingwen Liu 외

Event Detection (ED) aims to recognize instances of specified types of event triggers in text. Different from English ED, Chinese ED suffers from the problem of word-trigger mismatch due to the uncertain word boundaries.…

Event DetectionGraph AttentionSentence

Self-Attention Graph Residual Convolutional Networks for Event Detection with dependency relations

2021-11-01 · Findings (EMNLP) 2021 11 · AnAn Liu, Ning Xu, Haozhe Liu

Event detection (ED) task aims to classify events by identifying key event trigger words embedded in a piece of text. Previous research have proved the validity of fusing syntactic dependency relations into Graph Convolu…

Event DetectionSentence

Graph Query Networks for Object Detection with Automotive Radar

2025-11-19 · Loveneet Saini, Hasan Tercan, Tobias Meisen arxiv

Object detection with 3D radar is essential for 360-degree automotive perception, but radar's long wavelengths produce sparse and irregular reflections that challenge traditional grid and sequence-based convolutional and…

Relational ReasoningObject Detection