← Search

Shufan Wang

13 accepted papers

2025

On the Linear Speedup of Personalized Federated Reinforcement Learning with Shared Representations

ICLR 2025poster

Federated reinforcement learning (FedRL) enables multiple agents to collaboratively learn a policy without needing to share the local trajectories collected during agent-environment interactions. However, in practice, the environments faced by different agents are often heterogeneous, but since exis…

Cited by 0SourcePDFScholar
2025

Understanding Constraint Inference in Safety-Critical Inverse Reinforcement Learning

ICLR 2025poster

In practical applications, the underlying constraint knowledge is often unknown and difficult to specify. To address this issue, recent advances in Inverse Constrained Reinforcement Learning (ICRL) have focused on inferring these constraints from expert demonstrations. However, the ICRL approach typ…

Cited by 1SourcePDFScholar
2023

$k$NN-LM Does Not Improve Open-ended Text Generation

EMNLP 2023long main

In this paper, we study the generation quality of interpolation-based retrieval-augmented language models (LMs). These methods, best exemplified by the $k$NN-LM, interpolate the LM's predicted distribution of the next word with a distribution formed from the most relevant retrievals for a given pref…

Cited by 0SourceScholar
2023

Measuring and Mitigating Constraint Violations of In-Context Learning for Utterance-to-API Semantic Parsing

EMNLP 2023long findings

In executable task-oriented semantic parsing, the system aims to translate users' utterances in natural language to machine-interpretable programs (API calls) that can be executed according to pre-defined API specifications. With the popularity of Large Language Models (LLMs), in-context learning of…

Cited by 0SourceScholar
2023

Robustness of Named-Entity Replacements for In-Context Learning

EMNLP 2023short findings

A key feature of modern large language models (LLMs) is their ability to perform in-context learning, a prompting technique where query- answer demonstrations are shown before the final query. This allows for generalization to novel distributions at inference time where the LLM can learn new rules w…

Cited by 0SourceScholar
2022

Knowledge Injected Prompt Based Fine-tuning for Multi-label Few-shot ICD Coding

EMNLP 2022finding

Automatic International Classification of Diseases (ICD) coding aims to assign multiple ICD codes to a medical note with average length of 3,000+ tokens. This task is challenging due to a high-dimensional space of multi-label assignment (tens of thousands of ICD codes) and the long-tail challenge: o…

2022

Learning Infinite-Horizon Average-Reward Restless Multi-Action Bandits via Index Awareness

NeurIPS 2022accept

We consider the online restless bandits with average-reward and multiple actions, where the state of each arm evolves according to a Markov decision process (MDP), and the reward of pulling an arm depends on both the current state of the corresponding MDP and the action taken. Since finding the opt…

Cited by 17SourcePDFScholar
2022

Modeling Exemplification in Long-form Question Answering via Retrieval

NAACL 2022long

Exemplification is a process by which writers explain or clarify a concept by providing an example. While common in all forms of writing, exemplification is particularly useful in the task of long-form question answering (LFQA), where a complicated answer can be made more understandable through simp…

2022

Parametric Bootstrap for Differentially Private Confidence Intervals

AISTATS 2022poster

The goal of this paper is to develop a practical and general-purpose approach to construct confidence intervals for differentially private parametric estimation. We find that the parametric bootstrap is a simple and effective solution. It cleanly reasons about variability of both the data sample and…

2022

You can’t pick your neighbors, or can you? When and How to Rely on Retrieval in the kNN-LM

EMNLP 2022finding

Retrieval-enhanced language models (LMs), which condition their predictions on text retrieved from large external datastores, have recently shown significant perplexity improvements compared to standard LMs. One such approach, the kNN-LM, interpolates any existing LM’s predictions with the output of…

2021

Phrase-BERT: Improved Phrase Embeddings from BERT with an Application to Corpus Exploration

EMNLP 2021main

Phrase representations derived from BERT often do not exhibit complex phrasal compositionality, as the model relies instead on lexical similarity to determine semantic relatedness. In this paper, we propose a contrastive fine-tuning objective that enables BERT to produce more powerful phrase embeddi…

2020

Online Algorithms for Multi-shop Ski Rental with Machine Learned Advice

NeurIPS 2020poster

We study the problem of augmenting online algorithms with machine learned (ML) advice. In particular, we consider the \emph{multi-shop ski rental} (MSSR) problem, which is a generalization of the classical ski rental problem. In MSSR, each shop has different prices for buying and renting a pair of…