← Search

Boris Hanin

15 accepted papers

2025

Don't be lazy: CompleteP enables compute-efficient deep transformers

NeurIPS 2025poster

We study compute efficiency of LLM training when using different parameterizations, i.e., rules for adjusting model and optimizer hyperparameters (HPs) as model size changes. Some parameterizations fail to transfer optimal base HPs (such as learning rate) across changes in model depth, requiring pra…

Cited by 0SourcecodeScholar
2025

Unintentional Unalignment: Likelihood Displacement in Direct Preference Optimization

ICLR 2025poster

Direct Preference Optimization (DPO) and its variants are increasingly used for aligning language models with human preferences. Although these methods are designed to teach a model to generate preferred responses more frequently relative to dispreferred responses, prior work has observed that the…

2024

Are More LLM Calls All You Need? Towards the Scaling Properties of Compound AI Systems

NeurIPS 2024poster

Many recent state-of-the-art results in language tasks were achieved using compound systems that perform multiple Language Model (LM) calls and aggregate their responses. However, there is little understanding of how the number of LM calls -- e.g., when asking the LM to answer each question multiple…

Cited by 13SourcePDFScholar
2024

Depthwise Hyperparameter Transfer in Residual Networks: Dynamics and Scaling Limit

ICLR 2024poster

The cost of hyperparameter tuning in deep learning has been rising with model sizes, prompting practitioners to find new tuning methods using a proxy of smaller networks. One such proposal uses $\mu$P parameterized networks, where the optimal hyperparameters for small width networks *transfer* to ne…

Cited by 28SourcePDFScholar
2024

Principled Architecture-aware Scaling of Hyperparameters

ICLR 2024poster

Training a high-quality deep neural network requires choosing suitable hyperparameters, which is a non-trivial and expensive process. Current works try to automatically optimize or design principles of hyperparameters, such that they can generalize to diverse unseen scenarios. However, most designs…

2022

Deep Architecture Connectivity Matters for Its Convergence: A Fine-Grained Analysis

NeurIPS 2022accept

Advanced deep neural networks (DNNs), designed by either human or AutoML algorithms, are growing increasingly complex. Diverse operations are connected by complicated connectivity patterns, e.g., various types of skip connections. Those topological compositions are empirically effective and observed…

Cited by 11SourcePDFScholar