๐ค AI Summary
In financial technology domains, dense terminology and pervasive acronyms degrade retrieval and generation performance in Retrieval-Augmented Generation (RAG) systems. To address this, we propose a modular multi-agent collaborative RAG framework that integrates context-aware acronym resolution, keyword-guided iterative subquery decomposition, intelligent query rewriting, and cross-encoder re-rankingโenabling end-to-end precise retrieval and generation of domain-specific knowledge. Evaluated on an enterprise-scale financial knowledge base across 85 expert-curated question-answer pairs, our framework significantly outperforms conventional RAG baselines: retrieval accuracy improves by 23.6%, and relevance scores increase by 19.4%. These results validate the efficacy of the multi-agent collaboration paradigm in highly specialized domains. Although introducing moderate latency, the substantial gains in accuracy demonstrably outweigh the computational overhead.
๐ Abstract
Retrieval-Augmented Generation (RAG) systems often face limitations in specialized domains such as fintech, where domain-specific ontologies, dense terminology, and acronyms complicate effective retrieval and synthesis. This paper introduces an agentic RAG architecture designed to address these challenges through a modular pipeline of specialized agents. The proposed system supports intelligent query reformulation, iterative sub-query decomposition guided by keyphrase extraction, contextual acronym resolution, and cross-encoder-based context re-ranking. We evaluate our approach against a standard RAG baseline using a curated dataset of 85 question--answer--reference triples derived from an enterprise fintech knowledge base. Experimental results demonstrate that the agentic RAG system outperforms the baseline in retrieval precision and relevance, albeit with increased latency. These findings suggest that structured, multi-agent methodologies offer a promising direction for enhancing retrieval robustness in complex, domain-specific settings.