<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Yulong Ming&apos;s Homepage</title><description>My profile, blog, and tools I built.</description><link>https://myl7.org/</link><item><title>P²RAG: Efficient Privacy-Preserving RAG Service Supporting Arbitrary Top-k Retrieval</title><link>https://myl7.org/posts/p2rag/</link><guid isPermaLink="true">https://myl7.org/posts/p2rag/</guid><description>Unlike existing systems, P²RAG avoids sorting candidate documents. Instead, it uses an interactive bisection method to determine the set of top-k documents. For security, P²RAG uses secret sharing on two semi-honest non-colluding servers to protect the data owner&apos;s database and the user&apos;s prompt. It enforces restrictions and verification to defend against malicious users and tightly bounds the information leakage of the database. The experiments show that P²RAG is 3--300× faster than the state-of-the-art PRAG for k = 16--1024.</description><pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate></item></channel></rss>