← Back to arXiv Information Retrieval

arXiv Information Retrieval briefings

ResearchOfficialarXiv Information Retrieval

Quantum-Classical Hybrid Framework for Multivariate Time-Series Forecasting

A new arXiv preprint introduces a unified quantum-classical hybrid framework for multi-horizon time-series forecasting, featuring two model variants: Quantum Reservoir Forecaster (QRC-F) and Variational Quantum Forecaster (VQF-F). The framework explores complexity-fidelity trade-offs under near-term NISQ hardware constraints, using angle encoding and cross-channel entanglement to process multivariate data. Experiments on benchmark datasets show that VQF-F achieves superior training stability and parameter efficiency, while QRC-F demonstrates enhanced robustness and circuit fidelity under quantum noise.

Why it matters: This work presents a practical quantum-native approach to time-series forecasting, highlighting potential for real-world deployment on near-term quantum hardware and addressing key challenges in quantum machine learning for sequential data.

ResearchOfficialarXiv Information Retrieval

Matryoshka Hypencoder Enables Flexible Efficiency-Effectiveness Trade-offs in Retrieval

Researchers have extended the Hypencoder retrieval approach by integrating Matryoshka Representation Learning, enabling the use of multiple sizes of query-encoding neural networks. The resulting Matryoshka Hypencoder achieves comparable in-domain retrieval effectiveness with approximately 7x fewer active parameters and 1.6-3.4x higher scoring throughput. This approach allows for flexible efficiency-effectiveness trade-offs in neural retrieval systems.

Why it matters: This method enables retrieval systems to dynamically adjust computational cost and effectiveness without retraining, improving the practicality of deploying advanced neural retrieval models.

ResearchOfficialarXiv Information Retrieval

FinSAgent: Corpus-Aligned Multi-Agent RAG Framework for SEC Filing QA

FinSAgent is a multi-agent retrieval-augmented generation (RAG) framework designed for evidence-grounded question answering over SEC filings. It addresses the problem of prior-corpus misalignment by conditioning both query generation and reranking on the structure and content of regulatory filings. Experimental results show that FinSAgent improves retrieval coverage and answer correctness compared to strong single-agent and multi-agent baselines, as demonstrated on five financial QA benchmarks and in a randomized online user study.

Why it matters: This work advances the reliability and accuracy of financial question answering systems by aligning retrieval and reasoning with the unique structure and evidentiary standards of SEC filings.

ResearchOfficialarXiv Information Retrieval

Evidence-in-the-Loop: Trace-Driven Optimization for Customer-Service LLM Agents

A new preprint introduces an evidence-grounded workflow for deploying large language model (LLM) agents in real-world customer service. The system integrates hybrid retrieval-augmented generation (RAG) techniques—including BM25, vector recall, cross-encoder reranking, and rule-based evidence—within a LangGraph DAG for policy-compliant orchestration. The authors propose three reusable deployment patterns: hybrid RAG evidence construction, evidence-grounded decision making, and trace-driven RAG improvement, all demonstrated in a production setting.

Why it matters: This work offers a practical and auditable framework for deploying LLM agents in customer service, emphasizing evidence boundaries and policy compliance.

ResearchOfficialarXiv Information Retrieval

DRNOISE Benchmark Reveals Deep Research Agents Vulnerable to Misleading Evidence

A new benchmark, DRNOISE, evaluates deep research agents on 100 tasks by introducing a single plausible but false document into search results. This intervention leads to accuracy drops of 66-88 percentage points, with agents frequently failing to complete evidence chains and often deferring to the misleading document.

Why it matters: This exposes a significant vulnerability in open-web AI agents, showing that even ordinary-looking falsehoods can seriously undermine their evidential reasoning.

ResearchOfficialarXiv Information Retrieval

AnnoRetrieve: Structured Retrieval for Unstructured Documents

AnnoRetrieve introduces a new retrieval paradigm that replaces traditional vector embeddings with lightweight structured queries over automatically generated annotation schemas. Using SchemaBoot for schema induction and Structured Semantic Retrieval (SSR) for precise matching, AnnoRetrieve enables annotation-driven semantic retrieval without relying on LLM calls. Experiments on real-world datasets demonstrate that this approach significantly reduces LLM usage and retrieval costs while maintaining high accuracy.

Why it matters: AnnoRetrieve's annotation-driven approach could substantially reduce the computational and financial costs of large-scale document analysis, making precise retrieval more accessible and scalable.

ModelsOfficialarXiv Information Retrieval

WHALE: A Scalable Unified Model for Recommendation with Wukong-HSTU Architecture

The WHALE model unifies non-sequence and sequence feature modeling for recommendation systems by integrating Wukong and HSTU modules with an attention-based fusion mechanism. The architecture maintains both modules throughout the network, enabling high-order feature interactions to leverage detailed user behavior histories. WHALE demonstrates consistent improvements in offline experiments and delivers positive online gains in industrial settings, with deployment in production systems.

