PulseAugur
EN
LIVE 07:10:03

DocuSearch system enhances enterprise search with hybrid RAG and KG expansion

A new research paper details DocuSearch, an enterprise document search system designed to improve accuracy and grounding for complex queries. DocuSearch integrates semantic search with BGE-Large embeddings, BM25 full-text search, and knowledge graph expansion. These retrieval methods are combined using Reciprocal Rank Fusion, followed by cross-encoder reranking and Maximal Marginal Relevance pruning. A key innovation is its per-chunk evaluation loop, where an LLM assesses context, answer completeness, and grounding, ensuring only reliable information is returned. AI

IMPACT This system could significantly improve the reliability and accuracy of information retrieval in enterprise settings by integrating multiple search techniques and an LLM-based grounding evaluation.

RANK_REASON Research paper detailing a new system for enterprise document search. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

DocuSearch system enhances enterprise search with hybrid RAG and KG expansion

How we ranked this

Signal score
24 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Research paper detailing a new system for enterprise document search. [lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Harish Saragadam, Sudhanshu Sharma, Meghana Pujari ·

    Hybrid Retrieval-Augmented Generation with Knowledge Graph Expansion, RRF Fusion, and Per-Chunk Grounded Evaluation for Enterprise Document Search

    arXiv:2609.01617v1 Announce Type: cross Abstract: Getting accurate, grounded answers out of large enterprise document repositories is a difficult problem. Dense vector retrieval alone frequently performs poorly on queries that mix technical terminology, vendor-specific acronyms, …