A new preprint proposes that memory for coding agents should be integrated directly into Git version control, rather than relying on separate retrieval systems. The authors demonstrate that this approach achieves a pooled MRR of ~0.31 for seed supply and 0.83 answer sufficiency on a production system, with results that are replicable at zero labeling cost. The system leverages commit-session links to provide ground truth, enabling practical and scalable memory for agentic development workflows.
Why it matters: This work introduces a novel, practical method for agentic development memory by leveraging existing Git infrastructure, potentially improving reproducibility and efficiency in coding agent workflows.
A new benchmark study evaluates supervised Extreme Multi-Label Classification (XMLC) methods and large language model (LLM)-based generative approaches for automated subject indexing of German scientific literature. The results show that supervised XMLC methods with transformer-based features achieve the best overall binary relevance metrics, while LLM-based methods outperform on graded relevance and in handling long-tail vocabulary. These findings indicate that LLM-based methods could serve as a promising alternative for future subject indexing tasks.
Why it matters: This study offers a direct comparison of traditional supervised and generative AI methods for a key library automation task, providing insights that can guide practical deployment decisions.
Researchers at QuintoAndar Group developed a large language model (LLM)-based re-ranking system for conversational real estate search. Using an LLM-as-a-Judge framework and a dataset of 960,000 query-item pairs with human validation, they demonstrated that their approach led to a 5.3% increase in click-through rate and a 4.8% increase in scheduled visits in production A/B tests.
Why it matters: This work shows a significant, real-world improvement in search effectiveness for a major real estate platform using LLMs, with measurable business impact.
Pinterest deployed a deep causal retrieval system that determines when to trigger shopping candidate generators during early retrieval. This system reduced shopping triggers by up to 85% while keeping key shopping sessions neutral and increasing total sessions by 0.26% and Pin saves by 1.10%. The approach also resulted in significant infrastructure savings and was implemented in production without increasing latency.
Why it matters: This work demonstrates a scalable, production-ready method for optimizing early retrieval in large recommender systems, effectively balancing user intent, exploration, and system cost.
A new preprint demonstrates that static retrieval utility (SRU)—the standard measure for document usefulness in retrieval systems—is nearly independent of causal utility in multi-step agentic search, with a Spearman correlation of -0.026 across over 23,000 document observations. The study finds that about a third of documents read by an agent are 'bridge documents': they appear irrelevant to static readers but are causally essential, providing discriminative entities that redirect the agent's search. Entities from these bridge documents appear 4.02 times more often in the agent's next query than entities from non-relevant documents.
Why it matters: This work exposes a fundamental limitation in current retrieval evaluation for agentic systems, showing that optimizing for static relevance does not ensure effective multi-step reasoning.
A new method called DIVE is introduced for compressing language-model embeddings using a residual compression adapter that incorporates a self-limiting hinge loss and geometry distillation. In experiments on five BEIR benchmarks with LLM2Vec backbones, DIVE consistently outperforms six baseline methods, including PCA and autoencoders, at both 128- and 256-dimensional outputs.
Why it matters: DIVE enables more efficient storage and retrieval in large-scale information retrieval systems by compressing embeddings without sacrificing retrieval quality.
Researchers introduce CtrlBench-Rec, a collaborative multi-agent framework designed to systematically assess the controllability of recommender systems, which are often treated as black boxes. The framework formalizes three key tasks—target content discovery, interest profile shaping, and popularity bias mitigation—to measure how well recommender systems can be steered by explicit or implicit user guidance. Experiments across real-world datasets and models show that CtrlBench-Rec quantifies controllability and highlights persistent challenges, such as resistance to promoting long-tail content.
Why it matters: CtrlBench-Rec provides the first standardized toolkit for evaluating and auditing the controllability of recommender systems, addressing a critical gap in algorithmic transparency and user empowerment.
A new survey of 45 studies on Generative Engine Optimization (GEO) finds that while interventions can affect how already-retrieved content is cited or used by generative engines, no technique demonstrates a stable, long-term, cross-platform causal effect on organic discoverability. The paper introduces a multistage formal model and a reproducible protocol for evaluating GEO methods, highlighting the complexity and variability of the field. The review also notes that commonly cited gains are often conditional and do not generalize to broader visibility or traffic outcomes.
Why it matters: This survey clarifies the limited empirical support for GEO strategies, helping practitioners and researchers focus on interventions with proven effects and avoid overestimating their impact on generative engine visibility.
Researchers identify 'blind spots' in neural retrievers used in retrieval-augmented generation (RAG) systems, where relevant entities are not retrieved due to low embedding similarity. They introduce a Retrieval Probability Score (RPS) to predict these blind spots before indexing, and present ARGUS, a pipeline that augments documents from a knowledge base to improve retrievability. Experiments across multiple retrievers and datasets show consistent improvements in retrieval metrics, with average gains of +3.4 nDCG@5 and +4.5 nDCG@10.
Why it matters: This work tackles a key reliability challenge in RAG systems by enabling the detection and mitigation of retrieval blind spots, which is important for building more robust and trustworthy AI applications.
A new framework enables real-time generation of natural-language user interest personas using large language models (LLMs) for a large-scale commercial video recommendation platform. The system addresses the exploitation-exploration trade-off by summarizing user interests and introducing novel topics during serving. To support deployment at billion-user scale, the architecture incorporates knowledge distillation, asynchronous inference, and input optimization. Offline evaluations, user studies, and live A/B tests show significant improvements in viewer value.
Why it matters: This work demonstrates a practical approach for deploying LLMs in real-time personalization at industrial scale, advancing the integration of semantic understanding in recommendation systems.
Researchers present CwA (Cluster with Auctions), a method that jointly learns balanced database partitions and a neural probing function for approximate nearest neighbor search. Unlike traditional approaches that use the same assignment function for both queries and database vectors, CwA decouples these processes and directly optimizes search performance for the query distribution. The method employs a parallelizable auction algorithm for combinatorial optimization and demonstrates up to 4.7× throughput improvement over state-of-the-art methods when query and database distributions differ.
Why it matters: This work offers a significant advance in vector search efficiency, particularly in scenarios where query and database distributions are not aligned, by optimizing both partitioning and probing functions jointly.
A new preprint decomposes the sources of non-determinism in large language model (LLM) brand measurements, revealing that query language accounts for 26.5% of the variance in brand sentiment responses, while brand identity itself contributes only 1.5%. The authors recommend that, to improve measurement reliability, practitioners should allocate resources to sampling across different languages and models rather than simply repeating prompts.
Why it matters: This work provides a rigorous framework for understanding and mitigating reproducibility issues in LLM-based brand measurement, offering actionable guidance for more reliable evaluation.
A new study demonstrates that applying Principal Component Analysis (PCA) to compress query embeddings can enhance retrieval performance in specialized domains. The approach was tested across 9 dense retrievers and 14 MTEB datasets, showing improved NDCG@10 scores in 75.4% of model-dataset pairs compared to standard embeddings. This method preserves domain-relevant features while removing non-discriminative components, providing a lightweight, training-free alternative to traditional domain adaptation methods.
Why it matters: This technique offers a simple and efficient way to improve dense retrieval in specialized domains without the need for costly annotation or retraining.
Researchers have introduced iTIMO, a dataset designed to address the underexplored task of travel itinerary modification. The dataset is generated by instructing large language models to perturb real-world itineraries using REPLACE, ADD, and DELETE operations, guided by intents such as popularity disruptions, spatial distance, and category diversity. The work also benchmarks state-of-the-art LLMs on this task, revealing their strengths and limitations.
Why it matters: iTIMO provides a comprehensive testbed for developing and evaluating adaptive travel recommendation systems that can handle dynamic and changing user needs.
Researchers introduce SkillSelect-Serve, a framework that recommends reusable agent skills for LLM agents while respecting constraints such as token budget, risk, and tool availability. By profiling skills as structured services and applying a constrained projection method, the system achieves 100% deliverability with minimal loss in hit rate. The approach outperforms traditional Top-k retrieval methods, significantly reducing risk exposure and tool violations.
Why it matters: This work offers a practical advance for deploying LLM agents by enabling reliable, constraint-aware skill selection, which is crucial for efficient operation under real-world resource limits.
A new framework for Composed Image Retrieval (CIR) achieves state-of-the-art zero-shot performance on the CIRR dataset (44.04% R@1, an improvement of 8.79%) without using visual features. The approach combines attribute-augmented hybrid scoring to address the loss of visual detail and LLM-based reranking to ensure semantic consistency. Ablation studies confirm that both components contribute to the performance gains.
Why it matters: This work shows that vision-free methods can outperform traditional approaches on complex multimodal retrieval tasks, suggesting new directions for efficient and simplified retrieval systems.
SlimPer introduces a new approach to personalized ranking in recommendation systems by iteratively refining a compact knowledge base, rather than relying on large intermediate representations that scale with user history length. This design achieves O(N) per-layer computational cost and fixed-size intermediate representations, allowing the model to handle over 10,000 user history events efficiently. Deployed on Instagram Reels and Feed, SlimPer has demonstrated measurable improvements in user engagement while unifying sparse, dense, and sequence features within a single model backbone.
Why it matters: SlimPer enables deeper and more efficient personalization in large-scale recommendation systems by decoupling model depth from user history length, reducing compute and memory requirements.
MESH is a unified retrieval scaling framework designed to address the scaling bias of heterogeneity in large-scale recommendation systems. Through a modularized architecture with gated bias correction, MESH partitions the feature space to reduce interference between different content types, leading to a 14x improvement in the power-law scaling exponent for fresh items. In online evaluations on Pinterest's Related Pins platform, MESH demonstrated a +5.5% lift in fresh-item repins, a 55% improvement in funnel efficiency, and a +0.46% improvement in user retention.
Why it matters: MESH represents a significant advance in unifying fragmented retrieval systems, improving scalability and performance for diverse content in large-scale recommendation platforms.
Researchers introduce SaMer, an object-aware token merging framework for multi-vector vision-language retrieval. SaMer compresses image-side tokens by over 93% while improving retrieval accuracy on benchmarks like Flickr30K and MSCOCO. The method preserves object-level evidence needed for effective retrieval, outperforming existing compression baselines and enhancing phrase-level grounding.
Why it matters: This work demonstrates that preserving object evidence, rather than merely reducing token count, is crucial for efficient and accurate multi-vector vision-language retrieval, enabling substantial storage and computation savings.
Researchers introduce MG²-RAG, a lightweight framework that constructs a hierarchical multimodal knowledge graph by combining textual parsing with entity-driven visual grounding, enabling unified multimodal nodes. The framework features a multi-granularity graph retrieval mechanism that supports structured multi-hop reasoning and aggregates dense similarities across the graph. MG²-RAG achieves state-of-the-art performance across four multimodal tasks, while reducing graph construction overhead with significant speedup and cost reduction compared to prior graph-based methods.
Why it matters: MG²-RAG advances multimodal retrieval-augmented generation by enabling efficient, fine-grained cross-modal reasoning without relying on costly translation-to-text pipelines.