Why it matters: WHALE provides a practical and scalable approach to combining complementary recommendation architectures, showing real-world deployment and measurable improvements.

ResearchOfficialarXiv Information Retrieval

PCTD: Preference-Guided Counterfactual Task Decomposition for Agent Tool Retrieval

Researchers propose PCTD, a framework that addresses reward hacking in reinforcement learning-based task decomposition for tool retrieval. By leveraging counterfactual rewards to eliminate spurious correlations and preference rewards for structural supervision, PCTD improves the quality of decomposed subtasks and tool retrieval. Experiments on a new mobile multi-turn benchmark show that PCTD outperforms state-of-the-art methods in retrieval accuracy, decomposition quality, and generalization to unseen tools.

Why it matters: This work advances the reliability and generalization of AI agents in decomposing ambiguous instructions for tool retrieval, which is crucial for robust real-world applications.

ResearchOfficialarXiv Information Retrieval

LLMs Encode Relevance as a Layer-Wise Cross-Lingual Signal

A new study finds that query-document relevance is linearly decodable from the residual-stream activations of instruction-tuned large language models (LLMs), with the strongest signals emerging in the middle-to-late layers. Linear probes trained on these activations can match or even outperform the models' generated relevance judgments in preserving system rankings. The relevance signal shows partial portability across languages, though within-language decoding remains more effective.

Why it matters: This work offers a novel, representation-level perspective on how LLMs internally encode relevance, enabling new ways to diagnose and improve LLM-based information retrieval systems.

ResearchOfficialarXiv Information Retrieval

Chinese-Language Generative Search Engines: A Large-Scale Empirical Study

A large-scale empirical study of Chinese-language generative search across four platforms and eight interfaces analyzed over 160,000 citation-level records to examine citation behavior, source attribution, and entity exposure. The study found that brands are selectively surfaced in answers (8.3% selection rate), with content fit and cross-source occurrence being key predictors, while the 5118-Baidu Composite Quality Score was not a leading predictor. Cited pages had short half-lives (39-68 days), and source sets differed systematically between App and Web interfaces. Additionally, a notable proportion of brand and contact information exposures could not be matched to the citation pool or crawled text.

Why it matters: This study provides the first large-scale empirical characterization of how Chinese-language generative search systems select, attribute, and surface information, revealing important interface-specific biases and citation behaviors.

ResearchOfficialarXiv Information Retrieval

Contrastive Hypothesis Retrieval Improves Medical QA by Suppressing Hard Negatives

Researchers introduce Contrastive Hypothesis Retrieval (CHR), a framework that generates both a target hypothesis and a mimic hypothesis to explicitly suppress clinically plausible but incorrect answers during retrieval. In evaluations across three medical QA benchmarks, CHR outperforms all baselines by up to 10.4 percentage points, and in 85.2% of cases where CHR answers correctly but a strong baseline does not, the retrieved documents are entirely different.

Why it matters: CHR provides a novel approach to reducing hard-negative contamination in medical retrieval-augmented generation systems, potentially improving diagnostic accuracy.

ModelsOfficialarXiv Information Retrieval

RecGPT-V3: Stateful, Hybrid-Modal Recommender System Deployed on Taobao

RecGPT-V3 is a stateful, hybrid-modal recommender system deployed in Taobao's 'Guess What You Like' feed. It introduces a Memory Hub to reduce user-modeling computation by 55.8%, a Hybrid-modal Foundation Model for joint reasoning over text tags and Semantic IDs, and Latent Intent Reasoning to lower output token cost by 200x. Large-scale online A/B tests report improvements in IPV (+1.28%), CTR (+1.00%), TC (+1.97%), GMV (+3.97%), and a 52.4% reduction in serving resource consumption.

Why it matters: RecGPT-V3 demonstrates a significant advance in scaling LLM-based recommender systems, achieving notable gains in both user experience and resource efficiency in a real-world, high-traffic deployment.

ResearchOfficialarXiv Information Retrieval

Yi: Efficient In-place Graph-based Vector Index Updates for the LLM Era

A new system called Yi is proposed for in-place graph-based vector index updates, addressing the challenge of maintaining high update throughput and search quality in dynamic vector databases. Yi introduces a vector-level update mechanism and is built with a tasklet-based execution engine, asynchronous buffer manager, and vector file system. Experiments on an 800M dataset show Yi achieves 1.75x higher update throughput and 1.8x higher concurrent search throughput than state-of-the-art systems, while using less memory and fewer CPU cores.

Why it matters: Yi's efficient in-place update capability addresses a key bottleneck for real-time vector databases, which are increasingly important for dynamic AI and LLM applications.

ResearchOfficialarXiv Information Retrieval

