Overview
- A surge of papers published Tuesday and Wednesday shows agentic RAG systems that combine vector routing, tree or graph structures, and multimodal indices outperform flat dense-RAG baselines on scientific and DocumentVQA benchmarks.
- VecTree-RAG and related vector+tree methods narrowed corpus search and then navigated document structure to raise answer scores and evidence-page precision compared with prior passage-based retrieval.
- Multimodal agentic systems such as VLD-RAG and DeCoRAG use page-preserving indices, semantic anchors, and region-aware cropping to improve cross-page reasoning and cut token costs for long, visually rich documents.
- Defensive work including TriShieldRAG layers ingestion filtering, provenance-weighted re-ranking, and multi-LLM consensus to sharply reduce knowledge-poisoning success in lab tests while keeping benign accuracy.
- Parallel studies stress practical tradeoffs: Active RAG needs budget-aware trigger calibration to avoid hidden retrieval costs, chunk size and segment counts change accuracy and cost, and enterprise patterns favor multiple task-specific RAG indexes for clearer, auditable results.