61 articles tagged with #retrieval-augmented-generation. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.
AIBullisharXiv โ CS AI ยท Apr 76/10
๐ง Researchers propose ScalDPP, a new retrieval mechanism for RAG systems that uses Determinantal Point Processes to optimize both density and diversity in context selection. The approach addresses limitations in current RAG pipelines that ignore interactions between retrieved information chunks, leading to redundant contexts that reduce effectiveness.
AIBullisharXiv โ CS AI ยท Mar 276/10
๐ง Researchers have developed UniAI-GraphRAG, an enhanced framework that improves upon existing GraphRAG systems for complex reasoning and multi-hop queries. The framework introduces three key innovations including ontology-guided extraction, multi-dimensional clustering, and dual-channel fusion, showing superior performance over mainstream solutions like LightRAG on benchmark tests.
AIBullisharXiv โ CS AI ยท Mar 276/10
๐ง CodeRefine is a new AI framework that automatically converts research paper methodologies into functional code using Large Language Models. The system creates knowledge graphs from papers and uses retrieval-augmented generation to produce more accurate code implementations than traditional zero-shot prompting methods.
AIBearisharXiv โ CS AI ยท Mar 266/10
๐ง Research reveals that Retrieval-Augmented Generation (RAG) systems exhibit fairness issues, with queries from certain demographic groups systematically receiving higher accuracy than others. The study identifies three key factors affecting fairness: group exposure in retrieved documents, utility of group-specific documents, and attribution bias in how generators use different group documents.
๐ข Meta
AIBullisharXiv โ CS AI ยท Mar 266/10
๐ง Researchers propose MixDemo, a new GraphRAG framework that uses a Mixture-of-Experts mechanism to select high-quality demonstrations for improving large language model performance in domain-specific question answering. The framework includes a query-specific graph encoder to reduce noise in retrieved subgraphs and significantly outperforms existing methods across multiple textual graph benchmarks.
AIBullisharXiv โ CS AI ยท Mar 266/10
๐ง Researchers propose a new four-phase architecture to reduce AI hallucinations using domain-specific retrieval and verification systems. The framework achieved win rates up to 83.7% across multiple benchmarks, demonstrating significant improvements in factual accuracy for large language models.
AIBullisharXiv โ CS AI ยท Mar 176/10
๐ง Researchers have developed QA-Dragon, a new Query-Aware Dynamic RAG System that significantly improves knowledge-intensive Visual Question Answering by combining text and image retrieval strategies. The system achieved substantial performance improvements of 5-6% across different tasks in the Meta CRAG-MM Challenge at KDD Cup 2025.
AIBullisharXiv โ CS AI ยท Mar 176/10
๐ง Researchers propose a new framework for large language models that separates planning from factual retrieval to improve reliability in fact-seeking question answering. The modular approach uses a lightweight student planner trained via teacher-student learning to generate structured reasoning steps, showing improved accuracy and speed on challenging benchmarks.
AIBullisharXiv โ CS AI ยท Mar 166/10
๐ง Researchers improved agentic Retrieval-Augmented Generation (RAG) systems by introducing contextualization and de-duplication modules to address inefficiencies in complex question-answering. The enhanced Search-R1 pipeline achieved 5.6% better accuracy and 10.5% fewer retrieval turns using GPT-4.1-mini.
๐ง GPT-4
AIBullisharXiv โ CS AI ยท Mar 116/10
๐ง Researchers propose TaSR-RAG, a new framework that improves Retrieval-Augmented Generation systems by using taxonomy-guided structured reasoning for better evidence selection. The system decomposes complex questions into triple sub-queries and performs step-wise evidence matching, achieving up to 14% performance improvements over existing RAG baselines on multi-hop question answering benchmarks.
AIBullisharXiv โ CS AI ยท Mar 96/10
๐ง Researchers introduce EpisTwin, a neuro-symbolic AI framework that creates Personal Knowledge Graphs from fragmented user data across applications. The system combines Graph Retrieval-Augmented Generation with visual refinement to enable complex reasoning over personal semantic data, addressing current limitations in personal AI systems.
AIBullisharXiv โ CS AI ยท Mar 96/10
๐ง Researchers introduce CBR-to-SQL, a new framework using Case-Based Reasoning to improve natural language-to-SQL translation for healthcare databases. The system addresses limitations of standard RAG approaches by using two-stage retrieval and abstract case templates, achieving state-of-the-art results on medical datasets.
AINeutralarXiv โ CS AI ยท Mar 55/10
๐ง Researchers propose RAGNav, a new AI framework that combines semantic reasoning with physical spatial modeling to solve multi-goal visual-language navigation tasks. The system uses a Dual-Basis Memory system integrating topological maps and semantic forests to eliminate spatial hallucinations and improve navigation planning efficiency.
AIBullisharXiv โ CS AI ยท Mar 36/108
๐ง Researchers have developed MED-COPILOT, an AI-powered clinical decision-support system that combines GraphRAG retrieval with similar patient case analysis to assist healthcare professionals. The system uses structured knowledge graphs from WHO and NICE guidelines along with a 36,000-case patient database to outperform standard AI models in clinical reasoning accuracy.
AINeutralarXiv โ CS AI ยท Mar 36/107
๐ง Researchers introduce MC-Search, the first benchmark for evaluating agentic multimodal retrieval-augmented generation (MM-RAG) systems with long, structured reasoning chains. The benchmark reveals systematic issues in current multimodal large language models and introduces Search-Align, a training framework that improves planning and retrieval accuracy.
AIBullisharXiv โ CS AI ยท Mar 36/109
๐ง Researchers introduce GAM-RAG, a training-free framework that improves Retrieval-Augmented Generation by building adaptive memory from past queries instead of relying on static indices. The system uses uncertainty-aware updates inspired by cognitive neuroscience to balance stability and adaptability, achieving 3.95% better performance while reducing inference costs by 61%.
AIBearisharXiv โ CS AI ยท Mar 37/109
๐ง Researchers have discovered MM-MEPA, a new attack method that can poison multimodal AI systems by manipulating only metadata while leaving visual content unchanged. The attack achieves up to 91% success rate in disrupting AI retrieval systems and proves resistant to current defense strategies.
AIBullisharXiv โ CS AI ยท Mar 37/1010
๐ง Researchers developed a new inference-time safety mechanism for code-generating AI models that uses retrieval-augmented generation to identify and fix security vulnerabilities in real-time. The approach leverages Stack Overflow discussions to guide AI code revision without requiring model retraining, improving security while maintaining interpretability.
AINeutralarXiv โ CS AI ยท Mar 36/103
๐ง Research on production RAG systems reveals that retrieval fusion techniques like multi-query retrieval and reciprocal rank fusion increase raw document recall but fail to improve end-to-end performance due to re-ranking limits and context constraints. The study found fusion variants actually decreased accuracy from 0.51 to 0.48 while adding latency overhead without corresponding benefits.
AIBullisharXiv โ CS AI ยท Mar 36/105
๐ง Researchers have developed REMem, a new framework that enables AI language agents to form and reason with episodic memory similar to humans. The system uses a two-phase approach with offline memory graph indexing and online agentic retrieval, showing significant improvements over existing memory systems like Mem0 and HippoRAG 2.
AIBullisharXiv โ CS AI ยท Mar 36/103
๐ง Researchers developed LSPRAG, a new framework that uses Language Server Protocol backends to help Large Language Models generate unit tests across multiple programming languages in real-time. The system achieved significant improvements in test coverage, with increases up to 213% for Java, 174% for Go, and 31% for Python compared to existing methods.
AIBullisharXiv โ CS AI ยท Mar 26/1012
๐ง Researchers developed TRIZ-RAGNER, a retrieval-augmented large language model framework that improves patent analysis and systematic innovation by extracting technical contradictions from patent documents. The system achieved 84.2% F1-score accuracy, outperforming existing methods by 7.3 percentage points through better integration of domain-specific knowledge.
AIBullisharXiv โ CS AI ยท Feb 276/108
๐ง Researchers developed GYWI, a scientific idea generation system that combines author knowledge graphs with retrieval-augmented generation to help Large Language Models generate more controllable and traceable scientific ideas. The system significantly outperforms mainstream LLMs including GPT-4o, DeepSeek-V3, Qwen3-8B, and Gemini 2.5 in metrics like novelty, reliability, and relevance.
AIBullisharXiv โ CS AI ยท Feb 276/102
๐ง Researchers developed a Retrieval-Augmented Generation (RAG) assistant for anatomical pathology laboratories to replace outdated static documentation with dynamic, searchable protocol guidance. The system achieved strong performance using biomedical-specific embeddings and could transform healthcare laboratory workflows by providing technicians with accurate, context-grounded answers to protocol queries.
AIBullisharXiv โ CS AI ยท Feb 276/106
๐ง Researchers have developed SmartChunk retrieval, a query-adaptive framework that improves retrieval-augmented generation (RAG) systems by dynamically adjusting chunk sizes and compression for document question answering. The system uses a planner to predict optimal chunk abstraction levels and a compression module to create efficient embeddings, outperforming existing RAG baselines while reducing costs.