Saved in:
Bibliographic Details
Main Authors: Eyuboglu, Sabri, Ehrlich, Ryan, Arora, Simran, Guha, Neel, Zinsley, Dylan, Liu, Emily, Tennien, Will, Rudra, Atri, Zou, James, Mirhoseini, Azalia, Re, Christopher
Format: Preprint
Published: 2025
Subjects:
Online Access:https://arxiv.org/abs/2506.06266
Tags: Add Tag
No Tags, Be the first to tag this record!
_version_ 1866918057636528128
author Eyuboglu, Sabri
Ehrlich, Ryan
Arora, Simran
Guha, Neel
Zinsley, Dylan
Liu, Emily
Tennien, Will
Rudra, Atri
Zou, James
Mirhoseini, Azalia
Re, Christopher
author_facet Eyuboglu, Sabri
Ehrlich, Ryan
Arora, Simran
Guha, Neel
Zinsley, Dylan
Liu, Emily
Tennien, Will
Rudra, Atri
Zou, James
Mirhoseini, Azalia
Re, Christopher
contents Large language models are often used to answer queries grounded in large text corpora (e.g. codebases, legal documents, or chat histories) by placing the entire corpus in the context window and leveraging in-context learning (ICL). Although current models support contexts of 100K-1M tokens, this setup is costly to serve because the memory consumption of the KV cache scales with input length. We explore an alternative: training a smaller KV cache offline on each corpus. At inference time, we load this trained KV cache, which we call a Cartridge, and decode a response. Critically, the cost of training a Cartridge can be amortized across all the queries referencing the same corpus. However, we find that the naive approach of training the Cartridge with next-token prediction on the corpus is not competitive with ICL. Instead, we propose self-study, a training recipe in which we generate synthetic conversations about the corpus and train the Cartridge with a context-distillation objective. We find that Cartridges trained with self-study replicate the functionality of ICL, while being significantly cheaper to serve. On challenging long-context benchmarks, Cartridges trained with self-study match ICL performance while using 38.6x less memory and enabling 26.4x higher throughput. Self-study also extends the model's effective context length (e.g. from 128k to 484k tokens on MTOB) and surprisingly, leads to Cartridges that can be composed at inference time without retraining.
format Preprint
id arxiv_https___arxiv_org_abs_2506_06266
institution arXiv
publishDate 2025
record_format arxiv
spellingShingle Cartridges: Lightweight and general-purpose long context representations via self-study
Eyuboglu, Sabri
Ehrlich, Ryan
Arora, Simran
Guha, Neel
Zinsley, Dylan
Liu, Emily
Tennien, Will
Rudra, Atri
Zou, James
Mirhoseini, Azalia
Re, Christopher
Computation and Language
Artificial Intelligence
Machine Learning
Large language models are often used to answer queries grounded in large text corpora (e.g. codebases, legal documents, or chat histories) by placing the entire corpus in the context window and leveraging in-context learning (ICL). Although current models support contexts of 100K-1M tokens, this setup is costly to serve because the memory consumption of the KV cache scales with input length. We explore an alternative: training a smaller KV cache offline on each corpus. At inference time, we load this trained KV cache, which we call a Cartridge, and decode a response. Critically, the cost of training a Cartridge can be amortized across all the queries referencing the same corpus. However, we find that the naive approach of training the Cartridge with next-token prediction on the corpus is not competitive with ICL. Instead, we propose self-study, a training recipe in which we generate synthetic conversations about the corpus and train the Cartridge with a context-distillation objective. We find that Cartridges trained with self-study replicate the functionality of ICL, while being significantly cheaper to serve. On challenging long-context benchmarks, Cartridges trained with self-study match ICL performance while using 38.6x less memory and enabling 26.4x higher throughput. Self-study also extends the model's effective context length (e.g. from 128k to 484k tokens on MTOB) and surprisingly, leads to Cartridges that can be composed at inference time without retraining.
title Cartridges: Lightweight and general-purpose long context representations via self-study
topic Computation and Language
Artificial Intelligence
Machine Learning
url https://arxiv.org/abs/2506.06266