Particle.news
Download on the App Store

Two arXiv Preprints Propose Adaptive RAG With Complexity Scoring and Agentic Retrieval

The authors report benchmark gains pending independent validation as arXiv preprints.

Overview

  • EA-GraphRAG contends that applying GraphRAG uniformly depresses accuracy and increases latency in real-world use, attributing the issue to ignoring query complexity.
  • Its method parses each query to build syntactic features, assigns a continuous complexity score, and routes to dense RAG, graph retrieval, or a fusion strategy for borderline cases.
  • Author-reported experiments on single-hop and multi-hop QA benchmarks indicate higher accuracy and lower latency for EA-GraphRAG compared with prior approaches.
  • A-RAG introduces an agentic interface that lets the model choose among keyword search, semantic search, and chunk reading, adapting retrieval granularity during problem solving.
  • The A-RAG paper reports better results than baselines with comparable or fewer retrieved tokens and points to a GitHub repository with code and an evaluation suite, while a DEV primer outlines RAG’s core benefits and common applications.