Are Long-LLMs A Necessity For Long-Context Tasks?
Hongjin Qian, Zheng Liu, Peitian Zhang, Kelong Mao, Yujia Zhou, Xu Chen, Zhicheng Dou
TL;DR
The paper argues that most long-context tasks can be solved using short-context reasoning rather than expanding model context, formalizing this via a long-context problem where $|\mathcal{X}| \gg L$. It introduces LC-Boost, a bootstrapping framework that enables a short-context LLM to access and utilize relevant parts of a long input through a discrete action space, enabling both retrieval-based and sequential processing. Theoretical analysis using the data-processing inequality and empirical evidence show that decomposing long contexts into short chunks can approximate the minimal sufficient context $\tilde{\mathcal{X}}$ and yield performance comparable to or better than brute-force long-context methods, with significant energy and token savings. Across 12 datasets, LC-Boost demonstrates strong performance while reducing resource consumption, highlighting a path toward greener, scalable long-context reasoning.
Abstract
The learning and deployment of long-LLMs remains a challenging problem despite recent progresses. In this work, we argue that the long-LLMs are not a necessity to solve long-context tasks, as common long-context tasks are short-context solvable, i.e. they can be solved by purely working with oracle short-contexts within the long-context tasks' inputs. On top of this argument, we propose a framework called LC-Boost (Long-Context Bootstrapper), which enables a short-LLM to address the long-context tasks in a bootstrapping manner. In our framework, the short-LLM prompts itself to reason for two critical decisions: 1) how to access to the appropriate part of context within the input, 2) how to make effective use of the accessed context. By adaptively accessing and utilizing the context based on the presented tasks, LC-Boost can serve as a general framework to handle diversified long-context processing problems. We comprehensively evaluate different types of tasks from popular long-context benchmarks, where LC-Boost is able to achieve a substantially improved performance with a much smaller consumption of resource.
