PulseAugur
EN
LIVE 14:34:52

Noesis architecture enhances Graph-RAG with adaptive parallelism and cross-KB routing · 2 sources tracked

Researchers have introduced Noesis, a novel Graph-RAG architecture designed to overcome limitations in grounding large language models with domain-specific knowledge. Noesis employs four key algorithms: Bidirectional Graph Traversal for simulating human reading, an AIMD Concurrency Controller for adaptive scaling that achieved a 23x speedup, Moesis for domain-aware quantization offering a 6.3x speedup on consumer GPUs, and Mesh for cross-knowledge-base semantic routing. This system demonstrated significant improvements on the HotpotQA benchmark, achieving 59.5 EM / 74.7 F1, a 27.8 EM increase over existing Graph-RAG methods, while utilizing a smaller on-premises model for graph construction instead of GPT-4o. AI

IMPACT Enhances grounding of LLMs in domain-specific corpora, potentially improving accuracy and efficiency in knowledge-intensive tasks.

RANK_REASON The cluster describes a new research paper detailing a novel architecture for Graph-RAG.

Read on arXiv cs.IR (Information Retrieval) →

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

Noesis architecture enhances Graph-RAG with adaptive parallelism and cross-KB routing · 2 sources tracked

COVERAGE [2]

  1. arXiv cs.AI TIER_1 English(EN) · Nicola Cogotti ·

    Noesis: Bidirectional Graph-RAG with Adaptive Parallelism and Cross-Knowledge-Base Semantic Discovery

    arXiv:2608.15919v1 Announce Type: cross Abstract: Retrieval-Augmented Generation over knowledge graphs (Graph-RAG) has emerged as a powerful paradigm for grounding large language models in domain-specific corpora. However, existing systems face persistent limitations: (1) static …

  2. arXiv cs.IR (Information Retrieval) TIER_1 English(EN) · Nicola Cogotti ·

    Noesis: Bidirectional Graph-RAG with Adaptive Parallelism and Cross-Knowledge-Base Semantic Discovery

    Retrieval-Augmented Generation over knowledge graphs (Graph-RAG) has emerged as a powerful paradigm for grounding large language models in domain-specific corpora. However, existing systems face persistent limitations: (1) static chunking fragments long documents, losing cross-se…