← Search

Joey Hong

19 accepted papers

2026

ZIP-RC: Zero-overhead Inference-time Prediction of Reward and Cost for Adaptive and Interpretable Generation

ICLR 2026poster

Large language models excel at reasoning but lack key aspects of introspection, including the ability to anticipate their own success and the computation required to achieve it. Humans use real-time introspection to decide how much effort to invest, when to make multiple attempts, when to stop, and…

Cited by 0SourceScholar
2025

LMRL Gym: Benchmarks for Multi-Turn Reinforcement Learning with Language Models

ICML 2025poster

Large language models (LLMs) provide excellent text-generation capabilities, but standard prompting and generation methods generally do not lead to intentional or goal-directed agents and might necessitate considerable prompt tuning. Even the best current LLMs rarely ask clarifying questions, engage…

2025

Planning without Search: Refining Frontier LLMs with Offline Goal-Conditioned RL

NeurIPS 2025poster

Large language models (LLMs) excel in tasks like question answering and dialogue, but complex tasks requiring interaction, such as negotiation and persuasion, require additional long-horizon reasoning and planning. Reinforcement learning (RL) fine-tuning can enable such planning in principle, but su…

Cited by 0SourceScholar
2024

ExeDec: Execution Decomposition for Compositional Generalization in Neural Program Synthesis

ICLR 2024oral

When writing programs, people have the ability to tackle a new complex task by decomposing it into smaller and more familiar subtasks. While it is difficult to measure whether neural program synthesis methods have similar capabilities, we can measure whether they compositionally generalize, that is,…

Cited by 19SourcePDFScholar
2024

Learning to Explore in POMDPs with Informational Rewards

ICML 2024poster

Standard exploration methods typically rely on random coverage of the state space or coverage-promoting exploration bonuses. However, in partially observed settings, the biggest exploration challenge is often posed by the need to discover information-gathering strategies---e.g., an agent that has to…

Cited by 3SourcePDFScholar
2024

Offline RL with Observation Histories: Analyzing and Improving Sample Complexity

ICLR 2024poster

Offline reinforcement learning (RL) can in principle synthesize more optimal behavior from a dataset consisting only of suboptimal trials. One way that this can happen is by "stitching" together the best parts of otherwise suboptimal trajectories that overlap on similar states, to create new behavio…

Cited by 3SourcePDFScholar
2023

Confidence-Conditioned Value Functions for Offline Reinforcement Learning

ICLR 2023top-5%

Offline reinforcement learning (RL) promises the ability to learn effective policies solely using existing, static datasets, without any costly online interaction. To do so, offline RL methods must handle distributional shift between the dataset and the learned policy. The most common approach is to…

Cited by 23SourcePDFScholar
2023

Learning to Influence Human Behavior with Offline Reinforcement Learning

NeurIPS 2023poster

When interacting with people, AI agents do not just influence the state of the world -- they also influence the actions people take in response to the agent, and even their underlying intentions and strategies. Accounting for and leveraging this influence has mostly been studied in settings where it…

Cited by 27SourcePDFScholar
2023

Multi-Task Off-Policy Learning from Bandit Feedback

ICML 2023poster

Many practical problems involve solving similar tasks. In recommender systems, the tasks can be users with similar preferences; in search engines, the tasks can be items with similar affinities. To learn statistically efficiently, the tasks can be organized in a hierarchy, where the task affinity is…

Cited by 10SourcePDFScholar
2022

Should I Run Offline Reinforcement Learning or Behavioral Cloning?

ICLR 2022poster

Offline reinforcement learning (RL) algorithms can acquire effective policies by utilizing only previously collected experience, without any online interaction. While it is widely understood that offline RL is able to extract good policies even from highly suboptimal data, in practice offline RL is…

Cited by 44SourcePDFScholar
2022

Thompson Sampling with a Mixture Prior

AISTATS 2022poster

We study Thompson sampling (TS) in online decision making, where the uncertain environment is sampled from a mixture distribution. This is relevant in multi-task learning, where a learning agent faces different classes of problems. We incorporate this structure in a natural way by initializing TS wi…

Cited by 18SourcePDFScholar
2021

Latent Programmer: Discrete Latent Codes for Program Synthesis

ICML 2021oral

A key problem in program synthesis is searching over the large space of possible programs. Human programmers might decide the high-level structure of the desired program before thinking about the details; motivated by this intuition, we consider two-level search for program synthesis, in which the s…

Cited by 26SourcePDFScholar
2019

Rules of the Road: Predicting Driving Behavior With a Convolutional Model of Semantic Interactions

CVPR 2019poster

We focus on the problem of predicting future states of entities in complex, real-world driving scenarios. Previous research has approached this problem via low-level signals to predict short time horizons, and has not addressed how to leverage key assets relied upon heavily by industry self-driving…

Cited by 338PDFScholar