DBJun 12

WikiKV: Schema-Evolving Path-Indexed Storage for Hierarchical Knowledge Navigation

arXiv:2606.14275v17.6h-index: 1
Predicted impact top 50% in DB · last 90 daysOriginality Incremental advance
AI Analysis

For developers of retrieval-augmented applications using hierarchical knowledge bases, WikiKV provides a purpose-built storage layer that handles continuous evolution and query intensity, though the problem is domain-specific.

WikiKV introduces a path-indexed key-value storage model for LLM-curated hierarchical knowledge bases, achieving balanced low per-operator latency and 63.2% end-to-end answer correctness, outperforming multiple RAG baselines on the AuthTrace dataset.

LLM-curated hierarchical knowledge bases, namely a tree-structured wiki whose nodes summarize an underlying corpus, have become a dominant substrate for retrieval-augmented applications, yet their storage layer is still treated as an implementation detail. This workload is hierarchical, query-intensive, and continuously evolving, and no existing storage model natively captures all three properties at once. We present WikiKV, a path-indexed key-value storage model purpose-built for this workload, comprising three components: (i) a data-driven schema that bootstraps the hierarchy via Intent-Anchored Schema Induction and refines it through Continuous Evolution Operators; (ii) a consistency protocol for the path-indexed storage model that precludes partial-read observations under concurrent offline rewrites without read-path locking; and (iii) a budgeted navigation operator whose search-accelerated routing reduces the expected number of LLM-assisted descent steps from d to O(1) while preserving anytime semantics with progressively refined answers. We evaluate WikiKV through real-world deployment for the WeChat Official Account AI Assistant and benchmark it against diverse baselines on the AuthTrace dataset, where it achieves balanced low per-operator latency across four query operators against relational, graph, and FS backends, and reaches 63.2% end-to-end answer correctness, exceeding multiple RAG baselines, with the gap widening on low- and high-fan-in multi-document questions. Ablation study further confirms the effectiveness of WikiKV's components.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes