CLAIJun 2, 2024

LongSkywork: A Training Recipe for Efficiently Extending Context Length in Large Language Models

arXiv:2406.00605v116 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of long-context processing for AI applications, though it appears incremental as it builds on existing SFT methods with synthetic data enhancements.

The paper tackles the problem of efficiently extending context length in large language models, introducing LongSkywork which can process up to 200,000 tokens and achieves perfect accuracy on the Needle test while matching Claude2.1's performance in realistic scenarios.

We introduce LongSkywork, a long-context Large Language Model (LLM) capable of processing up to 200,000 tokens. We provide a training recipe for efficiently extending context length of LLMs. We identify that the critical element in enhancing long-context processing capability is to incorporate a long-context SFT stage following the standard SFT stage. A mere 200 iterations can convert the standard SFT model into a long-context model. To reduce the effort in collecting and annotating data for long-context language modeling, we develop two novel methods for creating synthetic data. These methods are applied during the continual pretraining phase as well as the Supervised Fine-Tuning (SFT) phase, greatly enhancing the training efficiency of our long-context LLMs. Our findings suggest that synthetic long-context SFT data can surpass the performance of data curated by humans to some extent. LongSkywork achieves outstanding performance on a variety of long-context benchmarks. In the Needle test, a benchmark for long-context information retrieval, our models achieved perfect accuracy across multiple context spans. Moreover, in realistic application scenarios, LongSkywork-13B demonstrates performance on par with Claude2.1, the leading long-context model, underscoring the effectiveness of our proposed methods.

Foundations

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

Your Notes