DUIP feeds an LSTM-produced soft prompt to GPT-2 to predict the next item a user interacts with, and reports improved hit-rate and NDCG on three datasets.
Beyond Single-Event Extraction: Towards Efficient Document-Level Multi-Event Argument Extraction
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Recent mainstream event argument extraction methods process each event in isolation, resulting in inefficient inference and ignoring the correlations among multiple events. To address these limitations, here we propose a multiple-event argument extraction model DEEIA (Dependency-guided Encoding and Event-specific Information Aggregation), capable of extracting arguments from all events within a document simultaneouslyThe proposed DEEIA model employs a multi-event prompt mechanism, comprising DE and EIA modules. The DE module is designed to improve the correlation between prompts and their corresponding event contexts, whereas the EIA module provides event-specific information to improve contextual understanding. Extensive experiments show that our method achieves new state-of-the-art performance on four public datasets (RAMS, WikiEvents, MLEE, and ACE05), while significantly saving the inference time compared to the baselines. Further analyses demonstrate the effectiveness of the proposed modules.
citation-role summary
citation-polarity summary
fields
cs.IR 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Enhancing User Intent for Recommendation Systems via Large Language Models
DUIP feeds an LSTM-produced soft prompt to GPT-2 to predict the next item a user interacts with, and reports improved hit-rate and NDCG on three datasets.