SplatRAG 3+ demonstrates that a local Gaussian-splat memory can maintain high retrieval accuracy on the SciFact benchmark while simultaneously storing 5,000 Urban Dictionary slang rows without degradation.

  • The system uses an append-only cold log with BM25 and a 64-d HNSW index, where the 3-d field serves as a PCA visualization of the vectors rather than the index itself.
  • SciFact evaluation on 300 claims yielded R@10 of 0.8804 and nDCG@10 of 0.7624, surpassing previous floor metrics of 0.88 and 0.75.
  • Performance improvements were driven by Reciprocal Rank Fusion (RRF) combining BM25 with the full 4096-d Qwen3-Embedding-8B cosine output, utilizing previously unused dimensions.
  • Evaluation filters ensure domain-scifact results are not contaminated by slang entries, confirming the science documents remain distinct within the shared field.

The results indicate that lexical retrieval remains primary for SciFact and that hybrid reranking strategies can effectively leverage high-dimensional embedding space without requiring separate storage for diverse data types.