← Search

Yinlam Chow

30 accepted papers

2025

Inference-Aware Fine-Tuning for Best-of-N Sampling in Large Language Models

ICLR 2025poster

Recent studies indicate that effectively utilizing inference-time compute is crucial for attaining good performance from large language models (LLMs). Specifically, the Best-of-N (BoN) inference strategy, where an LLM generates multiple responses and a verifier selects the best, has shown strong emp…

Cited by 18SourcePDFScholar
2025

Preference Adaptive and Sequential Text-to-Image Generation

ICML 2025poster

We address the problem of interactive text-to-image (T2I) generation, designing a reinforcement learning (RL) agent which iteratively improves a set of generated images for a user through a sequence of prompt expansions. Using human raters, we create a novel dataset of sequential preferences, which…

Cited by 0SourcePDFScholar
2024

Demystifying Embedding Spaces using Large Language Models

ICLR 2024poster

Embeddings have become a pivotal means to represent complex, multi-faceted information about entities, concepts, and relationships in a condensed and useful format. Nevertheless, they often preclude direct interpretation. While downstream tasks make use of these compressed representations, meaningfu…

Cited by 18SourcePDFScholar
2024

DynaMITE-RL: A Dynamic Model for Improved Temporal Meta-Reinforcement Learning

NeurIPS 2024poster

We introduce DynaMITE-RL, a meta-reinforcement learning (meta-RL) approach to approximate inference in environments where the latent state evolves at varying rates. We model episode sessions---parts of the episode where the latent state is fixed---and propose three key modifications to existing meta…

Cited by 1SourcePDFScholar
2024

Embedding-Aligned Language Models

NeurIPS 2024poster

We propose a novel approach for training large language models (LLMs) to adhere to objectives defined within a latent embedding space. Our method leverages reinforcement learning (RL), treating a pre-trained LLM as an environment. Our embedding-aligned guided language (EAGLE) agent is trained to ite…

Cited by 4SourcePDFScholar
2023

A Mixture-of-Expert Approach to RL-based Dialogue Management

ICLR 2023poster

Despite recent advancements in language models (LMs), their application to dialogue management (DM) problems and ability to carry on rich conversations remain a challenge. We use reinforcement learning (RL) to develop a dialogue agent that avoids being short-sighted (outputting generic utterances) a…

Cited by 16SourcePDFScholar
2023

Offline Reinforcement Learning for Mixture-of-Expert Dialogue Management

NeurIPS 2023poster

Reinforcement learning (RL) has shown great promise for developing agents for dialogue management (DM) that are non-myopic, conduct rich conversations, and maximize overall user satisfaction. Despite the advancements in RL and language models (LMs), employing RL to drive conversational chatbots stil…

Cited by 6SourcePDFScholar
2022

Efficient Risk-Averse Reinforcement Learning

NeurIPS 2022accept

In risk-averse reinforcement learning (RL), the goal is to optimize some risk measure of the returns. A risk measure often focuses on the worst returns out of the agent's experience. As a result, standard methods for risk-averse RL often ignore high-return strategies. We prove that under certain con…

2021

Control-Aware Representations for Model-based Reinforcement Learning

ICLR 2021poster

A major challenge in modern reinforcement learning (RL) is efficient control of dynamical systems from high-dimensional sensory observations. Learning controllable embedding (LCE) is a promising approach that addresses this challenge by embedding the observations into a lower-dimensional latent sp…

Cited by 18SourcePDFScholar
2021

Safe Reinforcement Learning with Natural Language Constraints

NeurIPS 2021spotlight

While safe reinforcement learning (RL) holds great promise for many practical applications like robotics or autonomous cars, current approaches require specifying constraints in mathematical form. Such specifications demand domain expertise, limiting the adoption of safe RL. In this paper, we propos…

Cited by 41SourcePDFScholar
2020

BRPO: Batch Residual Policy Optimization

IJCAI 2020poster

In batch reinforcement learning (RL), one often constrains a learned policy to be close to the behavior (data-generating) policy, e.g., by constraining the learned action distribution to differ from the behavior policy by some maximum degree that is the same at each state. This can cause batch RL t…

Cited by 0SourcePDFScholar
2020

CAQL: Continuous Action Q-Learning

