← Search

Sherry Yang

23 accepted papers

2026

MLE-Smith: Scaling MLE Tasks with Automated Multi-agent Pipeline

ICLR 2026poster

While Language Models (LMs) have made significant progress in automating machine learning engineering (MLE), the acquisition of high-quality MLE training data is significantly constrained. Current MLE benchmarks suffer from low scalability and limited applicability because they rely on static, manua…

Cited by 0SourceScholar
2026

WorldGym: World Model as An Environment for Policy Evaluation

ICLR 2026poster

Evaluating robot control policies is difficult: real-world testing is costly, and handcrafted simulators require manual effort to improve in realism and generality. We propose a world-model-based policy evaluation environment (WorldGym), an autoregressive, action-conditioned video generation model w…

Cited by 0SourceScholar
2025

MLE-Dojo: Interactive Environments for Empowering LLM Agents in Machine Learning Engineering

NeurIPS 2025poster

We introduce MLE-Dojo, a Gym-style framework for systematically reinforcement learning, evaluating, and improving autonomous large language model (LLM) agents in iterative machine learning engineering (MLE) workflows. Unlike existing benchmarks that primarily rely on static datasets or single-attemp…

Cited by 0SourcecodeScholar
2025

Value-Incentivized Preference Optimization: A Unified Approach to Online and Offline RLHF

ICLR 2025poster

Reinforcement learning from human feedback (RLHF) has demonstrated great promise in aligning large language models (LLMs) with human preference. Depending on the availability of preference data, both online and offline RLHF are active areas of investigation. A key bottleneck is understanding how to…

Cited by 31SourcePDFScholar
2024

Code as Reward: Empowering Reinforcement Learning with VLMs

ICML 2024spotlight

Pre-trained Vision-Language Models (VLMs) are able to understand visual concepts, describe and decompose complex tasks into sub-tasks, and provide feedback on task completion. In this paper, we aim to leverage these capabilities to support the training of reinforcement learning (RL) agents. In princ…

Cited by 12SourcePDFScholar
2024

Generative Hierarchical Materials Search

NeurIPS 2024poster

Generative models trained at scale can now produce novel text, video, and more recently, scientific data such as crystal structures. The ultimate goal for materials discovery, however, goes beyond generation: we desire a fully automated system that proposes, generates, and verifies crystal structure…

Cited by 5SourcePDFScholar
2024

Learning Interactive Real-World Simulators

ICLR 2024oral

Generative models trained on internet data have revolutionized how text, image, and video content can be created. Perhaps the next milestone for generative models is to simulate realistic experience in response to actions taken by humans, robots, and other interactive agents. Applications of a real-…

Cited by 132SourcePDFScholar
2024

Position: Video as the New Language for Real-World Decision Making

ICML 2024poster

Both text and video data are abundant on the internet and support large-scale self-supervised learning through next token or frame prediction. However, they have not been equally leveraged: language models have had significant real-world impact, whereas video generation has remained largely limited…

Cited by 97SourcePDFScholar
2024

Probabilistic Adaptation of Black-Box Text-to-Video Models

ICLR 2024poster

Large text-to-video models trained on internet-scale data have demonstrated exceptional capabilities in generating high-fidelity videos from arbitrary textual descriptions. However, similar to proprietary language models, large text-to-video models are often black boxes whose weight parameters are n…

Cited by 2SourcePDFScholar
2024

Scalable Diffusion for Materials Generation

ICLR 2024poster

​​​​Generative models trained on internet-scale data are capable of generating novel and realistic texts, images, and videos. A natural next question is whether these models can advance science, for example by generating novel stable materials. Traditionally, models with explicit structures (e.g., g…

Cited by 55SourcePDFScholar
2024

UQE: A Query Engine for Unstructured Databases

NeurIPS 2024poster

Analytics on structured data is a mature field with many successful methods. However, most real world data exists in unstructured form, such as images and conversations. We investigate the potential of Large Language Models (LLMs) to enable unstructured data analytics. In particular, we propose a ne…

Cited by 1SourcePDFScholar
2023

Dichotomy of Control: Separating What You Can Control from What You Cannot

ICLR 2023top-5%

Future- or return-conditioned supervised learning is an emerging paradigm for offline reinforcement learning (RL), in which the future outcome (i.e., return) associated with a sequence of actions in an offline dataset is used as input to a policy trained to imitate those same actions. While return-c…

2023

Learning Universal Policies via Text-Guided Video Generation

NeurIPS 2023spotlight

A goal of artificial intelligence is to construct an agent that can solve a wide variety of tasks. Recent progress in text-guided image synthesis has yielded models with an impressive ability to generate complex novel images, exhibiting combinatorial generalization across domains. Motivated by this…

Cited by 232SourcePDFScholar
2023

Multi-Environment Pretraining Enables Transfer to Action Limited Datasets

ICML 2023poster

Using massive datasets to train large-scale models has emerged as a dominant approach for broad generalization in natural language and vision applications. In reinforcement learning, however, a key challenge is that available data of sequential decision making is often not annotated with actions - f…

Cited by 7SourcePDFScholar
2023

Offline RL for Natural Language Generation with Implicit Language Q Learning

ICLR 2023poster

Large language models distill broad knowledge from text corpora. However, they can be inconsistent when it comes to completing user specified tasks. This issue can be addressed by finetuning such models via supervised learning on curated datasets, or via reinforcement learning. In this work, we prop…

Cited by 109SourcePDFScholar
2022

CHAI: A CHatbot AI for Task-Oriented Dialogue with Offline Reinforcement Learning

NAACL 2022long

Conventionally, generation of natural language for dialogue agents may be viewed as a statistical learning problem: determine the patterns in human-provided data and generate appropriate responses with similar statistical properties. However, dialogue can also be regarded as a goal directed process,…

2022

Chain of Thought Imitation with Procedure Cloning

NeurIPS 2022accept

Imitation learning aims to extract high-performance policies from logged demonstrations of expert behavior. It is common to frame imitation learning as a supervised learning problem in which one fits a function approximator to the input-output mapping exhibited by the logged demonstrations (input ob…

2022

Context-Aware Language Modeling for Goal-Oriented Dialogue Systems

NAACL 2022findings

Goal-oriented dialogue systems face a trade-off between fluent language generation and task-specific control. While supervised learning with large language models is capable of producing realistic text, how to steer such responses towards completing a specific task without sacrificing language quali…

Cited by 27SourcePDFScholar
2022

Multi-Game Decision Transformers

NeurIPS 2022accept

A longstanding goal of the field of AI is a method for learning a highly capable, generalist agent from diverse experience. In the subfields of vision and language, this was largely achieved by scaling up transformer-based models and training them on large, diverse datasets. Motivated by this progre…