paper-with-me

Papers

Type-aware Decoding via Explicitly Aggregating Event Information for Document-level Event Extraction

2023-10-16 · Gang Zhao, Yidong Shi, Shudong Lu, Xinjie Yang, Guanting Dong, Jian Xu, Xiaocheng Gong, Si Li

Document-level event extraction (DEE) faces two main challenges: arguments-scattering and multi-event. Although previous methods attempt to address these challenges, they overlook the interference of event-unrelated sentences during event detection and neglect the mutual interference of different event roles during argument extraction. Therefore, this paper proposes a novel Schema-based Explicitly Aggregating~(SEA) model to address these limitations. SEA aggregates event information into event type and role representations, enabling the decoding of event records based on specific type-aware representations. By detecting each event based on its event type representation, SEA mitigates the interference caused by event-unrelated information. Furthermore, SEA extracts arguments for each role based on its role-aware representations, reducing mutual interference between different roles. Experimental results on the ChFinAnn and DuEE-fin datasets show that SEA outperforms the SOTA methods.

📄 PDF Abstract BibTeX arXiv:2310.10487

Code (0)

등록된 구현이 없습니다.

Tasks

Document-level Event ExtractionEvent DetectionEvent Extraction

Similar Papers 제목 키워드 기반

STDec: Spatio-Temporal Stability Guided Decoding for dLLMs

2026-04-07 · Yuzhe Chen, Jiale Cao, Xuyang Liu, Jin Xie 외 arxiv

Diffusion Large Language Models (dLLMs) have achieved rapid progress, viewed as a promising alternative to the autoregressive paradigm. However, most dLLM decoders still adopt a global confidence threshold, and do not ex…

Parallelized Autoregressive Decoding for Omni-Modal Dense Video Captioning

2026-07-03 · Wenzheng Zeng, Siyi Jiao, Chen Gao, Hwee Tou Ng 외 hf

Dense video captioning aims to generate temporally grounded descriptions of video events, benefiting both event-level video understanding and generation. In this domain, autoregressive video large language models have em…

Dense Video Captioning

Edge-Enhanced Graph Convolution Networks for Event Detection with Syntactic Relation

2020-02-25 · Findings of the Association for Computational Linguistics 2020 · Shiyao Cui, Bowen Yu, Tingwen Liu, Zhen-Yu Zhang 외

Event detection (ED), a key subtask of information extraction, aims to recognize instances of specific event types in text. Previous studies on the task have verified the effectiveness of integrating syntactic dependency…

Event DetectionRelation

Injecting Adrenaline into LLM Serving: Boosting Resource Utilization and Throughput via Attention Disaggregation

2025-03-26 · Yunkai Liang, Zhangyu Chen, Pengfei Zuo, Zhi Zhou 외

In large language model (LLM) serving systems, executing each request consists of two phases: the compute-intensive prefill phase and the memory-intensive decoding phase. To prevent performance interference between the t…

Large Language ModelScheduling

Defending Large Language Models Against Jailbreak Attacks via In-Decoding Safety-Awareness Probing

2026-01-15 · Yinzhi Zhao, Ming Wang, Shi Feng, Xiaocui Yang 외 arxiv

Large language models (LLMs) have achieved impressive performance across natural language tasks and are increasingly deployed in real-world applications. Despite extensive safety alignment efforts, recent studies show th…