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.
AIBullisharXiv – CS AI · Feb 276/107
🧠Researchers released the Asta Interaction Dataset containing over 200,000 user queries from AI-powered scientific research tools, revealing how scientists interact with LLM-based research assistants. The study shows users treat these systems as collaborative research partners, submitting longer queries and using outputs as persistent artifacts for non-linear exploration.
AIBullisharXiv – CS AI · Feb 276/108
🧠Researchers introduce G-reasoner, a unified framework combining graph and language foundation models to enable better reasoning over structured knowledge. The system uses a 34M-parameter graph foundation model with QuadGraph abstraction to outperform existing retrieval-augmented generation methods across six benchmarks.
AIBullisharXiv – CS AI · Feb 276/107
🧠Researchers introduce RELOOP, a new retrieval-augmented generation framework that improves multi-step question answering across text, tables, and knowledge graphs. The system uses hierarchical sequences and structure-aware iteration to achieve better accuracy while reducing computational costs compared to existing RAG methods.
AIBullishOpenAI News · Aug 215/106
🧠Blue J is transforming tax research by leveraging GPT-4.1 and Retrieval-Augmented Generation to provide AI-powered tools that deliver fast, accurate, and fully-cited tax answers. The company serves tax professionals across the US, Canada, and the UK, combining domain expertise with advanced AI technology for regulated industry applications.
AINeutralarXiv – CS AI · Apr 65/10
🧠Researchers introduce ARAM (Adaptive Retrieval-Augmented Masked Diffusion), a training-free framework that improves AI language generation by dynamically adjusting guidance based on retrieved context quality. The system addresses noise and conflicts in retrieval-augmented generation for diffusion-based language models, showing improved performance on knowledge-intensive QA benchmarks.
AINeutralarXiv – CS AI · Mar 124/10
🧠Researchers present TAMUSA-Chat, a framework for building domain-adapted large language model conversational systems for academic institutions. The system combines supervised fine-tuning and retrieval-augmented generation with transparent deployment strategies and publicly available code.
AIBullisharXiv – CS AI · Mar 115/10
🧠Researchers developed ELERAG, an enhanced Retrieval-Augmented Generation architecture that integrates Entity Linking with Wikidata to improve factual accuracy in educational AI systems. The system shows significant performance improvements in domain-specific contexts compared to standard RAG approaches, particularly for Italian educational question-answering applications.
AINeutralarXiv – CS AI · Mar 64/10
🧠Researchers developed the first comprehensive framework for creating domain-specialized Large Language Models for combustion science, using 3.5 billion tokens from scientific literature and code. The study found that standard RAG approaches hit a performance ceiling at 60% accuracy, highlighting the need for more advanced knowledge injection methods including knowledge graphs and continued pretraining.
AINeutralarXiv – CS AI · Mar 35/106
🧠Researchers propose WKGFC, a new AI system that uses knowledge graphs and multi-agent retrieval to improve fact-checking accuracy. The system addresses limitations of current methods that rely on textual similarity by implementing an automated Markov Decision Process with LLM agents to retrieve and verify evidence from multiple sources.
AINeutralGoogle Research Blog · May 144/105
🧠This article explores retrieval augmented generation (RAG) in AI systems, focusing on how sufficient context improves data mining and modeling capabilities. The analysis appears to be a technical deep-dive into RAG methodologies and their practical applications.
AIBullishNVIDIA AI Blog · Jan 315/104
🧠This article explains Retrieval-Augmented Generation (RAG), a technique that enhances AI models by combining their general knowledge with specific external information sources. The article uses a courtroom analogy to illustrate how RAG works, comparing it to judges who consult specialized expertise for complex cases requiring domain-specific knowledge.