← Search

Edward J. Hu

8 accepted papers

2024

Amortizing intractable inference in large language models

ICLR 2024oral

Autoregressive large language models (LLMs) compress knowledge from their training data through next-token conditional distributions. This limits tractable querying of this knowledge to start-to-end autoregressive sampling. However, many tasks of interest---including sequence continuation, infilling…

2023

Differentiable Tree Operations Promote Compositional Generalization

ICML 2023poster

In the context of structure-to-structure transformation tasks, learning sequences of discrete symbolic operations poses significant challenges due to their non-differentiability. To facilitate the learning of these symbolic sequences, we introduce a differentiable tree interpreter that compiles high…

2023

GFlowNet-EM for Learning Compositional Latent Variable Models

ICML 2023poster

Latent variable models (LVMs) with discrete compositional latents are an important but challenging setting due to a combinatorially large number of possible configurations of the latents. A key tradeoff in modeling the posteriors over latents is between expressivity and tractable optimization. For a…

2023

GFlowNets and variational inference

ICLR 2023poster

This paper builds bridges between two families of probabilistic algorithms: (hierarchical) variational inference (VI), which is typically used to model distributions over continuous spaces, and generative flow networks (GFlowNets), which have been used for distributions over discrete structures such…

2022

Efficient Computation of Deep Nonlinear Infinite-Width Neural Networks that Learn Features

ICLR 2022poster

While a popular limit of infinite-width neural networks, the Neural Tangent Kernel (NTK) often exhibits performance gaps from finite-width neural networks on standard datasets, due to lack of feature learning. Although the feature learning *maximal update limit*, or *μ-limit* (Yang and Hu, 2020) of…

2022

LoRA: Low-Rank Adaptation of Large Language Models

ICLR 2022poster

An important paradigm of natural language processing consists of large-scale pre-training on general domain data and adaptation to particular tasks or domains. As we pre-train larger models, full fine-tuning, which retrains all model parameters, becomes less feasible. Using GPT-3 175B as an example…

2021

Tuning Large Neural Networks via Zero-Shot Hyperparameter Transfer

NeurIPS 2021poster

Hyperparameter (HP) tuning in deep learning is an expensive process, prohibitively so for neural networks (NNs) with billions of parameters. We show that, in the recently discovered Maximal Update Parametrization ($\mu$P), many optimal HPs remain stable even as model size changes. This leads to a ne…