← Search

Dingyi Zeng

10 accepted papers

2025

A Compressive Memory-based Retrieval Approach for Event Argument Extraction

COLING 2025main

Recent works have demonstrated the effectiveness of retrieval augmentation in the Event Argument Extraction (EAE) task. However, existing retrieval-based EAE methods have two main limitations: (1) input length constraints and (2) the gap between the retriever and the inference model. These issues li…

Cited by 3SourcePDFScholar
2025

Enhancing Document-Level Relation Extraction through Entity-Pair-Level Interaction Modeling

ICASSP 2025accepted

Document-level relation extraction aims at extracting relational facts between two entities in a document. Existing approaches mainly focus on target entities, utilizing techniques such as graph neural networks to enhance their representations. However, they ignore the rich semantic correlations amo…

Cited by 0SourceScholar
2025

Leveraging Asynchronous Spiking Neural Networks for Ultra Efficient Event-Based Visual Processing

AAAI 2025technical

Event cameras encode visual information by generating asynchronous and sparse event streams, which hold great potential for low latency and low power consumption. Despite many successful implementations of event camera-based applications, most of them accumulate the events into frames and then utili…

Cited by 0SourcePDFScholar
2025

Mixed-Precision Graph Neural Quantization for Low Bit Large Language Models

ICASSP 2025accepted

Post-Training Quantization (PTQ) is pivotal for deploying large language models (LLMs) within resource-limited settings by significantly reducing resource demands. However, existing PTQ strategies underperform at low bit levels (< 3 bits) due to the significant difference between the quantized and o…

Cited by 0SourceScholar
2024

Beyond Single-Event Extraction: Towards Efficient Document-Level Multi-Event Argument Extraction

ACL 2024findings

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…

2024

MLPs Compass: What is Learned When MLPs are Combined with PLMs?

ICASSP 2024accepted

While Transformer-based pre-trained language models and their variants exhibit strong semantic representation capabilities, the question of comprehending the information gain derived from the additional components of PLMs remains an open question in this field. Motivated by recent efforts that prove…

Cited by 0SourceScholar
2023

Enhancing Document-level Event Argument Extraction with Contextual Clues and Role Relevance

ACL 2023findings

Document-level event argument extraction poses new challenges of long input and cross-sentence inference compared to its sentence-level counterpart. However, most prior works focus on capturing the relations between candidate arguments and the event trigger in each event, ignoring two crucial points…

2023

Substructure Aware Graph Neural Networks

AAAI 2023technical

Despite the great achievements of Graph Neural Networks (GNNs) in graph learning, conventional GNNs struggle to break through the upper limit of the expressiveness of first-order Weisfeiler-Leman graph isomorphism test algorithm (1-WL) due to the consistency of the propagation paradigm of GNNs with…