ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2024
Year
… Evaluation of long-context models: Several benchmarks with inputs ranging from at least 8k up to 1M tokens have recently been introduced to evaluate long-context language models. …
Long-context language models are increasingly important for tasks like document analysis, code repositories, and multi-hop reasoning. However, existing benchmarks often cap at 32K tokens or use synthetic tasks. This paper introduces a more realistic and challenging benchmark with 1,001 pairs of documents, pushing the evaluation envelope to 1M tokens. The work highlights a critical gap: even state-of-the-art models degrade sharply beyond 32K tokens, underscoring the need for better architectures and training methods.
The key innovation is the construction of a diverse set of 1,001 document pairs, each requiring cross-document reasoning. The benchmark includes tasks such as fact verification, contradiction detection, and summarization across long texts. This design forces models to attend to information distributed over very long contexts, testing both memory and attention mechanisms.
Preliminary results show that most models achieve high accuracy on pairs under 32K tokens but performance drops by 20-40% on pairs exceeding 100K tokens. The best-performing model (a sparse attention variant) still loses 15% accuracy at 1M tokens. These results quantify the current limitations of long-context LMs.
By providing a standardized, challenging benchmark, this paper sets a new bar for long-context evaluation. It will likely spur research into more efficient attention mechanisms, memory-augmented models, and training strategies that maintain performance across extreme lengths. The benchmark's public availability will accelerate progress in this critical area of NLP.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba