← Search

Ed H. Chi

16 accepted papers

2026

How to train data-efficient LLMs

ICLR 2026poster

The training of large language models (LLMs) is expensive. In this paper, we study data-efficient approaches for pre-training LLMs, \ie, techniques that aim to optimize the Pareto frontier of model quality and training resource/data consumption. We seek to understand the tradeoffs associated with da…

Cited by 0SourceScholar
2025

ActionPiece: Contextually Tokenizing Action Sequences for Generative Recommendation

ICML 2025spotlight

Generative recommendation (GR) is an emerging paradigm where user actions are tokenized into discrete token patterns and autoregressively generated as predictions. However, existing GR models tokenize each action independently, assigning the same fixed tokens to identical actions across all sequence…

2025

EVOLvE: Evaluating and Optimizing LLMs For In-Context Exploration

ICML 2025poster

Despite their success in many domains, large language models (LLMs) remain under-studied in scenarios requiring optimal decision-making under uncertainty. This is crucial as many real-world applications, ranging from personalized recommendations to healthcare interventions, demand that LLMs not only…

Cited by 5SourcePDFScholar
2024

LEVI: Generalizable Fine-tuning via Layer-wise Ensemble of Different Views

ICML 2024poster

Fine-tuning is becoming widely used for leveraging the power of pre-trained foundation models in new downstream tasks. While there are many successes of fine-tuning on various tasks, recent studies have observed challenges in the generalization of fine-tuned models to unseen distributions (i.e., out…

Cited by 1SourcePDFScholar
2024

Large Language Models as Analogical Reasoners

ICLR 2024poster

Chain-of-thought (CoT) prompting for language models demonstrates impressive performance across reasoning tasks, but typically needs labeled exemplars of the reasoning process. In this work, we introduce a new prompting approach, analogical prompting, designed to automatically guide the reasoning pr…

Cited by 60SourcePDFScholar
2024

SELF-DISCOVER: Large Language Models Self-Compose Reasoning Structures

NeurIPS 2024poster

We introduce SELF-DISCOVER, a general framework for LLMs to self-discover the task-intrinsic reasoning structures to tackle complex reasoning problems that are challenging for typical prompting methods. Core to the framework is a self-discovery process where LLMs select multiple atomic reasoning mod…

Cited by 47SourcePDFScholar
2024

Take a Step Back: Evoking Reasoning via Abstraction in Large Language Models

ICLR 2024poster

We present STEP-BACK PROMPTING, a simple prompting technique that enables LLMs to do abstractions to derive high-level concepts and first principles from instances containing specific details. Using the concepts and principles to guide reasoning, LLMs significantly improve their abilities in followi…

Cited by 157SourcePDFScholar
2023

Large Language Models Can Be Easily Distracted by Irrelevant Context

ICML 2023poster

Large language models have achieved impressive performance on various natural language processing tasks. However, so far they have been evaluated primarily on benchmarks where all information in the input context is relevant for solving the task. In this work, we investigate the *distractibility* of…

2023

Least-to-Most Prompting Enables Complex Reasoning in Large Language Models

ICLR 2023poster

Chain-of-thought prompting has demonstrated remarkable performance on various natural language reasoning tasks. However, it tends to perform poorly on tasks which requires solving problems harder than the exemplars shown in the prompts. To overcome this challenge of easy-to-hard generalization, we p…

Cited by 1438SourcePDFScholar
2023

Recommender Systems with Generative Retrieval

NeurIPS 2023poster

Modern recommender systems perform large-scale retrieval by embedding queries and item candidates in the same unified space, followed by approximate nearest neighbor search to select top candidates given a query embedding. In this paper, we propose a novel generative retrieval approach, where the re…

Cited by 189SourcePDFScholar
2023

Self-Consistency Improves Chain of Thought Reasoning in Language Models

ICLR 2023poster

Chain-of-thought prompting combined with pretrained large language models has achieved encouraging results on complex reasoning tasks. In this paper, we propose a new decoding strategy, self-consistency, to replace the naive greedy decoding used in chain-of-thought prompting. It first samples a dive…

Cited by 1586SourcePDFScholar
2023

Unified Embedding: Battle-Tested Feature Representations for Web-Scale ML Systems

NeurIPS 2023spotlight

Learning high-quality feature embeddings efficiently and effectively is critical for the performance of web-scale machine learning systems. A typical model ingests hundreds of features with vocabularies on the order of millions to billions of tokens. The standard approach is to represent each featur…

Cited by 11SourcePDFScholar
2022

Chain-of-Thought Prompting Elicits Reasoning in Large Language Models

NeurIPS 2022accept

We explore how generating a chain of thought---a series of intermediate reasoning steps---significantly improves the ability of large language models to perform complex reasoning. In particular, we show how such reasoning abilities emerge naturally in sufficiently large language models via a simple…

Cited by 13586SourcePDFScholar
2022

HyperPrompt: Prompt-based Task-Conditioning of Transformers

ICML 2022spotlight

Prompt-Tuning is a new paradigm for finetuning pre-trained language models in a parameter efficient way. Here, we explore the use of HyperNetworks to generate hyper-prompts: we propose HyperPrompt, a novel architecture for prompt-based task-conditioning of self-attention in Transformers. The hyper-p…

2022

Improving Multi-Task Generalization via Regularizing Spurious Correlation

NeurIPS 2022accept

Multi-Task Learning (MTL) is a powerful learning paradigm to improve generalization performance via knowledge sharing. However, existing studies find that MTL could sometimes hurt generalization, especially when two tasks are less correlated. One possible reason that hurts generalization is spurious…

Cited by 33SourcePDFScholar
2019

AntisymmetricRNN: A Dynamical System View on Recurrent Neural Networks

ICLR 2019poster

Recurrent neural networks have gained widespread use in modeling sequential data. Learning long-term dependencies using these models remains difficult though, due to exploding or vanishing gradients. In this paper, we draw connections between recurrent networks and ordinary differential equations. A…

Cited by 284SourcePDFScholar