paper-with-me

홈 › Papers

Reinforcement Learning-based Dialogue Guided Event Extraction to Exploit Argument Relations

2021-06-23 · Qian Li, Hao Peng, JianXin Li, Jia Wu, Yuanxing Ning, Lihong Wang, Philip S. Yu, Zheng Wang

Event extraction is a fundamental task for natural language processing. Finding the roles of event arguments like event participants is essential for event extraction. However, doing so for real-life event descriptions is challenging because an argument's role often varies in different contexts. While the relationship and interactions between multiple arguments are useful for settling the argument roles, such information is largely ignored by existing approaches. This paper presents a better approach for event extraction by explicitly utilizing the relationships of event arguments. We achieve this through a carefully designed task-oriented dialogue system. To model the argument relation, we employ reinforcement learning and incremental learning to extract multiple arguments via a multi-turned, iterative process. Our approach leverages knowledge of the already extracted arguments of the same sentence to determine the role of arguments that would be difficult to decide individually. It then uses the newly obtained information to improve the decisions of previously extracted arguments. This two-way feedback process allows us to exploit the argument relations to effectively settle argument roles, leading to better sentence understanding and event extraction. Experimental results show that our approach consistently outperforms seven state-of-the-art event extraction methods for the classification of events and argument role and argument identification.

📄 PDF Abstract BibTeX arXiv:2106.12384

Code (1)

xiaoqian19940510/TASLP-EAREE 공식 구현 pytorch

Tasks

Event ExtractionIncremental Learningreinforcement-learningReinforcement Learning (RL)Sentence

Similar Papers 제목 키워드 기반

History-Aware Cross-Attention Reinforcement: Self-Supervised Multi Turn and Chain-of-Thought Fine-Tuning with vLLM

2025-06-08 · Andrew Kiruluta, Andreas Lemos, Priscilla Burity

We present CAGSR-vLLM-MTC, an extension of our Self-Supervised Cross-Attention-Guided Reinforcement (CAGSR) framework, now implemented on the high-performance vLLM runtime, to address both multi-turn dialogue and chain-o…

Automatic extraction of personal events from dialogue

2020-07-01 · WS 2020 7 · Joshua Eisenberg, Michael Sheriff

In this paper we introduce the problem of extracting events from dialogue. Previous work on event extraction focused on newswire, however we are interested in extracting events from spoken dialogue. To ground this study,…

Event Extraction

Extracting Temporal Event Relation with Syntax-guided Graph Transformer

2021-04-19 · Findings (NAACL) 2022 7 · Shuaicheng Zhang, Lifu Huang, Qiang Ning

Extracting temporal relations (e.g., before, after, and simultaneous) among events is crucial to natural language understanding. One of the key challenges of this problem is that when the events of interest are far away …

Dependency ParsingNatural Language UnderstandingRelationRelation Classification+3

Efficient Dependency-Guided Named Entity Recognition

2018-10-19 · Zhanming Jie, Aldrian Obaja Muis, Wei Lu

Named entity recognition (NER), which focuses on the extraction of semantically meaningful named entities and their semantic classes from text, serves as an indispensable component for several down-stream natural languag…

Event Extractionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

TLAG: An Informative Trigger and Label-Aware Knowledge Guided Model for Dialogue-based Relation Extraction

2023-03-30 · Hao An, Dongsheng Chen, Weiyuan Xu, Zhihong Zhu 외

Dialogue-based Relation Extraction (DRE) aims to predict the relation type of argument pairs that are mentioned in dialogue. The latest trigger-enhanced methods propose trigger prediction tasks to promote DRE. However, t…

RelationRelation Extraction