← Search

Yaqing Wang

37 accepted papers

2026

Beyond Markovian: Reflective Exploration via Bayes-Adaptive RL for LLM Reasoning

ICLR 2026poster

Large Language Models (LLMs) trained via Reinforcement Learning (RL) have exhibited strong reasoning capabilities and emergent reflective behaviors, such as rethinking and error correction, as a form of in-context exploration. However, the Markovian policy obtained from conventional RL training does…

Cited by 0SourcecodeScholar
2026

Diagnosing Multi-step Reasoning Failures in Black-box LLMs via Stepwise Confidence Attribution

ICML 2026poster

Large Language Models have achieved strong performance on reasoning tasks with objective answers by generating step-by-step solutions, but diagnosing where a multi-step reasoning trace might fail remains difficult. Confidence estimation offers a natural diagnostic signal, yet existing methods are re…

Cited by 0SourceScholar
2026

GraphIC: A Graph-Based In-Context Example Retrieval Model for Multi-Step Reasoning

AAAI 2026technical

In-context learning (ICL) enhances large language models (LLMs) by incorporating demonstration examples, yet its effectiveness heavily depends on the quality of selected examples. Current methods typically use text embeddings to measure semantic similarity, which often introduces bias in multi-step

Cited by 0SourcePDFScholar
2026

MrCoM: A Meta-Regularized World-Model Generalizing Across Multi-Scenarios

AAAI 2026technical

Model-based reinforcement learning (MBRL) is a crucial approach to enhance the generalization capabilities and improve the sample efficiency of RL algorithms. However, current MBRL methods focus primarily on building world models for single tasks and rarely address generalization across different s

Cited by 0SourcePDFScholar
2025

Adaptive Preference Arithmetic: A Personalized Agent with Adaptive Preference Arithmetic for Dynamic Preference Modeling

NeurIPS 2025poster

As large language models (LLMs) are increasingly used as personalized user assistants, effectively adapting to users' evolving preferences is critical for delivering high-quality personalized responses. While user preferences are often stable in content, their relative strengths shift over time due…

Cited by 0SourceScholar
2025

RD-MCSA: A Multi-Class Sentiment Analysis Approach Integrating In-Context Classification Rationales and Demonstrations

EMNLP 2025

This paper addresses the important yet underexplored task of **multi-class sentiment analysis (MCSA)**, which remains challenging due to the subtle semantic differences between adjacent sentiment categories and the scarcity of high-quality annotated data. To tackle these challenges, we propose **RD-

Cited by 0SourcePDFScholar
2024

AdaDiff: Accelerating Diffusion Models through Step-Wise Adaptive Computation

ECCV 2024poster

"Diffusion models achieve great success in generating diverse and high-fidelity images, yet their widespread application, especially in real-time scenarios, is hampered by their inherently slow generation speed. The slow generation stems from the necessity of multi-step network inference. While some…

Cited by 3SourcePDFScholar
2024

CoRelation: Boosting Automatic ICD Coding through Contextualized Code Relation Learning

COLING 2024main

Automatic International Classification of Diseases (ICD) coding plays a crucial role in the extraction of relevant information from clinical notes for proper recording and billing. One of the most important directions for boosting the performance of automatic ICD coding is modeling ICD code relation…

Cited by 10SourcePDFScholar
2024

FIARSE: Model-Heterogeneous Federated Learning via Importance-Aware Submodel Extraction

NeurIPS 2024poster

In federated learning (FL), accommodating clients' varied computational capacities poses a challenge, often limiting the participation of those with constrained resources in global model training. To address this issue, the concept of model heterogeneity through submodel extraction has emerged, off…

2024

Omni-SMoLA: Boosting Generalist Multimodal Models with Soft Mixture of Low-rank Experts

CVPR 2024highlight

In this work we present Omni-SMoLA a multimodal architecture that mixes many multi-modal experts efficiently and achieves both high specialist and generalist performance. In contrast to previous models for which we see performance degradation on average when training the models on a wide range of ta…

Cited by 21SourcePDFScholar
2024

Outlier Weighed Layerwise Sparsity (OWL): A Missing Secret Sauce for Pruning LLMs to High Sparsity

ICML 2024poster

Large Language Models (LLMs), renowned for their remarkable performance across diverse domains, present a challenge due to their colossal model size when it comes to practical deployment. In response to this challenge, efforts have been directed toward the application of traditional network pruning…

2024

PACIA: Parameter-Efficient Adapter for Few-Shot Molecular Property Prediction

IJCAI 2024poster

Molecular property prediction (MPP) plays a crucial role in biomedical applications, but it often encounters challenges due to a scarcity of labeled data. Existing works commonly adopt gradient-based strategy to update a large amount of parameters for task-level adaptation. However, the increase of…

2024

Unity in Diversity: Collaborative Pre-training Across Multimodal Medical Sources

ACL 2024long

Although pre-training has become a prevalent approach for addressing various biomedical tasks, the current efficacy of pre-trained models is hindered by their reliance on a limited scope of medical sources. This limitation results in data scarcity during pre-training and restricts the range of appli…

Cited by 3SourcePDFScholar
2023

HadSkip: Homotopic and Adaptive Layer Skipping of Pre-trained Language Models for Efficient Inference

EMNLP 2023long findings

Pre-trained language models~(LMs) have brought remarkable performance on numerous NLP tasks. However, they require significant resources and entail high computational costs for inference, making them challenging to deploy in real-world and real-time systems. Existing early exiting methods aim to red…

Cited by 0SourceScholar
2023

Hierarchical Pretraining on Multimodal Electronic Health Records

EMNLP 2023long main

