English

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

Computation and Language 2026-04-21 v2

Abstract

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. 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 agent orchestration designs. 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 \emph{within or exceeds the context window}. Moreover, the method maintains efficiency due to high parallelism. We believe further study in the coordination of LLM agents on increasing external knowledge input could benefit real-world applications.

Keywords

Cite

@article{arxiv.2505.21471,
  title  = {Scaling External Knowledge Input Beyond Context Windows of LLMs via Multi-Agent Collaboration},
  author = {Zijun Liu and Zhennan Wan and Peng Li and Ming Yan and Fei Huang and Yang Liu},
  journal= {arXiv preprint arXiv:2505.21471},
  year   = {2026}
}

Comments

Accepted to ACL 2026. 31 pages, 10 figures. Code and data are available at https://github.com/THUNLP-MT/ExtAgents

R2 v1 2026-07-01T02:43:49.654Z