CLApr 30, 2024

In-Context Learning with Long-Context Models: An In-Depth Exploration

CMUDeepMind
arXiv:2405.00200v2144 citationsh-index: 59NAACL
Originality Incremental advance
AI Analysis

This addresses the scalability of ICL for large datasets, though it is incremental in exploring long-context model behavior.

The paper investigates in-context learning (ICL) with long-context models, finding that performance improves with thousands of demonstrations for datasets with large label spaces, while contrasting it with example retrieval and finetuning.

As model context lengths continue to increase, the number of demonstrations that can be provided in-context approaches the size of entire training datasets. We study the behavior of in-context learning (ICL) at this extreme scale on multiple datasets and models. We show that, for many datasets with large label spaces, performance continues to increase with thousands of demonstrations. We contrast this with example retrieval and finetuning: example retrieval shows excellent performance at low context lengths but has diminished gains with more demonstrations; finetuning is more data hungry than ICL but can exceed long-context ICL performance with additional data. We use the ICL setting to study several properties of both in-context learning and long-context models. We show that long-context ICL is less sensitive to random input shuffling than short-context ICL, that grouping of same-label examples negatively impacts performance, and that the performance boosts do not arise from cumulative gain from encoding many examples together. We conclude that long-context ICL can be an effective tool, and may not require long-context for encoding the demonstration set at all.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes