CLAIJan 13, 2024

E^2-LLM: Efficient and Extreme Length Extension of Large Language Models

arXiv:2401.06951v311 citationsh-index: 28ACL
Originality Incremental advance
AI Analysis

This addresses efficiency problems for researchers and practitioners training LLMs with long contexts, though it appears incremental as it builds on existing RoPE position embeddings.

The paper tackles the high computational cost of training large language models with long context windows by proposing E^2-LLM, which reduces training data length requirements from 32k to 4k and eliminates the need for long-context data collection, achieving effective performance on long-context tasks.

Typically, training LLMs with long context sizes is computationally expensive, requiring extensive training hours and GPU resources. Existing long-context extension methods usually need additional training procedures to support corresponding long-context windows, where the long-context training data (e.g., 32k) is needed, and high GPU training costs are assumed. To address the aforementioned issues, we propose an Efficient and Extreme length extension method for Large Language Models, called E 2 -LLM, with only one training procedure and dramatically reduced computation cost, which also removes the need to collect long-context data. Concretely, first, the training data of our E 2 -LLM only requires a short length (e.g., 4k), which reduces the tuning cost greatly. Second, the training procedure on the short training context window is performed only once time, and we can support different evaluation context windows at inference. Third, in E 2 - LLM, based on RoPE position embeddings, we introduce two different augmentation methods on the scale and position index parameters for different samples in training. It aims to make the model more robust to the different relative differences when directly interpolating the arbitrary context length at inference. Comprehensive experimental results on multiple benchmark datasets demonstrate the effectiveness of our E 2 -LLM on challenging long-context tasks.

Foundations

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

Your Notes