TL;DR
This paper explores how instruction tuning on short contexts can generalize to longer contexts in large language models, introducing a data synthesis method to generate effective long-context training data, improving performance on document-level tasks.
Contribution
The paper introduces context synthesis, a novel framework using LLMs to generate long-context instruction data, enhancing long-context instruction tuning efficiency and effectiveness.
Findings
Models trained on short contexts can generalize to longer contexts.
Context synthesis outperforms previous instruction data generation methods.
Approach approaches human-annotated data performance on LongBench.
Abstract
Long-context modelling for large language models (LLMs) has been a key area of recent research because many real world use cases require reasoning over longer inputs such as documents. The focus of research into modelling long context has been on how to model position and there has been little investigation into other important aspects of language modelling such as instruction tuning. Long context training examples are challenging and expensive to create and use. In this paper, we investigate how to design instruction data for the post-training phase of a long context pre-trained model: how much and what type of context is needed for optimal and efficient post-training. Our controlled study reveals that models instruction-tuned on short contexts can effectively generalize to longer ones, while also identifying other critical factors such as instruction difficulty and context…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsFocus
