AINeutralarXiv – CS AI · Jun 236/10
🧠Researchers introduce PeerCheck, a framework that analyzes differences between LLM-generated and human-written academic reviews, finding that LLMs prioritize theoretical aspects while humans emphasize methodology. Using techniques like Chain-of-Thought prompting improves LLM review quality, though retrieval-augmented generation surprisingly produces inconsistent and sometimes degraded results.
AINeutralarXiv – CS AI · Jun 196/10
🧠Researchers propose a framework for implementing Fine-grained Access Control (FGAC) in vector databases, addressing a critical security gap as these systems become essential for AI applications. The paper identifies fundamental tensions between enforcing access policies, maintaining search accuracy, and preserving query performance in vector database architectures.
AINeutralarXiv – CS AI · Jun 126/10
🧠PersonaDrive introduces a retrieval-augmented vision-language-action (VLA) system that enables autonomous driving agents to exhibit diverse human-like behavioral styles in simulation environments. Using demonstrations from human drivers instructed to drive aggressively, neutrally, or conservatively, the system achieves superior performance on driving benchmarks while allowing style selection without per-style retraining.
AINeutralarXiv – CS AI · Jun 116/10
🧠Researchers identify a 'structural attention tax' where knowledge graph formats capture 2-3x more model attention than semantically equivalent natural language, degrading in-context learning performance by up to 42% regardless of content relevance. The study formalizes attention decomposition into semantic and structural components, revealing that retrieval format can independently distort LLM outputs independent of knowledge quality.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers introduce Infini Memory, a novel persistent memory architecture for long-term LLM agents that organizes information as topic-structured documents rather than isolated records. The system consolidates observations through staged buffers and enables iterative evidence retrieval during inference, achieving 64.7% performance on MemoryAgentBench and demonstrating improved fact revision and memory maintenance capabilities.
AINeutralarXiv – CS AI · Jun 106/10
🧠Researchers present agentic hybrid RAG, a framework combining retrieval-augmented generation with agentic reasoning to improve scientific question answering in muon collider physics research. The work introduces the first benchmark for retrieval-augmented QA in high-energy physics, demonstrating that hybrid retrieval methods outperform traditional approaches for locating and synthesizing evidence from scientific literature.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers propose Graph2Idea, an AI framework that uses knowledge graphs to improve scientific idea generation by converting retrieved papers into structured knowledge relationships rather than flat text. The method demonstrates significant improvements in novelty, quality, and feasibility of generated research ideas compared to existing LLM-based approaches.
AIBullisharXiv – CS AI · Jun 96/10
🧠Researchers have successfully developed the first Retrieval Augmented Generation (RAG) system for legal question answering in Nepali, addressing a critical gap in AI applications for low-resource languages. The system achieved 91% precision using BM25 retrieval and demonstrated 84% human-evaluated truthfulness, establishing a viable foundation for AI-assisted legal services in non-English speaking jurisdictions.
AINeutralarXiv – CS AI · Jun 95/10
🧠Researchers present a training-free Video RAG (Retrieval-Augmented Generation) system that decouples semantic retrieval from logical reasoning to improve cross-lingual video comprehension and reduce hallucinations. The two-stage pipeline uses dense retrieval with clean visual data followed by LLM-powered cognitive reranking, achieving strong precision in information retrieval and persona-conditioned generation.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers developed an integrated agricultural system combining Spatio-Temporal Graph Convolutional Networks for weather forecasting, machine learning-based crop recommendations, and a retrieval-augmented generation chatbot to support precision farming in Nepal. The STGCN model achieved superior accuracy in 30-day weather predictions across 1,359 locations, enabling localized crop suggestions matched to soil properties and climate conditions.
AINeutralarXiv – CS AI · Jun 96/10
🧠Researchers present a unified framework (PQO) that unifies diverse approximate nearest neighbor search methods under three design choices: projection placement, quantization thresholds, and code organization. The framework demonstrates that one-bit codes achieve 32x compression over floats while maintaining quality through re-ranking, with supervised eight-byte codes doubling the performance of two-kilobyte embeddings.
AIBullisharXiv – CS AI · Jun 56/10
🧠Researchers introduce SARDI, a training-free retrieval-augmented generation framework for discrete diffusion language models that leverages low-confidence token predictions as lookahead signals to guide information retrieval during text generation. The approach achieves significant performance gains on multi-hop question-answering tasks while operating at substantially higher throughput than existing baselines.
AINeutralarXiv – CS AI · Jun 56/10
🧠Researchers introduce CTIConnect, a benchmark for evaluating retrieval-augmented large language models on cyber threat intelligence tasks. The study integrates five heterogeneous CTI sources into 1,860 expert-verified QA pairs across nine tasks, revealing that different task categories require fundamentally different retrieval strategies and that domain-specific approaches outperform generic retrieval methods.
AINeutralarXiv – CS AI · Jun 56/10
🧠Researchers introduce Query Retrieve Conclude, a zero-shot framework that improves meme understanding by identifying knowledge gaps, retrieving current web evidence, and synthesizing grounded background knowledge. The approach addresses limitations of existing methods that rely on outdated or incomplete parametric knowledge, demonstrating improvements across meme understanding and detection tasks using a new benchmark dataset of 2024-2026 memes.
AINeutralarXiv – CS AI · Jun 56/10
🧠A new research audit challenges the assumed benefits of LLM rewriters in retrieval-augmented QA systems, finding that performance gains stem primarily from the presence of gold answer strings in rewritten context rather than from genuine passage curation. The study introduces controlled intervention methods to test rewriter claims, revealing that conventional evaluation probes are sensitive to methodology choices and may report misleading results.
AINeutralarXiv – CS AI · Jun 56/10
🧠Researchers demonstrate that vector-based retrieval systems fail on queries requiring structural reasoning over knowledge graphs, proposing instead an LLM Query Planner with typed traversal primitives that outperforms traditional approaches. The study reveals that LLM capability gaps in graph reasoning stem not from model intelligence but from insufficient computational operators, with implications for enterprise knowledge systems.
AINeutralarXiv – CS AI · Jun 56/10
🧠Researchers introduce Narrative Knowledge Weaver (NKW), a framework that improves AI's ability to answer questions about long-form narratives by integrating textual evidence, graph structures, and entity profiles to better understand story progression and character dynamics. The system outperforms existing retrieval methods on screenplay-based benchmarks while maintaining competitive performance on passage-focused tasks.
AIBullisharXiv – CS AI · Jun 46/10
🧠MM-BizRAG introduces a structured approach to multimodal retrieval-augmented generation for enterprise document analysis, dynamically routing documents through layout-specific processing pipelines and outperforming existing vision-centric baselines by up to 32% on heterogeneous enterprise datasets. The system decouples retrieval from generation contexts and introduces FastRAGEval, a cost-efficient evaluation metric for RAG system quality assessment.
AIBullisharXiv – CS AI · Jun 46/10
🧠BRAINCELL-AID is a multi-agent AI system that combines large language models with retrieval-augmented generation to accurately annotate brain cell types from single-cell RNA sequencing data. The tool achieved 77% accuracy on gene set annotations and successfully annotated 5,322 brain cell clusters from the mouse brain cell atlas, creating a community resource for cell type identification.
AINeutralarXiv – CS AI · Jun 26/10
🧠TrafficRAG presents a multimodal retrieval-augmented generation framework that automates traffic accident liability analysis by combining vision-language models, hybrid legal document retrieval, and large language models to generate standardized liability reports. The system achieves 77.32% legal norm accuracy and demonstrates that integrating multimodal evidence with legal knowledge significantly improves accident analysis reliability.
AINeutralarXiv – CS AI · Jun 26/10
🧠Researchers introduce TCAR-Gen, a retrieval-augmented generation framework that improves temporal reasoning and evidence fusion for answering complex questions over historical narratives. The system outperforms existing RAG approaches on the Victorian Crime Diaries benchmark by combining graph neural networks with temporal modeling and chain-of-trees reasoning.
AINeutralarXiv – CS AI · Jun 26/10
🧠Researchers present AWARE, a retrieval-aligned framework for improving clinical risk prediction in electronic health records using tabular foundation models. The method addresses limitations of naive retrieval-augmented approaches in clinical settings, achieving up to 12.2% improvement in AUPRC under extreme class imbalance while maintaining robustness across varying data complexity.
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers conducted a controlled study examining how retrieved documents should be formatted when fed into language models within RAG pipelines, rather than for human readers. Testing 14 different document representations across summarization, selection, and reformulation techniques, they found that answer retention—whether documents preserve answer-bearing content after transformation—is the primary driver of generation accuracy, while other factors like wording and length have minimal impact.
AINeutralarXiv – CS AI · Jun 16/10
🧠SEMA-RAG introduces a multi-agent framework that decouples medical reasoning tasks into three specialized agents to improve retrieval-augmented generation for clinical question answering. The approach achieves 6.46 percentage point accuracy improvements over existing baselines by addressing hallucinations and knowledge obsolescence through iterative, evidence-driven retrieval rather than single-round static lookups.
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers compared chunking strategies for retrieval-augmented generation applied to German statutory law, finding that methods respecting the law's inherent structure (sections and subsections) outperform complex semantic approaches. Simpler structural chunking offers superior recall and computational efficiency, demonstrating that domain-specific organization matters more than advanced AI enrichment techniques.