← Search

Cong Shen

45 accepted papers

2026

Efficient Multi-objective Prompt Optimization via Pure-exploration Bandits

ICLR 2026poster

Prompt engineering has become central to eliciting the capabilities of large language models (LLMs). At its core lies prompt selection - efficiently identifying the most effective prompts. However, most prior investigations overlook a key challenge: the inherently multi-faceted nature of prompt perf…

Cited by 0SourceScholar
2026

SMILE: Extended Deep Submodular Function-Based Instruction and In-context Learning Demonstration Selection

ICML 2026poster

Prompt optimization is a key way to steer large language models when fine-tuning is impractical. However, instruction optimization (IO) and in-context learning (ICL) demonstration selection are often optimized separately and combined post hoc, implicitly assuming that a "best'' instruction and a "be…

Cited by 0SourceScholar
2025

A Single-Loop First-Order Algorithm for Linearly Constrained Bilevel Optimization

NeurIPS 2025poster

We study bilevel optimization problems where the lower-level problems are strongly convex and have coupled linear constraints. To overcome the potential non-smoothness of the hyper-objective and the computational challenges associated with the Hessian matrix, we utilize penalty and augmented Lagrang…

Cited by 0SourcecodeScholar
2025

Augmenting Online RL with Offline Data is All You Need: A Unified Hybrid RL Algorithm Design and Analysis

UAI 2025

This paper investigates a hybrid learning framework for reinforcement learning (RL) in which the agent can leverage both an offline dataset and online interactions to learn the optimal policy. We present a unified algorithm and analysis and show that augmenting confidence-based online RL algorithms

Cited by 0SourcePDFScholar
2025

Data-adaptive Differentially Private Prompt Synthesis for In-Context Learning

ICLR 2025poster

Large Language Models (LLMs) rely on the contextual information embedded in examples/demonstrations to perform in-context learning (ICL). To mitigate the risk of LLMs potentially leaking private information contained in examples in the prompt, we introduce a novel data-adaptive differentially privat…

Cited by 1SourcePDFScholar
2025

From Cross-Task Examples to In-Task Prompts: A Graph-Based Pseudo-Labeling Framework for In-context Learning

EMNLP 2025

The capability of in-context learning (ICL) enables large language models (LLMs) to perform novel tasks without parameter updates by conditioning on a few input-output examples. However, collecting high-quality examples for new or challenging tasks can be costly and labor-intensive. In this work, we

2025

MAPLE: Many-Shot Adaptive Pseudo-Labeling for In-Context Learning

ICML 2025poster

In-Context Learning (ICL) empowers Large Language Models (LLMs) to tackle diverse tasks by incorporating multiple input-output examples, known as demonstrations, into the input of LLMs. More recently, advancements in the expanded context windows of LLMs have led to many-shot ICL, which uses hundreds…

2025

Multi-Agent Decision Transformer for Power Control in Wireless Networks

ICASSP 2025accepted

This paper introduces a novel offline approach to power control in wireless networks using a multi-agent reinforcement learning (MARL) framework. We develop a multi-agent decision transformer method to optimize performance metrics including sum-rate or packet delay. In this distributed method, each…

Cited by 0SourceScholar
2025

On the Learn-to-Optimize Capabilities of Transformers in In-Context Sparse Recovery

ICLR 2025poster

An intriguing property of the Transformer is its ability to perform in-context learning (ICL), where the Transformer can solve different inference tasks without parameter updating based on the contextual information provided by the corresponding input-output demonstration pairs. It has been theoreti…

Cited by 0SourcePDFScholar
2025

On the Training Convergence of Transformers for In-Context Classification of Gaussian Mixtures

ICML 2025poster

Although transformers have demonstrated impressive capabilities for in-context learning (ICL) in practice, theoretical understanding of the underlying mechanism that allows transformers to perform ICL is still in its infancy. This work aims to theoretically study the training dynamics of transformer…

Cited by 0SourcePDFScholar
2025

Separate the Wheat from the Chaff: Winnowing Down Divergent Views in Retrieval Augmented Generation

EMNLP 2025

Retrieval-augmented generation (RAG) addresses the limitation of large language models (LLMs) in achieving up-to-date information by integrating external knowledge sources, but it is hindered by noisy or irrelevant retrieved data, leading to reduced accuracy. Additionally, most RAG methods rely on t

Cited by 0SourcePDFScholar
2024

CoSLR: Contrastive Chinese Sign Language Recognition with prior knowledge And Multi-Tasks Joint Learning

ICASSP 2024accepted

Perceiving by computer vision, Sign Language Recognition (SLR) obtains the advantage of transforming the posture video into a sentence, compared with the methods of sensors to collect signals. However, learning representative features from a multimodal perspective is challenging. To this end, this s…

Cited by 0SourceScholar
2024

Efficient Prompt Optimization Through the Lens of Best Arm Identification

NeurIPS 2024poster

The remarkable instruction-following capability of large language models (LLMs) has sparked a growing interest in automatically finding good prompts, i.e., prompt optimization. Most existing works follow the scheme of selecting from a pre-generated pool of candidate prompts. However, these designs m…

Cited by 7SourcePDFScholar
2024

FastGAS: Fast Graph-based Annotation Selection for In-Context Learning

ACL 2024findings

In-context learning (ICL) empowers large language models (LLMs) to tackle new tasks by using a series of training instances as prompts. Since generating the prompts needs to sample from a vast pool of instances and annotate them (e.g., add labels in classification task), existing methods have propos…

Cited by 3SourcePDFScholar
2024

Mixture of Demonstrations for In-Context Learning

NeurIPS 2024poster