ICLR 2020poster

Reinforcement learning (RL) with value-based methods (e.g., Q-learning) has shown success in a variety of domains such as games and recommender systems (RSs). When the action space is finite, these algorithms implicitly finds a policy by learning the optimal value function, which are often very effi…

Cited by 62SourceScholar
2020

CoinDICE: Off-Policy Confidence Interval Estimation

NeurIPS 2020spotlight

We study high-confidence behavior-agnostic off-policy evaluation in reinforcement learning, where the goal is to estimate a confidence interval on a target policy's value, given only access to a static experience dataset collected by unknown behavior policies. Starting from a function space embeddin…

2020

Prediction, Consistency, Curvature: Representation Learning for Locally-Linear Control

ICLR 2020poster

Many real-world sequential decision-making problems can be formulated as optimal control with high-dimensional observations and unknown dynamics. A promising approach is to embed the high-dimensional observations into a lower-dimensional latent representation space, estimate the latent dynamics mode…

Cited by 33SourceScholar
2020

Predictive Coding for Locally-Linear Control

ICML 2020poster

High-dimensional observations and unknown dynamics are major challenges when applying optimal control to many real-world decision making tasks. The Learning Controllable Embedding (LCE) framework addresses these challenges by embedding the observations into a lower dimensional latent space, estimati…

2020

Safe Policy Learning for Continuous Control

CoRL 2020

We study continuous action reinforcement learning problems in which it is crucial that the agent interacts with the environment only through near-safe policies, i.e., policies that keep the agent in desirable situations, both during training and at convergence. We formulate these problems as {\em co

Cited by 0SourcePDFScholar
2019

DualDICE: Behavior-Agnostic Estimation of Discounted Stationary Distribution Corrections

NeurIPS 2019spotlight

In many real-world reinforcement learning applications, access to the environment is limited to a fixed dataset, instead of direct (online) interaction with the environment. When using this data for either evaluation or training of a new policy, accurate estimates of discounted stationary distribut…

2019

Risk-Sensitive Generative Adversarial Imitation Learning

AISTATS 2019poster

We study risk-sensitive imitation learning where the agent’s goal is to perform at least as well as the expert in terms of a risk profile. We first formulate our risk-sensitive imitation learning setting. We consider the generative adversarial approach to imitation learning (GAIL) and derive an opti…

2018

A Block Coordinate Ascent Algorithm for Mean-Variance Optimization

NeurIPS 2018poster

Risk management in dynamic decision problems is a primary concern in many fields, including financial investment, autonomous driving, and healthcare. The mean-variance function is one of the most widely used objective functions in risk management due to its simplicity and interpretability. Existing…

Cited by 44SourcePDFScholar
2018

A Lyapunov-based Approach to Safe Reinforcement Learning

NeurIPS 2018poster

In many real-world reinforcement learning (RL) problems, besides optimizing the main objective function, an agent must concurrently avoid violating a number of constraints. In particular, besides optimizing performance, it is crucial to guarantee the safety of an agent during training as well as dep…

Cited by 664SourcePDFScholar
2018

Imitation Learning from Visual Data with Multiple Intentions

ICLR 2018poster

Recent advances in learning from demonstrations (LfD) with deep neural networks have enabled learning complex robot skills that involve high dimensional perception such as raw image inputs. LfD algorithms generally assume learning from single task demonstrations. In practice, however, it is more ef…

Cited by 15SourcePDFScholar
2017

Sequential Multiple Hypothesis Testing with Type I Error Control

AISTATS 2017poster

This work studies multiple hypothesis testing in the setting when we obtain data sequentially and may choose when to stop sampling. We summarize the notion of a sequential p-value (one that can be continually updated and still maintain a type I error guarantee) and provide several examples from the…

Cited by 19SourcePDFScholar
2015

Risk-Sensitive and Robust Decision-Making: a CVaR Optimization Approach

NeurIPS 2015poster

In this paper we address the problem of decision making within a Markov decision process (MDP) framework where risk and modeling errors are taken into account. Our approach is to minimize a risk-sensitive conditional-value-at-risk (CVaR) objective, as opposed to a standard risk-neutral expectation.…

Cited by 430SourcePDFScholar