← Search

Wenqing Chen

19 accepted papers

2026

HPSU: A Benchmark for Human-Level Perception in Real-World Spoken Speech Understanding

AAAI 2026technical

Recent advances in Speech Large Language Models (Speech LLMs) have led to great progress in speech understanding tasks such as Automatic Speech Recognition (ASR) and Speech Emotion Recognition (SER). However, whether these models can achieve human-level auditory perception, particularly in terms of

Cited by 0SourcePDFScholar
2026

Learning Multi-Indicator Weights for Data Selection: A Joint Task-Model Adaptation Framework with Efficient Proxies

IJCAI 2026

Data selection is a key component of efficient instruction tuning for large language models, as recent work has shown that data quality often matters more than data quantity. Accordingly, prior studies have introduced various multi-dimensional heuristics to evaluate and filter instruction data. Howe

Cited by 0Scholar
2025

Answering Complex Geographic Questions by Adaptive Reasoning with Visual Context and External Commonsense Knowledge

ACL 2025long

This paper focuses on a new task of answering geographic reasoning questions based on the given image (called GeoVQA). Unlike traditional VQA tasks, GeoVQA asks for details about the image-related culture, landscape, etc. This requires not only the identification of the objects in the image, their p…

Cited by 0SourcePDFScholar
2025

Driving in the Occupancy World: Vision-Centric 4D Occupancy Forecasting and Planning via World Models for Autonomous Driving

AAAI 2025technical

World models envision potential future states based on various ego actions. They embed extensive knowledge about the driving environment, facilitating safe and scalable autonomous driving. Most existing methods primarily focus on either data generation or the pretraining paradigms of world models. U…

Cited by 4SourcePDFScholar
2025

Eliciting Implicit Acoustic Styles from Open-domain Instructions to Facilitate Fine-grained Controllable Generation of Speech

EMNLP 2025

This paper focuses on generating speech with the acoustic style that meets users’ needs based on their open-domain instructions. To control the style, early work mostly relies on pre-defined rules or templates. The control types and formats are fixed in a closed domain, making it hard to meet divers

Cited by 0SourcePDFScholar
2025

Generating Commonsense Reasoning Questions with Controllable Complexity through Multi-step Structural Composition

COLING 2025main

This paper studies the task of generating commonsense reasoning questions (QG) with desired difficulty levels. Compared to traditional shallow questions that can be solved by simple term matching, ours are more challenging. Our answering process requires reasoning over multiple contextual and common…

Cited by 1SourcePDFScholar
2025

Mitigating Social Bias in Large Language Models: A Multi-Objective Approach Within a Multi-Agent Framework

AAAI 2025technical

Natural language processing (NLP) has seen remarkable advancements with the development of large language models (LLMs). Despite these advancements, LLMs often produce socially biased outputs. Recent studies have mainly addressed this problem by prompting LLMs to behave ethically, but this approach…

2024

Self-Para-Consistency: Improving Reasoning Tasks at Low Cost for Large Language Models

ACL 2024findings

Recently, the self-consistency decoding strategy has shown the ability to improve performance for complex reasoning tasks with large language models (LLMs). However, the costs may be high because the sampling process of the strategy generates some low-probability text, resulting in low-quality reaso…

Cited by 5SourcePDFScholar
2023

Chain-of-Thought Tuning: Masked Language Models can also Think Step By Step in Natural Language Understanding

EMNLP 2023long main

Chain-of-Thought (CoT) is a technique that guides Large Language Models (LLMs) to decompose complex tasks into multi-step reasoning through intermediate steps in natural language form. Briefly, CoT enables LLMs to think step by step. However, although many Natural Language Understanding (NLU) tasks…

Cited by 0SourceScholar
2023

Improving the out-of-Distribution Generalization Capability of Language Models: Counterfactually-Augmented Data is not Enough

ICASSP 2023accepted

Counterfactually-Augmented Data (CAD) has the potential to improve language models’ Out-Of-Distribution (OOD) generalization capability, as CAD induces language models to exploit causal features and exclude spurious correlations. However, the empirical results of OOD generalization on CAD are not as…

Cited by 0SourceScholar
2023

Latent Constraints on Unsupervised Text-Graph Alignment with Information Asymmetry

AAAI 2023technical

Unsupervised text-graph alignment (UTGA) is a fundamental task that bidirectionally generates texts and graphs without parallel data. Most available models of UTGA suffer from information asymmetry, a common phenomenon that texts and graphs include additional information invisible to each other. On…

Cited by 0SourcePDFScholar
2023

MTR: A Dataset Fusing Inductive, Deductive, and Defeasible Reasoning

ACL 2023findings

A long-standing difficulty in AI is the introduction of human-like reasoning in machine reading comprehension. Since algorithmic models can already perform as well as humans on simple quality assurance tasks thanks to the development of deep learning techniques, more difficult reasoning datasets hav…

Cited by 1SourcePDFScholar
2023

Preference-Controlled Multi-Objective Reinforcement Learning for Conditional Text Generation

AAAI 2023technical

Conditional text generation is to generate text sequences conditioning on linguistic or non-linguistic data. The main line of existing work proposed deterministic models to improve the fidelity of the generated text but often ignored the diversity. Another line relied on conditional variational auto…

2022

To What Extent Do Natural Language Understanding Datasets Correlate to Logical Reasoning? A Method for Diagnosing Logical Reasoning.

COLING 2022main

Reasoning and knowledge-related skills are considered as two fundamental skills for natural language understanding (NLU) tasks such as machine reading comprehension (MRC) and natural language inference (NLI). However, it is not clear to what extent an NLU task defined on a dataset correlates to a sp…

Cited by 5SourcePDFScholar
2022

Weakly Supervised Neural Symbolic Learning for Cognitive Tasks

AAAI 2022technical

Despite the recent success of end-to-end deep neural networks, there are growing concerns about their lack of logical reasoning abilities, especially on cognitive tasks with perception and reasoning processes. A solution is the neural symbolic learning (NeSyL) method that can effectively utilize pre…

Cited by 15SourcePDFScholar
2021

De-Confounded Variational Encoder-Decoder for Logical Table-to-Text Generation

ACL 2021long

Logical table-to-text generation aims to automatically generate fluent and logically faithful text from tables. The task remains challenging where deep learning models often generated linguistically fluent but logically inconsistent text. The underlying reason may be that deep learning models often…

2021

Dependent Multi-Task Learning with Causal Intervention for Image Captioning

IJCAI 2021poster

Recent work for image captioning mainly followed an extract-then-generate paradigm, pre-extracting a sequence of object-based features and then formulating image captioning as a single sequence-to-sequence task. Although promising, we observed two problems in generated captions: 1) content inconsist…

2021

Diagnosing the First-Order Logical Reasoning Ability Through LogicNLI

EMNLP 2021main

Recently, language models (LMs) have achieved significant performance on many NLU tasks, which has spurred widespread interest for their possible applications in the scientific and social area. However, LMs have faced much criticism of whether they are truly capable of reasoning in NLU. In this work…

Cited by 76SourcePDFScholar
2020

A Semantically Consistent and Syntactically Variational Encoder-Decoder Framework for Paraphrase Generation

COLING 2020main

Paraphrase generation aims to generate semantically consistent sentences with different syntactic realizations. Most of the recent studies rely on the typical encoder-decoder framework where the generation process is deterministic. However, in practice, the ability to generate multiple syntactically…