CONCORD: Asynchronous Sparse Aggregation for Device-Cloud RAG under Document Isolation
A new framework called CONCORD aims to speed up retrieval-augmented generation on edge devices by treating the cloud as an asynchronous evidence source rather than a continuously synchronized partner, according to a preprint posted to arXiv on June 13, 2026 [1][2]. Retrieval-augmented generation, or RAG, has become a key method for improving language models by pulling in external knowledge during inference [1][2]. As device-cloud collaborative inference makes it possible to run small language models on phones and other edge hardware, a new challenge has emerged: private documents stay on the device while public knowledge lives in the cloud, and privacy or policy rules often block raw document exchange between the two [1][2]. This creates what the authors call a document-isolated dual-end RAG setting [1][2]. Existing approaches in this space depend on frequent remote synchronization and dense evidence transfer, which drags down throughput under real-world latency and bandwidth limits [1][2]. CONCORD, short for an asynchronous sparse aggregation framework, takes a different path. Instead of requiring the cloud to act as a continuously synchronized co-generator, it treats the cloud as an evidence source that arrives asynchronously [1][2]. The framework introduces a mechanism called waiting debt control, which decides at each decoding step whether to keep waiting for remote input based on the observed return on that waiting [1][2]. It also uses a certificate-guided minimal supplementation mechanism that requests only the remote evidence needed to settle the current greedy decision [1][2]. Steps that do consult the cloud preserve the same greedy token as dense dual-end aggregation, while the remaining steps commit locally without any remote evidence [1][2]. In experiments on the Natural Questions and WikiText-2 datasets, CONCORD improved end-to-end throughput over baselines by 1.66× and 2.15×, respectively [1][2]. Per-token communication dropped by more than two orders of magnitude, while answer quality and perplexity remained comparable [1][2]. The paper was submitted to arXiv’s artificial intelligence section. arXiv, which began on August 14, 1991, is an open-access repository of electronic preprints that are moderated but not peer-reviewed [6]. As of November 2024, the repository was receiving about 24,000 articles per month [6]. The platform also hosts arXivLabs, a framework that allows community collaborators to build experimental tools on top of the article record page, such as citation explorers and recommender systems [4][5].
infrastructureresearch-paperregulationtool-release
Background sources we checked (7)
- arxiv.org ↗ Retrieval-augmented generation (RAG) has emerged as a pivotal technique for improving language models by incorporating external knowledge at inference time. As device-cloud collaborative inference makes it feasible to deploy small language models on edge devices, a new setting ar…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…