paper-with-me

Papers

Token-Event-Role Structure-based Multi-Channel Document-Level Event Extraction

2023-06-30 · Qizhi Wan, Changxuan Wan, Keli Xiao, Hui Xiong, Dexi Liu, Xiping Liu

Document-level event extraction is a long-standing challenging information retrieval problem involving a sequence of sub-tasks: entity extraction, event type judgment, and event type-specific multi-event extraction. However, addressing the problem as multiple learning tasks leads to increased model complexity. Also, existing methods insufficiently utilize the correlation of entities crossing different events, resulting in limited event extraction performance. This paper introduces a novel framework for document-level event extraction, incorporating a new data structure called token-event-role and a multi-channel argument role prediction module. The proposed data structure enables our model to uncover the primary role of tokens in multiple events, facilitating a more comprehensive understanding of event relationships. By leveraging the multi-channel prediction module, we transform entity and multi-event extraction into a single task of predicting token-event pairs, thereby reducing the overall parameter size and enhancing model efficiency. The results demonstrate that our approach outperforms the state-of-the-art method by 9.5 percentage points in terms of the F1 score, highlighting its superior performance in event extraction. Furthermore, an ablation study confirms the significant value of the proposed data structure in improving event extraction tasks, further validating its importance in enhancing the overall performance of the framework.

📄 PDF Abstract BibTeX arXiv:2306.17733

Code (0)

등록된 구현이 없습니다.

Tasks

Document-level Event ExtractionEvent ExtractionInformation RetrievalRetrieval

Similar Papers 제목 키워드 기반

Writing Style Aware Document-level Event Extraction

2022-01-10 · Zhuo Xu, Yue Wang, Lu Bai, Lixin Cui

Event extraction, the technology that aims to automatically get the structural information from documents, has attracted more and more attention in many fields. Most existing works discuss this issue with the token-level…

Document-level Event ExtractionEvent ExtractionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Misaligned Roles, Misplaced Images: Structural Input Perturbations Expose Multimodal Alignment Blind Spots

2025-04-01 · Erfan Shayegani, G M Shahariar, Sara Abdali, Lei Yu 외

Multimodal Language Models (MMLMs) typically undergo post-training alignment to prevent harmful content generation. However, these alignment stages focus primarily on the assistant role, leaving the user role unaligned, …

Token Encoding for Semantic Recovery

2026-04-14 · Jingzhi Hu, Geoffrey Ye Li arxiv

Token-based semantic communication is promising for future wireless networks, as it can compact semantic tokens under very limited channel capacity. However, harsh wireless channels often cause missing tokens, leading to…

Semantic Communication

DIANOIA: Diagnostic Decomposition and Joint Optimization for Multi-Agent Reasoning

2026-02-09 · Yiming Yang, Zhuoyuan Li, Fanxiang Zeng, Hao Fu 외 arxiv

Multi-agent LLM systems consistently outperform single-agent baselines, yet practitioners still cannot predict which design works for a new task or diagnose why one fails. We argue this gap persists largely because the f…

Automatic Channel Pruning for Multi-Head Attention

2024-05-31 · Eunho Lee, Youngbae Hwang

Despite the strong performance of Transformers, their quadratic computation complexity presents challenges in applying them to vision tasks. Automatic pruning is one of effective methods for reducing computation complexi…