← Search

Wanlong Liu

15 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

DEGAP: Dual Event-Guided Adaptive Prefixes for Templated-Based Event Argument Extraction with Slot Querying

COLING 2025main

Recent advancements in event argument extraction (EAE) involve incorporating useful auxiliary information into models during training and inference, such as retrieved instances and event templates. These methods face two challenges: (1) the retrieval results may be irrelevant and (2) templates are d…

2025

Does Mapo Tofu Contain Coffee? Probing LLMs for Food-related Cultural Knowledge

NAACL 2025long

Recent studies have highlighted the presence of cultural biases in Large Language Models (LLMs), yet often lack a robust methodology to dissect these phenomena comprehensively. Our work aims to bridge this gap by delving into the Food domain—a universally relevant yet culturally diverse aspect of hu…

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
2025

QFFT, Question-Free Fine-Tuning for Adaptive Reasoning

NeurIPS 2025spotlight

Recent advancements in Long Chain-of-Thought (CoT) reasoning models have improved performance on complex tasks, but they suffer from overthinking, which generates redundant reasoning steps, especially for simple questions. This paper revisits the reasoning patterns of Long and Short CoT models, obse…

Cited by 0SourcecodeScholar
2025

RAG-Instruct: Boosting LLMs with Diverse Retrieval-Augmented Instructions

EMNLP 2025

Retrieval-Augmented Generation (RAG) has emerged as a key paradigm for enhancing large language models by incorporating external knowledge. However, current RAG methods exhibit limited capabilities in complex RAG scenarios and suffer from limited task diversity. To address these limitations, we prop

2025

Towards Medical Complex Reasoning with LLMs through Medical Verifiable Problems

ACL 2025finding

The breakthrough of OpenAI o1 highlights the potential of enhancing reasoning to improve LLM. Yet, most research in reasoning has focused on mathematical tasks, leaving domains like medicine underexplored. The medical domain, though distinct from mathematics, also demands robust reasoning to provide…

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…