arXiv:2608.03148cs.LGcs.AI2026-08

轻量级选块方法提升移动端RAG的准确率

Lightweight Chunk Selection for Mobile Retrieval-Augmented Generation

论文配图:Lightweight Chunk Selection for Mobile Retrieval-Augmented Generation
图 1 · 摘自论文原文
  • 融合查询意图、专家路由和候选嵌入,对齐证据
  • 在移动设备上比基线平均提升2.5%选块准确率
  • 无需额外模型,适合资源受限场景

RAG通过引入外部知识增强大模型的事实准确性,但在移动端部署仍面临计算与内存开销大的挑战。直接保留单个检索块虽可降低开销,但排名最高的块未必最具证据力,因检索相似性不等于证据充分性。现有压缩方法常需额外大模型或压缩器,成本过高。本文将轻量级块选择视为证据对齐问题,构建的筛选器融合三类特征:代表查询意图的隐藏状态、反映生成器内部路由结构的MoE专家信号、以及保留候选证据几何结构的块嵌入。一个紧凑的多层感知机将这些特征映射到块嵌入空间中的证据原型,通过余弦相似度选出最匹配的候选。针对更严格的预算,进一步提出任务感知特征选择以降低输入维度。为支持监督评估,基于证据充分性而非答案字符串包含构建语义块正确性标签。实验表明,所提方法在移动端基准上平均提升2.5%的单块证据选择准确率,证明利用大模型侧查询表示与MoE路由信息,并与检索侧候选嵌入对齐,是高效且参数节省的移动端RAG块选择策略。

原文摘要 · Abstract (English)

RAG improves the factual grounding of LLM by incorporating external knowledge, but deploying RAG on mobile and edge devices remains challenging because retrieved context increases computation and memory. A direct way to reduce this cost is to retain only one retrieved chunk before generation, but the top-ranked retrieved chunk is not always the most evidence-supporting one, since retrieval similarity does not necessarily imply evidential sufficiency. Existing context-reduction methods can improve context quality, but often require additional LLMs or compressors that are costly under a strict mobile budget. In this paper, we study lightweight RAG chunk selection as an evidence-alignment problem. Our selector combines three complementary feature sources: question hidden states that represent LLM-side query intent, MoE routing-derived expert signals that capture the generator's internal routing structure, and retrieved chunk embeddings that preserve candidate-side evidence geometry. A compact multilayer perceptron maps these features to an evidence prototype in the chunk embedding space, and the candidate most aligned with this prototype is selected by cosine similarity. For stricter deployment budgets, we further introduce an optional task-aware feature selection strategy to reduce the selector input dimension. To support supervised evaluation, we construct semantic chunk-correctness labels based on evidence sufficiency rather than answer-string containment. Experiments show that the proposed selector consistently improves rank-1 evidence selection over mobile-applicable baselines by an average of 2.5%. These results suggest that using LLM-side query representations and MoE routing information and aligning them with retrieval-side candidate embedding is an effective and parameter-efficient strategy for mobile-applicable RAG chunk selection.

RAG移动端轻量级证据对齐

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。