As AI agents and tools increasingly perform tasks on behalf of users, the digital ecosystem is rapidly filling with dynamic, task-oriented systems that offer overlapping capabilities. This shift raises a fundamental question: how can users and orchestrating systems reliably discover, compare, and select the most appropriate agents for a given task? AgentSearch frames this challenge as a first-class information retrieval problem. Unlike traditional IR, where static documents are retrieved, agent search involves dynamic entities whose suitability depends on capabilities, behavior, reliability, constraints, and task-dependent performance. This workshop brings together researchers and practitioners to develop principled methods for indexing, retrieving, ranking, and evaluating AI agents and tools, establishing a coherent research agenda at the intersection of information retrieval and agentic systems.
AgentSearch
The First Workshop on Indexing, Retrieval, and Ranking of AI Agents
SIGIR 2026 · Melbourne | Naarm, Australia · July 24, 2026
About
Topics of Interest
Representation & Discovery of Agents
- Modeling and structuring agent capabilities, constraints, and costs
- Profiling, probing, and capacity estimation of agents and tools
- Organization and indexing of dynamic or behavior-based properties
- Agent and tool discovery in large, heterogeneous ecosystems
Retrieval, Ranking & Recommendation
- Learning-to-rank methods for agent selection
- Task-aware, constraint-aware, and reliability-aware ranking
- Agent recommendation and proactive suggestion mechanisms
- Multi-agent routing, orchestration, and coordination
- Hybrid and ensemble retrieval strategies
Evaluation & Benchmarking
- Metrics for agent suitability, robustness, and performance
- Task-dependent and workflow-aware evaluation protocols
- Benchmark and dataset construction for agent search
- LLM-based, human-centered, or preference-based evaluation
Responsible & Human-Centered Agent Search
- Safety, robustness, and risk mitigation in agent retrieval
- Fairness and exposure in agent marketplaces and rankings
- Transparency and explainability of agent recommendations
- Personalization and user modeling for agent selection
- Human-in-the-loop and interactive agent search systems
Workshop Program
The workshop will be held in Eureka 1 and features an interactive format including keynotes, invited talks, oral presentations, poster presentations, and a panel discussion.
| Time | Agenda |
|---|---|
| 09.00 - 09.15 | Opening |
| 09.15 - 09.45 |
Keynote 1 Olivier Jeunen Agent Evaluation is Policy Evaluation AbstractLarge language models and AI agents are increasingly deployed as decision-making systems, yet they are still primarily evaluated using static offline benchmarks and costly online experiments. This mismatch limits our ability to measure incremental progress, compare systems reliably, and iterate quickly. At their core, LLMs and agents are policies: distributions over actions conditioned on context. The sequential decision-making literature has developed decades of theory and algorithms for evaluating such policies, including off-policy evaluation from logged interactions. Recent advances allow us to estimate distributions of treatment effects while navigating fundamental bias-variance tradeoffs. This talk argues that these ideas provide a natural foundation for the next generation of LLM and agent evaluation. I will discuss how policy evaluation can be extended to the distinctive challenges posed by modern agents-including enormous action spaces, ambiguous rewards, and non-Markovian interactions-and outline opportunities for research at the intersection of sequential decision-making and information retrieval. |
| 09.45 - 10.00 |
Invited Talk 1 To Eun Kim Evaluation of Agents under Simulated AI Marketplace Dynamics AbstractModern information access ecosystems consist of mixtures of systems, such as retrieval systems and large language models, and increasingly rely on marketplaces to mediate access to models, tools, and data, making competition between systems inherent to deployment. In such settings, outcomes are shaped not only by benchmark quality but also by competitive pressure, including user switching, routing decisions, and operational constraints. Yet evaluation is still largely conducted on static benchmarks with accuracy-focused measures that assume systems operate in isolation. This mismatch makes it difficult to predict post-deployment success and obscures competitive effects such as early-adoption advantages and market dominance. We introduce Marketplace Evaluation, a simulation-based paradigm that evaluates information access systems as participants in a competitive marketplace. By simulating repeated interactions and evolving user and agent preferences, the framework enables longitudinal evaluation and marketplace-level metrics, such as retention and market share, that complement and can extend beyond traditional accuracy-based metrics. We formalize the framework and outline a research agenda, motivated by business and economics, around marketplace simulation, metrics, optimization, and adoption in evaluation campaigns like TREC. |
| 10.00 - 10.15 | Challenge Overview Bin Wu |
| 10.15 - 10.30 | Workshop Paper Presentation 1 (oral presentation) Paper 4643: Natural Language Query to Configuration for Retrieval Agents |
| 10.30 - 11.00 | Coffee Break |
| 11.00 - 11.30 | Workshop Paper Presentation 2 (oral presentations) Paper 0357: Adapting Embedding Models for Agent Capability Retrieval Paper 9872: ForecastAgentSearch: Towards a Multi-Expert Agent Search System for Geopolitical Event Forecasting |
| 11.30 - 12.30 | Poster Presentation ~11 posters |
| 12.30 - 13.30 | Lunch Break |
| 13.30 - 14.00 |
Keynote 2 Mark Sanderson From Distributed Digital Libraries to Agent Search: Lessons from TREC's Million LLM Track and the Emerging Information Landscape AbstractI will examine the emerging problem of Agent Search through the lens of present and past search paradigms. I will begin by introducing the TREC Million LLM Track, which can be viewed as a large-scale evaluation campaign for a form of multi-agent search. I will outline the design of the track, the tasks it poses, and early findings from participating groups, highlighting what these results reveal about the retrieval, ranking, and evaluation of AI systems as search targets in their own right. I will then contextualise current developments by examining earlier efforts in distributed search and distributed digital libraries, including peer-to-peer systems such as Kazaa and prior research on federated information access. Why did these efforts often produce systems that struggled to outperform a centralised web search such as Google? I will ask when distributed search has in fact succeeded, and what those successes can teach us about the future of agent search. We are already seeing clues of an emerging information landscape, where publishers and information providers expose content through proprietary LLMs. Current large scale RAG systems synthesise evidence across multiple collections; will we see them start to synthesise across agents as well? |
| 14.00 - 14.15 |
Invited Talk 2 Fengyu Cai Beyond Contrastive Pairs: Language Modeling as a Learning Signal for Dense Retrieval AbstractDense retrieval is trained almost universally with contrastive learning over (query, positive, negative) pairs, a recipe that is expensive to curate and teaches only a coarse, binary notion of relevance. Two benchmarks make the cost concrete: on CoQuIR, state-of-the-art retrievers are largely blind to code quality, ranking buggy, inefficient, insecure, or deprecated code as highly as sound code; on CodeMMR, strong embedders fail on multimodal code retrieval, and each new axis of difficulty demands yet another mountain of curated pairs. I argue the real bottleneck is the learning signal itself, and present an alternative: supervise retrievers with a language-modeling objective. The core method, Revela, trains a dense retriever from raw, unlabeled text through a single next-token-prediction loss: retriever-computed similarities reweight cross-chunk attention inside a language model, so that predicting one chunk's tokens from its in-batch neighbors backpropagates jointly into both the LM and the retriever, with no queries, labels, or negative mining. Despite using a fraction of the data and compute, Revela matches or surpasses supervised and API retrievers on code, reasoning, and general benchmarks. The same architecture extends to supervision: ElicitR adds this language-modeling signal as a regularizer alongside contrastive training, eliciting latent reasoning ability that pure contrastive fine-tuning tends to suppress. Together, they show that a language model's own predictive signal is a rich, scalable, and largely untapped source of supervision for retrieval. |
| 14.15 - 15.00 | Workshop Paper Presentation 3 (oral presentations) Paper 7761: RouteRec: Strict Evaluation of Recommender-Agent Selection and Aggregation Paper 0318: Minority Sentinel: When to Overturn Majority Voting in Multi-Agent LLM Debates Paper 4831: LLM Retrieval for Stable and Predictable Ad Recommendations |
| 15.00 - 15.30 | Coffee Break |
| 15.30 - 16.45 | Panel Discussion (1 hr) & Q&A (15 min) Fernando Diaz |
| 16.45 - 17.00 | Closing Remarks Summary and next steps |
Keynote Speakers & Panel
Keynote Speakers
Mark Sanderson
RMIT University
Mark Sanderson is Professor of Information Retrieval at RMIT University and Dean of Research for the STEM College. He is widely recognized for his early work demonstrating the value of search result snippets, which are now a standard feature of modern search engines. His research spans information retrieval, web search, and human information interaction, with a particular focus on how users engage with and benefit from search systems.
Olivier Jeunen
Independent Researcher; Science Contractor, Booking.com
Olivier Jeunen is an independent researcher and science contractor collaborating with Booking.com. He previously held research positions at Amazon, Spotify, Meta, and others. His research focuses on machine learning for decision-making, marrying probability-theoretic foundations with applications in recommendation and personalisation. His work has resulted in over 50 publications and multiple recognitions for research as well as reviewing. He served as co-Industry Chair for ECIR '24, RecSys '25, and UMAP '27.
Accepted Papers
This year, AgentSearch accepted 11 papers. Expand the list below to view paper titles, authors, and links.
Show accepted papers
-
Natural Language Query to Configuration for Retrieval Agents
-
RouteRec: Strict Evaluation of Recommender-Agent Selection and Aggregation
-
Minority Sentinel: When to Overturn Majority Voting in Multi-Agent LLM Debates
-
LLM Retrieval for Stable and Predictable Ad Recommendations
-
ForecastAgentSearch: Towards a Multi-Expert Agent Search System for Geopolitical Event Forecasting
-
Adapting Embedding Models for Agent Capability Retrieval
-
SLMs as Multi-Agent Routers: A Progressive SFT and Reinforcement Learning Approach
-
OpenReward: Enabling Agentic Reward Models for Long-Form Knowledge-Intensive Tasks
-
LLM within MCP Matters: Measuring Inefficient Resource Utilization Driven by LLMs
-
Towards Agentic Governance: A Unified Measure for Agentic AI Systems
-
Representation Affects Retrieval: A Case Study of Skill Discovery and Routing in a Multimodal Agent Harness
AgentSearch Challenge
Participate in the first shared task on ranking AI agents given task descriptions. The challenge provides a benchmark for evaluating agent search systems in practical scenarios.
Challenge Overview
Coming soon.
Dataset & Tasks
-
Coming soon.
Evaluation
Coming soon.
Challenge Timeline
- Registration Opens: TBD
- Dataset Release: TBD
- Submission Deadline: TBD
- Results Announcement: TBD
Program Committee
- Bruno Martins
- Chuan Meng
- Faria Huq
- Fengyu Cai
- Haolun Wu
- Hossein A. Rahmani
- Jerome Ramos
- João Coelho
- Kaiji Zhou
- Shuofei Qiao
- Varsha Ramineni
- Vladimir Kalmykov
- Zihan Wang
Contact
For questions, suggestions, or more information about the workshop, please contact us: