← Search

Yuda Song

18 accepted papers

2026

Beyond Scalar Rewards: Learning from Text Feedback in LLM Post-Training

ICML 2026poster

The success of RL for LLM post-training stems from an unreasonably uninformative source: a single bit of information per rollout as binary reward or preference label. At the other extreme, distillation offers dense supervision but requires demonstrations, which are costly and difficult to scale. We …

Cited by 0SourceScholar
2026

Maximum Likelihood Reinforcement Learning

ICML 2026oral

Maximum likelihood is fundamental to supervised learning but it cannot be directly applied in correctness-based problems with non-differentiable sampling. In these settings, reinforcement learning (RL) is typically used to maximize expected reward. We show that for binary correctness tasks, expected…

Cited by 0SourceScholar
2025

Mind the Gap: Examining the Self-Improvement Capabilities of Large Language Models

ICLR 2025oral

Self-improvement is a mechanism in Large Language Model (LLM) pre-training, post-training and test-time inference. We explore a framework where the model verifies its own outputs, filters or reweights data based on this verification, and distills the filtered data. Despite several empirical success…

Cited by 4SourcePDFScholar
2025

To Distill or Decide? Understanding the Algorithmic Trade-off in Partially Observable RL

NeurIPS 2025spotlight

Partial observability is a notorious challenge in reinforcement learning (RL), due to the need to learn complex, history-dependent policies. Recent empirical successes have used *privileged expert distillation* -- which leverages availability of latent state information during training (e.g., from…

Cited by 0SourceScholar
2024

Offline Data Enhanced On-Policy Policy Gradient with Provable Guarantees

ICLR 2024poster

Hybrid RL is the setting where an RL agent has access to both offline data and online data by interacting with the real-world environment. In this work, we propose a new hybrid RL algorithm that combines an on-policy actor-critic method with offline data. On-policy methods such as policy gradient an…

2024

Rich-Observation Reinforcement Learning with Continuous Latent Dynamics

ICML 2024poster

Sample-efficiency and reliability remain major bottlenecks toward wide adoption of reinforcement learning algorithms in continuous settings with high-dimensional perceptual inputs. Toward addressing these challenges, we introduce a new theoretical framework, **RichCLD** (“Rich-Observation RL with Co…

Cited by 2SourcePDFScholar
2024

The Importance of Online Data: Understanding Preference Fine-tuning via Coverage

NeurIPS 2024poster

Learning from human preference data has emerged as the dominant paradigm for fine-tuning large language models (LLMs). The two most common families of techniques -- online reinforcement learning (RL) such as Proximal Policy Optimization (PPO) and offline contrastive methods such as Direct Preference…

Cited by 13SourcePDFScholar
2023

Hybrid RL: Using both offline and online data can make RL efficient

ICLR 2023poster

We consider a hybrid reinforcement learning setting (Hybrid RL), in which an agent has access to an offline dataset and the ability to collect experience via real-world online interaction. The framework mitigates the challenges that arise in both pure offline and online RL settings, allowing for the…

2023

Representation Learning for Low-rank General-sum Markov Games

ICLR 2023poster

We study multi-agent general-sum Markov games with nonlinear function approximation. We focus on low-rank Markov games whose transition matrix admits a hidden low-rank structure on top of an unknown non-linear representation. The goal is to design an algorithm that (1) finds an $\varepsilon$-equilib…

Cited by 3SourcePDFScholar
2023

The Virtues of Laziness in Model-based RL: A Unified Objective and Algorithms

ICML 2023poster

We propose a novel approach to addressing two fundamental challenges in Model-based Reinforcement Learning (MBRL): the computational expense of repeatedly finding a good policy in the learned model, and the objective mismatch between model fitting and policy computation. Our "lazy" method leverages…

2022

Efficient Reinforcement Learning in Block MDPs: A Model-free Representation Learning approach

ICML 2022spotlight

We present BRIEE, an algorithm for efficient reinforcement learning in Markov Decision Processes with block-structured dynamics (i.e., Block MDPs), where rich observations are generated from a set of unknown latent states. BRIEE interleaves latent states discovery, exploration, and exploitation toge…

2022

Multi-Curve Translator for High-Resolution Photorealistic Image Translation

ECCV 2022poster

"The dominant image-to-image translation methods are based on fully convolutional networks, which extract and translate an image’s features and then reconstruct the image. However, they have unacceptable computational costs when working with high-resolution images. To this end, we present the Multi-…

2022

Transform2Act: Learning a Transform-and-Control Policy for Efficient Agent Design

ICLR 2022oral

An agent's functionality is largely determined by its design, i.e., skeletal structure and joint attributes (e.g., length, size, strength). However, finding the optimal agent design for a given function is extremely challenging since the problem is inherently combinatorial and the design space is pr…