PulseAugur
实时 15:25:58
English(EN) $π$-RAG: Oblivious Retrieval via Semantic Quantization and Transcendental Addressing for Large Language Models

新的 $π$-RAG 架构通过超验寻址增强 LLM 隐私

$π$-RAG 是一种旨在增强大型语言模型 (LLM) 的检索增强生成 (RAG) 系统隐私的新架构。它通过将 LLM 与敏感数据存储分离来解决安全问题,防止直接访问原始向量嵌入。该系统使用 $π$ 的数字创建了一个不可变的间接层,确保 LLM 对其检索的数据保持遗忘状态。这种方法旨在提供确定性随机性、可审计性和差分隐私,使其适用于金融和医疗保健等高合规性行业。 AI

影响 为 LLM 检索引入了一种新颖的隐私保护技术,有可能促使其在敏感行业的更广泛应用。

排序理由 该项目描述了一篇研究论文中提出的一种新颖架构。[lever_c_demoted from research: ic=1 ai=1.0]

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的 $π$-RAG 架构通过超验寻址增强 LLM 隐私

报道来源 [1]

  1. Hugging Face Daily Papers TIER_1 English(EN) ·

    $π$-RAG: Oblivious Retrieval via Semantic Quantization and Transcendental Addressing for Large Language Models

    This paper introduces $π$-RAG, a novel architecture for oblivious retrieval that decouples Large Language Models (LLMs) from sensitive data storage without sacrificing semantic understanding. Traditional Retrieval-Augmented Generation (RAG) architectures expose raw vector embeddi…