← Search

Dan Qiao

16 accepted papers

2026

Epistemic Gain, Aleatoric Cost: Uncertainty Decomposition in Multi-Agent Debate for Math Reasoning

ICML 2026poster

Multi-Agent Debate (MAD) has shown promise in leveraging collective intelligence to improve reasoning and reduce hallucinations, yet it remains unclear how information exchange shapes the underlying ability. Empirically, MAD exhibits paradoxical phenomena, such as accuracy improvement accompanied by…

Cited by 0SourceScholar
2026

Offline Multi-Agent Reinforcement Learning via Sequential Score Decomposition

ICML 2026poster

Offline cooperative multi-agent reinforcement learning (MARL) faces unique challenges due to the distribution shift between online and offline data collection. While online MARL typically converges to a single coordinated joint policy, offline datasets are often mixtures of diverse cooperative behav…

Cited by 0SourceScholar
2025

Decoder-Only LLMs can be Masked Auto-Encoders

ACL 2025short

Modern NLP workflows (e.g., RAG systems) require different models for generation and embedding tasks, where bidirectional pre-trained encoders and decoder-only Large Language Models (LLMs) dominate respective tasks. Structural differences between models result in extra development costs and limit kn…

2025

Multi-Agent Credit Assignment with Pretrained Language Models

AISTATS 2025poster

The difficulty of appropriately assigning credit is particularly heightened in cooperative MARL with sparse reward, due to the concurrent time and structural scales involved. Automatic subgoal generation (ASG) has recently emerged as a viable MARL approach inspired by utilizing subgoals in intrinsic…

Cited by 0SourceScholar
2025

Stable Minima of ReLU Neural Networks Suffer from the Curse of Dimensionality: The Neural Shattering Phenomenon

NeurIPS 2025spotlight

We study the implicit bias of flatness / low (loss) curvature and its effects on generalization in two-layer overparameterized ReLU networks with multivariate inputs---a problem well motivated by the minima stability and edge-of-stability phenomena in gradient-descent training. Existing work either…

Cited by 0SourceScholar
2024

Stable Minima Cannot Overfit in Univariate ReLU Networks: Generalization by Large Step Sizes

NeurIPS 2024spotlight

We study the generalization of two-layer ReLU neural networks in a univariate nonparametric regression problem with noisy labels. This is a problem where kernels (\emph{e.g.} NTK) are provably sub-optimal and benign overfitting does not happen, thus disqualifying existing theory for interpolating (0…

Cited by 4SourcePDFScholar
2023

Near-Optimal Deployment Efficiency in Reward-Free Reinforcement Learning with Linear Function Approximation

ICLR 2023poster

We study the problem of deployment efficient reinforcement learning (RL) with linear function approximation under the \emph{reward-free} exploration setting. This is a well-motivated problem because deploying new policies is costly in real-life RL applications. Under the linear MDP setting with feat…

Cited by 13SourcePDFScholar
2023

Towards Better Hierarchical Text Classification with Data Generation

ACL 2023findings

Hierarchical text classification (HTC) focuses on classifying one text into multiple labels, which are organized as a hierarchical taxonomy. Due to its wide involution in realistic scenarios, HTC attracts long-term attention from both industry and academia. However, the high cost of hierarchical mul…

2022

Differentially Private Linear Sketches: Efficient Implementations and Applications

NeurIPS 2022accept

Linear sketches have been widely adopted to process fast data streams, and they can be used to accurately answer frequency estimation, approximate top K items, and summarize data distributions. When data are sensitive, it is desirable to provide privacy guarantees for linear sketches to preserve pri…

Cited by 31SourcePDFScholar
2022

Sample-Efficient Reinforcement Learning with loglog(T) Switching Cost

ICML 2022spotlight

We study the problem of reinforcement learning (RL) with low (policy) switching cost {—} a problem well-motivated by real-life RL applications in which deployments of new policies are costly and the number of policy updates must be low. In this paper, we propose a new algorithm based on stage-wise e…

Cited by 37SourcePDFScholar
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…