CLMay 27, 2025

Scaling External Knowledge Input Beyond Context Windows of LLMs via Multi-Agent Collaboration

Tsinghua
arXiv:2505.21471v13 citationsh-index: 17
Originality Highly original
AI Analysis

This addresses a key limitation for LLM applications requiring large external knowledge, offering a scalable solution without longer-context training.

The paper tackles the problem of scaling external knowledge input beyond LLM context windows by developing a multi-agent framework, ExtAgents, which significantly enhances performance on multi-hop question answering and long survey generation benchmarks over existing non-training methods, regardless of whether the knowledge fits within or exceeds the context window.

With the rapid advancement of post-training techniques for reasoning and information seeking, large language models (LLMs) can incorporate a large quantity of retrieved knowledge to solve complex tasks. However, the limited context window of LLMs obstructs scaling the amount of external knowledge input, prohibiting further improvement, especially for tasks requiring significant amount of external knowledge. Existing context window extension methods inevitably cause information loss. LLM-based multi-agent methods emerge as a new paradigm to handle massive input in a distributional manner, where we identify two core bottlenecks in existing knowledge synchronization and reasoning processes. In this work, we develop a multi-agent framework, $\textbf{ExtAgents}$, to overcome the bottlenecks and enable better scalability in inference-time knowledge integration without longer-context training. Benchmarked with our enhanced multi-hop question answering test, $\textbf{$\boldsymbol{\infty}$Bench+}$, and other public test sets including long survey generation, ExtAgents significantly enhances the performance over existing non-training methods with the same amount of external knowledge input, regardless of whether it falls $\textit{within or exceeds the context window}$. Moreover, the method maintains high efficiency due to high parallelism. Further study in the coordination of LLM agents on increasing external knowledge input could benefit real-world applications.

Code Implementations1 repo
Foundations

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

Your Notes