← Search

Asa Cooper Stickland

4 accepted papers

2024

The Reversal Curse: LLMs trained on “A is B” fail to learn “B is A”

ICLR 2024poster

We expose a surprising failure of generalization in auto-regressive large language models (LLMs). If a model is trained on a sentence of the form ''_A_ is _B_'', it will not automatically generalize to the reverse direction ''_B_ is _A_''. This is the **Reversal Curse**. For instance, if a model is…

2022

When does Parameter-Efficient Transfer Learning Work for Machine Translation?

EMNLP 2022main

Parameter-efficient fine-tuning methods (PEFTs) offer the promise of adapting large pre-trained models while only tuning a small number of parameters. They have been shown to be competitive with full model fine-tuning for many downstream tasks. However, prior work indicates that PEFTs may not work a…

2019

BERT and PALs: Projected Attention Layers for Efficient Adaptation in Multi-Task Learning

ICML 2019oral

Multi-task learning shares information between related tasks, sometimes reducing the number of parameters required. State-of-the-art results across multiple natural language understanding tasks in the GLUE benchmark have previously used transfer from a single large task: unsupervised pre-training wi…