y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#rag-systems News & Analysis

96 articles tagged with #rag-systems. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

96 articles
AIBullishHugging Face Blog · May 146/10
🧠

Granite Embedding Multilingual R2: Open Apache 2.0 Multilingual Embeddings with 32K Context — Best Sub-100M Retrieval Quality

IBM has released Granite Embedding Multilingual R2, an open-source embedding model under Apache 2.0 license supporting 32K context length with multilingual capabilities. The model achieves sub-100M parameter efficiency while delivering retrieval quality competitive with larger models, democratizing access to advanced embeddings for developers and enterprises.

AIBullisharXiv – CS AI · May 126/10
🧠

Do Benchmarks Underestimate LLM Performance? Evaluating Hallucination Detection With LLM-First Human-Adjudicated Assessment

A new study challenges whether standard LLM benchmarks accurately measure hallucination detection performance. By having human adjudicators re-evaluate conflicting cases between original annotations and model predictions, researchers found that LLMs frequently made correct judgments that human annotators initially missed, suggesting single-pass human annotation may be insufficient for complex, ambiguous tasks.

🧠 GPT-5🧠 Gemini
AINeutralarXiv – CS AI · May 96/10
🧠

Text-Graph Synergy: A Bidirectional Verification and Completion Framework for RAG

Researchers introduce TGS-RAG, a framework that combines text and graph-based retrieval to improve how large language models answer complex questions. The system addresses limitations in existing approaches by enabling bidirectional communication between text and structured data, improving both accuracy and computational efficiency in multi-hop reasoning tasks.

AINeutralarXiv – CS AI · May 96/10
🧠

An Agent-Oriented Pluggable Experience-RAG Skill for Experience-Driven Retrieval Strategy Orchestration

Researchers present Experience-RAG Skill, an agent-oriented system that dynamically selects optimal retrieval strategies based on task context, rather than using a single fixed pipeline. The system achieves competitive performance across diverse question-answering tasks by leveraging experience memory to orchestrate retrieval, demonstrating that strategy selection can be implemented as a reusable agent component.

AIBullisharXiv – CS AI · May 76/10
🧠

CAR: Query-Guided Confidence-Aware Reranking for Retrieval-Augmented Generation

Researchers introduce CAR (Confidence-Aware Reranking), a training-free framework that improves document ranking in Retrieval-Augmented Generation systems by measuring how much each document increases the language model's confidence rather than just relevance. Testing across multiple datasets shows consistent improvements in ranking quality and downstream generation performance.

AINeutralarXiv – CS AI · May 46/10
🧠

Retrieval-Augmented Reasoning for Chartered Accountancy

Researchers introduce CA-ThinkFlow, a parameter-efficient AI framework combining retrieval-augmented generation with a 14B quantized reasoning model to address chartered accountancy tasks in India. The system achieves performance comparable to GPT-4o and Claude 3.5 Sonnet while operating efficiently on limited resources, though it still struggles with complex regulatory reasoning in areas like taxation.

🧠 GPT-4🧠 Claude
AINeutralarXiv – CS AI · Apr 206/10
🧠

TPA: Next Token Probability Attribution for Detecting Hallucinations in RAG

Researchers propose TPA (Token Probability Attribution), a new method for detecting hallucinations in Retrieval-Augmented Generation systems by attributing token generation to seven distinct sources rather than the traditional binary approach. The technique uses Part-of-Speech tagging to identify anomalies in how different linguistic categories are generated, achieving state-of-the-art detection performance.

AINeutralarXiv – CS AI · Apr 156/10
🧠

Beyond Factual Grounding: The Case for Opinion-Aware Retrieval-Augmented Generation

Researchers propose Opinion-Aware Retrieval-Augmented Generation (RAG) to address a critical bias in current LLM systems that treat subjective content as noise rather than valuable information. By formalizing the distinction between factual queries (epistemic uncertainty) and opinion queries (aleatoric uncertainty), the team develops an architecture that preserves diverse perspectives in knowledge retrieval, demonstrating 26.8% improved sentiment diversity and 42.7% better entity matching on real-world e-commerce data.

AINeutralarXiv – CS AI · Apr 146/10
🧠

Retrieval Is Not Enough: Why Organizational AI Needs Epistemic Infrastructure

