AINeutralarXiv – CS AI · Jun 26/10
🧠SkillPager is a novel retrieval framework that optimizes how large language model agents access long procedural documents by selecting minimal, execution-sufficient context from skill documents. The system achieves 78.89% sufficiency while reducing prompt tokens by 47.04% compared to full-document prompting, demonstrating that typed semantic granularity significantly improves efficiency in skill-based LLM agent systems.
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers demonstrate that fine-tuning Spanish biomedical embeddings with synthetic data generated by large language models significantly improves clinical code retrieval across multiple European languages. The two-stage retrieval system outperforms existing benchmarks like BioBERT-ST, particularly for non-English languages, addressing a critical gap in multilingual medical AI applications.
🧠 Gemini
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers propose a 'claim network' framework that transforms flat citation graphs into typed, stance-labeled networks for scientific literature. By reifying each cross-document reference as a typed claim with source, target, text, and stance classification, the approach enables richer document understanding than traditional knowledge graphs and demonstrates improvements in retrieval-augmented generation tasks.
AINeutralarXiv – CS AI · Jun 16/10
🧠Researchers introduce MIMO, a two-stage framework for multilingual information retrieval that leverages monolingual objectives to improve cross-lingual search performance. By using knowledge distillation from a high-performing English model and combining it with cross-lingual contrastive learning, MIMO addresses the language clustering problem that degrades existing embedding models in mixed-language retrieval scenarios.
AINeutralarXiv – CS AI · Jun 16/10
🧠SPECTRA is a new framework for generating synthetic text corpora and retrieval test collections at scale, enabling researchers to stress-test information retrieval systems without expensive human annotation. The system can produce corpora up to 60,000 documents while maintaining controllable vocabulary distributions and deterministic relevance labels, serving as a diagnostic complement to traditional evaluation methods.
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.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers demonstrate that deep literature search pipelines dramatically improve retrieval performance (from ~20% to 80% recall) compared to basic API searches, while simultaneously revealing that human citation lists contain significant bias and are unsuitable as ground truth for evaluation. The study advocates for multi-dimensional evaluation metrics beyond simple recall to assess citation quality accurately.
AIBullisharXiv – CS AI · May 296/10
🧠Researchers introduce CoHyDE, an iterative co-training method that jointly optimizes a dense encoder and LLM rewriter to improve tool retrieval for AI agents. The approach outperforms single-component baselines by 2.5-8 percentage points on standard and vague queries, addressing the fundamental challenge of bridging colloquial user language with technical API vocabularies.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers introduce Xetrieval, a mechanistic framework that explains how dense retrieval models assign relevance scores by decomposing high-dimensional embeddings into interpretable features. The method uses a lightweight reasoning internalizer to enrich embeddings with reasoning information and provides human-readable feature-level explanations of retrieval decisions, advancing transparency in neural information retrieval systems.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers introduce HiKEY, a hierarchical multimodal retrieval framework designed to improve document-based question answering systems by leveraging document structure as a core retrieval signal. The system addresses critical limitations in existing approaches by implementing a coarse-to-fine retrieval strategy and demonstrating significant performance improvements on ODQA benchmarks.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers introduce GrepSeek, an AI search agent that interacts directly with text corpora using shell commands rather than traditional retrieval indexes. The system combines supervised learning with reinforcement optimization to achieve state-of-the-art results on question-answering benchmarks while operating at scale through parallel execution techniques.
AINeutralarXiv – CS AI · May 296/10
🧠Researchers demonstrate that dense neural retrievers contain extractable sparse features matching BM25-ready vocabularies without specialized training. Sparse Autoencoders can decompose frozen dense retrievers into classical sparse retrieval components, achieving competitive or superior performance to single-vector methods while requiring no retrieval-specific supervision.
AINeutralarXiv – CS AI · May 296/10
🧠CORE-T introduces a training-free framework for improving table retrieval in text-to-SQL systems by combining dense retrieval with LLM-generated metadata and compatibility caching. The approach achieves significant performance gains—up to 22.7 points in table-selection F1 and 24.4 points in multi-table execution accuracy—while reducing inference tokens by 64-76% compared to LLM-intensive alternatives.
AINeutralarXiv – CS AI · May 286/10
🧠Researchers introduce Dr-CiK, a benchmark for testing whether AI agents can independently retrieve relevant context from noisy document sources to improve time series forecasting. Evaluation reveals current information retrieval agents recover less than 5% of supporting evidence and are frequently misled by irrelevant information, highlighting a critical gap in foresight-driven AI development.
AINeutralarXiv – CS AI · May 286/10
🧠Researchers systematically evaluate Retrieval-Augmented Generation (RAG) pipelines that combine Large Language Models with information retrieval techniques for space operations. The study demonstrates that RAG systems can effectively process vast technical documentation and operational guidelines, enhancing decision-making accuracy and reliability in complex space environments.
AINeutralarXiv – CS AI · May 286/10
🧠Researchers propose DACLR, a dynamic contrastive learning method that improves evidence retrieval for multimodal fact-checking by converting diverse media types to text and extracting event-level features. The approach uses a two-stage recall-rerank system with adaptive loss functions to better match claims with relevant evidence rather than merely semantically similar content.
AINeutralarXiv – CS AI · May 285/10
🧠Researchers present Eliot, an interactive system for exploring evolving scientific literature trends across rapidly changing fields like Large Language Models and Automated Planning. The tool retrieves arXiv papers at query time, clusters them into thematic groups, and visualizes publication patterns over time, with evaluations showing 85% accuracy in meaningful cluster labeling across eight research domains.
AINeutralarXiv – CS AI · May 285/10
🧠Researchers developed an intelligent job recommendation system combining TF-IDF lexical matching with Sentence-BERT semantic retrieval to improve job posting searches on recruitment platforms. The hybrid approach achieved strong performance metrics (Precision@10: 0.8032, nDCG@10: 0.9496) using only structured metadata fields, demonstrating that semantic and lexical techniques can effectively complement each other for explainable recommendations.
AIBullisharXiv – CS AI · May 286/10
🧠Researchers introduce HGMem, a hypergraph-based working memory system that enhances multi-step retrieval-augmented generation (RAG) for large language models by modeling complex relational dependencies among facts. Unlike traditional RAG systems that treat memory as passive storage, HGMem dynamically structures information as interconnected high-order relationships, demonstrating improved performance on global sense-making benchmarks requiring complex reasoning across extended contexts.
AINeutralarXiv – CS AI · May 276/10
🧠Researchers introduce LitSeg, a narrative-theory-guided framework for intelligently segmenting literary documents in Retrieval-Augmented Generation systems. The method uses multi-stage prompting to identify plot events and narrative structures, with a lightweight variant (LitSeg-Lite) that distills this complexity into a single inference pass, demonstrating improved retrieval accuracy for literary RAG applications.
AINeutralarXiv – CS AI · May 276/10
🧠Researchers investigate whether Large Language Models reliably perform re-ranking tasks by analyzing how different training methods affect semantic understanding and reasoning transparency. The study reveals that some training approaches produce better explainability than others, suggesting LLMs may optimize for evaluation metrics rather than genuine semantic comprehension, raising concerns about their actual reliability in ranking applications.
AINeutralarXiv – CS AI · May 276/10
🧠Researchers benchmarked 22 embedding models on patent data, finding that optimal fine-tuning strategies vary by task and that single-landscape fine-tuning degrades cross-domain performance. The study reveals significant gaps between in-domain and out-of-domain retrieval that cannot be closed with hybrid approaches, challenging assumptions about universal embedding solutions.
🧠 Llama
AINeutralarXiv – CS AI · May 276/10
🧠Researchers introduce DualGraph, a retrieval-augmented generation framework that combines semantic and symbolic approaches to improve question answering on semi-structured data. The system uses dual knowledge graph representations alongside a new benchmark dataset (SpecsQA) from e-commerce, demonstrating superior performance over existing dense-retrieval and graph-based methods.
AINeutralarXiv – CS AI · May 276/10
🧠Researchers propose Credit-Assigned Policy Gradient (CA-PG), a new machine learning technique that solves the variance problem in training early-stage rankers for two-stage retrieval systems. By computing gradients with respect to individual item selection probability rather than entire candidate sets, CA-PG enables scalable end-to-end training of search and recommendation systems.
AINeutralarXiv – CS AI · May 275/10
🧠Researchers propose a framework for evaluating structured generative search summaries—AI-generated overviews with sections and source citations that appear above traditional web search results. The work outlines plans for implementing and testing this evaluation methodology to assess the quality and reliability of LLM-generated search summaries.