paper-with-me

홈 › Papers

Graph-Augmented Retrieval for Cross-Entity Financial Sentiment Analysis: A Comparative Study

2026-05-19 · Rajan Bastakoti, Sagar Bhetwal, Nirajan Acharya, Gaurav Kumar Gupta arxiv

Retrieval-Augmented Generation (RAG) has become foundational for grounding large language models in domain-specific corpora, yet conventional vector-based RAG systems are fundamentally limited in their ability to capture the structured, multi-entity relationships that underpin financial market analysis. This paper presents a comprehensive comparative study of a novel two-hop Graph-RAG architecture versus a standard vector-only baseline for cross-entity financial sentiment analysis. Our system constructs a sentiment-weighted knowledge graph of 59 equity entities from 255 news articles covering 10 major technology stocks, then augments dense retrieval with intensity-filtered graph traversal over INFLUENCES edges to surface relational evidence inaccessible to vector search alone. We evaluate both architectures on 100 grounded queries (30 Direct, 70 Relational) using semantic similarity, entity recall, RAGAS metrics, latency benchmarks, and ablation studies. Graph-RAG achieves a statistically significant improvement in entity recall (+6.4%, p < 0.001, Wilcoxon signed-rank) and delivers substantially more relevant answers for complex multi-entity queries (+11.7% Answer Relevancy), with gains concentrating in relational question types (+16.1%). Critically, these improvements come at no measurable cost to answer quality (delta = +0.001 semantic similarity, Cohen's d = 0.078), with a modest 22.6% increase in mean latency offset by an 80% reduction in latency variance. An ablation study on the graph traversal intensity threshold reveals an inverted-U relationship with answer quality, identifying tau = 0.5 as optimal over the production default of tau = 0.7. These findings characterize a precision-for-coverage trade-off inherent to graph-augmented retrieval and provide actionable architectural guidance for practitioners building RAG systems for multi-entity financial analysis.

📄 PDF Abstract BibTeX arXiv:2606.00062

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilaritySentiment Analysis

Similar Papers 제목 키워드 기반

HybridRAG: Integrating Knowledge Graphs and Vector Retrieval Augmented Generation for Efficient Information Extraction

2024-08-09 · Bhaskarjit Sarmah, Benika Hall, Rohan Rao, Sunil Patel 외

Extraction and interpretation of intricate information from unstructured text data arising in financial applications, such as earnings call transcripts, present substantial challenges to large language models (LLMs) even…

Answer GenerationInformation RetrievalKnowledge GraphsRAG+2

Knowledge Graph Enhanced Memory-Augmented Retrieval for Long Context Modeling

2026-06-12 · Ghadir Alselwi, Basem Suleiman, Hao Xue, Shoaib Jameel 외 arxiv

Long-context language modeling requires not only extending context windows but maintaining coherent understanding of entity states and relationships across thousands of tokens -- a challenge that semantic similarity alon…

Semantic SimilarityRelation ExtractionKnowledge Graphs

FinGEAR: Financial Mapping-Guided Enhanced Answer Retrieval

2025-09-15 · Ying Li, Mengyu Wang, Miguel de Carvalho, Sotirios Sabanis 외 arxiv

Financial disclosures such as 10-K filings present challenging retrieval problems due to their length, regulatory section hierarchy, and domain-specific language, which standard retrieval-augmented generation (RAG) model…

Less is More: Denoising Knowledge Graphs For Retrieval Augmented Generation

2025-10-16 · Yilun Zheng, Dan Yang, Jie Li, Lin Shang 외 arxiv

Retrieval-Augmented Generation (RAG) systems enable large language models (LLMs) instant access to relevant information for the generative process, demonstrating their superior performance in addressing common LLM challe…

Question AnsweringEntity ResolutionKnowledge Graphs

Cross-Granularity Hypergraph Retrieval-Augmented Generation for Multi-hop Question Answering

2025-08-15 · Changjian Wang, Weihong Deng, Weili Guan, Quan Lu 외 arxiv

Multi-hop question answering (MHQA) requires integrating knowledge scattered across multiple passages to derive the correct answer. Traditional retrieval-augmented generation (RAG) methods primarily focus on coarse-grain…

Multi-hop Question AnsweringSemantic SimilarityAnswer GenerationKnowledge Graphs