← Search

Hongyang R. Zhang

12 accepted papers

2026

Efficient Estimation of Kernel Surrogate Models for Task Attribution

ICLR 2026poster

Modern AI agents such as large language models are trained on diverse tasks---translation, code generation, mathematical reasoning, and text prediction---simultaneously. A key question is to quantify how each individual training task influences performance on a target task, a problem we refer to as…

Cited by 0SourcecodeScholar
2026

Scalable Multi-Objective and Meta Reinforcement Learning via Gradient Estimation

AAAI 2026technical

We study the problem of efficiently estimating policies that simultaneously optimize multiple objectives in reinforcement learning (RL). Given n objectives (or tasks), we seek the optimal partition of these objectives into k groups, which is much smaller than n, where each group comprises related ob

Cited by 0SourcePDFScholar
2025

Efficient Ensemble for Fine-tuning Language Models on Multiple Datasets

ACL 2025long

This paper develops an ensemble method for fine-tuning a language model to multiple datasets. Existing methods, such as quantized LoRA (QLoRA), are efficient when adapting to a single dataset. When training on multiple datasets of different tasks, a common setup in practice, it remains unclear how t…

2025

Linear-Time Demonstration Selection for In-Context Learning via Gradient Estimation

EMNLP 2025

This paper introduces an algorithm to select demonstration examples for in-context learning of a query set. Given a set of n examples, how can we quickly select k out of n to best serve as the conditioning for downstream inference? This problem has broad applications in prompt tuning and chain-of-th

2024

Scalable Fine-tuning from Multiple Data Sources: A First-Order Approximation Approach

EMNLP 2024finding

We study the problem of fine-tuning a language model (LM) for a target task by optimally using the information from n auxiliary tasks. This problem has broad applications in NLP, such as targeted instruction tuning and data selection in chain-of-thought fine-tuning. The key challenge of this problem…

2023

Generalization in Graph Neural Networks: Improved PAC-Bayesian Bounds on Graph Diffusion

AISTATS 2023poster

Graph neural networks are widely used tools for graph prediction tasks. Motivated by their empirical performance, prior works have developed generalization bounds for graph neural networks, which scale with graph structures in terms of the maximum degree. In this paper, we present generalization bou…

Cited by 46SourcePDFScholar
2023

Graph Neural Networks for Road Safety Modeling: Datasets and Evaluations for Accident Analysis

NeurIPS 2023poster

We consider the problem of traffic accident analysis on a road network based on road network connections and traffic volume. Previous works have designed various deep-learning methods using historical records to predict traffic accident occurrences. However, there is a lack of consensus on how accur…

2022

Correct-N-Contrast: a Contrastive Approach for Improving Robustness to Spurious Correlations

ICML 2022oral

Spurious correlations pose a major challenge for robust machine learning. Models trained with empirical risk minimization (ERM) may learn to rely on correlations between class labels and spurious attributes, leading to poor performance on data groups without these correlations. This is challenging t…

2022

Robust Fine-Tuning of Deep Neural Networks with Hessian-based Generalization Guarantees

ICML 2022spotlight

We consider transfer learning approaches that fine-tune a pretrained deep neural network on a target task. We investigate generalization properties of fine-tuning to understand the problem of overfitting, which often happens in practice. Previous works have shown that constraining the distance from…

Cited by 37SourcePDFScholar
2021

Improved Regularization and Robustness for Fine-tuning in Neural Networks

NeurIPS 2021poster

A widely used algorithm for transfer learning is fine-tuning, where a pre-trained model is fine-tuned on a target task with a small amount of labeled data. When the capacity of the pre-trained model is much larger than the size of the target data set, fine-tuning is prone to overfitting and "memoriz…