My rough classification of the ranking & retrieval papers
I was going through the ranking-and-retrieval papers now in the ACM DL for SIGIR 2026 and ICTIR 2026 and roughly classified them. The shape I kept seeing: reasoning and LLM agents have moved from a consumer of IR to the thing being reranked, retrieved for, and judged.
Scope: ranking, retrieval, RAG, recommendation & search evaluation | 255 papers catalogued below with DOIs (211 SIGIR, 44 ICTIR)
My overall read: the field is reorganizing itself around reasoning. Rankers now think before they score, retrievers are being rebuilt to serve autonomous agents rather than human sessions, and the evaluation community is in an open fight over whether LLMs can be trusted to produce the relevance labels that everything else depends on.
Roughly, the papers fell into five groups
1 Ranking has become a reasoning problem
The clearest change. Rankers increasingly "think" before scoring, and a parallel line of work asks whether that reasoning is stable or just expensive. The frontier question is no longer how to score but when reasoning is worth its cost.
Anchors: Rank-R1 SIGIR (DOI · arXiv) · Think When Needed SIGIR (DOI) · Does Form Affect Function? ICTIR (DOI) · Internalizing Explicit Reasoning into Latent Space for Dense Retrieval SIGIR (DOI)
2 Retrieval is being rebuilt for agents & deep research
A large, fast-growing cluster argues that retrievers trained to serve humans are the wrong retrievers for multi-step agents. New benchmarks, planners, and trajectory-trained retrievers treat search as an iterative, tool-using process — and are starting to measure it at real-world scale.
Anchors: DeepResearchGym ICTIR (DOI) · HiRA SIGIR (DOI) · Learning to Retrieve from Agent Trajectories SIGIR (DOI · arXiv) · Agentic Search in the Wild (14M+ requests) SIGIR (DOI · arXiv)
3 The LLM-as-judge reckoning
Everyone now uses LLMs to generate relevance labels — and this year's papers stress-test that dependency rather than accept it. Expect direct pushback (simple classifiers beating prompted LLMs), evidence of judges inflating scores, plus efforts to make LLM judgments more reliable.
Anchors: Topic-Specific Classifiers are Better Relevance Judges than Prompted LLMs SIGIR (DOI) · When LLM Judges Inflate Scores SIGIR (DOI) · Formalized Information Needs Improve LLM Relevance Judgments SIGIR (DOI) · Reasoning with LLMs for Relevance Judgements ICTIR (DOI)
4 The efficiency frontier moved to multi-vector & sparse
As late-interaction (ColBERT-style) and learned-sparse retrieval go mainstream, the research shifts to making them cheap: pruning tokens, compressing multi-vector indexes, custom GPU kernels, and — notably — putting embedding size on a principled scaling curve for the first time.
Anchors: Scaling Laws for Embedding Dimension in IR SIGIR (DOI · arXiv) · Efficient Sparse Retrieval with Lightweight Superblock Pruning SIGIR (DOI) · Multi-Vector Index Compression in Any Modality SIGIR (DOI) · A Voronoi Cell Formulation for Token Pruning SIGIR (DOI)
5 Recommendation collapses into generative retrieval — and GenAI reshapes search itself
SIGIR's single largest cluster is generative recommendation built on semantic IDs, blurring the line between recommendation and generative retrieval. Running alongside it is a sharp empirical strand measuring how AI Overviews and chatbots are changing search behavior in the wild.
Anchors: Universal Item Tokenization for Transferable Generative Recommendation SIGIR (DOI) · Semantic IDs for Recommender Systems at Snapchat SIGIR (DOI) · Are AI Overviews Changing Search Behavior? SIGIR (DOI) · How Generative AI Disrupts Search SIGIR (DOI)
One more thread I noticed: a learning-to-rank theory revival
Underneath the LLM headlines, ICTIR in particular carries a strong return to ranking theory and unbiased LTR: Exposure-Based RL to RankICTIR (DOI), Risk Analysis of Stochastic RankersICTIR (DOI), LTR via Denoising DiffusionICTIR (DOI), and SIGIR's Diagnosing Identifiability in Two-Tower Models for Unbiased LTRSIGIR (DOI) and Logit Inflation in ListMLESIGIR (DOI). The classical questions — exposure, bias, calibration — are being re-derived for a neural, generative world.
Appendix
The full list, grouped the way I sorted it
The 255 papers I went through (211 SIGIR, 44 ICTIR), each with a one-line note and its DOI. Tap DOI to open the paper in the ACM Digital Library; arXiv appears where I could verify a preprint.
1 · Reasoning-first ranking & LLM rerankers
SIGIRRank-R1: Enhancing Reasoning in LLM-based Document Rerankers via Reinforcement Learning — RL-trained reranker that reasons over query and candidates before ordering.DOIarXiv
SIGIRThink When Needed: Model-Aware Reasoning Routing for LLM-based Ranking — Spends reasoning only on queries that need it; routes the rest to cheap scoring.DOI
SIGIRWhen Vision Meets Texts in Listwise Reranking — Listwise LLM reranking that jointly reasons over visual and textual candidates.DOI
SIGIROn the Robustness of LLM Re-Rankings — Stress-tests how stable LLM re-ranking is under perturbation.DOI
SIGIRThe Vulnerability of LLM Rankers to Prompt Injection Attacks — Shows LLM rankers can be gamed by injected instructions in documents.DOI
SIGIRCRED: Calibrated Relational Enhanced Distillation for LLM-Based Pointwise Reranking — Distillation to make pointwise LLM reranking calibrated and cheaper.DOI
SIGIRConsensus-Anchored Expansion for Noise-Resilient Re-ranking — Anchors on consensus signals to keep re-ranking robust to noise.DOI
SIGIRDomain-Specific Reranking: When is Adaptation Worth the Cost? — Empirically maps when domain adaptation of rerankers pays off.DOI
SIGIRRevisiting Text Ranking in Deep Research — Re-examines classic text ranking inside deep-research pipelines.DOI
SIGIROne Pass, Any Order: Position-Invariant Listwise Reranking for LLM-Based Recommendation — Removes position bias from listwise LLM reranking for rec.DOI
SIGIRWhen Search Is Not Enough: Ranking Content for Query-Less Browse Surfaces — Ranking where there is no query, only a browse surface.DOI
SIGIRFrom Unstructured to Structured: LLM-Guided Attribute Graphs for Entity Search and Ranking — Builds attribute graphs with LLMs to rank entities.DOI
SIGIRTemporal User-Agnostic Ranking: Detecting Preference Evolution while Preserving Ethical Principles — Ranks over time without per-user profiling.DOI
SIGIRLearning to Summarize for Search Relevance with Reinforcement Learning — RL-tuned summaries used as a search-relevance signal.DOI
SIGIRrerankers: A Lightweight Unified Toolkit for Reranking Approaches — Open toolkit unifying many reranking methods behind one API.DOI
ICTIRDoes Form Affect Function? An Extended Study of LLM Re-Ranking Behavior — Probes whether reasoning rerankers are stable across prompt/format.DOI
ICTIRRanking Passages in Relevant Documents Using LLMs — Intra-document passage ranking from LLM relevance signals.DOI
ICTIRAdaptive Re-Ranking — Adjusts re-ranking depth/effort per query rather than a fixed cutoff.DOI
ICTIREntity Labels Are Not Entity Signals: A Framework for Observable Relevance in Document Re-Ranking — Separates surface entity labels from signals that drive relevance.DOI
ICTIRRank-ICL: Ranking-based In-context Learning for Search Result Explanation — Ranking-based in-context examples to explain results.DOI
ICTIRRank, Don't Generate: Statement-level Ranking for Explainable Recommendation — Ranks candidate explanation statements instead of generating text.DOI
2 · Retrieval for agents, deep research, RAG & QA
SIGIRHiRA: Decoupling Planning and Execution with Hierarchical Reasoning in Deep Search — Separates strategic planning from specialized execution in deep search.DOI
SIGIRLearning to Retrieve from Agent Trajectories — Trains the retriever directly on agent interaction data.DOIarXiv
SIGIRAgentic Search in the Wild: Intents and Trajectory Dynamics from 14M+ Real Search Requests — Large-scale empirical characterization of how agents search.DOIarXiv
SIGIRTowards Knowledgeable Deep Research: Framework and Benchmark — New framework and benchmark for knowledge-grounded deep research.DOI
SIGIRDeep Search with Hierarchical Meta-Cognitive Monitoring Inspired by Cognitive Neuroscience — Adds explicit hierarchical metacognition to deep-search control.DOI
SIGIRSmartSearch: Process Reward-Guided Query Refinement for Search Agents — Process rewards and dual-level credit to improve agent queries.DOI
SIGIRPersonalized Deep Research: A User-Centric Framework, Dataset, and Hybrid Evaluation — Personalizes deep research with a dataset and hybrid evaluation.DOI
SIGIRMixture-of-Retrieval Experts for Reasoning-Guided Multimodal Knowledge Exploitation — Routes among specialized retrievers for multimodal reasoning.DOI
SIGIRExploration-and-Thinking: Agentic Reasoning over Knowledge Graphs via LLM-RL Synergy — LLM+RL agent that reasons over knowledge graphs.DOI
SIGIRSTRIDE: Strategic Iterative Decision-Making for Retrieval-Augmented Multi-Hop QA — Iterative decision-making for multi-hop RAG question answering.DOI
SIGIRQuestion-Adaptive Graph Learning for Multi-hop Retrieval Augmented Generation — Graph learning tailored per question for multi-hop RAG.DOI
SIGIRIncentivizing Retrieval-Augmented Generation via Inner Adaptive Context Selection — Learns to select context inside the RAG loop.DOI
SIGIRNumerical Hallucinations in Retrieval-Augmented Generation: Detection and Analysis — Detects and analyzes number errors in RAG output.DOI
SIGIRPurifAI: Detecting and Fixing Search-Induced Distortions in Web-Augmented LLMs — Cleans distortions introduced by web search into LLM answers.DOI
SIGIRPolicy-Guided RAG: Enforcing Verbatim and Controlled Synthesis — Constrains RAG generation to policy-verbatim synthesis.DOI
SIGIRFast and Faithful: Real-Time Verification for Long-Document RAG Systems — Real-time faithfulness verification for long-document RAG.DOI
SIGIRHow Should Multimodal Information Be Chunked for Complex Question Answering? — Studies chunking strategies for multimodal QA.DOI
SIGIRReward Shaping for Robust Refusal in Small Language Models for RAG QA — Teaches small models to refuse when RAG evidence is weak.DOI
SIGIRCroSearch-R1: Better Leveraging Cross-lingual Knowledge for Retrieval-Augmented Generation — Cross-lingual knowledge use in RAG.DOI
SIGIRHierarchical Embedding Fusion for Retrieval-Augmented Code Generation — Fuses embeddings for retrieval-augmented code generation.DOI
SIGIRSRAG: A Lightweight and Specialized Retrieval-augmented Generation System at the Edge — Compact RAG system that runs at the edge.DOI
SIGIRMCP Servers for Pyserini and RankLLM: Enabling Agentic Retrieval-Augmented Generation — MCP server wrappers to plug IR tools into agents.DOI
SIGIRAgentSim: A Platform for Verifiable Agent-Trace Simulation — Simulation platform for reproducible agent traces.DOI
SIGIRWebMall - A Multi-Shop Benchmark for Evaluating Web Agents — Benchmark for shopping web agents.DOI
SIGIREvaluation of Agents under Simulated AI Marketplace Dynamics — Evaluates agents inside a simulated AI marketplace.DOI
SIGIRLearning from Natural Language Feedback for Personalized Question Answering — Uses NL feedback instead of scalar rewards for personalized QA.DOI
SIGIRLearning to Trust: Dynamic Utilization of RAG for E-commerce Search Relevance — Decides when to trust RAG for e-commerce relevance.DOI
ICTIRDeepResearchGym: A Free, Transparent, and Reproducible Sandbox for Deep Research — Open, reproducible evaluation environment for deep-research agents.DOI
ICTIRTowards Adaptive and Retriever-friendly Retrieval-augmented Generation via Reinforcement Learning — RL-tunes generation to be easier for the retriever to support.DOI
ICTIRPlan-and-Refine in RAG: Diverse and Comprehensive Responses via Global Exploration and Local Exploitation — Global+local search for more complete RAG answers.DOI
ICTIRBeyond Relevance: On the Relationship Between Retrieval and RAG Information Coverage — Retrieval relevance and answer coverage are different objectives.DOI
ICTIRUncertainty Quantification for Multimodal Retrieval Augmented Generation — Confidence estimates across retrieval and generation in multimodal RAG.DOI
ICTIRRoTRAG: Rule of Thumb Reasoning for Conversation Harm Detection with RAG — Retrieves heuristics to detect harmful conversation.DOI
ICTIRRAAD: Retrieval-Augmented Ambiguity Detection via Answer Diversity — Uses answer diversity to flag ambiguous questions.DOI
ICTIRPreventing Content Leakage in LLM-Based Medical RAG: Structure-Only Retrieval — Structure-only retrieval for leak-free clinical summarization.DOI
ICTIRAs We May Search — Vision piece re-imagining search in the agentic era.DOI
SIGIRTopic-Specific Classifiers are Better Relevance Judges than Prompted LLMs — Lightweight classifiers can out-judge prompted LLMs.DOI
SIGIRFormalized Information Needs Improve Large-Language-Model Relevance Judgments — Formalizing the need sharpens LLM label quality.DOI
SIGIRLearning to Rank with Multi-Criteria LLM-Judge Annotations — Trains rankers from multi-criteria LLM judgments.DOI
SIGIRWhen LLM Judges Inflate Scores: Exploring Overrating in Relevance Assessment — Documents systematic over-rating by LLM judges.DOI
SIGIRHumans, LLMs, and Measures Do Not Align in Attributed Information Retrieval — Human, LLM, and metric judgments diverge on attributed IR.DOI
SIGIRMine over Yours: How Authorship Biases Evaluation in Generative Information Retrieval — Shows authorship bias in generative-IR evaluation.DOI
SIGIRHybrid Pooling with LLMs via Relevance Context Learning — LLM-assisted pooling to build test collections cheaply.DOI
SIGIRStop Using the Wilcoxon Test: Myth, Misconception and Misuse in IR Research — Methodological critique of a staple significance test.DOI
SIGIRThe Powerless Noise: How Experimental Settings Shape the Reported Power of Noise — How experimental design distorts reported statistical power.DOI
SIGIRTowards a Relevance Posterior in Neural Information Access — Argues for a posterior over relevance, not point labels.DOI
SIGIRG-CoS: An Interpretable Gain-Cost Framework for User Satisfaction Estimation in Generative IR — Interpretable gain-cost model of user satisfaction.DOI
SIGIRDecision-Theoretic Stopping Rules for Document Screening — When to stop screening under a decision-theoretic objective.DOI
SIGIRHow Variability Influences Podcast Search: Queries, Transcriptions, and Judges — Transcription and judge variability move podcast-search results.DOI
ICTIRReasoning with Large Language Models for Relevance Judgements — Tests reasoning-augmented LLMs as relevance assessors.DOI
ICTIRLLM-Driven Usefulness Judgment for Web Search Evaluation — Moves from relevance to usefulness as the LLM-judged signal.DOI
ICTIRDoGMaTiQ: Automated Generation of Question-and-Answer Nuggets for Report Evaluation — Auto-generates nuggets to evaluate long-form reports.DOI
ICTIRSearch Arena Meets Nuggets: Explanations and Diagnostics for LLM Response Evaluation — Arena comparison plus nugget diagnostics.DOI
ICTIRBridging the Gap between Subsampled and Full-Corpus Evaluation — Reconciles cheap subsampled with full-corpus evaluation.DOI
ICTIRTo Believe or Not To Believe: Supporting-Information Tools for Judging AI Veracity — Which supporting tools help humans judge AI truthfulness.DOI
ICTIRARIC: A Cognitive Framework for Explanatory Narrative Evaluation in CIS — Cognitive framework for evaluating explanations in conversational IR.DOI
ICTIRProposing an Evaluation Framework for Legal Case Retrieval Beyond Binary Relevance — Bibliographic-coupling approach to graded legal-retrieval evaluation.DOI
SIGIRScaling Laws for Embedding Dimension in Information Retrieval — First principled scaling curve for retrieval embedding size.DOIarXiv
SIGIREfficient Sparse Retrieval with Lightweight Superblock Pruning — Superblock pruning to speed up learned-sparse retrieval.DOI
SIGIRWhy Advanced Encoders Lag on Sparse Retrieval? Bridging Vocabulary Gaps — Diagnoses and closes the vocabulary gap for strong encoders.DOI
SIGIRMulti-Vector Index Compression in Any Modality — Modality-agnostic compression for multi-vector indexes.DOI
SIGIRA Voronoi Cell Formulation for Principled Token Pruning in Late-Interaction Retrieval Models — Geometry-grounded token pruning for ColBERT-style retrieval.DOI
SIGIRComparing Token Pruning Approaches for Multi-Vector Retrieval — Head-to-head study of late-interaction token pruning.DOI
SIGIRSparton: Fast and Memory-Efficient Triton Kernel for Learned Sparse Retrieval — GPU kernel making learned-sparse retrieval fast and lean.DOI
SIGIRLACONIC: Dense-Level Effectiveness for Scalable Sparse Retrieval via Two-Phase Training — Two-phase curriculum lifts sparse retrieval to dense quality.DOI
SIGIRFrom Tokens to Concepts: Leveraging SAE for SPLADE — Sparse autoencoders to interpret and improve SPLADE.DOI
SIGIRScalable K-Means Guided Partitioning for Block-based Sparse Document Retrieval — Cluster-guided partitioning for faster sparse retrieval.DOI
SIGIRInternalizing Explicit Reasoning into Latent Space for Dense Retrieval — Self-distills chain-of-thought into the dense embedding.DOI
SIGIRARHN: Answer-Centric Relabeling of Hard Negatives with Open-Source LLMs for Dense Retrieval — LLM-relabeled hard negatives for dense retrieval.DOI
SIGIRConstructing Hard-Positive Query-Document Pairs for Dense Retrieval via Phrase Representativeness — Builds hard positives to train dense retrievers.DOI
SIGIRBeyond Hard Negatives: The Importance of Score Distribution in Knowledge Distillation — Score distribution, not just negatives, matters in distillation.DOI
SIGIRNegative Data Mining for Contrastive Learning in Dense Retrieval at IKEA.com — Industrial negative mining for dense retrieval.DOI
SIGIRThe Matryoshka Hypencoder — Nested-dimension hypernetwork encoder for flexible embeddings.DOI
SIGIRSemantic Recall for Vector Search — Improving recall in vector search.DOI
SIGIRBenchmarking Filtered Approximate Nearest Neighbor Search on Transformer-based Embedding Vectors — Benchmark of filtered ANN over transformer vectors.DOI
SIGIRRankEvolve: Automating the Discovery of Retrieval Algorithms via LLM-Driven Evolution — LLM-driven evolutionary search for retrieval algorithms.DOI
SIGIRA Parametric Memory Head for Continual Generative Retrieval — Memory head for continually-updating generative retrieval.DOI
SIGIREfficient Continual Adaptation of Generative Retrieval Systems over Dynamic Corpora — Keeps generative retrieval current as corpora change.DOI
SIGIRPrepRet: Automated Data Preparation Pipeline Selection for Neural Retrieval — Auto-selects data-prep pipelines for neural retrieval.DOI
SIGIRRevisiting BM25 Feedback Models using HyDE — Combines classic PRF with hypothetical-document embeddings.DOI
SIGIRAuditing Query Drift: Do Users Actually Benefit from Pseudo-Relevance Feedback? — Questions whether PRF actually helps users.DOI
SIGIRClustering-Based Methods for Vector-Based Pseudo-Relevance Feedback — Cluster-based PRF for dense retrieval.DOI
SIGIRInsights into the Efficiency of Open-Source Score-at-a-Time Search Engines (Reproducibility) — Reproducibility study of score-at-a-time engines.DOI
SIGIRReproduction Beyond Benchmarks: ConstBERT and ColBERT-v2 Across Backends and Query Distributions — Reproduces late-interaction models across backends.DOI
SIGIRA Replicability Study of Joint Product Quantisation for Space-Efficient Dense Retrieval — Replicates joint PQ for compact dense retrieval.DOI
ICTIRA Replicability Study of XTR — Reproduces and stress-tests the XTR multi-vector retriever.DOI
ICTIRModel Merging as an Alternative to Fine-Tuning for a Multi-Domain Dense Retriever — Merges domain experts instead of fine-tuning on combined data.DOI
ICTIRAnalysis of Reasoning-Intensive Retrieval in Japanese — Reasoning-heavy retrieval beyond English.DOI
ICTIREffectiveness of Sparse Retrieval for Automated Fact-Checking — Revisits learned-sparse retrieval for evidence finding.DOI
SIGIRDiagnosing Identifiability in Two-Tower Models for Unbiased Learning to Rank — Identifiability conditions for two-tower unbiased LTR.DOI
SIGIRLogit Inflation in ListMLE: Theoretical Analysis and Mitigation Strategies — Diagnoses and fixes a pathology in the ListMLE loss.DOI
SIGIRLearnDCG: End-to-End Joint Optimization of Ranker and Loss in Neural Ranking — Jointly learns the ranker and its ranking loss.DOI
SIGIROPS: An Order-Preserving Sorting Network for Information Retrieval — Differentiable order-preserving sorting for ranking.DOI
SIGIRUnifying On- and Off-Policy Variance Reduction Methods — Unified variance reduction for counterfactual/LTR estimation.DOI
SIGIRAdditive Control Variates Dominate Self-Normalisation in Off-Policy Evaluation — Better estimators for off-policy IR evaluation.DOI
SIGIRVariance Reduction for Heavy-Tailed Monetization Metrics in Ranking Experiments — Post-stratification for noisy ranking A/B metrics.DOI
SIGIRCLAX: Fast and Flexible Neural Click Models in JAX — Fast neural click-model library.DOI
SIGIRAn Epistemic Position-Based Click Model: From Interactions to Distributions of Relevance and Bias — Click model yielding distributions over relevance and bias.DOI
SIGIRUniversal Item Tokenization for Transferable Generative Recommendation — Transferable item tokenization across domains.DOI
SIGIRSemantic IDs for Recommender Systems at Snapchat: Use Cases, Challenges, Design Choices — Production use of semantic IDs at Snapchat.DOI
SIGIRSID-Coord: Coordinating Semantic IDs for ID-based Ranking in Short-Video Search — Coordinates semantic IDs with ID-based ranking.DOI
SIGIRMitigating Collaborative Semantic ID Staleness in Generative Retrieval — Keeps semantic IDs fresh in generative retrieval.DOI
SIGIRVerifiable Reasoning for LLM-based Generative Recommendation — Adds verifiable reasoning traces to LLM recommenders.DOI
SIGIRBeyond the Single Path: Divergent Reasoning for LLM-based Recommendation — Counters reasoning-path collapse in LLM recommenders.DOI
SIGIRThink, But Don't Tell: Implicit Reasoning for Sequential Recommendation via Multi-Teacher Distillation — Distills large-model reasoning into lightweight recommenders.DOI
SIGIRBEAR: Towards Beam-Search-Aware Optimization for Recommendation with LLMs — Aligns training with beam search in LLM rec.DOI
SIGIRGFlowGR: Fine-tuning Generative Recommendation Frameworks with Generative Flow Networks — GFlowNets for generative recommendation.DOI
SIGIRBeyond Static Best-of-N: Bayesian List-wise Alignment for LLM-based Recommendation — Bayesian listwise alignment for LLM rec.DOI
SIGIRAdaptive Mix Preference Optimization for Generative Recommendation — Mixed preference optimization for generative rec.DOI
SIGIRLearning Decomposed Contextual Token Representations for Generative Recommendation — Decomposed token representations for generative rec.DOI
SIGIRLWGR: Lagrangian-Constrained Personalized World Knowledge for Generative Recommendation — Injects constrained world knowledge into generative rec.DOI
SIGIRAIPO: Adaptive Anchored Intent-aware Policy Optimization for Generative Recommendation — Intent-aware policy optimization for generative rec.DOI
SIGIRGenRec: A Preference-Oriented Generative Framework for Large-Scale Recommendation — Preference-oriented generative rec at scale.DOI
SIGIRM2GR: Generative User Interest Modeling via Multi-Granularity Multi-Objective CoT — Multi-granularity CoT for industrial generative rec.DOI
SIGIRLarge-Scale Online Learning for Generative List Recommendation in E-commerce — Online learning for generative list rec.DOI
SIGIRFull Retraining, Incremental Fine-tuning, and Hybrid Serving for Industrial Generative Recommenders — Serving strategies for industrial generative rec.DOI
SIGIRGNN-Based Item Indexing for LLM-Enhanced Recommendation — GNN item indexing to feed LLM recommenders.DOI
SIGIRModular Representation Compression: Adapting LLM Representations for Efficient Recommendation — Controls modularity of LLM representations for rec.DOI
SIGIRItemRAG: Item-Based Retrieval-Augmented Generation for LLM-Based Recommendation — Item-based RAG for LLM recommenders.DOI
SIGIRUnifying Search and Recommendation in LLMs via Gradient Multi-Subspace Tuning — One LLM for both search and recommendation.DOI
SIGIRBeyond Item IDs: Scaling Short-Form-Video Recommendation via Semantic-Native Long Sequence Modeling — Semantic-native sequences for short-video rec.DOI
SIGIRMLLMRec: A Preference Reasoning Paradigm with Graph Refinement for Multimodal Recommendation — Preference reasoning + graph refinement for multimodal rec.DOI
SIGIRRobust Multimodal Recommendation via Graph Retrieval-Enhanced Modality Completion — Completes missing modalities via graph retrieval.DOI
SIGIRDIGEST: Dynamic Graph Refinement with Dual Contrastive Semantic Transfer for Multimodal Recommendation — Dynamic graph refinement for multimodal rec.DOI
SIGIRStructural and Disentangled Adaptation of Large VLMs for Multimodal Recommendation — Adapts VLMs for multimodal rec.DOI
SIGIRFrom Raw Features to Effective Embeddings: Multimodal Recipe Recommendation — Three-stage embeddings for recipe rec.DOI
SIGIRCountering Interest Over-Smoothing: Distilling Latent Factors via Diffusion for Multi-Interest Retrieval — Diffusion to preserve diverse user interests.DOI
SIGIRInferring Targets from Calibrated Hesitations in Multi-Behavior Recommendation — Uses hesitation signals in multi-behavior rec.DOI
SIGIRExploring Test-time Scaling via Prediction Merging on Large-Scale Recommendation — Test-time scaling by merging predictions.DOI
SIGIROptimizing Marketing Subsidies via Counterfactual Learning with Asymmetric Reward — Counterfactual learning for subsidy allocation.DOI
SIGIRFrom Clues to Generation: Language-Guided Conditional Diffusion for Cross-Domain Recommendation — Language-guided diffusion for cross-domain rec.DOI
SIGIRBridging Behavior and Semantics for Time-aware Cross-Domain Sequential Recommendation — Time-aware cross-domain sequential rec.DOI
SIGIRFusion and Alignment Enhancement with LLMs for Tail-item Sequential Recommendation — LLM help for long-tail items.DOI
SIGIRAsarRec: Adaptive Sequential Augmentation for Robust Self-supervised Sequential Recommendation — Augmentation for robust self-supervised seq rec.DOI
SIGIRHyFormer: Revisiting Sequence Modeling and Feature Interaction in CTR Prediction — Rethinks CTR sequence + feature interaction.DOI
SIGIRUnderstanding DNNs in Feature Interaction Models: A Dimensional Collapse Perspective — Explains feature-interaction models via dimensional collapse.DOI
SIGIREquip Pre-ranking with Target Attention by Residual Quantization — Target attention for efficient pre-ranking.DOI
SIGIRGenerative Auto-Bidding with Unified Modeling and Exploration — Generative auto-bidding for ads.DOI
SIGIRDIVER: Unlocking Diversity in Ad Headline Generation with Large Language Models — Diverse ad-headline generation.DOI
SIGIRDebiased Recommendation Beyond the Positive Propensity Assumption — Debiasing without the positive-propensity assumption.DOI
SIGIRBeyond Dense Connectivity: Explicit Sparsity for Scalable Recommendation — Explicit sparsity for scalable rec.DOI
ICTIRRecQuest: Towards Estimating User Domain Knowledge in Conversational Recommender Systems — Infers a user's expertise to adapt conversational recommendation.DOI
ICTIREquity by Design? On the Trade-Offs in Fairness-Driven Recommendation in Heterogeneous Two-Sided Markets — Analyzes fairness trade-offs across two-sided markets.DOI
ICTIRRAMP: Robust Ad Recommendation Under Limited Personalized-Feature Availability via Masking and Alignment — Masking + alignment for ad rec when personalization is sparse.DOI
ICTIRRIDRec: Retrieval-Enhanced Intent Diffusion for Anonymous Short-Session Recommendation — Diffusion over retrieved intents for cold, anonymous sessions.DOI
SIGIRAn Eye Tracking Study: Are AI Overviews Changing Search Behavior? — Eye-tracking evidence on AI Overviews' effect on attention.DOI
SIGIRHow Generative AI Disrupts Search: An Empirical Study of Google Search, Gemini, and AI Overviews — Measures GenAI's effect on real search outcomes.DOI
SIGIRA Comparative Study of Users' Information-Seeking Across Search Engines and Generative AI Chatbots — Search vs. chatbot information-seeking behavior.DOI
SIGIRFrom Lab to Reality: An Eye-tracking Study of How Users are Influenced to Search in the Era of GenAI — How GenAI influences search behavior, in situ.DOI
SIGIRFollowing the Eye-Tracking Evidence: Established Web-Search Assumptions Fail in Carousel Interfaces — Position-bias assumptions break in carousels.DOI
SIGIRUnderstanding and Modeling Heterogeneous Search Behavior — Models the diversity of real search strategies.DOI
SIGIRUser Search Behavior and Knowledge Effects in a Hybrid Search Environment — Knowledge effects in hybrid (classic+AI) search.DOI
SIGIRCharacterising the Effects of Social Conformity on Information Seeking in Mixed Human-AI Environments — Social conformity in human-AI search.DOI
SIGIRCognitive Style Shapes Search Behaviours: An fNIRS Study of Exploratory Search — Brain-imaging study of exploratory search.DOI
SIGIRCross-Sensory Comparison of EEG Signals for Brain-Based Information Retrieval — EEG signals for brain-based IR.DOI
SIGIRWhat Gets Cited: Competitive GEO in AI Answer Engines — Generative-engine optimization in AI answer engines.DOI
SIGIRRecasting Web-Scale Query Suggestion as Dense Retrieval — Query suggestion via dense retrieval.DOI
SIGIRAutomating Generation of Long-Form Queries — Synthesizes human-style long queries.DOI
SIGIRIPQA: A Benchmark for Core Intent Identification in Personalized Question Answering — Benchmark for personalized-QA intent.DOI
SIGIRMulti-Sourced, Multi-Agent Evidence Retrieval for Fact-Checking — Multi-agent evidence retrieval for fact-checking.DOI
SIGIRTowards Evidence-Aware Retrieval and Verification for Scientific Fact-Checking — Evidence-aware retrieval for science claims.DOI
SIGIRAttend to Fragments: How Key Information Affects LLMs for Factual Inconsistency Detection — Fragment attention for inconsistency detection.DOI
SIGIRMitigating Adversarial Attacks by Transferring LLM-generated Narrative Reasoning for Robust Fake News Detection — Narrative reasoning transfer for fake-news robustness.DOI
SIGIRExDR: Explanation-driven Dynamic Retrieval Enhancement for Multimodal Fake News Detection — Explanation-driven retrieval for multimodal fake news.DOI
SIGIRRetrieval-Augmented Multimodal Model for Fake News Detection — RAG-style multimodal fake-news detection.DOI
SIGIRAdversarialCoT: Single-Document Retrieval Poisoning for LLM Reasoning — Shows retrieval-poisoning attacks on LLM reasoning.DOI
SIGIRJARVIS: An Evidence-Grounded Retrieval System for Interpretable Deceptive Reviews Adjudication — Evidence-grounded detection of deceptive reviews.DOI
SIGIREVADE-Bench: Multimodal Benchmark for Evaluating and Enhancing Evasive Content Detection — Benchmark for evasive-content detection.DOI
SIGIRDeja Vu in Plots: Cross-Session Evidence with Retrieval-Augmented LLMs for Live Streaming Risk Assessment — Cross-session RAG for live-streaming risk.DOI
11 · Domain, specialized retrieval & resources
SIGIRRULER: Robust Unified LLM-based Efficient Retrieval for Legal Information — Unified LLM retrieval tuned for legal search.DOI
SIGIREnhancing Judgment Document Generation via Agentic Legal Information Collection and Rubric-Guided Optimization — Agentic legal-document generation.DOI
SIGIRKCC: Korean Civil Case Dataset for Legal Information Retrieval — Korean legal-IR dataset.DOI
SIGIRViCSR: A Benchmark and Two-Stage Framework for Vietnamese Case-to-Statute Retrieval — Vietnamese case-to-statute retrieval.DOI
SIGIRCTCL: A Cross-Language Benchmark for Matching Patients to Clinical Trials — Patient-to-trial matching benchmark.DOI
SIGIRImproving Amharic Information Retrieval with Translative and Multi-Agent Debate RAG — Multilingual RAG for Amharic.DOI
SIGIRMorphology-Aware Retrieval for Low-Resource Environments: Shona — Morphology-aware retrieval for Shona.DOI
SIGIRBuilding Foundations for IR in Extremely Low-Resource Ethnic Languages: Tanzania — IR foundations for Tanzanian languages.DOI
SIGIRSQuTR: A Robustness Benchmark for Spoken Query to Text Retrieval under Acoustic Noise — Spoken-query retrieval robustness benchmark.DOI
SIGIRCSyMR: Benchmarking Compositional Music Information Retrieval in Symbolic Music Reasoning — Symbolic-music IR benchmark.DOI
SIGIRMultilingual and Domain-Agnostic Tip-of-the-Tongue Query Generation for Simulated Evaluation — Tip-of-the-tongue query generation.DOI
SIGIRThe Wikidata Query Logs Dataset — Large Wikidata query-log resource.DOI
SIGIRRetrieve, Rerank, Answer, Experiment: Hands-On IR Research with PyTerrier — Hands-on IR research toolkit resource.DOI
SIGIRT-RADAR: Simulating Trademark Examination as an Interactive Retrieval Interface — Trademark-examination retrieval interface.DOI
SIGIRIs It Novel and Why? Fine-Grained Patent Novelty Prediction Based on Passage Retrieval — Passage retrieval for patent-novelty judgments.DOI
ICTIRInterpretable Legal Similarity: From Embeddings to Obligations — Maps legal embedding similarity to obligations.DOI
ICTIRA Comprehensive Taxonomy of Temporal Dimensions in Natural Language Queries — Organizes how time appears in queries.DOI
ICTIRMedQueryIntent: A Large-Scale Benchmark Dataset for Medical Search Intent Classification — Benchmark for medical query intent.DOI
ICTIRPatent Representation Learning via Self-supervision — Self-supervised patent representations.DOI
ICTIRA Design Science Framework for Human-Agent Teams in Information Retrieval — Design-science view of human+agent IR.DOI
ICTIRTopicTune: A Topic Alignment Approach to Improve LLM Reasoning on Social Questions — Topic alignment to steer LLM reasoning.DOI
12 · Perspectives & position papers
SIGIREmancipatory Information Retrieval: Towards Critical IR Theories and Practices — Critical-theory agenda for IR.DOI
SIGIRQuestion Answering Fit for Purpose: A Perspective From NLP and User Modeling — Perspective on purpose-fit QA.DOI
SIGIRFrom Search to Ask to Act: The Evolution of Information Access in the Age of Large Models and Agents — Perspective on the search-to-agent evolution.DOI
SIGIRMulti-Agentic Recommender Systems: Foundations, Perspectives, and Lessons from Large-Scale Deployments — Perspective on multi-agent recommenders.DOI
How I built this: I covered ICTIR 2026 completely (all 44 program papers). SIGIR 2026 has 250+ accepted papers across full, short, resource, reproducibility and industry tracks; this is a near-complete selection of the in-scope ranking/retrieval/RAG/recommendation/evaluation work, sorted into the buckets above. I resolved and verified every DOI through the Crossref metadata API against the 2026 proceedings prefixes (SIGIR 10.1145/3805712, ICTIR 10.1145/3805713) — none are guessed. I left out a handful of very niche non-IR papers and the workshops/tutorials.