← Search

Wenliang Chen

19 accepted papers

2026

CGMIS: Concept-Graph Based Multi-Hop Instructions Synthesis for Enhancing Long-Context Reasoning

AAAI 2026technical

High-quality multi-hop instruction data is critical for enhancing the reasoning capabilities of large language models (LLMs) in complex long-context scenarios, e.g., long-form reasoning. Nevertheless, there is currently a notable scarcity of such datasets within the community, and existing data synt

Cited by 0SourcePDFScholar
2025

Dynamic Data Mixing Maximizes Instruction Tuning for Mixture-of-Experts

NAACL 2025long

Mixture-of-Experts (MoE) models have shown remarkable capability in instruction tuning, especially when the number of tasks scales. However, previous methods simply merge all training tasks (e.g. creative writing, coding, and mathematics) and apply fixed sampling weights, without considering the imp…

2025

Learning to Refuse: Towards Mitigating Privacy Risks in LLMs

COLING 2025main

Large language models (LLMs) exhibit remarkable capabilities in understanding and generating natural language. However, these models can inadvertently memorize private information, posing significant privacy risks. This study addresses the challenge of enabling LLMs to protect specific individuals’…

2025

NesTools: A Dataset for Evaluating Nested Tool Learning Abilities of Large Language Models

COLING 2025main

Large language models (LLMs) combined with tool learning have gained impressive results in real-world applications. During tool learning, LLMs may call multiple tools in nested orders, where the latter tool call may take the former response as its input parameters. However, current research on the n…

2025

UAQFact: Evaluating Factual Knowledge Utilization of LLMs on Unanswerable Questions

ACL 2025finding

Handling unanswerable questions (UAQ) is crucial for LLMs, as it helps prevent misleading responses in complex situations. While previous studies have built several datasets to assess LLMs’ performance on UAQ, these datasets lack factual knowledge support, which limits the evaluation of LLMs’ abilit…

2024

DiffusionDialog: A Diffusion Model for Diverse Dialog Generation with Latent Space

COLING 2024main

In real-life conversations, the content is diverse, and there exist one-to-many problems that require diverse generation. Previous studies attempted to introduce discrete or Gaussian-based latent variables to address the one-to-many problem, but the diversity is limited. Recently, diffusion models h…

Cited by 3SourcePDFScholar
2024

Exploring and Mitigating Shortcut Learning for Generative Large Language Models

COLING 2024main

Recent generative large language models (LLMs) have exhibited incredible instruction-following capabilities while keeping strong task completion ability, even without task-specific fine-tuning. Some works attribute this to the bonus of the new scaling law, in which the continuous improvement of mode…

Cited by 7SourcePDFScholar
2024

MoPE: Mixture of Prefix Experts for Zero-Shot Dialogue State Tracking

COLING 2024main

Zero-shot dialogue state tracking (DST) transfers knowledge to unseen domains, reducing the cost of annotating new datasets. Previous zero-shot DST models mainly suffer from domain transferring and partial prediction problems. To address these challenges, we propose Mixture of Prefix Experts (MoPE)…

2024

Probing Language Models for Pre-training Data Detection

ACL 2024long

Large Language Models (LLMs) have shown their impressive capabilities, while also raising concerns about the data contamination problems due to privacy issues and leakage of benchmark datasets in the pre-training phase. Therefore, it is vital to detect the contamination by checking whether an LLM ha…

2024

Reliable Data Generation and Selection for Low-Resource Relation Extraction

AAAI 2024technical

Automated construction of annotated data holds significant importance in Relation Extraction (RE) tasks due to the hardness and cost of human annotation. In this work, we propose Self-RDGS, a method for Self-supervised Reliable Data Generation and Selection in low-resource RE tasks. At first, we ful…

2023

Early Exit with Disentangled Representation and Equiangular Tight Frame

ACL 2023findings

Dynamic early exit has demonstrated great potential in coping with the sharply increasing number of pre-trained language model parameters, which can achieve a good trade-off between performance and efficiency. The existing early exit paradigm relies on training parametrical internal classifiers at e…

2023

Emotion Recognition in Conversation from Variable-Length Context

ICASSP 2023accepted

Existing approaches to Emotion Recognition in Conversation (ERC) use a fixed context window to recognize speakers’ emotion, which may lead to either scantiness of key context or interference of redundant context. In response, we explore the benefits of variable-length context and propose a more effe…

Cited by 0SourceScholar
2023

Mirror: A Universal Framework for Various Information Extraction Tasks

EMNLP 2023long main

Sharing knowledge between information extraction tasks has always been a challenge due to the diverse data formats and task variations. Meanwhile, this divergence leads to information waste and increases difficulties in building complex applications in real scenarios. Recent studies often formulate…

Cited by 0SourcecodeScholar
2023

SafeConv: Explaining and Correcting Conversational Unsafe Behavior

ACL 2023long

One of the main challenges open-domain end-to-end dialogue systems, or chatbots, face is the prevalence of unsafe behavior, such as toxic languages and harmful suggestions. However, existing dialogue datasets do not provide enough annotation to explain and correct such unsafe behavior. In this work,…

2022

Efficient Document-level Event Extraction via Pseudo-Trigger-aware Pruned Complete Graph

IJCAI 2022poster

Most previous studies of document-level event extraction mainly focus on building argument chains in an autoregressive way, which achieves a certain success but is inefficient in both training and inference. In contrast to the previous studies, we propose a fast and lightweight model named as PTPCG…

2022

STAD: Self-Training with Ambiguous Data for Low-Resource Relation Extraction

COLING 2022main

We present a simple yet effective self-training approach, named as STAD, for low-resource relation extraction. The approach first classifies the auto-annotated instances into two groups: confident instances and uncertain instances, according to the probabilities predicted by a teacher model. In cont…

2022

SelfMix: Robust Learning against Textual Label Noise with Self-Mixup Training

COLING 2022main

The conventional success of textual classification relies on annotated data, and the new paradigm of pre-trained language models (PLMs) still requires a few labeled data for downstream tasks. However, in real-world applications, label noise inevitably exists in training data, damaging the effectiven…

2020

Improving Relation Extraction with Relational Paraphrase Sentences

COLING 2020main

Supervised models for Relation Extraction (RE) typically require human-annotated training data. Due to the limited size, the human-annotated data is usually incapable of covering diverse relation expressions, which could limit the performance of RE. To increase the coverage of relation expressions,…

2020

Towards Accurate and Consistent Evaluation: A Dataset for Distantly-Supervised Relation Extraction

COLING 2020main

In recent years, distantly-supervised relation extraction has achieved a certain success by using deep neural networks. Distant Supervision (DS) can automatically generate large-scale annotated data by aligning entity pairs from Knowledge Bases (KB) to sentences. However, these DS-generated datasets…