Researchers present OIDA, a framework that adds epistemic structure to organizational knowledge systems by tracking commitment strength, contradiction status, and gaps in understanding. The framework introduces a QUESTION primitive that surfaces organizational ignorance with increasing urgency, addressing a capability absent from current retrieval-augmented generation (RAG) systems.

AIBullisharXiv – CS AI · Apr 146/10
🧠

MCERF: Advancing Multimodal LLM Evaluation of Engineering Documentation with Enhanced Retrieval

Researchers introduce MCERF, a multimodal retrieval framework that combines vision-language models with LLM reasoning to improve question-answering from engineering documents. The system achieves a 41.1% relative accuracy improvement over baseline RAG systems by handling complex multimodal content like tables, diagrams, and dense technical text through adaptive routing and hybrid retrieval strategies.

AIBullisharXiv – CS AI · Apr 146/10
🧠

An Iterative Utility Judgment Framework Inspired by Philosophical Relevance via LLMs

Researchers propose ITEM, an iterative utility judgment framework that enhances retrieval-augmented generation (RAG) systems by aligning with philosophical principles of relevance. The framework improves how large language models prioritize and process information from retrieval results, demonstrating measurable improvements across multiple benchmarks in ranking, utility assessment, and answer generation.

AIBullisharXiv – CS AI · Apr 146/10
🧠

HiPRAG: Hierarchical Process Rewards for Efficient Agentic Retrieval Augmented Generation

Researchers introduce HiPRAG, a training methodology that improves agentic RAG systems by using fine-grained process rewards to optimize search decisions. The approach reduces inefficient search behaviors while achieving 65-67% accuracy across QA benchmarks, demonstrating that optimizing reasoning processes yields better performance than outcome-only training.

🧠 Llama
AINeutralarXiv – CS AI · Apr 146/10
🧠

Domain-Specific Data Generation Framework for RAG Adaptation

RAGen is a new framework for generating domain-specific training data to improve Retrieval-Augmented Generation (RAG) systems. The system creates question-answer-context triples using semantic chunking, concept extraction, and Bloom's Taxonomy principles, enabling faster adaptation of LLMs to specialized domains like scientific research and enterprise knowledge bases.

AINeutralarXiv – CS AI · Apr 136/10
🧠

Beyond Relevance: Utility-Centric Retrieval in the LLM Era

A research paper proposes a fundamental shift in how retrieval systems are evaluated, moving from traditional relevance-based metrics toward utility-centric optimization for large language models. This framework argues that retrieval effectiveness should be measured by its contribution to LLM-generated answer quality rather than document ranking alone, reflecting the structural changes introduced by retrieval-augmented generation (RAG) systems.

AIBullisharXiv – CS AI · Apr 106/10
🧠

MAT-Cell: A Multi-Agent Tree-Structured Reasoning Framework for Batch-Level Single-Cell Annotation

Researchers introduce MAT-Cell, a neuro-symbolic AI framework that combines large language models with biological constraints to improve single-cell annotation accuracy. The system uses multi-agent reasoning and verification processes to overcome limitations in both supervised learning and LLM-based approaches, demonstrating superior performance on cross-species benchmarks.

AIBearisharXiv – CS AI · Apr 66/10
🧠

LogicPoison: Logical Attacks on Graph Retrieval-Augmented Generation

Researchers have discovered LogicPoison, a new attack method that exploits vulnerabilities in Graph-based Retrieval-Augmented Generation (GraphRAG) systems by corrupting logical connections in knowledge graphs without altering text semantics. The attack successfully bypasses GraphRAG's existing defenses by targeting the topological integrity of underlying graphs, significantly degrading AI system performance.

AIBullisharXiv – CS AI · Mar 266/10
🧠

Mitigating LLM Hallucinations through Domain-Grounded Tiered Retrieval

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
🧠

QA-Dragon: Query-Aware Dynamic RAG System for Knowledge-Intensive Visual Question Answering

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.

AINeutralHugging Face Blog · May 195/10
🧠

Introducing the Ettin Reranker Family

The article announces the Ettin Reranker Family, a new model architecture designed to improve information retrieval and ranking tasks in AI systems. This development represents a meaningful advance in neural ranking technology that could enhance search quality and recommendation systems across various applications.

← PrevPage 4 of 4