paper-with-me

홈 › Papers

Towards Expert Financial QA via Self-Improving RAG

2026-08-27 · Junjie Xiong, Shawheen Ghezavat, Aum Hirpara arxiv

Expert-level financial question answering requires both grounded verification to catch numeric hallucinations and audit trails for regulatory compliance, attributes that standard single-pass RAG systems lack. We take a step toward this goal with Self-Improving RAG, a framework that decomposes document QA into three specialized agents (Retrieval, Reasoning, and Judge) coordinated by an orchestrator with feedback-driven self-correction. When the Judge Agent scores an answer below a dynamic threshold, the system triggers retry with escalated strategies: broader retrieval, more careful prompting, and relaxed acceptance criteria. We evaluate on FinanceBench (SEC filing QA), where Self-Improving RAG achieves 86% oracle-guided accuracy (measuring agreement with gold answers) with a 36.4% Lazarus Rate, recovering nearly 4 in 10 initially incorrect answers through targeted retry. A key finding is that a fixed retrieval pipeline with judge-driven retry achieves strong results without dynamic routing, providing full interpretability. Every decision is logged with confidence scores, enabling the audit trails required for regulated financial applications.

📄 PDF Abstract BibTeX arXiv:2608.26706

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 113
arxivsub/arXivSub_daily_arxiv ★ 4
phuthiendao/RAG-arxiv-daily

Tasks

Question Answering

Similar Papers 제목 키워드 기반

FinMR: A Knowledge-Intensive Multimodal Benchmark for Advanced Financial Reasoning

2025-10-09 · Shuangyan Deng, Haizhou Peng, Jiachen Xu, Rui Mao 외 arxiv

Multimodal Large Language Models (MLLMs) have made substantial progress in recent years. However, their rigorous evaluation within specialized domains like finance is hindered by the absence of datasets characterized by …

Mathematical Reasoning

Self-Specialization: Uncovering Latent Expertise within Large Language Models

2023-09-29 · Junmo Kang, Hongyin Luo, Yada Zhu, Jacob Hansen 외

Recent works have demonstrated the effectiveness of self-alignment in which a large language model is aligned to follow general instructions using instructional data generated from the model itself starting from a handfu…

HallucinationInstruction FollowingLanguage ModelingLanguage Modelling+1

RAVEN: A Regime-Aware Variable-context Expert Network for Financial Time Series Forecasting

2026-06-23 · Cheng He, Zhenyu Guan, Xijie Liang, Defu Lian 외 arxiv

Financial time series forecasting presents structural challenges absent from standard benchmarks. Log-returns are non-stationary, exhibit exceptionally low signal-to-noise (SNR) ratios, and are governed by regime-depende…

Time Series Forecasting

FinTeamExperts: Role Specialized MOEs For Financial Analysis

2024-10-28 · Yue Yu, Prayag Tiwari

Large Language Models (LLMs), such as ChatGPT, Phi3 and Llama-3, are leading a significant leap in AI, as they can generalize knowledge from their training to new tasks without fine-tuning. However, their application in …

Financial AnalysisMixture-of-Experts

FinRED: An Expert-Guided Benchmark Generation and Evaluation Framework for Financial LLM Red-Teaming

2026-06-18 · Chaeyun Kim, Daeyoung Park, Junghwan Kim, Jinyoung Jeong 외 arxiv

Existing safety benchmarks target general adversarial scenarios but miss finance-specific risks. Financial LLMs face regulatory compliance violations, fraud facilitation, and systemic trust erosion that require targeted …