Search papers, labs, and topics across Lattice.
The paper introduces Ruva, a "Glass Box" architecture for personalized AI that utilizes a personal knowledge graph instead of vector embeddings for retrieval-augmented generation. This approach enables users to inspect the AI's knowledge, perform precise redaction of facts, and ensure the "right to be forgotten," addressing accountability and privacy concerns associated with vector databases. The key result is a system that shifts the paradigm from vector matching to graph reasoning, empowering users with control over their AI's knowledge.
Key contribution not extracted.
The Personal AI landscape is currently dominated by "Black Box" Retrieval-Augmented Generation. While standard vector databases offer statistical matching, they suffer from a fundamental lack of accountability: when an AI hallucinates or retrieves sensitive data, the user cannot inspect the cause nor correct the error. Worse, "deleting" a concept from a vector space is mathematically imprecise, leaving behind probabilistic "ghosts" that violate true privacy. We propose Ruva, the first "Glass Box" architecture designed for Human-in-the-Loop Memory Curation. Ruva grounds Personal AI in a Personal Knowledge Graph, enabling users to inspect what the AI knows and to perform precise redaction of specific facts. By shifting the paradigm from Vector Matching to Graph Reasoning, Ruva ensures the "Right to be Forgotten." Users are the editors of their own lives; Ruva hands them the pen. The project and the demo video are available at http://sisinf00.poliba.it/ruva/.