In-Context Learning (ICL) empowers Large Language Models (LLMs) to tackle various tasks by providing input-output examples as additional inputs, referred to as demonstrations. Nevertheless, the performance of ICL could be easily impacted by the quality of selected demonstrations. Existing efforts ge…

Cited by 4SourcePDFScholar
2024

Stochastic Smoothed Gradient Descent Ascent for Federated Minimax Optimization

AISTATS 2024poster

In recent years, federated minimax optimization has attracted growing interest due to its extensive applications in various machine learning tasks. While Smoothed Alternative Gradient Descent Ascent (Smoothed-AGDA) has proved successful in centralized nonconvex minimax optimization, how and whether…

Cited by 2SourcePDFScholar
2024

Transformers as Game Players: Provable In-context Game-playing Capabilities of Pre-trained Models

NeurIPS 2024poster

The in-context learning (ICL) capability of pre-trained models based on the transformer architecture has received growing interest in recent years. While theoretical understanding has been obtained for ICL in reinforcement learning (RL), the previous results are largely confined to the single-agent…

Cited by 1SourcePDFScholar
2023

Near-optimal Conservative Exploration in Reinforcement Learning under Episode-wise Constraints

ICML 2023poster

This paper investigates conservative exploration in reinforcement learning where the performance of the learning agent is guaranteed to be above a certain threshold throughout the learning process. It focuses on the tabular episodic Markov Decision Process (MDP) setting that has finite states and ac…

Cited by 3SourcePDFScholar
2023

Nearly Minimax Optimal Offline Reinforcement Learning with Linear Function Approximation: Single-Agent MDP and Markov Game

ICLR 2023poster

Offline reinforcement learning (RL) aims at learning an optimal strategy using a pre-collected dataset without further interactions with the environment. While various algorithms have been proposed for offline RL in the previous literature, the minimax optimality has only been (nearly) established f…

Cited by 54SourcePDFScholar
2023

Provably Efficient Offline Reinforcement Learning with Perturbed Data Sources

ICML 2023poster

Existing theoretical studies on offline reinforcement learning (RL) mostly consider a dataset sampled directly from the target task. In practice, however, data often come from several heterogeneous but related sources. Motivated by this gap, this work aims at rigorously understanding offline RL with…

Cited by 4SourcePDFScholar
2022

A Self-Play Posterior Sampling Algorithm for Zero-Sum Markov Games

ICML 2022spotlight

Existing studies on provably efficient algorithms for Markov games (MGs) almost exclusively build on the “optimism in the face of uncertainty” (OFU) principle. This work focuses on a distinct approach of posterior sampling, which is celebrated in many bandits and reinforcement learning settings but…

Cited by 25SourcePDFScholar
2021

(Almost) Free Incentivized Exploration from Decentralized Learning Agents

NeurIPS 2021poster

Incentivized exploration in multi-armed bandits (MAB) has witnessed increasing interests and many progresses in recent years, where a principal offers bonuses to agents to do explorations on her behalf. However, almost all existing studies are confined to temporary myopic agents. In this work, we br…

2021

Heterogeneous Multi-player Multi-armed Bandits: Closing the Gap and Generalization

NeurIPS 2021poster

Despite the significant interests and many progresses in decentralized multi-player multi-armed bandits (MP-MAB) problems in recent years, the regret gap to the natural centralized lower bound in the heterogeneous MP-MAB setting remains open. In this paper, we propose BEACON -- Batched Exploration w…

2021

SDF-Bayes: Cautious Optimism in Safe Dose-Finding Clinical Trials with Drug Combinations and Heterogeneous Patient Groups

AISTATS 2021poster

Phase I clinical trials are designed to test the safety (non-toxicity) of drugs and find the maximum tolerated dose (MTD). This task becomes significantly more challenging when multiple-drug dose-combinations (DC) are involved, due to the inherent conflict between the exponentially increasing DC can…

Cited by 7SourcePDFScholar
2021

Underactuated Motion Planning and Control for Jumping With Wheeled-Bipedal Robots

RA-L 2021

This letter studies jumping for wheeled-bipedal robots, a motion that takes full advantage of the benefits from the hybrid wheeled and legged design features. A comprehensive hierarchical scheme for motion planning and control of jumping with wheeled-bipedal robots is developed. Underactuation of th

Cited by 86SourceScholar
2020

Contextual Constrained Learning for Dose-Finding Clinical Trials

AISTATS 2020poster

Clinical trials in the medical domain are constrained by budgets. The number of patients that can be recruited is therefore limited. When a patient population is heterogeneous, this creates difficulties in learning subgroup specific responses to a particular drug and especially for a variety of dosa…

2020

Decentralized Multi-player Multi-armed Bandits with No Collision Information

AISTATS 2020poster

The decentralized stochastic multi-player multi-armed bandit (MP-MAB) problem, where the collision information is not available to the players, is studied in this paper. Building on the seminal work of Boursier and Perchet (2019), we propose error correction synchronization involving communication (…

Cited by 45SourcePDFScholar
2020

Learning for Dose Allocation in Adaptive Clinical Trials with Safety Constraints

ICML 2020poster

Phase I dose-finding trials are increasingly challenging as the relationship between efficacy and toxicity of new compounds (or combination of them) becomes more complex. Despite this, most commonly used methods in practice focus on identifying a Maximum Tolerated Dose (MTD) by learning only from to…

Cited by 22SourcePDFScholar
2020

Robust Recursive Partitioning for Heterogeneous Treatment Effects with Uncertainty Quantification

NeurIPS 2020poster

Subgroup analysis of treatment effects plays an important role in applications from medicine to public policy to recommender systems. It allows physicians (for example) to identify groups of patients for whom a given drug or treatment is likely to be effective and groups of patients for which it is…