← Search

Yamini Bansal

6 accepted papers

2023

The Unreasonable Effectiveness of Few-shot Learning for Machine Translation

ICML 2023poster

We demonstrate the potential of few-shot translation systems, trained with unpaired language data, for both high and low-resource language pairs. We show that with only 5 examples of high-quality translation data shown at inference, a transformer decoder-only model trained solely with self-supervise…

Cited by 85SourcePDFScholar
2022

Data Scaling Laws in NMT: The Effect of Noise and Architecture

ICML 2022spotlight

In this work, we study the effect of varying the architecture and training data quality on the data scaling properties of Neural Machine Translation (NMT). First, we establish that the test loss of encoder-decoder transformer models scales as a power law in the number of training samples, with a dep…

Cited by 49SourcePDFScholar
2021

For self-supervised learning, Rationality implies generalization, provably

ICLR 2021poster

We prove a new upper bound on the generalization gap of classifiers that are obtained by first using self-supervision to learn a representation $r$ of the training~data, and then fitting a simple (e.g., linear) classifier $g$ to the labels. Specifically, we show that (under the assumptions described…

Cited by 38SourcePDFScholar
2020

Deep Double Descent: Where Bigger Models and More Data Hurt

ICLR 2020poster

We show that a variety of modern deep learning tasks exhibit a "double-descent" phenomenon where, as we increase model size, performance first gets worse and then gets better. Moreover, we show that double descent occurs not just as a function of model size, but also as a function of the number of…

Cited by 1164SourceScholar
2018

On the Information Bottleneck Theory of Deep Learning

ICLR 2018poster

The practical successes of deep neural networks have not been matched by theoretical progress that satisfyingly explains their behavior. In this work, we study the information bottleneck (IB) theory of deep learning, which makes three specific claims: first, that deep networks undergo two distinct p…