Topic
rag
AI Economist Agent: New Framework Uses RAG, Knowledge Graphs and LLMs for Grounded Economic Analysis
Researchers propose an AI economist agent framework that combines retrieval-augmented generation (RAG), knowledge graphs, and LLM-based agents to ground economic analysis in data and theory. Tested on U.S. inflation persistence and bank stress-test scenarios, the approach improves economic coherence and traceability of generated reports.
Agentic RAG Pipeline Achieves 96.5% Clinician Acceptance in Clinical Information Extraction
Standard retrieval-augmented generation fails on clinical data due to missing metadata and cross-document dependencies. Researchers at University Medicine Essen deployed ACIE, an on-premise agentic RAG pipeline, that reasons over complete patient contexts and grounds answers in source passages. In an independent study with 7,326 clinician judgments, extractions were accepted 96.5% of the time, with per-type acceptance ranging from 80% to 99%.
When RAG Hurts: Research Identifies Attention Distraction in Vision-Language AI Models and Proposes Mitigation
A new study from arXiv identifies a previously overlooked failure mode in Retrieval-Augmented Generation (RAG) for Large Vision-Language Models (LVLMs): Attention Distraction (AD). The researchers propose MAD-RAG, a training-free intervention that decouples visual grounding from context integration, achieving absolute accuracy gains of up to 9.20% on standard benchmarks and rectifying up to 74.68% of failures with negligible computational overhead.
New Unifying Lens for Learning to Hash Could Cut Memory Costs in Large-Scale Retrieval
A new arXiv paper from researcher Sean Moran proposes a unifying lens for approximate nearest-neighbour search, framing all methods as variations of projection, quantisation, and organisation. The work introduces the open BitBudget benchmark and finds that quantisation delivers the largest memory savings, with one-bit codes matching uncompressed quality for most embedders at 1/32 the size. The study also shows supervised eight-byte codes can more than double retrieval quality over two-kilobyte floats.
Semantic Pyramid Indexing: Adaptive Query Depth for Streaming RAG in Vector Databases
Researchers propose Semantic Pyramid Indexing (SPI), a vector database indexing framework that adapts retrieval depth per query in streaming RAG pipelines. SPI organizes embeddings into semantic resolution levels, reducing average latency by 1.4–2.3× at fixed Recall@10 on standard benchmarks, and demonstrates 6.2× throughput scaling on 8 nodes. The framework supports incremental updates and is compatible with FAISS and Qdrant backends.
CONCORD: Asynchronous Sparse Aggregation Boosts Device-Cloud RAG Efficiency Under Document Isolation
A new framework called CONCORD addresses the challenge of document isolation in device-cloud retrieval-augmented generation (RAG). By treating the cloud as an asynchronous evidence source and introducing waiting debt control and certificate-guided minimal supplementation, CONCORD improves end-to-end throughput by 1.66× to 2.15× over baselines while cutting per-token communication by over two orders of magnitude. Experiments on Natural Questions and WikiText-2 demonstrate comparable answer quality and perplexity.
MAGE-RAG: Multigranular Adaptive Graph Evidence Framework Improves Long-Document Multimodal QA Accuracy
The MAGE-RAG research paper introduces a multigranular adaptive graph evidence framework for multimodal retrieval-augmented generation (RAG) in long-document question answering. By building an evidence graph with page and element nodes and using an online controller to iteratively activate and prune evidence, it balances coverage and noise. Experiments show accuracy improvements over existing methods on LongDocURL and MMLongBench-Doc benchmarks.