Adaptive Retrieval Strategies for Biomedical Question Answering

A new adaptive retrieval framework for biomedical question answering selects evidence strategies based on question type, such as yes/no, factoid, list, or summary. Evaluated on the BioASQ benchmark, the approach improves evidence relevance and answer quality compared to standard one-size-fits-all retrieval pipelines.

Why it matters: Aligning retrieval strategies with the specific needs of different biomedical question types can enhance the effectiveness of retrieval-augmented QA systems.

ModelsOfficialarXiv Information Retrieval

QDA-SQL: Data Augmentation Method Boosts Multi-Turn Text-to-SQL Performance

Researchers have proposed QDA-SQL, a data augmentation technique aimed at improving large language models' performance on multi-turn Text-to-SQL tasks. QDA-SQL generates diverse multi-turn Q&A pairs using LLMs and incorporates validation and correction mechanisms to address ambiguous or unanswerable questions. Experiments show that models fine-tuned with QDA-SQL achieve higher SQL statement accuracy and better handle complex queries. The generation script and test set are publicly available.

Why it matters: This work could improve the reliability of AI-driven data interfaces by addressing challenges in multi-turn database querying with LLMs.

ResearchOfficialarXiv Information Retrieval

When Does Belief-Based Agent Memory Help? Reliability-Conditional Updating and Provenance-Capped Poisoning Defense

A new preprint introduces Nous, a belief-based memory architecture for LLM agents that uses Bayesian inference and surprise-driven updates. The study finds that belief updating offers little benefit over simpler methods on standard benchmarks, but significantly outperforms them when observations vary in trustworthiness. The authors also propose provenance-capped updating to defend against memory poisoning attacks, and highlight evaluation discrepancies in long-term memory benchmarks.

Why it matters: This work clarifies when probabilistic memory is genuinely useful for LLM agents and introduces practical defenses against memory poisoning, which is important for deploying reliable agents in adversarial settings.

ResearchOfficialarXiv Information Retrieval

SearchOS-V1: Multi-Agent Framework for Robust Open-Domain Information Seeking

SearchOS-V1 is a multi-agent framework designed to improve open-domain information-seeking by externalizing search progress into an explicit, persistent, and shared state. The system introduces Search-Oriented Context Management (SOCM) and a pipeline-parallel scheduling mechanism, which together help prevent repetitive search loops and improve agent collaboration. SearchOS-V1 achieves state-of-the-art results on the WideSearch and GISA benchmarks, outperforming existing single- and multi-agent baselines.

Why it matters: By making search progress explicit and shared, SearchOS-V1 addresses a key limitation of current AI agents—repetitive search loops—potentially increasing the reliability and efficiency of autonomous information-seeking systems.

ResearchOfficialarXiv Information Retrieval

Think When Needed: Model-Aware Reasoning Routing for LLM-based Ranking

Researchers have introduced a framework that uses a lightweight router to dynamically decide, for each instance, whether a large language model should apply reasoning or direct inference in ranking tasks. This approach improves ranking accuracy while significantly reducing token usage. Experiments on the MovieLens dataset with Qwen3-4B show up to a 6.3% gain in NDCG@10 and a 49.5% reduction in token consumption.

Why it matters: This work offers a practical method to balance accuracy and computational efficiency in LLM-based retrieval and recommendation systems by allocating reasoning only when it is likely to be beneficial.

ResearchOfficialarXiv Information Retrieval

ShopX: A Foundation Model for Intent-to-Item Fulfillment in Agentic Shopping

ShopX is a foundation model designed to unify intent understanding, execution planning, and item-space operations for agentic shopping. By leveraging semantic IDs, ShopX enables direct translation of complex user intents into item-space outcomes, reducing information loss between agent orchestration and item fulfillment. Evaluation on tasks derived from Taobao production logs indicates that ShopX improves fulfillment behavior, particularly for complex or ambiguous requests.

Why it matters: ShopX represents a notable advance in bridging language-based shopping agents and item fulfillment, enabling more effective and natural intent-driven shopping experiences.

ResearchOfficialarXiv Information Retrieval

CoSimRec: New Framework Measures Coordinated Content Penetration in Recommender Feedback Loops

Researchers introduce CoSimRec, an offline agent-based evaluation framework designed to model the interplay between coordinated accounts, dynamic ranking, and user responses in recommender system feedback loops. The framework proposes the Algorithmic Penetration Rate (APR) metric family to quantify the extent to which target content reaches and engages non-bot users. Experiments across multiple datasets show that popularity-based and feedback-sensitive ranking algorithms can significantly increase coordinated content penetration, while synchronization-aware ranking strategies can mitigate this effect.

Why it matters: This work offers a systematic approach to evaluating how recommender systems may amplify coordinated content, addressing a critical gap in robustness assessments.