← Search

Eric Zhao

10 accepted papers

2025

From Style to Facts: Mapping the Boundaries of Knowledge Injection with Finetuning

NeurIPS 2025poster

Finetuning provides a scalable and cost-effective means of customizing language models for specific tasks or response styles, with greater reliability than prompting or in-context learning. In contrast, the conventional wisdom is that injecting knowledge via finetuning results in brittle performance…

Cited by 0SourceScholar
2025

Sample, Scrutinize and Scale: Effective Inference-Time Search by Scaling Verification

ICML 2025poster

Sampling-based search, a simple paradigm for utilizing test-time compute, involves generating multiple candidate responses and selecting the best one---typically by verifying each response for correctness. In this paper, we study the scaling trends governing sampling-based search. Among our findings…

2024

Relational Programming with Foundational Models

AAAI 2024technical

Foundation models have vast potential to enable diverse AI applications. The powerful yet incomplete nature of these models has spurred a wide range of mechanisms to augment them with capabilities such as in-context learning, information retrieval, and code interpreting. We propose Vieira, a declara…

Cited by 9SourcePDFScholar
2024

Semantic Routing via Autoregressive Modeling

NeurIPS 2024poster

We study learning-based approaches to semantic route planning, which concerns producing routes in response to rich queries that specify various criteria and preferences. Semantic routing is already widely found in industry applications, especially navigational services like Google Maps; however, exi…

Cited by 0SourcePDFScholar
2023

A Unifying Perspective on Multi-Calibration: Game Dynamics for Multi-Objective Learning

NeurIPS 2023poster

We provide a unifying framework for the design and analysis of multi-calibrated predictors. By placing the multi-calibration problem in the general setting of multi-objective learning---where learning guarantees must hold simultaneously over a set of distributions and loss functions---we exploit con…

Cited by 16SourcePDFScholar
2023

Learning to Play General-Sum Games against Multiple Boundedly Rational Agents

AAAI 2023technical

We study the problem of training a principal in a multi-agent general-sum game using reinforcement learning (RL). Learning a robust principal policy requires anticipating the worst possible strategic responses of other agents, which is generally NP-hard. However, we show that no-regret dynamics can…

2022

On-Demand Sampling: Learning Optimally from Multiple Distributions

NeurIPS 2022accept

Societal and real-world considerations such as robustness, fairness, social welfare and multi-agent tradeoffs have given rise to multi-distribution learning paradigms, such as collaborative [Blum et al. 2017], group distributionally robust [Sagawa et al. 2019], and fair federated learning [Mohri et…