Pretraining has proven to be a powerful technique in natural language processing (NLP), exhibiting remarkable success in various NLP downstream tasks. However, in the medical domain, existing pretrained models on electronic health records (EHR) fail to capture the hierarchical nature of EHR data, li…

Cited by 0SourcecodeScholar
2023

Macedon: Minimizing Representation Coding Rate Reduction for Cross-Lingual Natural Language Understanding

EMNLP 2023long findings

Cross-lingual natural language understanding(NLU) is one of the fundamental tasks of NLP. The goal is to learn a model which can generalize well on both high-resource and low-resource language data. Recent pre-trained multilingual language models, e.g., multilingual BERT, XLM, have shown impressive…

Cited by 0SourceScholar
2023

SimFair: A Unified Framework for Fairness-Aware Multi-Label Classification

AAAI 2023technical

Recent years have witnessed increasing concerns towards unfair decisions made by machine learning algorithms. To improve fairness in model decisions, various fairness notions have been proposed and many fairness-aware methods are developed. However, most of existing definitions and methods focus onl…

Cited by 6SourcePDFScholar
2023

You Need Multiple Exiting: Dynamic Early Exiting for Accelerating Unified Vision Language Model

CVPR 2023poster

Large-scale transformer models bring significant improvements for various downstream vision language tasks with a unified architecture. The performance improvements come with increasing model size, resulting in slow inference speed and increased cost for severing. While some certain predictions bene…

2022

AdaMix: Mixture-of-Adaptations for Parameter-efficient Model Tuning

EMNLP 2022main

Standard fine-tuning of large pre-trained language models (PLMs) for downstream tasks requires updating hundreds of millions to billions of parameters, and storing a large copy of the PLM weights for every task resulting in increased cost for storing, sharing and serving the models. To address this,…

2022

Generative Time Series Forecasting with Diffusion, Denoise, and Disentanglement

NeurIPS 2022accept

Time series forecasting has been a widely explored task of great importance in many applications. However, it is common that real-world time series data are recorded in a short time period, which results in a big gap between the deep model and the limited and noisy time series. In this work, we prop…

2022

LiST: Lite Prompted Self-training Makes Parameter-efficient Few-shot Learners

NAACL 2022findings

We present a new method LiST for efficient fine-tuning of large pre-trained language models (PLMs) in few-shot learning settings. LiST improves over recent methods that adopt prompt-based fine-tuning (FN) using two key techniques. The first is the use of self-training to leverage large amounts of un…

2022

Omni-Roach: A Legged Robot Capable of Traversing Multiple Types of Large Obstacles and Self-Righting

ICRA 2022poster

Robots excel at avoiding obstacles but struggle to traverse complex 3-D terrain with cluttered large obstacles. By contrast, insects like cockroaches excel at doing so. Recent research in our lab elucidated how locomotor transitions emerge from locomotor-environment interaction for diverse locomotor…

Cited by 20SourceScholar
2022

RGL: A Simple yet Effective Relation Graph Augmented Prompt-based Tuning Approach for Few-Shot Learning

NAACL 2022findings

Pre-trained language models (PLMs) can provide a good starting point for downstream applications. However, it is difficult to generalize PLMs to new tasks given a few labeled samples. In this work, we show that Relation Graph augmented Learning (RGL) can improve the performance of few-shot natural l…

2022

Simplified Graph Learning for Inductive Short Text Classification

EMNLP 2022main

Short text classification (STC) is hard as short texts lack context information and labeled data is not enough. Graph neural networks obtain the state-of-the-art on STC since they can merge various auxiliary information via the message passing framework. However, existing works conduct transductive…

2021

Hierarchical Heterogeneous Graph Representation Learning for Short Text Classification

EMNLP 2021main

Short text classification is a fundamental task in natural language processing. It is hard due to the lack of context information and labeled data in practice. In this paper, we propose a new method called SHINE, which is based on graph neural network (GNN), for short text classification. First, we…

2021

Learning from Language Description: Low-shot Named Entity Recognition via Decomposed Framework

EMNLP 2021finding

In this work, we study the problem of named entity recognition (NER) in a low resource scenario, focusing on few-shot and zero-shot settings. Built upon large-scale pre-trained language models, we propose a novel NER framework, namely SpanNER, which learns from natural language supervision and enabl…

2021

Property-Aware Relation Networks for Few-Shot Molecular Property Prediction

NeurIPS 2021spotlight

Molecular property prediction plays a fundamental role in drug discovery to identify candidate molecules with target properties. However, molecular property prediction is essentially a few-shot problem, which makes it hard to use regular machine learning models. In this paper, we propose Property-Aw…

Cited by 85SourcePDFScholar
2020

Hand-Eye Calibration of Surgical Instrument for Robotic Surgery Using Interactive Manipulation

RA-L 2020

Conventional robot hand-eye calibration methods are impractical for localizing robotic instruments in minimally-invasive surgeries under intra-corporeal workspace after preoperative set-up. In this letter, we present a new approach to autonomously calibrate a robotic instrument relative to a monocul

Cited by 35SourceScholar
2019

Dual-Arm Robotic Needle Insertion With Active Tissue Deformation for Autonomous Suturing

RA-L 2019

A major issue for needle insertion into soft tissue during suturing is the induced tissue deformation that hinders the minimization of tip-target positioning error. In this letter, we present a new robot control framework to solve target deviation by integrating active deformation control. We charac

Cited by 80SourceScholar
2018

Online Convolutional Sparse Coding with Sample-Dependent Dictionary

ICML 2018oral

Convolutional sparse coding (CSC) has been popularly used for the learning of shift-invariant dictionaries in image and signal processing. However, existing methods have limited scalability. In this paper, instead of convolving with a dictionary shared by all samples, we propose the use of a sample-…

Cited by 10SourcePDFScholar