AIBullishHugging Face Blog · May 146/10
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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
🧠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.
AINeutralarXiv – CS AI · Mar 116/10
🧠Researchers developed Budget-Constrained Agentic Search (BCAS) to evaluate how search depth, retrieval strategies, and token budgets affect accuracy and cost in AI search systems. The study found that hybrid retrieval methods with lightweight re-ranking produce the largest gains, with accuracy improving up to a small cap of additional searches.
AIBullisharXiv – CS AI · Mar 26/1010
🧠Researchers developed the TREC 2025 DRAGUN Track to evaluate AI systems that help readers assess news trustworthiness through automated report generation. The initiative created reusable evaluation resources including human-assessed rubrics and an AutoJudge system that correlates well with human evaluations for RAG-based news analysis tools.
AINeutralHugging Face Blog · May 195/10
🧠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.