Submitted:
02 September 2026
Posted:
04 September 2026
You are already at the latest version
Abstract
AI agents and tools are increasingly moving beyond passive information processing toward executable systems that can perceive inputs, reason over intermediate states, call external tools, interact with environments, and complete user-specified tasks. As coding agents, deep research agents, workflow automation systems, and multi-agent platforms continue to proliferate, users and orchestrating systems face a growing challenge: how to identify, compare, and select suitable agents or tools from large, heterogeneous, and evolving candidate spaces. This emerging problem, which we refer to as agent and tool search, differs from traditional information retrieval because the search targets are not static information artifacts, but executable systems whose relevance depends on capability, competence, reliability, safety, cost, and downstream task performance. In this survey, we provide a systematic overview of agent and tool search. We characterize agent search as a retrieval and decision-making problem over executable systems and organize existing work along an end-to-end pipeline covering task understanding, representation, indexing, retrieval, reranking, selection, and evaluation. We further discuss system-level dimensions, representative applications, and open challenges in capability modeling, uncertainty handling, relevance definition, and evaluation protocol design. By synthesizing fragmented work across information retrieval, multi-agent systems, tool learning, agent evaluation, and AI systems design, this survey aims to provide a coherent foundation for future research on agent and tool search.
Keywords:
agent search
; multi-agent systems
; agentic AI
; tool retrieval
; large language models
; information retrieval
1. Introduction
The rapid advancement of Artificial Intelligence (AI) has led to the emergence of AI agents and tools that can autonomously or semi-autonomously perform complex tasks across diverse application domains (Fang et al. 2025a; Gao et al. 2026; Li et al. 2025h; Luo et al. 2025; Qu et al. 2025b; Sun et al. 2025; Wang et al. 2024a; Yu et al. 2025; Zhang et al. 2025f). These systems are no longer limited to passive information processing, but instead actively perceive inputs, reason over intermediate states, call external tools, interact with environments, and execute actions to achieve user-specified goals. This shift is increasingly visible in coding agents, deep research agents, tool-augmented assistants, workflow automation systems, and multi-agent platforms. As a result, the digital ecosystem is undergoing a fundamental transition from information-centric services toward task-oriented, executable systems, leading to a growing proliferation of agents and tools with overlapping or complementary functionalities (Wu et al. 2026a,b,c).
This proliferation gives rise to a fundamental challenge: how to effectively identify, compare, and select the most suitable agent or tool for a given task. From the user perspective, individuals are increasingly faced with many available agents that may appear functionally similar, but differ in competence, reliability, cost, latency, safety, and domain fit. From the system perspective, this challenge also arises in multi-agent environments, where orchestrating agents or platforms must dynamically discover and select appropriate agents and tools as components for downstream task execution (Fourney et al. 2024; Hu et al. 2025b). The challenge is further amplified in open and evolving ecosystems, where agents and tools are developed and deployed by different organizations or service providers, often competing to offer similar functionality while differing in quality, availability, and trustworthiness. As a result, the candidate space becomes highly heterogeneous and difficult to organize, reinforcing the need for principled methods to discover, evaluate, and select agents under realistic constraints (Kim et al. 2026b; Wu et al. 2026a,b).
The need for agent search can also be understood through the evolution of AI systems. Early LLM-based systems were typically accessed as individual models or assistants, whereas contemporary agentic environments increasingly expose collections of tools, specialized agents, and multi-agent workflows that may be selected or composed for different tasks. As this progression moves from standalone large language models to tool-augmented agents, multi-agent systems, and open agent ecosystems, the candidate search space expands in scale, diversity, and specialization. This expansion makes discovery and selection more difficult, and motivates agent search as a distinct problem concerned with finding executable candidates that are suitable for task completion.
Agent and tool search is closely related to several existing research areas, but differs from them in important ways. While the above challenges resemble classical Information Retrieval (IR) problems, traditional retrieval settings primarily aim to identify and rank static information artifacts, such as documents or web pages, based on their relevance to a user’s query. In contrast, agent search operates over executable systems whose utility is determined by their ability to successfully accomplish tasks. Queries are therefore more naturally interpreted as task specifications, and the matching process involves assessing the alignment between task requirements and agent capabilities, rather than estimating semantic relevance alone. This shift also changes the notion of relevance itself, which becomes grounded in factors such as competence, reliability, and expected execution outcomes. Consequently, agent search extends retrieval from information matching to decision-making over executable systems, introducing new challenges in capability representation, task–agent alignment, and evaluation methodologies that account for downstream task performance (Wu et al. 2026a,b). Agent search is also related to research on multi-agent systems and orchestration, where the emphasis is on coordinating multiple agents to complete complex tasks (Fourney et al. 2024; Hu et al. 2025b). However, such approaches typically assume that candidate agents are already available and focus on how to organize their interactions, whereas agent search addresses the upstream problem of identifying and selecting appropriate agents in the first place.
Despite the growing body of work related to agent and tool discovery, retrieval, ranking, and evaluation, the literature remains fragmented across multiple research directions. Existing surveys have examined tool learning and tool use (Qu et al. 2025b), while broader surveys of AI agents provide general perspectives on agent architectures, capabilities, and applications (Luo et al. 2025; Wang et al. 2024a). Other surveys focus on individual components relevant to agent search, such as task planning (Huang et al. 2024b; Wei et al. 2025a), multi-agent coordination and workflows (Sun et al. 2025; Yu et al. 2025), and evaluation (Gu et al. 2024; You et al. 2026). While these surveys provide comprehensive perspectives on their respective areas, the problem of discovering, comparing, and selecting agents and tools has largely been studied through separate components rather than as an integrated search problem. Relevant contributions are consequently dispersed across information retrieval, multi-agent systems, tool learning, agent evaluation, and AI systems research, with different assumptions, problem formulations, and evaluation criteria. This fragmentation motivates a unified perspective that connects these components across the end-to-end process of agent and tool search.
In this survey, we present a systematic overview of agent and tool search, aiming to unify existing research under a common perspective. Our primary focus is on the discovery, representation, retrieval, and selection of agents and tools for accomplishing a given task, while also incorporating research from adjacent areas when it directly informs these processes. We begin by introducing the foundations of AI agents, tools, and executable capabilities (Section 2), and then formalize agent search as a retrieval and decision-making problem over executable systems (Section 3). Following the taxonomy developed in our conceptual framework, we organize the literature around task understanding (Section 4); agent and tool discovery, representation, and indexing (Section 5); retrieval, reranking, and selection (Section 6); and evaluation (Section 7). We further examine system-level dimensions that shape agent search, including safety, fairness, security, personalization, and transparency (Section 8), and discuss representative applications in healthcare, law, and deep research (Section 9). Finally, we synthesize the literature to identify key open challenges and promising directions for future research (Section 10).
2. Foundation of AI Agent Systems
2.1. AI Agents, Tools, and Executable Capability
AI agents are computational entities designed to autonomously or semi-autonomously accomplish tasks by perceiving inputs, reasoning over intermediate states, and executing actions in an environment (Luo et al. 2025; Wang et al. 2024a). Compared with traditional software components that perform fixed procedures, modern AI agents typically exhibit adaptive decision-making, planning capability, and the ability to interact with users, external tools, or other agents. Their effectiveness is therefore not solely determined by static descriptions or specifications, but emerges through execution and interaction during task solving. In this sense, AI agents can be viewed as executable problem solvers, whose capabilities are revealed dynamically as they process task requirements and generate outcomes.
In contrast, tools refer to callable functional components that implement specific operations, such as retrieval, data transformation, symbolic reasoning, or API invocation (Gou et al. 2024; Qin et al. 2024a,b; Qu et al. 2025b). Tools are generally designed with narrower functional scope and more clearly defined input–output behaviors than autonomous agents, and often lack independent goal formulation or long-horizon planning abilities. Nevertheless, tools play a critical role as building blocks within agentic systems, enabling agents to extend their operational capabilities by invoking specialized functions. From a system perspective, both agents and tools represent executable units that can be selected and composed to accomplish complex tasks, although they differ in levels of autonomy, reasoning complexity, and interaction patterns.
In practice, the boundary between agents and tools is increasingly blurred as AI systems evolve toward greater autonomy and compositionality. Some tools incorporate reasoning or limited planning capabilities, while many agents are constructed as orchestrations of multiple tool invocations (Qin et al. 2024a; Qu et al. 2025b). As a result, executable systems vary along multiple dimensions, including autonomy, functional scope, interaction capability, and decision complexity. To accommodate this heterogeneity, it is useful to adopt a unified abstraction that views both agents and tools as executable capability-bearing systems. Under this abstraction, the primary concern is not the internal architecture of a system, but the set of tasks it can successfully accomplish when invoked.
These executable systems typically expose their capabilities through various forms of representation prior to execution, including natural language descriptions, structured schemas, demonstrations, learned embeddings, or historical performance records (Lumer et al. 2025; Mulang et al. 2026; Shi et al. 2025d). These representations serve as proxies that allow users or higher-level controllers to estimate whether a system is suitable for a given task. However, such signals are often incomplete, noisy, or context-dependent, since true capability can only be fully observed through interaction and task execution. This inherent uncertainty makes it difficult to reliably assess and compare candidate systems, especially when the candidate space is large, heterogeneous, or dynamically evolving.
As the number and diversity of available executable systems continue to grow, determining which agents or tools to invoke becomes a non-trivial decision problem. In open ecosystems such as model hubs1, agent marketplaces2, and tool platforms3, users are increasingly required to identify suitable systems from extensive candidate pools. Similarly, within complex agentic workflows, controller components must dynamically select appropriate agents or tools to handle subtasks during execution (Fourney et al. 2024; Hu et al. 2025b). These challenges collectively highlight the need for principled mechanisms to discover and select executable systems capable of accomplishing a given task, motivating the study of agent search in large-scale AI environments (Wu et al. 2026b).
2.2. Motivation of Agent Search: User-Side and System-Side Demands
The need for agent search first becomes evident from the user perspective, as the rapid proliferation of AI agents and tools makes manual discovery increasingly difficult. Modern platforms and model hubs provide access to large collections of executable systems with diverse capabilities and interfaces (Ong et al. 2025; Patil et al. 2024; Qin et al. 2024b). While such diversity expands the range of tasks that can be addressed, it also introduces substantial uncertainty in determining which systems are suitable for a specific objective. Capability descriptions are often incomplete, inconsistent, or context-dependent, and actual performance may only be revealed through execution (Qu et al. 2025a; Wu et al. 2025a; Yuan et al. 2024c). Consequently, users are frequently required to rely on ad hoc exploration or trial-and-error invocation, resulting in increased decision cost and inefficiency (Balog et al. 2012; McDonald and Ackerman 1998). Under these conditions, selecting appropriate agents or tools naturally becomes a search problem that involves reasoning over uncertain capability signals and task requirements.
Beyond user-driven discovery, similar challenges arise from the system perspective, particularly within complex agentic workflows. Contemporary AI systems increasingly adopt modular architectures in which tasks are decomposed into subtasks handled by specialized agents or tools (Fourney et al. 2024; Hu et al. 2025b; Qin et al. 2024b). Controller or orchestration components must therefore dynamically determine which executable systems to invoke at different steps of task execution. This selection process is complicated by overlapping capabilities, evolving task contexts, and constraints such as latency, reliability, or resource consumption. As candidate spaces grow in size and diversity, naive selection strategies become insufficient, and overall system performance depends critically on the ability to identify suitable executors in a principled and scalable manner.
These challenges become even more pronounced in open and evolving agent ecosystems, where executable systems are developed, deployed, and updated in a decentralized manner (Fang et al. 2025a; Gao et al. 2026). In such environments, candidate spaces are not only large but also continuously changing, and interactions may occur among independently designed agents with heterogeneous assumptions and interfaces. Both users and agentic systems must therefore operate under heightened uncertainty when discovering and selecting appropriate capabilities. This transition from closed pipelines to open agent economies amplifies the complexity of selection decisions, making the ability to efficiently identify suitable executable systems a fundamental requirement. Motivated by these pressures, we formalize the problem of agent search in the next section.
3. A Conceptual Framework of Agent Search
In this section, we officially define the conceptual framework of agent search, covering the problem definition, system overview, system inputs and outputs.
3.1. Problem Definition
Agent search concerns the problem of identifying agents or tools capable of accomplishing a given task within an ecosystem of available systems. Unlike traditional information retrieval, where the search targets are static information objects such as documents, the targets in agent search are executable systems whose capabilities are revealed through reasoning, interaction, and task execution. Consequently, the objective is not merely to retrieve relevant descriptions, but to determine which agents or tools are most suitable for successfully completing a task.
At a high level, the agent search problem can be characterized by three fundamental elements: task specification, candidate agent space, and search outcome:
- Task Specification. The task specification describes the objective that needs to be accomplished. It defines the problem context that guides the search process, capturing the user’s goal or the system’s operational requirement.
- Candidate Agent Space. The candidate agent space refers to the set of available executable systems that may potentially accomplish the task. These candidates may include tools, agents, or other autonomous systems whose capabilities vary in scope and complexity.
- Search Outcome. The search outcome denotes the result produced by the search process, specifying which agents, tools, or composed solutions should be used or considered for addressing the task.
Figure 1 presents our conceptual framework of agent search, illustrating how task specifications, heterogeneous candidate spaces, capability representations, and search outcomes interact within an end-to-end search pipeline. We use this framework throughout the remainder of the survey to organize the discussion of different research directions. This formulation intentionally abstracts away from specific system implementations in order to capture the diverse settings in which agent search arises. In the following, we further elaborate how these elements are instantiated in practical systems, including the overall system workflow as well as the concrete forms of system inputs, candidate agents, and outputs.
3.2. Key Components
While Section 3.1 formulates agent search abstractly through task specification, candidate agent space, and search outcome, these components can each exhibit substantial variation across application settings. Such variation fundamentally shapes the difficulty, design, and behavior of agent search systems. To provide a more structured characterization of the problem space, we examine the dimensions along which task specifications, candidate agent spaces, and search outcomes may vary. This perspective complements the system-level abstraction introduced in Section 3.3 by clarifying how variation in these three components gives rise to distinct agent search scenarios.
3.2.1. Task Specification
The task specification in agent search may be characterized along several intrinsic dimensions.
Task Abstraction. One important dimension concerns the level at which a task objective is expressed. In some settings, tasks are specified at a high level of abstraction as user intents or goals, requiring substantial interpretation before suitable agents can be identified. In other settings, inputs may take the form of more concrete operational tasks, or even executable task specifications that can be more directly mapped to agent or tool operations. Differences in task abstraction influence how agent search systems perform task understanding, capability matching, and decomposition.
Task Observability. A second dimension concerns the extent to which requirements relevant for agent selection are explicitly available. Some tasks are fully observable, with clear objectives and constraints provided at search time. Others may be only partially observable, where important requirements are ambiguous, incomplete, or revealed only through clarification. In recommendation-oriented settings (Koren et al. 2022; Mao et al. 2025; Shi et al. 2025b; Zhang et al. 2024f), task needs may even be latent and must be inferred from contextual signals or user preferences. Variations in task observability introduce different forms of uncertainty into the search process and often affect whether interaction or inference is needed prior to agent selection.
Task Scope. A third dimension concerns the structural complexity of the task itself. Some tasks are atomic and may be addressed by a single specialized agent or tool, while others involve multiple interdependent subtasks requiring decomposition or coordinated execution. At a larger scope, tasks may resemble workflow-level objectives whose fulfillment may require compositions of agents rather than isolated selections. Such differences influence whether agent search targets individual agents, sets of agents, or potentially coordinated agent assemblies.
3.2.2. Candidate Agent Space
The candidate agent space in agent search can be viewed as an executable capability space, which may be characterized along several intrinsic dimensions.
Candidate Granularity. One important dimension concerns the functional scope at which executable systems are treated as retrieval targets. At one end, candidates may consist of fine-grained tools designed to perform specific operations, such as retrieval, computation, or API invocation. At a broader level, candidates may take the form of autonomous agents capable of reasoning, planning, and handling more complex objectives through interaction. At even higher levels of granularity, the search targets may include coordinated multi-agent systems or agent assemblies that function as composite executable units. Differences in candidate granularity influence what constitutes the search object itself, and consequently affect how capabilities are represented, matched, and selected.
Functional Overlap. A second dimension concerns the extent of functional overlap among candidates, namely whether multiple agents or tools provide redundant, substitutable, or partially overlapping functionality for a given task. In some settings, candidates exhibit low overlap and provide relatively specialized capabilities, making selection primarily a matter of identifying appropriate functionality. In other settings, particularly in open and rapidly evolving agent ecosystems, many candidates may potentially address the same task while differing in quality, reliability, efficiency, or cost. Such overlap increases the difficulty of agent search, as the problem extends beyond identifying feasible candidates to differentiating among competing alternatives according to multiple criteria.
Capability Observability. A third dimension concerns the degree to which a candidate’s competence can be assessed prior to execution. In highly observable settings, capabilities may be estimated through structured metadata, interpretable traces, demonstrations, or historical performance signals. In partially observable settings, such signals may be incomplete or noisy, making capability estimation uncertain. In more opaque settings, candidate competence may only be inferred indirectly through empirical interaction outcomes. Variations in capability observability affect how search systems reason about uncertainty and whether selection can rely primarily on prior representations or must incorporate exploratory interaction and feedback.
3.2.3. Search Outcome
The search outcome of agent search is a ranked list of candidate executable solutions, where each returned item represents one or more executable agents identified for a given task. The search outcome may be characterized by the compositional structure of the returned solutions.
Solution Composition. Solution composition refers to the structural organization of each executable solution returned by agent search. Depending on the complexity of the task, an executable solution may consist of a single agent or tool, a collection of complementary agents or tools, or an entire agentic workflow that explicitly specifies both the participating agents and their coordination strategy. Simple tasks can often be accomplished by a single executable unit, whereas complex tasks, such as multi-step tasks or long-horizon tasks, may require multiple agents or tools working collaboratively to complete different subtasks. Consequently, agent search may operate over executable solutions of varying composition, ranging from isolated agents to fully coordinated agentic systems.
3.3. A Pipeline View of Agent Search
Agent search systems operationalize the problem formulation introduced in Section 3.1 by transforming a task specification and a candidate agent space into a selection outcome. While concrete implementations may differ substantially, agent search can be conceptually understood through a pipeline view characterized by two orthogonal dimensions of system design: pipeline stages, which describe the major phases through which candidate spaces are prepared and task-conditioned selection is performed, and capability access levels, which describe what information about candidate agents is available to support those stages. Together, these dimensions provide a unified abstraction for organizing diverse agent search systems beyond particular architectures or implementations.
Pipeline Stages.
One important dimension concerns the major stages through which agent search is performed. A first stage involves offline capability preparation, where the candidate space is prepared for effective search before task-time. This may include constructing representations of agent capabilities (Qin et al. 2024a; Qu et al. 2025b), estimating competence (Wang et al. 2026; Yue et al. 2025b), organizing candidates into searchable structures (Du et al. 2024; Liu et al. 2025; Zheng et al. 2024), and maintaining these representations as candidate ecosystems evolve (Guo et al. 2024; Li et al. 2023b; Xu et al. 2024). The objective of this stage is to make potentially large, heterogeneous, and dynamic agent spaces accessible for efficient retrieval and selection. A second stage involves online task-conditioned selection, where the system produces task-appropriate agent selections at query time. This stage may involve task understanding (Li et al. 2025i; Lu et al. 2023; Song et al. 2023), capability matching (Qin et al. 2024b; Shi et al. 2025d; Zheng et al. 2024), candidate retrieval, and selection decisions over individual agents or composed solutions (Kalra et al. 2025; Kim and Diaz 2026). Depending on the setting, online selection may further involve iterative refinement through feedback obtained from interaction or execution (Li et al. 2025i; Xu et al. 2024; Yao et al. 2022). While conceptually distinct, these stages are closely coupled, as the effectiveness of online selection depends on how capabilities are modelled offline, while feedback from online usage may in turn improve offline preparation (Xu et al. 2024).
Capability Access Levels.
A second dimension concerns the extent of information available about candidate agents for supporting both offline preparation and online selection. At the most limited level, description-level access provides only declarative capability information, such as agent descriptions, metadata, interface specifications, or tool signatures (Qin et al. 2024a; Qu et al. 2025b). At a richer level, behavioral evidence access includes observations of agent behavior, such as input-output demonstrations, empirical evaluations, or benchmark performance signals (Guo et al. 2024; Shi et al. 2025d; Wu et al. 2026b), enabling capability estimation beyond static descriptions. Beyond behavioral evidence, trajectory-level access provides visibility into execution processes themselves, including reasoning traces, intermediate states, or tool-use trajectories (Li et al. 2025i; Xu et al. 2024; Yao et al. 2022), allowing search systems to reason about how candidates accomplish tasks rather than only what outcomes they produce. At the highest level, full candidate access assumes white-box access to agent internals, such as policies, source code, or underlying components (Hu et al. 2025c; Ocker et al. 2024; Yuan et al. 2024a), enabling deeper forms of modeling, analysis, or adaptation. These access levels are orthogonal to the pipeline stages, as different agent search systems may combine different stages of optimization with different levels of candidate access. This perspective highlights that system design in agent search is shaped not only by what decisions are made during search, but also by what information is available to support those decisions.
Figure 2.
Evolution of research directions related to agent search from 2023 to 2026. Existing work has progressed from task understanding and planning capabilities, through representation and search mechanisms for tools and agents, toward deployment-oriented concerns such as evaluation, safety, robustness, and domain-specific applications. Together, these developments form the broader research landscape that underpins agent search systems.
Figure 2.
Evolution of research directions related to agent search from 2023 to 2026. Existing work has progressed from task understanding and planning capabilities, through representation and search mechanisms for tools and agents, toward deployment-oriented concerns such as evaluation, safety, robustness, and domain-specific applications. Together, these developments form the broader research landscape that underpins agent search systems.

3.4. Agent Search Through the Lens of Retrieval and Distributed AI
Agent search is a new problem, but it is not an unprecedented one. Its defining question, i.e., given a task, identify the systems best able to accomplish it, recur in different forms across several established research traditions. In this subsection, we situate agent search within these traditions by following a single thread: how the object of search has progressively shifted from static content, to information-producing systems, to autonomous agents that act on the world. Tracing this progression clarifies both what agent search inherits from prior work and where it departs from it.
Document Retrieval.
The most familiar starting point is classical document retrieval, where a query is matched against a corpus of static artifacts and relevance is assessed from the topical correspondence between query and content (Reimers and Gurevych 2019; Robertson and Zaragoza 2009; Sparck Jones 1972). Agent search shares the high-level skeleton of this problem—identifying and ranking candidates in response to a query—but differs in what is being ranked. Rather than passive documents whose value lies in the information they contain, the candidates are executable systems whose value lies in the tasks they can accomplish. Queries therefore become task specifications rather than information needs, and relevance shifts from content match to competence: whether a candidate can successfully carry out the task, and how well it does so. This reframing carries retrieval from information matching into task-oriented decision making, and motivates the problems of capability representation, task–agent alignment, and execution-aware evaluation that structure the remainder of this survey.
Distributed Retrieval and Distributed AI.
Agent search draws closely related foundations from both distributed information retrieval (DIR) and distributed AI (DAI), which address a common question from complementary perspectives: given multiple distributed capability providers, how should a system identify the most appropriate one(s) for a task? In DIR, information is distributed across multiple collections or search services, and the central problem is deciding where to search before retrieving individual documents. Research on resource selection and ranking (Dai et al. 2017; Khramtsova et al. 2023), distributed and federated search (Callan et al. 1995; Callan 2002; Diaz et al. 2010), and meta-search (Chen et al. 2001; Glover et al. 1999) therefore studies how a query can be routed to promising resources and how their heterogeneous results can subsequently be aggregated (Arguello 2017; Cormack et al. 2009). Expert finding further strengthens this connection, since the competence of a candidate expert must be inferred from indirect evidence rather than from surface-level matching (Balog et al. 2012). DAI approaches the same problem from the perspective of autonomous systems rather than distributed collections, where heterogeneous agents advertise, discover, and coordinate their capabilities to accomplish delegated tasks (Weiss 1999). Representative paradigms include the blackboard architecture, where specialized knowledge sources advertise their competence and are opportunistically activated according to the current problem state (Nii 1986), and the Contract Net Protocol, where a manager announces subtasks and selects contractors through bidding based on their advertised capabilities (Smith 1980). Together, these ideas establish the conceptual foundations of modern agent search: DIR contributes the retrieval perspective of routing queries to the most appropriate capability providers, while DAI contributes the mechanisms for representing, advertising, and allocating capabilities among autonomous agents. Contemporary agent registries, marketplaces, and tool servers can therefore be viewed as LLM-era realizations that unify these two traditions, performing capability-aware retrieval over large, heterogeneous, and continually evolving agent ecosystems.
Agent Orchestration Systems.
Following DAI that supplies the ancestry of agent search, modern agent orchestration systems represent its immediate downstream sibling. Orchestration is concerned with how an available set of agents or tools should be coordinated to complete a complex task—task decomposition, dependency management, scheduling, and monitoring (Fourney et al. 2024; Hu et al. 2025b)—and typically assumes that the pool of candidate agents is already given. Agent search addresses the upstream question that orchestration presupposes: identifying and selecting the appropriate agents from a large, heterogeneous, and evolving space in the first place. The two are tightly coupled at both ends of the pipeline, since the agent search problem arises both at the user end, where users seek suitable agents for their needs, and at the system end, where an orchestrator must locate executable components for its subtasks. In this sense, orchestration can be viewed as a downstream instantiation of agent search, where the emphasis shifts from selecting agents to structuring their collaboration.
Figure 3.
Hierarchical organization of the survey sections and associated works.

Across all of these traditions, a single distinction sets agent search apart: its retrieval targets act rather than merely inform. In document retrieval, DIR, and expert finding, the selected artifact, resource, or expert ultimately serves to surface static information, and its relevance can be estimated from evidence gathered offline. In agent search, by contrast, the selected system executes, incurs cost, and may alter external state, so its true competence is only partially observable before execution and its relevance must be grounded in expected task outcomes, reliability, and safety rather than topical similarity alone. Agent search thus inherits the routing and selection machinery of DIR, the advertisement and coordination abstractions of DAI, and the ranking foundations of classical retrieval, while extending all of them toward execution-grounded competence estimation over dynamic and continually evolving agent ecosystems.
4. Task Understanding
In the agent search process, understanding the user’s task is of critical importance, particularly in long-horizon scenarios, where decomposing complex objectives into step-by-step actionable sub-tasks is decisive for subsequent agent search performance (Huang et al. 2024b; Qiao et al. 2023; Wei et al. 2025a; Zhai et al. 2025). Beyond supporting task execution, task understanding serves as the bridge between user intent and downstream agent selection. A clear understanding of the task determines not only what capabilities should be searched for, but also what constraints, dependency structures, and interaction requirements must be satisfied. These requirements influence whether multiple specialized agents are needed, how retrieved agents should be coordinated, and whether additional information must be elicited from the user before retrieval can proceed. Consequently, techniques for task decomposition, planning, and clarification play a fundamental role in shaping the effectiveness of agent search systems.
Therefore, in this section, we provide a systematic review of existing task understanding techniques that are relevant to agent search, focusing on two progressive aspects: strategies for task decomposition (Section 4.1) and methods for enhancing planning capabilities based on these strategies (Section 4.2). Furthermore, we discuss proactive user intent clarification (Section 4.3), which plays a particularly important role in agent search due to the ambiguity and underspecification commonly observed in user requests.
4.1. Task Decomposition
Sequential vs. Structured Planning.
The emergence of Chain-of-Thought (CoT) (Kojima et al. 2022;Wei et al. 2022a,b) marked a pivotal milestone in enabling language models to progressively acquire the capability to decompose complex tasks. Building upon this foundation, ReAct (Yao et al. 2022) introduced agentic behavior to LLMs, where natural language–based function calling, tool usage, and action execution endowed models with the ability to interact with external environments. Its canonical thought–action–observation loop has since become a dominant interaction paradigm for modern agents. Methods exemplified by Reflexion (Shinn et al. 2023) further advanced this line of research by teaching LLMs to perform iterative reflection and refinement (Gou et al. 2024; Huang et al. 2023; Kumar et al. 2024a; Madaan et al. 2023; Paul et al. 2024; Renze and Guven 2024; Sun et al. 2023; Zelikman et al. 2022), enabling agents to revise their actions based on environmental feedback. Subsequent approaches further improve agent planning by enhancing the complexity (Fu et al. 2022; Press et al. 2023; Zhou et al. 2022), diversity (Zhang et al. 2022), and consistency (Li et al. 2023c; Wang et al. 2022; Weng et al. 2023) of reasoning and planning. However, this line of work remains constrained by sequential task decomposition strategies, which expose task requirements incrementally and may limit the system’s ability to reason about the full set of capability requirements, constraints, and dependency relationships before agent selection. These limitations become particularly pronounced in complex agent search scenarios involving multiple specialized agents. Accordingly, another line of research (e.g. ToT (Yao et al. 2023), GoT (Besta et al. 2024)) adopts structured planning approaches, introducing tree-based or graph-based structures to more effectively represent complex task decompositions (Shen et al. 2024; Wu et al. 2025c, 2024; Yang et al. 2025b). For example, some studies model agentic workflows as Directed Acyclic Graphs (DAGs) (Prasad et al. 2024; Qiao et al. 2024a; Schroeder et al. 2025; Yuan et al. 2024b; Zhang et al. 2025k), where subtasks without dependency relationships can be executed in parallel. These representations explicitly capture dependency structures among subtasks, providing richer signals for identifying, selecting, and coordinating multiple specialized agents. While certain approaches rely on human-designed fixed workflows (Hong et al. 2023; Qian et al. 2024a; Wang et al. 2023; Yang et al. 2025a), a growing body of work enables agents to automatically generate workflows and iteratively refine them during the planning process (Hong et al. 2025;Wang et al. 2025g; Zhang et al. 2025b, 2024c). In addition, some methods integrate tree search algorithms (e.g., MCTS) to explore the trajectory space for optimal solutions (Ding et al. 2025; Hao et al. 2023a; Jiang et al. 2025b; Koh et al. 2025; Ou et al. 2025; Zhang et al. 2024b; Zhuang et al. 2024); such approaches are also representative of test-time scaling strategies. These differences have important implications for agent search, as different decomposition strategies expose capability requirements and dependency structures at different levels of granularity.
Global vs. Iterative Planning.
With respect to when subtasks are generated during the planning process, we further categorize task decomposition strategies into global and iterative paradigms. For global task decomposition approaches (Wang et al. 2023;Wu et al. 2025c; Yang et al. 2025a; Yin et al. 2024a; Zhang et al. 2024c), the agent generates all subtasks in a single pass based on the user’s task and subsequently maps each subtask to executable actions in a step-by-step manner. A key limitation of this paradigm is its inability to dynamically revise the initial requirement specification when new information becomes available. Consequently, capability requirements identified during planning may become misaligned with the available agent ecosystem or evolving task constraints. Therefore, it is more suitable for tasks with relatively clear and well-defined workflows. For iterative approaches (Qiao et al. 2025b; Qin et al. 2024b; Sun et al. 2023; Yao et al. 2022; Zhang et al. 2025k; Zhou et al. 2022), the agent generates only one subtask at each step, dynamically determining the next subtask based on the current state and the historical context of previous steps. The flexibility of this paradigm has made it the dominant agent framework (e.g., ReAct). However, such methods are prone to trajectory collapse, as errors may accumulate progressively across planning steps, potentially leading to inaccurate requirement specifications and suboptimal agent selection decisions. Some approaches (Wang et al. 2025g; Zhang et al. 2025b, 2026c) attempt to combine global and iterative planning, where the agent first generates an initial global plan and then dynamically adjusts subsequent global steps based on feedback obtained during subtask execution. However, since the distinction between these approaches and iterative planning is relatively small, they have not become a dominant paradigm.
4.2. Planning Augmentation
Agentic Post-Training.
Accurately identifying capability requirements, constraints, and dependency structures relies heavily on the planning capability of the underlying system. Training therefore represents the most direct approach to improving requirement discovery and task understanding. The initial era of agentic training relied primarily on Supervised Fine-tuning (SFT) of models using trajectory data derived from human annotations or distilled from stronger models (Chen et al. 2023a, 2024d; Hu et al. 2025a; Qiao et al. 2024b; Yin et al. 2024a; Zeng et al. 2024; Zhu et al. 2025c). While such methods are straightforward and effective, they suffer from two significant limitations: first, the training trajectory distribution tends to be overly idealized, rendering the trained models prone to collapse when encountering unexpected situations; second, the annotation of trajectory data entails prohibitively high costs. Subsequent works have incorporated preference training (e.g., DPO (Rafailov et al. 2023), RPO (Pang et al. 2024), etc.) upon the SFT foundation (Hu et al. 2025b; Qiao et al. 2025a; Song et al. 2024), wherein negative samples are drawn from the post-SFT model and paired with gold trajectories to further train the agent model. Although such methods can yield performance improvements beyond the SFT baseline, they fundamentally fail to address the dual challenges of idealized training data and prohibitive costs inherent in SFT. Moreover, the stability of DPO-like algorithms on long-horizon trajectories remains questionable. The emergence of GRPO (Shao et al. 2024) has propelled the application of Reinforcement Learning (RL) in agentic training to its zenith. This approach, which relies solely on final rewards as supervisory signals without requiring intermediate annotations, effectively addresses the limitations inherent in prior training methodologies. Although zero-RL (Guo et al. 2025) has demonstrated efficacy in certain agent scenarios (Jin et al. 2025; Qian et al. 2025; Wei et al. 2025c), contemporary agent models remain incapable of handling most complex task environments, making it difficult to rollout high-quality trajectories for training. Consequently, the majority of works (Feng et al. 2025; Li et al. 2025i; Qiao et al. 2025b; Wu et al. 2025b; Zhang et al. 2025d) adopt SFT as a mid-training stage prior to RL to obtain a superior foundation model for subsequent fine-tuning. Some preliminary efforts have explored the integration of process reward mechanisms into RL training (Chen et al. 2025c; Fei et al. 2025a; Li et al. 2025i; Sullivan 2025). However, satisfactory process reward modeling remains elusive, limiting the ability of current systems to reliably learn the planning and requirement discovery behaviors needed for complex agent search scenarios.
Multi-Agent Framework.
Complex tasks often involve diverse capability requirements, constraints, and dependency structures that may be difficult for a single planning module to model effectively. Consequently, many agent systems distribute planning and decision-making across multiple specialized agents, giving rise to multi-agent frameworks. Contemporary multi-agent frameworks can be taxonomized into centralized and distributed systems based on the role of the planning agent. In centralized architectures, the planning agent assumes a central coordinating position, responsible for orchestrating the invocation of other functionally specialized agents (Hu et al. 2025b; Ruan et al. 2026; Su et al. 2025). This constitutes an agent-as-tool paradigm that separates requirement discovery from capability fulfillment, allowing the planning agent to focus on identifying, organizing, and coordinating specialized capabilities. Distributed frameworks more closely resemble sophisticated ensemble learning, wherein constituent agents maintain essentially equivalent status (Chen et al. 2023c, 2024a; Dang et al. 2025). Variations across different frameworks primarily reside in the mechanisms of inter-agent information transmission and fusion. Such mechanisms enable different agents to contribute complementary perspectives when modeling task requirements, reducing the reliance on a single planner’s understanding of the task. Another category of multi-agent research adopts human-orchestrated workflows, wherein distinct agents assume predefined task-specific roles (Hong et al. 2023; Li et al. 2023a, 2024c; Qian et al. 2024a;Wang et al. 2023; Yang et al. 2025a). As planning in such paradigms is performed by humans rather than agents, we do not elaborate on this approach herein. From the perspective of agent search, multi-agent frameworks can be viewed as systems that distribute requirement discovery and capability matching across multiple specialized entities. Consequently, they provide a natural foundation for studying how diverse capabilities can be identified, selected, and organized to satisfy complex user requirements.
Planning Offloading.
Planning offloading extends the reasoning-as-tool paradigm (Wang et al. 2025a) by treating planning itself as a specialized capability that can be delegated to external systems. Rather than assuming that planning must be performed by the agent itself, planning offloading enables agents to leverage more powerful or specialized planning modules when complex reasoning is required. For instance, in the small-large model collaboration scenario, smaller models may delegate complex planning components of a task to a stronger model (Chen et al. 2023b; Kon et al. 2026; Shao et al. 2025). The stronger model therefore acts as a cognitive tool that supplements capabilities unavailable to the smaller model, effectively expanding its problem-solving capacity without requiring those capabilities to be internally acquired. Indeed, prior to the emergence of LLMs, planning constituted a well-established domain within the machine learning community. Traditional planners such as PDDL (Gerevini 2020) have long been investigated in this context. Leveraging their extensive repository of world knowledge, LLMs can translate natural language specifications into formal planning languages, thereby delegating planning to dedicated planning systems (Dagan et al. 2023; Guan et al. 2023; Hirsch et al. 2024; Liu et al. 2023a). Such approaches separate requirement understanding from plan generation, allowing specialized planners to focus on solving well-defined planning problems.
Agentic Harness.
Complementing post-training, multi-agent collaboration, and planning offloading, an agentic harness is the model-external runtime layer that manages context, tools, state, control flow, and verification during task execution (Lin et al. 2026; Wang et al. 2025f; Yang et al. 2024a; Zhang et al. 2025c). Its components typically include system instructions, retrieved skills, memory, agent and tool interfaces, and policies for retry, stopping, reflection, and recovery. Harness engineering can therefore improve planning without modifying model weights by structuring how task requirements are represented and updated throughout an interaction. Recent studies further treat the harness itself as an optimization target, using execution traces, task outcomes, and accumulated experience to search or evolve its code and components (Huang et al. 2026; Lee et al. 2026c; Lin et al. 2026; Liu et al. 2026; Pan et al. 2026). These approaches span end-to-end code optimization, observability-driven component evolution, self-supervised refinement, and continual task-specific adaptation. In agent search, the harness converts evolving task states into capability queries and revises retrieval decisions using feedback from selected agents. This coupling makes observed agent capability dependent on the model–harness configuration rather than the base model alone (Kapoor et al. 2025; Lin et al. 2026; Yao et al. 2026; Zhang et al. 2026a). Current evidence, however, remains dominated by software-engineering settings, leaving cross-model and cross-domain transfer, computational cost, security, and selection bias insufficiently understood.
4.3. Proactive User Intent Clarification
The task decomposition and planning augmentation strategies surveyed above implicitly assume that the user’s task specification is sufficiently clear for the system to act upon. In practice, however, user-submitted task descriptions are frequently ambiguous or only partially specified, and an unclear specification will propagate errors into downstream requirement discovery, agent retrieval, and agent selection decisions. Proactive user intent clarification addresses this gap by engaging users through dialogue to elicit and resolve ambiguity before or during task understanding, thereby improving the quality of downstream requirement identification, agent retrieval, and orchestration. As dedicated literature on user intent clarification for agent search remains scarce, we draw upon adjacent fields including conversational recommender system (CRS) (Gao et al. 2021; Jannach et al. 2022), conversational search (Meng et al. 2023, 2025; Mo et al. 2025b), and tool learning (Qu et al. 2025b), and categorize existing methods by whether clarification operates over a closed-ended structured attribute space or an open-ended natural language space.
Closed-ended Attribute-based Clarification.
Closed-ended attribute-based clarification formulates user intent elicitation as sequentially asking users about predefined, structured attributes to progressively narrow down their requirements. Although no longer the dominant paradigm in the LLM era due to its dependence on predefined attribute spaces, it remains valuable for its efficiency and controllability. CRS formulates intent clarification as sequential decision-making over structured attributes, providing the closest methodological foundation for this approach. UNICORN (Deng et al. 2021) laid the foundation by unifying three previously separate CRS decisions (what attribute to ask about, when to ask, and what to recommend as the result) into a single graph-based deep Q-network policy. HutCRS (Qian et al. 2023) observed that asking users to give explicit yes/no feedback on every required attribute, regardless of their knowledge or interest, fails to capture their multi-faceted intent, and introduced a hierarchical interest tree that enables the system to first ask broad questions about interest aspects and then drill down to specific attributes through targeted follow-up questions via its Hierarchical-Interest Policy Learning module. SAPIENT (Du et al. 2025) advanced the attribute-asking strategy beyond the greedy action selection shared by prior methods, introducing non-myopic planning via Monte Carlo Tree Search (Kocsis and Szepesvári 2006) that simulates future attribute-answer trajectories to identify higher-reward clarification sequences rather than greedily selecting the next attribute. These CRS methods share a structural parallel with agent search: item attributes can correspond to agent capability dimensions. Agent capabilities, constraints, and interaction requirements, however, are open-ended and compositional, extending well beyond finite CRS attribute spaces. This suggests that future agent search systems may require structured capability taxonomies or hybrid clarification strategies that combine structured reasoning with natural language interaction.
Open-ended Language-based Clarification.
Rather than selecting from predefined attributes, open-ended methods generate clarifying questions in natural language, offering greater flexibility and expressiveness in capturing nuanced user needs, though at the cost of reduced controllability and a heavier reliance on the model’s capacity to decide when and what to ask. Related work in this area can be traced from foundational retrieval research to increasingly principled agent-oriented frameworks. Zamani et al. (Zamani et al. 2020) proposed the task of generating clarifying questions for open-domain information retrieval, training supervised and reinforcement learning models with weak supervision from query logs, and validating through large-scale online experiments. Tell Me More! (Qian et al. 2024b) extended this to LLM agent scenarios, training Mistral-Interact to proactively assess task vagueness and elicit implicit user intentions through explicit questioning, representing an early work on proactive agent questioning. AskToAct (Zhang et al. 2025g) further introduced self-correcting clarification with a selective masking mechanism for dynamic error detection and correction during multi-turn interaction, recovering the majority of critical unspecified intents. SAGE-Agent (Suri et al. 2025) advanced this direction by introducing structured uncertainty over parameter domains and quantifying each candidate question’s disambiguation value through an expected value of perfect information objective, achieving substantial coverage improvement with significantly fewer questions. On the evaluation side, Ambig-SWE (Vijayvargiya et al. 2025) validated the practical value of interactive clarification by constructing an underspecified SWE-Bench variant, demonstrating significant performance gains. Beyond clarifying a single task, a small but growing body of work begins to close the loop by using clarification to drive the agent search itself: iCARE (Wiratunga et al. 2026), for example, asks one or two targeted clarifying questions when an utterance is under-specified and routes the resulting clarified intent to the appropriate specialist agent, an early instance of clarification-driven agent routing. Compared with closed-ended methods, LLM-based clarification is naturally more compatible with agent search, as agent capabilities are typically described in natural language. However, agents are autonomous entities with internal state, dynamic behavioral characteristics, and reliability profiles that go beyond the static descriptions assumed in existing retrieval settings. Consequently, effective clarification may need to reason not only about what capabilities are required, but also about execution constraints, coordination preferences, and acceptable trade-offs among candidate agents and tools.

5. Agent Discovery, Representation and Indexing
Agent search fundamentally differs from traditional document retrieval because the retrieval target is an actionable entity rather than a passive information object. Consequently, an agent search system must not only identify relevant agents, but also represent their capabilities, constraints, behavioral characteristics, and execution requirements in a form that can be indexed and retrieved. The effectiveness of downstream retrieval and selection therefore depends critically on how agents and tools are discovered, represented, and maintained. Before retrieval and reranking algorithms can operate (Section 6), a system must (i) decide the unit of retrieval (single API endpoint, tool package, agent, or agent policy), (ii) define the representation surface of each unit, and (iii) construct and maintain an index over those representations. This framing is consistent with tool ecosystems that explicitly introduce a retrieval component over large tool pools (e.g., API-Bank, ToolLLM, and ToolRerank) (Li et al. 2023b; Qin et al. 2024b; Zheng et al. 2024).
We use representation to mean the information stored for each tool/agent that will later be used for matching and selection (e.g., names, natural-language documentation, structured schemas, usage examples, learned tool tokens) (Hao et al. 2023b; Li et al. 2023b; Liang et al. 2023). We use indexing to mean the data structure and preprocessing that makes retrieval feasible at scale (e.g., inverted indexes for lexical search, dense vector indexes for semantic search, hierarchical catalogs, or cache/lookup tables) (Du et al. 2024; Guo et al. 2024; Li et al. 2023b; Schick et al. 2023).
5.1. Units of Discovery
A fundamental design decision in agent search concerns the unit of retrieval itself. Different systems expose capabilities at different granularities, leading to different retrieval, orchestration, and composition behaviors: (1) API-level tools, where each callable function/API endpoint is a distinct item (e.g., API pools and plugin/function libraries) (Li et al. 2023b; Patil et al. 2024; Qin et al. 2024b); (2) toolkits / packages, where a set of APIs is retrieved as a group (e.g., domain-scoped packages or clustered toolsets) (Liang et al. 2023; Liu et al. 2025; Yuan et al. 2024a); and (3) agents, where the retrieved item is an agent policy/prompt/program or a capability/profile entry in a routing pool (Hu et al. 2025c; Wang et al. 2026; Yue et al. 2025b).
The unit choice interacts with context limits and orchestration overhead. For example, TaskMatrix.AI discusses an API selector over millions of APIs and also a package/module strategy to locate relevant APIs more efficiently (Liang et al. 2023). Conversely, API-Bank and ToolLLM emphasize selecting individual APIs from an API pool via a retriever (Li et al. 2023b; Qin et al. 2024b).
5.2. Tool Representation Surfaces
The representation surface determines which aspects of a tool or agent become visible to downstream retrieval models. Consequently, representation design directly defines the signals available for capability matching. Across the literature, tools are commonly represented by combinations of: identifier strings (tool/API names), natural-language descriptions, structured I/O specifications (parameter lists, JSON/OpenAPI schemas), code-level signatures (type hints, docstring signatures, JSDoc), and usage examples (demonstrations, snippets) (Esakkiraja et al. 2025; Li et al. 2023b; Liang et al. 2023; Ocker et al. 2024; Patil et al. 2024). Some systems additionally incorporate environment metadata (e.g., host URL, authentication requirements, registry/server info) (Fei et al. 2025b; Patil et al. 2024; Qin et al. 2024b) or even the tool implementation code itself when available (Esakkiraja et al. 2025; Yuan et al. 2024a). Table 1 summarizes these representation fields.
Meta-information and documentation.
A widely used baseline is to index API meta information (name, definition/description, and input/output parameters). API-Bank, for instance, introduces a dedicated API Search component that embeds query keywords and all API meta information, then retrieves by cosine similarity (Li et al. 2023b). TaskMatrix.AI standardizes API documentation into a unified schema consisting of API name, parameter list (including types/defaults), description, optional usage examples, and optional composition instructions (Liang et al. 2023). Gorilla similarly constructs JSON-form API documents (including api_name, arguments, example code, and environment requirements) and retrieves relevant API documentation to inject into the prompt (Patil et al. 2024).
Schemas and signatures.
Structured tool definitions can sharpen retrieval and invocation correctness by grounding parameter/return fields. Several systems explicitly store parameter/return fields and types (often in JSON-like forms) (Fei et al. 2025b; Li et al. 2023b; Qin et al. 2024b), while others rely on code-level signatures and docstrings/type hints. Tulip performs code introspection to extract function name, docstring, and parameter names/descriptions/types (Sphinx-style), then embeds the extracted record for vector-store search (Ocker et al. 2024). DeepCodeSeek similarly treats developer-facing API documentation as structured JSDoc summaries/signatures plus metadata, using this as an indexing substrate for multi-stage retrieval (Esakkiraja et al. 2025).
Examples and demonstrations.
Examples appear in two roles: (i) as part of the indexed tool description (to help matching and invocation), and (ii) as training data to learn better representations or selectors. TaskMatrix.AI explicitly allows usage examples in its unified API documentation schema (Liang et al. 2023). ToolkenGPT learns a dedicated embedding per tool token (“toolken”), trained on demonstrations so that tool selection can be triggered by token generation (Hao et al. 2023b). ToolBank also emphasizes usage-driven signals by constructing Tool2Vec embeddings derived from example user queries associated with each tool (Moon et al. 2024).
Environment and runtime metadata.
While early tool-retrieval work often treats tools as pure text, more realistic tool libraries increasingly encode environment constraints such as authentication, host URLs, server registries, and runtime requirements. For instance, Gorilla includes environment requirements in its JSON API documents (Patil et al. 2024); ToolLLM records per-tool host URLs in its API documentation fields (Qin et al. 2024b); and MCP-Zero represents MCP server metadata and tool parameters in a structured schema and builds a vector index over server and tool descriptions (Fei et al. 2025b).
5.3. Indexing and Retrieval Backends
Given a representation surface, systems operationalize search using a small set of recurring paradigms (Table 2). While indexing techniques largely originate from information retrieval, their role in agent search extends beyond relevance estimation because indexed representations must support capability discovery, constraint matching, and orchestration decisions.
Sparse lexical indexes.
BM25-style lexical retrieval is common as a baseline and remains attractive for its simplicity and robustness. Toolformer uses BM25 over a Wikipedia dump for its search tool component (Schick et al. 2023), and Gorilla explicitly evaluates BM25 document retrieval for API selection (Patil et al. 2024). Several tool-retrieval works also report BM25 as a baseline against dense or hybrid approaches (Chen et al. 2024b; Lin et al. 2025; Zheng et al. 2024).
Dense vector indexes.
Dense retrieval is pervasive when tool descriptions are long, heterogeneous, or semantically distant from user queries. API-Bank retrieves by embedding API meta information and query keywords (Li et al. 2023b); ToolLLM trains a Sentence-BERT-based dense bi-encoder API retriever (Qin et al. 2024b); ToolRerank uses a dual-encoder retriever for candidate generation (Zheng et al. 2024); and Tulip implements tool-library search as vector-store retrieval over introspected tool descriptors (Ocker et al. 2024).
Multi-stage selection (retrieve then refine/rerank).
Many practical systems follow multi-stage pipelines: a fast retriever proposes candidates, then a more expensive component refines, reranks, or validates. Re-Invoke enriches tool documents with synthetic queries and performs dense retrieval in embedding space (while also evaluating sparse baselines) (Chen et al. 2024b). ToolRerank applies cross-encoder reranking and hierarchy-aware reranking on top of dual-encoder retrieval (Zheng et al. 2024). ToolBank describes a two-stage retrieve-then-refine approach, including usage-driven tool embeddings (Tool2Vec) and a refinement classifier (ToolRefiner) (Moon et al. 2024). Tools-are-under-documented similarly highlights document expansion plus retriever+reranker stacks (Tool-Embed/Tool-Rank) for tool retrieval (Lu et al. 2025a).
Hierarchical catalogs and structured routing.
When tool libraries are very large, systems often introduce intermediate structure: domains, categories, modules, or clusters. AnyTool organizes the API collection into a hierarchy of categories, tools, and APIs, and employs a corresponding hierarchy of meta-, category-, and tool-level agents that progressively partition the search space, enabling scalable retrieval over more than 16,000 APIs despite LLM context-length constraints (Du et al. 2024). MCP-Zero also uses hierarchical vector routing by first matching servers and then ranking tools within matched servers (Fei et al. 2025b). ToolRerank explicitly exploits tool hierarchies to improve reranking (Zheng et al. 2024), and Tool-Planner retrieves/organizes at the level of clustered tool groups for planning (Liu et al. 2025).
Caching and lookup indexes.
Not all “retrieval” is document search. StableToolBench introduces a cache keyed by (category, tool, API name, arguments) to return stable responses, with fallback to simulated servers when the cache misses (Guo et al. 2024). API-Bank similarly hard-codes retrieved external-information results for test queries to ensure reproducibility (Li et al. 2023b). These approaches highlight that evaluation and production systems often combine semantic retrieval with explicit lookup mechanisms for determinism and cost control.
In-model tool identifiers (token indexing).
A distinct line of work treats tool selection as generating a discrete identifier inside the language model. ToolkenGPT learns a vocabulary of tool tokens and their embeddings, allowing the LM to select a tool by emitting the corresponding tool token, followed by argument completion (Hao et al. 2023b). Related “generation-as-retrieval” framing also appears in ToolGen, which unifies retrieval and calling via generation-based mechanisms (Wang et al. 2025c).
5.4. Agent Representations
Compared to tools, explicit agent representations are less standardized and often depend on the system’s routing design. We observe three recurring families: (1) policy/prompt representations, where an “agent” is represented by its instruction prompt, program, or workflow policy (Hu et al. 2025c); (2) capability/profile representations, where an agent is represented by a profile entry describing competence/cost/behavioral characteristics (e.g., an LLM profile pool for routing) (Yue et al. 2025b); and (3) routing metadata with evidence/provenance, where routing decisions are supported by structured registries/handbooks and stored traces (Wang et al. 2026).
For example, MasRouter constructs an LLM pool where each candidate has a name and free-text description (with additional attributes embedded in descriptions), and uses dense representations for routing (Yue et al. 2025b). SkillOrchestra formalizes a skill handbook (a graph-structured registry) and agent profiles with competence and cost signals, augmented with embedding-based local search (Wang et al. 2026). These systems illustrate that agent indexing remains substantially less standardized than tool indexing. Unlike tools, whose functionality is often explicitly specified through interfaces and schemas, agents possess behavioral, strategic, and executional characteristics that are considerably harder to represent. Developing expressive and searchable agent representations therefore remains a central challenge for future agent search systems.
5.5. Index Maintenance
Unlike traditional information retrieval, where the indexed corpus is relatively static after construction, agent search operates over continuously evolving ecosystems. Tool descriptions become stale, APIs are updated or deprecated, runtime environments change, and agents may continuously acquire new capabilities. Consequently, maintaining an accurate and up-to-date index becomes an integral component of the agent search pipeline rather than a one-time offline preprocessing step. Although many existing works largely assume static indexes, recent studies have begun exploring several strategies for mitigating representation drift: (i) document expansion to reduce under-specification in tool docs (Lu et al. 2025a); (ii) iterative feedback / self-reflection loops to improve retrievers over time (Du et al. 2024; Xu et al. 2024); and (iii) controlled evaluation environments and caching to ensure reproducibility (Guo et al. 2024; Li et al. 2023b).
Existing work largely treats index maintenance as an engineering issue, focusing on improving documentation quality, retrieval robustness, or evaluation reproducibility. However, from the perspective of agent search, maintenance should instead be viewed as a continuous representation problem. Agent capabilities, operational constraints, availability, and behavioral characteristics may all evolve over time, requiring indexed representations to be continuously updated rather than simply expanded with newly added tools. Developing principled mechanisms for capability tracking, version management, safety-aware indexing, freshness estimation, and dynamic representation updates therefore remains a central open challenge for agent search (Fei et al. 2025b; Li et al. 2023b; Patil et al. 2024).


6. Retrieval, Reranking, and Selection of Agents
After task understanding has transformed user requests into explicit capability requirements (Section 4), and suitable representations have been constructed for candidate agents and tools (Section 5), the next challenge is to identify which candidates should actually be selected. Unlike traditional document retrieval, agent retrieval is not solely concerned with topical relevance. Instead, retrieval models must estimate whether an agent possesses the required capabilities, satisfies operational constraints (e.g., cost, latency, safety, availability), and can effectively collaborate with other retrieved agents. Consequently, agent search extends classical retrieval into a capability matching and decision-making problem. In this section, we review existing retrieval, reranking, and selection techniques that support this process.
6.1. Agent and Tool Selection
Agent selection is the core decision-making stage of agent search. Given a set of capability requirements identified during task understanding and candidate representations constructed during indexing, the objective is to identify the agents or tools that best satisfy the requested capabilities and operational constraints. Existing approaches to agent/tool retrieval and selection can be broadly divided into representation-based methods that rely on similarity matching, reasoning-based methods that leverage large language models for compatibility estimation, and structure-aware methods that organize agents within hierarchical or graph-based search spaces.
Similarity Matching.
Early studies on tool and agent retrieval largely follow the classical information retrieval paradigm, modeling the problem as similarity matching between task descriptions and tool representations. These approaches typically employ either sparse retrieval, which relies on lexical overlap and probabilistic ranking models (Robertson and Zaragoza 2009; Sparck Jones 1972), or dense retrieval, which estimates semantic similarity using neural embeddings (Gao and Callan 2022; Hofstätter et al. 2021; Izacard et al. 2022; Reimers and Gurevych 2019; Xiong et al. 2021). Building on this paradigm, several recent works adopt general-purpose retrievers trained on query–document datasets to improve tool discovery and candidate generation (Guo et al. 2024; Li et al. 2023b; Patil et al. 2024; Qin et al. 2024b; Yuan et al. 2024a). Although highly scalable, similarity-based retrieval assumes that capability matching can be approximated by representation similarity. In agent search, however, successful task completion often depends on reasoning about complementary capabilities, constraints, and interactions among multiple agents, motivating richer retrieval paradigms (Qu et al. 2024). To better support tool-oriented search, subsequent studies construct large-scale tool retrieval benchmarks and adapt retrievers from general-domain relevance estimation to tool-specific capability matching (Shi et al. 2025d). More recent efforts further enhance similarity-based retrieval by introducing task decomposition strategies, which retrieve tools for sub-tasks sequentially (Tang et al. 2026), or by expanding tool representations through document augmentation and capability enrichment (Chen et al. 2024b; Lu et al. 2025a; Yuan et al. 2024c). These extensions aim to improve both recall and compositional coverage while preserving the scalability advantages of representation-based retrieval.
LLM-based Selection.
In contrast to similarity-based retrieval methods, another line of work leverages the reasoning and generalization capabilities of large language models (LLMs) to perform tool or agent selection. These approaches typically estimate task–tool compatibility through contextual reasoning rather than explicit similarity matching. Existing methods can be broadly divided into training-free and training-based paradigms. Training-free approaches (Lu et al. 2023; Shen et al. 2023; Song et al. 2023) primarily rely on prompting LLMs to select appropriate tools from a small candidate set, either by directly reasoning over tool descriptions or by incorporating auxiliary signals such as heuristic importance scores (Cai et al. 2024; Chen et al. 2024c; Hsieh et al. 2023; Huang et al. 2024a,c; Liu et al. 2024b; Paranjape et al. 2023). While flexible and easy to deploy, these methods often face scalability challenges due to the limited context window of LLMs and the well-documented degradation of performance in long-context settings (Dou et al. 2026; Liu et al. 2024a). To address these limitations, recent training-based approaches aim to internalize tool knowledge into the parametric space of the model (Hao et al. 2023b; Li et al. 2025i; Wang et al. 2025c). In these methods, tools are represented using dedicated tokens or structured action formats, and models are trained to generate appropriate tool calls as part of the decoding process. Consequently, LLM-based selection shifts the retrieval problem from explicit similarity estimation toward capability reasoning, allowing the model to jointly consider task requirements, constraints, and candidate interactions during selection.
Structure Retrieval.
As agent ecosystems continue to grow, exhaustively evaluating every candidate agent or tool becomes increasingly impractical. Structure-aware retrieval therefore introduces intermediate organizational structures that progressively narrow the search space before more expensive reasoning or reranking is performed. Depending on whether these structures are constructed independently of the input task or dynamically during retrieval, existing approaches can be broadly categorized into task-agnostic and task-specific structural selection methods. Task-agnostic approaches build structural organization over candidate tools prior to receiving a specific task, and subsequently exploit this structure during search. Typical designs include clustering-based organization (Liu et al. 2025; Yue et al. 2025a), hierarchical tree structures (Du et al. 2024; Ocker et al. 2024; Zheng et al. 2024), and various forms of capability or dependency graphs (Liu et al. 2024b; Qu et al. 2024). By precomputing relationships among tools, these methods aim to reduce search complexity and support structured candidate exploration at inference time. In contrast, task-specific structural approaches dynamically construct or expand the search structure conditioned on the input task, often leveraging test-time scaling strategies such as Chain-of-Thought reasoning (Wei et al. 2022b) or Tree-of-Thought exploration (Yao et al. 2023). These methods formulate tool selection as a structured search process, including depth-first tree exploration (Qin et al. 2024b), best-first (greedy) search (Koh et al. 2025), MCTS (Yang et al. 2026b; Zhou et al. 2023; Zhuang et al. 2024), and trajectory-conditioned search (Patel et al. 2026). Compared with task-agnostic organization, task-specific construction allows more flexible reasoning over task requirements but typically incurs higher computational cost during inference.
6.2. Iterative Tool Retrieval
6.2.1. Reason-Act-Reflection
Static retrieval assumes that all required agents can be identified before execution begins. In practice, however, newly retrieved agents often reveal previously unknown capabilities, missing dependencies, or unexpected execution outcomes. Consequently, many systems perform agent retrieval iteratively, allowing retrieval decisions to evolve together with task understanding. A large body of work follows the ReAct paradigm (Yao et al. 2022), which operates through iterative reason-act-reflection loops. They use LLMs as their decision-making core and perform multiple rounds of chain-of-thought (CoT) reasoning (Wei et al. 2022b) and tool invocations. Specifically, at each iteration, the agent reasons over the tool outputs from the previous interaction and plans the next action, namely whether to invoke another tool or produce the final answer; if the agent decides to call and execute another tool, the tool outputs will be sent back to the agent for reasoning at the next iteration. However, most work using the ReAct paradigm typically allows agents to access only a very limited number of tools. For example, agents in (Chen et al. 2025d; Meng et al. 2026) use only two tools, namely a document search tool and a full-document reader tool. However, relying on a limited toolset restricts agents’ generalizability across domains. To alleviate this limitation, Li et al. (2025i) propose DeepAgent, which at each iteration searches over a toolset, selects a tool to execute, and then reasons over the tool outputs. (Fei et al. 2025b) propose MCP-Zero, an MCP-based framework that resembles ReAct-style interaction. MCP-Zero generates structured requests that specify the agent’s requirements and performs hierarchical tool search; when the retrieved tools are insufficient, the agent refines the requests and continues the process. (Gaurav et al. 2025) propose Dynamic ReAct, which explores ReAct agents operating over large Model Context Protocol (MCP) tool sets.
6.2.2. Iterative Query Reformulation
While ReAct-style systems refine retrieval through interaction with the environment, another line of work improves retrieval by iteratively refining the search query itself. Rather than treating the initial task description as fixed, these methods progressively reformulate the query according to retrieval outcomes, enabling better alignment between user requirements and retrieved agents or tools. Xu et al. (2024) identify a misalignment between tool retrieval and downstream LLMs, where the two components operate largely independently. At each iteration, the tool-usage LLM assesses the retrieved tools and refines the query; the updated query is then used to retrieve a new set of tools for the next round. The number of iterations is a hyperparameter, and performance generally improves with more iterations (Xu et al. 2024).
6.3. Agent and Tool Recommendation
Capability matching alone does not fully determine which agent should be selected. When multiple agents satisfy the same functional requirements, user preferences become an additional optimization objective. A user may express they need “data analysis,” yet the query reveals nothing about which agent’s interaction style, response format, or domain expertise best matches their working habits. To bridge this gap, the system can mine accumulated behavioral histories to infer implicit preferences and personalize agent and tool recommendations accordingly. We survey relevant techniques from recommendation systems, where preference inference from behavioral data has been extensively studied, and organize the discussion along a progression from general recommendation techniques to agent and tool-specific applications.
General LLM-based recommenders infer user preferences from behavioral history; they differ mainly in which behavioral signal they exploit and how it is encoded. CLLM4Rec (Zhu et al. 2024) was the first to integrate user behavioral history into LLMs as dedicated user and item ID tokens, tightly coupling the ID-based collaborative paradigm with LLMs and learning collaborative filtering patterns (Koren et al. 2022) through mutually regularized pretraining. ECR (Zhang et al. 2024f) and PersonaX (Shi et al. 2025b) further refined behavioral preference modeling along complementary dimensions: ECR mined affective signals as finer-grained behavioral cues to improve preference capture, while PersonaX performed offline multi-persona profiling from long behavioral sequences to capture diverse interest facets. RPP (Mao et al. 2025) instead personalizes the prompt for each user, using multi-agent reinforcement learning to select prompt components from the user’s interaction history rather than applying a shared template.
A second line of work recasts the participants in recommendation, including users and items, as autonomous LLM agents. The recommended object is still a product, but this agentic reformulation is what directs agent recommendation to build on. AFL (Cai et al. 2025b) demonstrated that agentic feedback loops between recommendation agents and simulated user agents can leverage iterative interaction histories to enable co-evolutionary preference refinement, offering a mechanism directly informative for agent selection. AgentCF (Zhang et al. 2024e) modeled both users and items as autonomous LLM agents that collaboratively reflect and propagate preferences through inter actions.
Moving toward direct tool and agent recommendation, where the recommended object is itself a tool or agent, PTool (Huang et al. 2025a) addressed personalized tool invocation by modeling users’ implicit tool preferences from simulated behavioral histories when choosing among functionally similar tools, proposing a data synthesis framework and the first benchmark for this task. Extending personalization across sessions, PRefine (Yoon et al. 2026) represented user preferences as evolving hypotheses, extracting reusable constraints from a user’s cross-session interaction history to personalize tool calling, and introduced the MPT benchmark covering preference recall, induction, and transfer. Rec4Agentverse (Zhang et al. 2024d) further envisioned a full agent-platform recommendation paradigm with three evolutionary stages of user-agent-recommender collaboration, validated through preliminary case studies.
Despite targeting different recommendation scenarios, these methods consistently demonstrate that mining user behavioral histories is effective for personalized selection. While these techniques offer transferable methodological foundations for agent search, agent interactions encode far richer signals than traditional item interactions, including task success or failure, response quality, latency, and trust calibration, necessitating an extension from consumption-oriented preference profiles to multi-dimensional delegation experience profiles.

7. Evaluation of Agent Search
Evaluating agent and tool search systems presents challenges that differ fundamentally from those in classical information retrieval (IR). Traditional IR evaluation focuses on the relevance of retrieved documents to a user query, supported by well-established metrics, annotation protocols, and benchmark collections. In contrast, agent search retrieves executable systems whose value can only be fully assessed through task execution, making relevance dependent on capability, reliability, and downstream task success rather than textual similarity alone. This distinction motivates a two-level evaluation framework. Intrinsic evaluation assesses the quality of the search process itself—such as retrieval coverage, tool selection correctness, and invocation accuracy—by comparing intermediate outputs against annotated ground truth without requiring end-to-end execution. Extrinsic evaluation, by contrast, measures the utility of selected agents or tools through their performance on downstream tasks, focusing on whether deployment successfully achieves the user’s objective. These paradigms are complementary: intrinsic evaluation enables fine-grained diagnosis and scalable assessment, whereas extrinsic evaluation provides the most direct measure of real-world utility but is more costly, difficult to standardize, and dependent on reliable automated judging. We survey both approaches, reviewing their metrics, benchmarks, and evaluation frameworks, and highlighting the limitations that motivate further research in agent and tool search evaluation.
7.1. Intrinsic Evaluation
7.1.1. Automated Metrics
Automated intrinsic metrics evaluate the two online stages of the agent search pipeline: whether the system surfaces the right candidates (retrieval quality), and whether a selected candidate is invoked correctly (selection and invocation correctness). Both are assessed by comparing intermediate outputs against annotated ground truth without end-to-end execution; invocation correctness is treated as intrinsic because it is verified structurally against a reference call rather than by running the tool.
For the initial retrieval phase, traditional IR metrics are employed, including Recall@k (Manning 2008), MRR@k (Mean Reciprocal Rank) (Voorhees et al. 1999), and NDCG@k (Normalized Discounted Cumulative Gain) (Järvelin and Kekäläinen 2002), to assess how well a system surfaces relevant candidates from large tool or agent pools (Qin et al. 2024b; Shi et al. 2025d). Several benchmarks have been developed to evaluate this stage specifically. Shi et al. (2025d) introduced ToolRet, a heterogeneous benchmark comprising diverse retrieval tasks paired with a corpus of over tools. They found that even strong general-purpose IR models achieve substantially lower performance on tool retrieval than on conventional IR tasks, attributing this to low lexical overlap between natural language queries and formal tool documentation, as well as a fundamental domain shift from information-seeking to capability-matching retrieval. Qu et al. (2024) further showed that standard recall-oriented metrics can mask a distinct failure mode in retrieval evaluation: semantic matching tends to retrieve redundant, similar tools rather than a complete and diverse set, which is particularly problematic for multi-step tasks requiring the coordinated use of several tools. To address this, they introduced a new metric, completeness (COMP@K), which measures whether all ground-truth tools required for a query appear within the top-K retrieved results, relaxing the single-relevant-item assumption that Recall@k and MRR@k inherit from document retrieval.
Once candidates have been retrieved, the selection and invocation stage is evaluated using deterministic structural checks that verify output correctness against annotated ground truth. The Berkeley Function Calling Leaderboard (BFCL) (Patil et al. 2024, 2025) introduces Abstract Syntax Tree (AST) matching as a scalable proxy for execution that verifies tool names and parameter types against ground-truth specifications across serial, parallel, and multi-turn settings. To reduce false negatives, it applies type-aware normalization rules, including case-insensitive string comparison. ToolQA (Zhuang et al. 2023) applies analogous normalization principles more broadly, using deterministic rules covering time formats, price units, punctuation, and whitespace to enable reliable exact-match scoring of free-form answers.
Several benchmarks further decompose tool utilization into atomic sub-capabilities, providing finer-grained diagnostics beyond a single accuracy score. API-Bank (Li et al. 2023b) structures evaluation across three progressive levels, Call, Retrieve+Call, and Plan+Retrieve+Call, isolating whether failures originate in invocation correctness or multi-step planning. T-Eval (Chen et al. 2024c) decomposes tool utilization into six dimensions spanning planning, reasoning, retrieval, understanding, instruction following, and review, demonstrating that holistic outcome-oriented metrics can obscure systematic failures at intermediate stages. MetaTool (Huang et al. 2024c) targets the decision layer upstream of invocation, evaluating whether models correctly determine both when to invoke a tool and which tool to select, and revealing substantial accuracy degradation when candidates are semantically similar or when tool reliability is in question.
A limitation shared by many of these benchmarks is their reliance on single-trial evaluations, which can overestimate reliability; -bench (Yao et al. 2025) addresses this with the pass⌃k metric, the probability that an agent succeeds on all k independent trials of the same task, revealing that consistency degrades substantially even for strong models. A further practical concern is reproducibility: many tool-use benchmarks depend on live API calls, making results sensitive to API deprecation and response drift, which StableToolBench (Guo et al. 2024) addresses by virtualising API execution through a caching system and API simulator. Furthermore, these benchmarks are mostly tool-centric, evaluating API or function selection and invocation rather than the retrieval and selection of agents, whose competence is behavioral and only partially observable before execution. Benchmarks aimed at agent search itself are only beginning to appear (Wu et al. 2026b), and agent-level intrinsic evaluation remains comparatively underdeveloped. Taken together, rigorous intrinsic evaluation therefore requires attention to retrieval quality, completeness, invocation correctness, sub-capability diagnostics, and the stability of the evaluation environment, while the extension of these protocols from tools to agents stays largely open.
7.1.2. LLM-as-a-Judge
Intrinsic evaluation of agent and tool search faces a fundamental coverage problem: annotating ground-truth tool sets for large, evolving registries is expensive and quickly becomes stale. LLM-as-a-judge offers a scalable alternative, replacing human annotators in assessing whether retrieved agents or tools match the capability requirements expressed in a query. A foundational effort in this space is the LLMJudge challenge (Rahmani et al. 2024c), introduced at the LLM4Eval workshop (Rahmani et al. 2025c) at SIGIR 2024 (Rahmani et al. 2024b), which benchmarks the capability of LLMs to generate relevance labels for the TREC Deep Learning track (Craswell et al. 2024) and systematically investigates prompt design, model choice, ensemble techniques, and biases in synthetic judgments (Rahmani et al. 2025b). These findings in traditional IR evaluation carry direct implications for agent search, where similar prompt design, model choice, and bias concerns apply when using LLMs to judge whether a retrieved agent’s capability profile genuinely matches a task specification. Subsequent theoretical and empirical analyses, including comprehensive surveys of the LLM-as-a-Judge paradigm (Gu et al. 2024; Li et al. 2024b), have established reliability assessment frameworks that highlight consistency, bias mitigation, and domain adaptation as key factors in building trustworthy evaluation systems (Wang et al. 2025h; Yang et al. 2026a; Zhang et al. 2025h).
Building on these foundations, a growing line of work investigates the applicability of LLM judges specifically in IR settings and relevance assessment. Early perspectives highlight both the promise and limitations of replacing human assessors with LLMs, emphasizing concerns around evaluation validity and reproducibility (Breuer et al. 2020; Faggioli et al. 2023). Complementary work on synthetic test collections and query generation further shows how LLM-based labeling pipelines can reshape evaluation distributions and introduce systematic biases (Rahmani et al. 2024a, 2025a; Zendel et al. 2025). At the same time, LLMs have demonstrated strong capability in modeling user preferences and relevance signals, suggesting their potential as scalable proxies for human judgments in ranking and retrieval scenarios (Chiang and Lee 2023; Thomas et al. 2024). These developments position LLM judges as a practical, though imperfect, evaluation mechanism for agent and tool search — particularly for assessing whether a retrieved candidate’s described capabilities align with the task intent, a judgment that is difficult to automate deterministically and for which human annotation at scale is infeasible.
To improve reliability, recent work has explored structured and rubric-based evaluation methods, where LLMs are guided by explicit criteria and multi-step reasoning. Approaches such as G-Eval and rubric-driven frameworks show improved alignment with human judgments by decomposing evaluation into interpretable dimensions (Chen et al. 2026b; Farzi and Dietz 2024; Liu et al. 2023b). Similarly, benchmark-driven efforts for ranking and evaluation, including MT-Bench and JustRank, demonstrate that pairwise comparison and system-level ranking can yield more stable and human-aligned judgments (Gera et al. 2025; Zheng et al. 2023). These structured evaluation paradigms are particularly important in agent and tool retrieval, where relevance is inherently multi-faceted and requires assessing functionality, context-awareness, and downstream utility rather than simple topical matching.
These limitations are particularly consequential in agent search evaluation, where positional bias and self-preference in LLM judges can systematically favour agents whose descriptions are verbose or stylistically similar to the query, rather than those that are genuinely capable. Studies show that LLM judges can be misled by adversarial or irrelevant inputs (Alaofi et al. 2024; Raina et al. 2024), exhibit systematic biases such as self-preference and verbosity bias (Liu et al. 2024c; Thakur et al. 2025), and fail in knowledge-intensive or reference-based evaluation settings (Lee et al. 2026a). To address these issues, recent approaches propose ensemble and meta-evaluation strategies, including jury-based systems and dynamic judge selection mechanisms that improve robustness and agreement with human evaluations (Gera et al. 2025; Li et al. 2025g). In parallel, human-centered and reportingfocused efforts emphasize transparency, interpretability, and human-in-the-loop evaluation (Ashktorab et al. 2025; Lee et al. 2025). Finally, extensions of LLM-based evaluation toward RAG and fact-level assessment further broaden their applicability, enabling fine-grained evaluation of retrieval-augmented and agentic systems (Petroni et al. 2021; Pradeep et al. 2025).
7.2. Extrinsic Evaluation
As opposed to directly evaluating retrieval performance, an alternative approach is to evaluate the performance of a tool-equipped model on downstream tasks using automated verification systems such as LLM-as-a-judge and the emerging Agent-as-a-judge paradigm.
7.2.1. LLM-as-a-Judge
As established in the preceding section, the dominant paradigm for extrinsic evaluation in agent and tool search relies on execution-based signals: pass rates on downstream tasks (Shi et al. 2025d), code execution against test suites (Yue et al. 2025b), or deterministic API-call matching (Li et al. 2023b; Patil et al. 2024). Few agent search papers surveyed employ LLM-as-a-Judge as a primary mechanism for measuring downstream task success.
Nevertheless, LLM-as-a-judge can still be used to assess whether a retrieved agent or tool actually resolves the user’s underlying intent. The paradigm is well-established in the broader NLP literature, where LLMs serving as automated evaluators have been shown to match or exceed inter-human agreement levels across pairwise, pointwise, and reference-guided evaluation modes (Gu et al. 2024; Liu et al. 2023b; Zheng et al. 2023). While LLM-as-a-judge enables rapid evaluation of agentic systems, they have several known weaknesses. For example, LLM-as-a-judge systems exhibit several biases: verbosity bias, intra-model family bias, and positional bias (Koo et al. 2024; Li et al. 2025a). They also lack explicit verification, memory capabilities and intermediate evaluation capabilities required for the evaluation of more complex tasks (You et al. 2026).
7.2.2. Agent-as-a-Judge
The emerging Agent-as-a-judge paradigm attempts to address the aforementioned issues in the LLM-as-a-judge paradigm and improve the evaluation performance of judges by providing them with planning, tool use, and multi-agent collaboration capabilities. These tools and capabilities mitigate biases exhibited by LLM-as-a-judge systems and improve correlation with human annotators in several domains (Gou et al. 2025; You et al. 2026; Zhuge et al. 2024).
Zhuge et al. (2024) pioneered research in this area by providing judge models with planning, retrieval, and memory capabilities when evaluating AI code generation tasks. This allowed judge models to navigate and inspect the complex codebases that they were evaluating, and substantially increased alignment with human annotators compared to LLM-as-a-judge. Despite the complexity of the annotation task – where intra-annotator human agreement was low – the introduction of agentic capabilities resulted in a marked increase in correlation with human judgements. An ablation study suggested that the introduction of a codebase graph and multimodal file inspection capabilities led to the greatest increases in judge accuracy in their domain. Mind2Web 2 (Gou et al. 2025) extends Agent-as-a-judge to long-horizon information-seeking tasks across 130 manually curated web search tasks, introducing automatically generated, task-specific rubrics structured as hierarchical trees of verifiable sub-goals. The judge agent is provided with tools to assist with fine-grained evaluation: for example, a “verify by URL” tool allows the agent to check a citation to identify whether a subcriterion holds (such as that a given retrieved result is from a certain website).
Personalized agent search, where the same task may warrant different agent selections depending on user history, expertise, or preferences, introduces a further evaluation challenge: judging whether a retrieved agent was appropriate for this user, not just for this task in the abstract (Liang et al. 2025; Shi et al. 2025b; You et al. 2026; Zhang et al. 2025e). The introduction of memory capabilities has enabled improvements in personalized evaluation by providing judges with user-specific context (Li et al. 2025f). For example, Singh et al. (2025a) propose FSPO, which improves user-specific reward modeling using few-shot preferences and demonstrate its performance on multiple domains: movie reviews, question answering, and education.
Taken together, the evaluation landscape for agent and tool search remains fragmented and, in many respects, immature. Intrinsic metrics adapted from classical IR, such as recall, MRR, and NDCG, measure retrieval performance but fail to capture the capability-matching nature of agent selection, where diversity, completeness, and functional adequacy are often as important as ranking quality. Invocation-correctness benchmarks provide greater specificity but depend on static ground-truth annotations that become increasingly difficult to maintain as candidate ecosystems expand and evolve. LLM-as-a-judge approaches offer scalable evaluation in both intrinsic and extrinsic settings, yet suffer from well-documented biases, including positional bias, verbosity bias, and self-preference, which can distort assessment outcomes. Agent-as-a-judge methods address some of these limitations by incorporating planning, tool-use, and memory capabilities, but remain an emerging area with limited application to agent search evaluation. More fundamentally, evaluation must account not only for whether a candidate was retrieved, but also whether it was capable, safe, reliable, and effective for a given task and user—dimensions that no existing metric or benchmark captures in a unified way. Developing principled evaluation frameworks that span pipeline stages, account for execution uncertainty, incorporate user-centric notions of utility, and remain reproducible as agent ecosystems evolve remains one of the most important open challenges.


8. System-Level Dimensions Influencing Agent and Tool Search
The previous sections examined the core agent search pipeline, including task understanding, capability representation, candidate retrieval and ranking, and evaluation. However, these components operate within broader system-level dimensions that significantly influence real-world performance. Far from being deployment-time concerns, these factors determine whether agent search systems are trustworthy, robust, fair, and usable in practice. In this section, we survey five such dimensions: safety, bias and fairness, security, personalization, and transparency. Safety concerns ensure that agent selection and execution remain aligned with intended goals and constraints. Bias and fairness examine disparities in how agents are discovered, ranked, and selected. Security addresses adversarial threats arising from open and dynamic agent ecosystems. Personalization explores adapting agent search to individual user preferences and objectives. Transparency and explainability focus on whether selection decisions can be understood, inspected, and audited. For each dimension, we distinguish challenges specific to agent and tool search from broader issues in agentic systems, situating agent search within the wider landscape of responsible AI system design.
8.1. Safety
Ensuring that AI systems behave reliably, harmlessly, and in alignment with the intended goals and ethical standards is a central challenge in both development and deployment settings. Safety is particularly critical in agentic AI systems, where models are deployed to perform complex, open-ended tasks involving iterative reasoning, tool use, and interaction with external environments. Safety in agent and tool search, therefore, carries distinct stakes: a retrieval decision that returns a capable but misaligned agent, or a composition that couples individually safe tools into an unsafe workflow, can propagate harm across every downstream step of execution. The risks are often hidden at search time and can materialize during execution, making pre-selection safety assessment a core requirement rather than a deployment-time concern.
8.1.1. Safety in Agent and Tool Search
Recent work highlights the unique challenges of agent search and tool pipelines and proposes methods to evaluate and mitigate them. Studies have shown that search agents are more likely to produce harmful outputs than base LLMs (Zhan et al. 2026), and propose a multi-objective reinforcement learning approach that couples a final-output safety/utility reward with a novel query-level shaping term that penalizes unsafe queries and rewards safe ones. Other works introduce an automated red-teaming framework for LLM search agents across diverse risk categories, including misinformation and adversarial prompts, and reveal the critical need for better defenses (Dong et al. 2025).
Another important direction is the safety of agent composition, which includes both the composition of multi-agent networks and of agent workflows. Real-world deployment requires selecting compositions that not only maximize task success but also minimize safety violations and risks. Recent work formalizes agentic workflows as directed acyclic graphs and introduces algorithms to select agent compositions that minimize low-probability, high-risk behaviors (Shabadi and Alur 2025). Other studies focus on investigating which topological properties of multi-agent networks contribute to safer behavior (Yu et al. 2024), finding that highly connected networks are more vulnerable to misinformation attacks.
8.1.2. Safety in Overall System
Existing alignment methods, including Reinforcement Learning from Human Feedback (RLHF) (Bai et al. 2022a) and Constitutional AI (Bai et al. 2022b), are directly applicable to agent systems and already underpin many safety layers in agent workflows (Dai et al. 2024). Recent work has also proposed agent-specific alignment frameworks, such as Agent-Constitution-based agents (Hua et al. 2024). However, applying these methods to agent search, where a retrieved agent may introduce risks that were not present in its isolated training context, remains largely unaddressed.
A particularly important safety dimension in agent and tool search is the gap between an agent’s stated output and its actual tool-calling behavior. Prior work shows that refusal messages alone are insufficient when an agent refuses a request in text but its tool calls still execute the forbidden action (Cartagena and Teixeira 2026). Proposed mitigations include constraining tool access through least-privilege or minimal permission scopes (Betser et al. 2026; Zhu et al. 2025a), as well as improving the helpfulness and harmlessness of LLMs in tool-use settings (Chen et al. 2024f).
A growing body of safety benchmarks provides evaluation baselines that can be applied to post-retrieval agent execution. AgentHarm measures the ability and propensity of LLM agents to complete harmful tasks, including fraud, cybercrime, and harassment (Andriushchenko et al. 2025), while OpenAgentSafety evaluates agent behavior across multi-turn, multi-user tasks using rule-based and LLM-as-judge assessments (Vijayvargiya et al. 2026). SG-Bench evaluates safety generalisation across tasks and prompts (Mou et al. 2024), while other benchmarks target interactive and embodied environments (Mullen et al. 2024; Yin et al. 2024b; Yuan et al. 2024d; Zhang et al. 2024g; Zhou et al. 2024). Application-specific evaluations have similarly been developed for desktop agents (OS-HARM) (Kuntz et al. 2025), web agents (SafeArena and CASA) (Qiu et al. 2025; Tur et al. 2025), mobile agents (MobileSafetyBench) (Lee et al. 2026b), and scientific agents (SafeScientist) (Zhu et al. 2025b).
Beyond evaluation, safeguarding approaches aim to monitor or constrain agent behavior. For example, GuardAgent uses an LLM agent to generate action plans and guardrail code based on prescribed safety requirements (Xiang et al. 2024), while BELLS provides tests for evaluating input-output safeguards across both established and emerging failure modes (Dorn et al. 2024).
In agent search settings where multi-agent workflows are assembled dynamically from retrieved components, interactions can introduce compounding safety risks that cannot be assessed by inspecting individual agents in isolation. This has motivated work on multi-agent safety, including automated attacks that probe vulnerabilities across roles and interactions (Tian et al. 2023), and multi-agent reinforcement learning frameworks that jointly optimise conversational and feedback agents for safety (Zhang et al. 2026b). Other work highlights the risk of alignment degradation in self-evolving agents through self-training, memory, tool evolution, and workflow optimisation (Shao et al. 2026). More generally, recent studies suggest that safety can depend on a small number of strategically important safety-critical components (Li and Kim 2026). For agent search, this suggests that robust safety may similarly require targeted constraints on high-influence selection and composition decisions rather than uniform enforcement at every retrieval stage.
8.2. Bias and Fairness
AI bias refers to the unintended and potentially harmful systematic disparities in model outcomes across groups (Barocas et al. 2023; Mehrabi et al. 2021). Bias is often studied with respect to protected attributes such as race, gender, geographic location, and other demographic characteristics (Mehrabi et al. 2021). Such biases often arise when models encode and reproduce patterns and imbalances in the training data, amplified by design choices and deployment contexts (Barocas et al. 2023; Hooker 2021). However, bias can also arise through systematic disparities associated with other features, including the sources of information retrieved or the tools selected during decision-making processes (La Malfa et al. 2024). Agents remain susceptible to issues of bias and fairness, challenges deeply rooted within the knowledge base and training of LLMs. Bias in agent and tool search could arise at every stage of the selection pipeline: query understanding may systematically misinterpret task intent for certain user groups, retrieval models may disproportionately surface agents from well-represented providers, and ranking functions may penalize tools with sparse or non-standard documentation regardless of capability.
8.2.1. Bias in Agent and Tool Search
Bias and fairness have long been recognized as challenges in traditional IR systems, where skewed data, ranking algorithms, and user interaction dynamics can systematically favor certain sources or perspectives. Prior IR research has addressed these issues through a range of mitigation strategies, typically categorized into pre-processing, in-processing, and post-processing techniques. These approaches provide a useful foundation for understanding and addressing bias in agent and tool search.
- Pre-processing techniques aim to mitigate biases within datasets before they are used for training models, often using different reweighting and sampling techniques (Kamiran and Calders 2012).
- In-processing techniques usually refer to techniques that penalize the model if it favours bias. For example, AdvBert (Rekabsaz et al. 2021), a BERT-based ranking model that uses adversarial training to simultaneously predict relevance and suppress protected attributes in content retrieved by IR systems. Some approaches modify the ranking process using policies to ensure fair exposure across different document categories (Jaenich et al. 2024), while others focus on fairness-aware learning-to-rank (LTR) frameworks using a policy-gradient method to enforce fairness constraints within a listwise LTR setting (Singh and Joachims 2019; Zehlike and Castillo 2020).
- Post-processing introduces fairness after the model or ranking output is generated (Naghiaei et al. 2022). For example, Yang and Stoyanovich (2017) proposed fairness measures for ranked outputs. Similarly, Zehlike et al. (2017) ensure group fairness in the retrieved documents by guaranteeing a minimum proportion of protected candidates.
Formal fairness frameworks for agent or tool search are largely missing, with existing agent frameworks prioritizing task completion and information relevance. There are some recent works addressing bias in knowledge retrieval. For example, works that point out that pulling from exterior information may introduce and exacerbate fairness issues (Wu et al. 2025d), and other works propose mitigation techniques such as a supervisor-based multi-agent system (Singh and Ngu 2025; Singh et al. 2025b). Bias has also been studied in LLM-as-a-judge evaluators for relevance judgements and different scoring methods (Li et al. 2025a; Rahmani et al. 2025a).
8.2.2. Bias in Overall System
There is emerging work addressing bias for different agent applications, decision scenarios, and multi-agent contexts. While demographic attributes and evaluating disparities between disadvantaged and privileged groups have been the focus in machine learning bias literature, there has been an important line of work adapting these to agent systems, which define protected attributes for multi-agent systems as characteristics that should not disadvantage an agent in terms of its expected rewards (La Malfa et al. 2024). Others highlight that current fairness methodologies are fundamentally unprepared and that bias must be monitored in more dynamic environments (Vakali and Dimitriadis 2025).
There are unique vulnerabilities with multi-agent systems, with prior work showing that complex architectures with more connectivity and recursive communication frequently exacerbate bias, and showing this is an emergent property of agent interactions (Cisneros-Velarde 2025; Coppolillo et al. 2025; Li et al. 2026a). There are also studies focused on fairness in the context of cooperative settings (Grupen et al. 2022). Multi-agent systems often involve competing interests, and allocation while maintaining efficiency also brings in new fairness problems (Trabelsi 2024). There are also new vulnerabilities introduced in memory banks (Gharat et al. 2026), with studies showing that memoryenhanced AI recruitment agents can propagate and amplify bias, with personalization mechanisms also introducing bias over time.
There is a growing body of work focused on tool selection bias that isolates the effects of tool features, metadata, and pre-training exposure (Blankenstein et al. 2026), and shows that manipulating tool descriptions can systematically bias agents toward selecting specific tools (Sneh et al. 2025). Another line of research focuses on the challenging task of measuring ‘implicit’ biases, often defined as systematic differences in model behaviour correlated with demographic attributes even when those attributes are not explicitly stated, and proposing strategies such as self-reflection and fine-tuning approaches (Borah and Mihalcea 2024). Related studies examine decision-making disparities among agents with socio-demographically informed personas (Cao et al. 2026; Li et al. 2025k; Vasista et al. 2025).
8.3. Security Risks
AI agent systems pose a wide range of security risks arising from unpredictable user inputs, complex and variable environments, and interactions with untrusted external entities (Deng et al. 2025). A growing body of work studies these risks through different attack models and defense strategies (Kim et al. 2026a). In agent and tool search, the dynamic and open-ended nature of retrieval creates additional attack surfaces: agents and tools are retrieved from continuously evolving registries, composed at runtime, and granted access to external environments. Consequently, adversarial content can enter the system through the retrieval process itself, making search both a functional component and a potential attack vector.
Security Risks in Agent and Tool Search.
Dynamic tool search introduces a fundamental trade-off between flexibility and security. Restricting agents to pre-authorized tools limits their ability to discover new workflows, whereas unconstrained retrieval increases exposure to adversarial content. In particular, reliance on RAG and persistent episodic memory creates opportunities for attackers to manipulate the information used by orchestrating agents. Prior work demonstrates attacks that poison long-term agent memory (Chen et al. 2024e) and corrupt RAG knowledge databases (Zou et al. 2025). In multi-agent systems, such vulnerabilities can further amplify privacy risks by enabling unauthorized information flows across agents. Traditional Data Loss Prevention (DLP) approaches, which assume fixed perimeters and human-defined data flows, may therefore be insufficient for autonomous systems, motivating approaches based on contextual integrity (Bagdasarian et al. 2024; Ghalebikesabi et al. 2024; Mireshghallah et al.).
These vulnerabilities can also enable confused-deputy attacks, where a privileged agent is manipulated into performing unauthorized actions or exfiltrating sensitive information. For example, poisoned tool metadata (Mo et al. 2026) or environmental injection on retrieved web pages (Liao et al.) can introduce malicious context that propagates across agent workflows. Even encrypted agent traffic can reveal task and tool fingerprints that expose user activity (Zhang et al. 2025j). More broadly, relying on secondary agent monitors introduces further vulnerabilities: agents can exploit reasoning or justification mechanisms to persuade monitors to approve policy-violating actions (Za et al. 2025), while the agent’s awareness of monitoring and the monitor’s scaffolding can substantially affect detection effectiveness (Kale et al. 2026; Korbak et al. 2025). These concerns are particularly relevant given evidence that chain-of-thought rationales can be unfaithful to the underlying computation (Lanham et al. 2023; Turpin et al. 2023) and that models may strategically simulate alignment under some deployment conditions (Greenblatt et al. 2024; Hubinger et al. 2024).
Security Risks in Overall Agent Systems.
Beyond search-specific threats, agent systems are vulnerable to external attacks such as indirect prompt injection (Greshake et al. 2023; Wang et al. 2025i; Zhan et al. 2024), tool poisoning and manipulation (Shi et al. 2025a), and control-flow hijacking in multi-agent systems (Jha et al. 2026). Attacks targeting inter-agent communication can compromise entire multi-agent workflows by manipulating messages passed between agents, motivating benchmarks such as A2ASECBENCH (Li et al. 2026b). Internal threats include memory poisoning (Chen et al. 2024e) and backdoor attacks that trigger malicious behavior under specific conditions (Wang et al. 2024c; Yang et al. 2021, 2024b), alongside broader risks of private data leakage, corruption, and unauthorized exfiltration (Wang et al. 2025d). Other attacks target agent reliability rather than explicitly harmful behavior, inducing repetitive or irrelevant actions (Zhang et al. 2025a).
Defenses against these threats range from probabilistic approaches, including alignment methods such as StruQ (Chen et al. 2025b), defensive system prompts (Yi et al. 2025), and classifiers (Jia et al. 2025), to deterministic enforcement mechanisms that constrain tool calls according to confidentiality and integrity policies (Costa et al. 2025). Autonomy metrics further quantify the fraction of consequential actions an agent can execute without human approval while preserving security (Kolluri et al. 2026). Safety monitors provide another line of defense (Korbak et al. 2025), but their susceptibility to manipulation and sensitivity to monitoring conditions highlight their limitations (Kale et al. 2026; Za et al. 2025). These findings motivate defenses that enforce security constraints independently of an agent’s stated reasoning or intentions.
Finally, security is also influenced by the backbone LLM underlying the agentic system. Prior work identifies risks that propagate from the backbone model to the agent level (Bazinska et al. 2026), while other studies show that models may refuse harmful instructions in isolation but comply when embedded in tool-using and autonomous workflows (Kumar et al. 2024b). This gap is particularly important for agent search, where the security properties of retrieved agents and tools may differ substantially from those of their underlying models and isolated components.
8.4. Personalization
Existing research in personalization around agent search is relatively limited. However, personalization is a long-standing field of study in information retrieval. For example, personalized web search is an area of substantial historical research; traditional web search personalization approaches typically apply user profiling, preference, and intention modeling to improve the personalization of search results for users (Gao et al. 2010; Hannak et al. 2013). Below, we discuss research in agentic search and user simulation that applies personalization to search problems using LLMs and relates closely to the agent search paradigm.
Personalization in RAG and agentic search.
Language models are increasingly used as part of retrieval systems such as retrieval-augmented generation (Lewis et al. 2020), agentic search (Chen et al. 2025d; Wei et al. 2025b; Wong et al. 2025) and deep research (Zhang et al. 2025f). These approaches employ explicit profile information, past history, or persona-based approaches to improve personalization (Li et al. 2025h) and a particular challenge is in the evaluation of personalized outputs (You et al. 2026). Liang et al. (2025) introduce Personalized Deep Research Bench, a novel benchmark which allows for the evaluation of personalization within the deep research setting. Their evaluation framework employs a personalization “meta-evaluator” that dynamically generates dimension-level importance weights for personalization criteria (e.g., goal alignment, content alignment), decomposes these into sub-criteria, and then prompts an LLM to score outputs accordingly. Mo et al. (2025a) motivate the need to balance personalization by noting that excessive personalization can introduce irrelevant profile facts (e.g., homework preferences surfacing in a visa query), and propose APCIR, a conversational IR framework that addresses this via adaptive query rewriting and profile-aware re-ranking. Outside the agentic search setting, various approaches have been proposed to align the evaluation of personalized search with the inferred user profile, such as custom, multi-dimensional rewards (Zhao et al. 2025).
8.4.1. User Simulation and Personalized Web Agents.
Emerging research has shown evidence that language models are capable of simulating user behavior and preferences. Early research in this area typically focuses on the "believability" of agent behavior: the extent to which LLM agents are able to plausibly reflect human behavior in various settings (Park et al. 2023). Various research efforts demonstrated that language models are capable of simulating individual user preferences by applying user simulation techniques to LLM-empowered recommendation generation systems (Bougie and Watanabe 2025; Huang et al. 2025b; Shi et al. 2025b; Wang et al. 2025b, 2024b; Zhang et al. 2024a, 2025e). These papers develop techniques to provide personalized recommendations based on past user behavior, with evaluations on datasets in movie, beauty, and gaming recommendations. A key challenge in this area is handling dataset contamination: the popular dataset MovieLens-1M movie recommendation (Harper and Konstan 2015) has shown some evidence of memorization within LLMs (Di Palma et al. 2025).
Beyond simply capturing user preference, language models have shown evidence of being able to predict user behavior. One such domain is the prediction of step-level user behavior in e-commerce flows, where language model agents attempt to predict which action a user is likely to take in completing a flow, such as clicking, scrolling, or searching (Wang et al. 2025k). Agents have been shown to be capable of simulating step-level user behavior when trained with supervised fine-tuning methods like LoRA (Lu et al. 2025b) and reinforcement learning approaches like GRPO (Wang et al. 2025l). Furthermore, by conditioning on personas during training, models can capture personalized, user-level behavioral differences (Zhang et al. 2025i). Lu et al. (2025c) find evidence that language model agents are capable of performing persona-specific usability testing; Cai et al. (2025a) show that web agents are capable of personalization and introduce a benchmark for this setting.
8.5. Transparency and Explainability
As agentic search systems scale from document retrieval to tool and agent retrieval, transparency must cover not only what output was produced, but also how candidate tools or agents were discovered, ranked, selected, parameterized, invoked, and evaluated. Drawing on explainable information retrieval and surveys of multi-component LLM-agent architectures, we argue that the most actionable explanations for agentic search are often not neuron- or attention-level accounts of a single model, but pipeline-level accounts linking user intent, registry metadata, ranking evidence, selection constraints, tool arguments, and observed execution outcomes (Anand et al. 2022; Wang et al. 2024a).
We use transparency to denote the inspectability of the search process, including candidate sets, metadata fields, ranking signals, selection constraints, tool schemas, and execution traces. We use explainability to denote stakeholder-facing accounts of why a particular tool or agent was preferred to alternatives. Prior work has examined explainable information retrieval (Anand et al. 2022), explainable recommendation (Zhang and Chen 2020), citation and RAG attribution (Gao et al. 2023;Wallat et al. 2025), and inspectable reasoning trajectories and API calls in tool-using language models (Schick et al. 2023; Yao et al. 2022). However, comparatively little work directly studies the full retrieve–rank–select–execute explanation problem for selecting tools or agents from a catalog or registry. We therefore treat the following techniques as transferable components rather than complete solutions.
8.5.1. Decision-Level Explainability in Tool and Agent Search.
Because tool and agent search can be viewed as a ranking and selection problem over structured or semi-structured descriptions, techniques from explainable information retrieval (ExIR) are directly relevant. Anand et al. (2022) provide a comprehensive survey of ExIR using a method-centric taxonomy that distinguishes, among other dimensions, local from global explanations and pointwise, pairwise, and listwise explanations. The survey also reviews method families, including feature attribution, free-text explanations, axiomatic analysis, and interpretable-by-design approaches. In agentic search, this perspective suggests that explanations should be scoped to the relevant stage. In particular, candidate-generation explanations should expose which registry fields, filters, or query rewrites produced the candidate set. Ranking explanations should indicate why one candidate was scored above another, while selection explanations should state why the system invoked one candidate rather than a close alternative.
Local surrogate and feature-attribution methods such as LIME (Ribeiro et al. 2016) and SHAP (Lundberg and Lee 2017) have been adapted to ranking models to produce token-, term-, or featurelevel accounts of ranking decisions. Singh and Anand (2019) developed EXS, an explainable search system that uses LIME to address questions such as why one result is ranked above another. Rank-LIME (Chowdhury et al. 2023) is a post-hoc attribution method for learning-to-rank models, and RankingSHAP (Heuss et al. 2025) is a listwise feature-attribution method for ranking models. Chowdhury et al. (2025) developed a feature-attribution framework for ranking problems and proposed a set of axioms that a valid feature-attribution algorithm should satisfy.
Contrastive explanations offer another useful approach because they address why one tool or agent was selected rather than another (Anand et al. 2022; Miller 2019). A useful contrastive explanation should identify the closest alternatives and the decisive differences among them. In agent and tool search, these methods can explain to users why a particular candidate was preferred over alternative agents or tools at a given turn.
Although these explainability methods can support explanation and diagnosis, they should not be treated as ground-truth accounts of a model’s decision process. Attribution results can be sensitive to methodological choices and may conflict across methods. For example, Fernando et al. (2019) found that DeepSHAP explanations for neural retrieval models are sensitive to the reference input and can differ considerably from explanations produced by LIME. More generally, an explanation’s plausibility to a human does not by itself mean that the explanation faithfully reflects the basis for the model’s decision (Jacovi and Goldberg 2020).
8.5.2. System-Level Transparency and Evaluation.
Beyond decision-level explanations, tool and agent search systems require system-level transparency for the entire decision-making pipeline. A transparent system trace should record the interpreted intent, query transformations, resulting tool calls, observations, errors, retries, and validation steps. These records should support stakeholder-appropriate explanations, such as concise rationales for users, diagnostic traces for developers, and reproducible audit records for governance.
Observable agent trajectories can provide part of this interface. ReAct (Yao et al. 2022) interleaves generated reasoning traces with actions and observations. Such traces can support debugging, but observability by itself does not establish faithfulness. Chain-of-thought explanations may omit influential input biases (Turpin et al. 2023), and interventions on reasoning traces reveal that models rely on them to varying degrees across tasks (Lanham et al. 2023). Moreover, Madsen et al. (2024) demonstrate that faithfulness depends on the explanation, model, and task, showing that self-explanations are insufficient for transparency. Free-form rationales should therefore be treated as summaries or hypotheses about decisions, as stronger explanations require structured traces and causal tests of retrieval, ranking, and selection inputs.
A similar distinction applies to provenance-based explanations. Citation correctness—whether a source supports a claim—does not imply citation faithfulness, defined as whether the model actually relied on that source when producing its response (Wallat et al. 2025). Citation support also remains an open challenge. For example, Gao et al. (2023) showed that even the best-performing evaluated systems lacked complete citation support for 50% of the ELI5 responses in their study. In the context of tool search, a tool may support an outcome without having influenced its selection. Overall, transparency should provide inspectable records of the complete agentic-search pipeline, while explainability should use those records to provide stakeholder-facing accounts of why particular decisions were made.
The five system-level dimensions examined in this section collectively shape whether agent search systems can be deployed responsibly and at scale. Each introduces challenges that extend beyond the core retrieval pipeline: safety must address emergent behaviors in multi-agent systems; fairness frameworks must adapt to dynamic and heterogeneous candidate spaces; security must defend against novel attack surfaces created by open agent ecosystems; personalization must balance user adaptation with the risks of bias amplification and feedback loops; and explainability methods must account for the multi-stage and executable nature of agent selection. Importantly, these dimensions are deeply interconnected: greater personalization may increase susceptibility to manipulation, greater transparency may expose exploitable patterns, and safety mechanisms themselves may be vulnerable to adversarial behavior. Despite growing attention to each area individually, integrated frameworks that address these concerns alongside the core search pipeline remain largely absent. Developing such frameworks where safety, fairness, security, personalization, and explainability are treated as first-class design requirements rather than post-hoc additions remains a key challenge for real-world deployment of agent search systems.

9. Applications
The technical pipeline of agent search—spanning task understanding, capability representation, retrieval, ranking, selection, and evaluation—gains its full significance when examined in the context of real-world deployment. Application domains not only demonstrate the practical importance of agent search as a foundational capability, but also expose domain-specific constraints, requirements, and failure modes that general formulations often overlook. In this section, we focus on three domains where agentic systems are particularly developed and where agent search plays a central role: healthcare, law, and deep research. These domains differ in risk, data modalities, regulation, and task structure, yet share a common need to dynamically identify, select, and compose appropriate agents and tools from heterogeneous spaces to solve complex objectives. In healthcare, modality diversity and the irreversibility of errors demand safety-aware, capability-matched selection of specialist agents. In law, requirements for precision, reproducibility, and legal grounding impose strict constraints on retrieval accuracy and evidence traceability. In deep research, open-ended problem solving relies on iterative decomposition and long-horizon tool and agent selection. Together, these domains highlight that agent search is not merely a system design problem, but a practical necessity wherever heterogeneous agents and tools must be composed to address complex real-world tasks.
9.1. Healthcare
Clinical workflows are inherently multi-step and multi-constraint: a clinician must retrieve patient history, reconcile it against current guidelines, reason under uncertainty, coordinate across specializes, and document decisions in auditable form. Single-turn LLMs lack the persistent state, tool-use capabilities, and self-verification mechanisms needed for this kind of longitudinal reasoning (Wang et al. 2025e). Agentic systems address this by adding planning, retrieval, iterative correction, structure escalation, and a specific medical problem-solving structure. When tasks require simultaneous expertise across specialties such as radiology, pharmacology, and patient communication, multi-agent architectures allow specialized components to collaborate and cross-check one another (Tang et al. 2024). Healthcare further imposes constraints that distinguish it from most deployment domains: consequences of errors are potentially irreversible, patient data is subject to strict regulation, and human professionals must remain meaningfully in the loop. These constraints make healthcare one of the most demanding and consequential testbeds for Agentic AI and, as we argue, one of the clearest illustrations of why agent and tool search is a foundational capability.
We organize healthcare agentic applications into five categories, each with distinct risk profiles and stakeholders derived from (Bedi et al. 2025):
- Clinical Decision Support: diagnosis assistance, risk stratification, differential diagnosis (Rose et al. 2025)
- Clinical Note Generation: discharge summaries, EHR entries, referral letters (Wang et al. 2025j)
- Patient Communication and Education: conversational agents for medication guidance and care navigation
- Medical Research Assistance: literature review, hypothesis generation, experimental support
- Administration and Workflow: scheduling, coding, referral routing (Lu et al. 2024)
Healthcare data spans free text, structured records, medical imaging, lab values, and wearable signals. On one hand, textual only task such as note generation or question answering are among the most mature applications, they are covered by benchmarks such as HealthBench (Arora et al. 2025), and MedAgentBench (Jiang et al. 2025a). On the other hand, Visual and multimodal tasks demand richer tool ecosystems. MMedAgent (Li et al. 2024a) addresses this directly, assembling a multimodal medical agent over six specialized tools spanning seven tasks across five modalities. CARE (Du et al. 2026) goes further, deploying a VLM coordinator that explicitly plans tool invocation across a segmentation model and a grounded reasoning module, then reviews evidence-answer consistency, a clear instance of agent search operating at inference time within a clinical pipeline. MMedAgent-RL (Xia et al. 2026) trains this selection behaviour end-to-end via reinforcement learning, optimising collaboration among vision-language agents across specialities. The Personal Health Agent (Heydari et al. 2025) extends the modality frontier further still, combining consumer device signals with medical records for longitudinal personalised guidance. Collectively, these systems illustrate that tool heterogeneity in healthcare creates precisely the conditions that motivate agent search: a large, diverse, partially overlapping candidate space where appropriate selection depends on task specification, input modality, and deployment context.
A key insight from the healthcare literature is that appropriate system architecture varies with task complexity and that getting this wrong has real costs. A simple complexity ladder guides architecture choice:
- Simple tasks (drug lookups, FAQ responses): a single LLM call suffices; deploying a multi-agent pipeline adds latency and failure surface without benefit
- Moderate tasks (structured note generation, guideline-based triage): a single orchestrated agent with retrieval and memory, as in MedAgents (Tang et al. 2024)
- Complex tasks (differential diagnosis, multi-disciplinary treatment planning, multimodal reasoning): full multi-agent pipelines with role specialization and cross-agent verification, as in MDAgents (Kim et al. 2024) and ColaCare (Wang et al. 2025j).
What emerges across this literature is a recurring design primitive: adaptive routing, the dynamic selection of which agent or tool handles a given task or subtask at runtime. MDAgents (Kim et al. 2024) instantiate this at the pipeline level, automatically selecting a collaboration structure from a solo agent to a full expert panel based on assessed task complexity. TriageAgent (Lu et al. 2024) instantiates it at the task level, using a heterogeneous multi-agent framework with self-confidence and early-stopping mechanisms to route clinical triage decisions. MMedAgent-RL (Xia et al. 2026) makes routing the explicit object of optimisation, training a dedicated triage doctor agent via RL whose sole function is to assign incoming cases to the appropriate specialist agent. These systems differ in framing and scope, but they converge on the same underlying problem: given a task specification and a candidate space of agents or tools, identify the most suitable configuration. This is, precisely, agent search operating locally within a clinical pipeline, and the fact that multiple independent systems have converged on it as a necessary component underscores its foundational status.
Three coordination patterns recur in the healthcare literature. Centralized orchestration uses a planner to delegate subtasks to specialist agents (Wang et al. 2025j) (Kim et al. 2025) (Du et al. 2026). Distributed deliberation assembles peer agents into structured debate to improve reasoning on ambiguous cases (Tang et al. 2024). Adaptive collaboration selects the coordination structure dynamically per query, of which adaptive routing is the most targeted instantiation (Kim et al. 2024), (Xia et al. 2026).
Common specialist roles across systems include: retrieval agents (guidelines, drug databases), patient-context agents (longitudinal summaries), safety checkers (contraindications), escalation agents (uncertainty triage), and compliance agents (privacy enforcement). The explicit instantiation of these roles rather than relying on a general-purpose LLM to handle all concerns implicitly is increasingly recognized as a deployment prerequisite in high-stakes settings, (Kim et al. 2025). But it also presupposes a mechanism for identifying which agent fills which role for a given task: the agent search problem, now made structurally visible.
The two principal opportunities of agentic healthcare systems are clinical workflow automation for reducing documentation burden through note drafting, triage routing, and administrative support (Qiu et al. 2024) and more trustworthy medical AI, through structural redundancy, retrieval grounding, and critic agents that surface inconsistencies before outputs reach clinicians (Kim et al. 2024). Both are contingent on correct agent selection: workflow automation fails if the wrong tool is invoked for a subtask; trustworthiness mechanisms fail if a safety-critical agent is omitted because the orchestrator lacked the means to identify and retrieve it. The risks of agentic healthcare systems such as cascading errors, prompt injection, automation bias, and accountability diffusion (Qiu et al. 2024) are similarly exacerbated when agent selection is poorly specified or opportunistic. Evaluation frameworks are beginning to capture this: (Schmidgall et al. 2025) benchmarks LLMs across nine medical specialties and seven languages in simulated clinical environments with multimodal data and tool use, while (Bedi et al. 2025) provides a clinician-validated taxonomy of 121 tasks and (Arora et al. 2025) evaluates 5,000 multi-turn conversations against physician-authored rubrics. Together they establish that healthcare agent evaluation must be task-specific, modality-aware, and sensitive to tool selection decisions, evaluation requirements that map directly onto the open challenges in agent search.
The personal/hospital agent vision is no longer purely speculative. Agent Hospital (Li et al. 2025d) demonstrates a full hospital simulacrum in which doctor agents evolve through simulated patient interactions, while the Personal Health Agent (Heydari et al. 2025) integrates wearable and medical record data for longitudinal personalized guidance. In such a system, inter-agent communication requires reliable capability discovery: a personal agent must know what a hospital agent can do, what inputs it accepts, and when to invoke it — precisely the agent search problem at system scale. Realizing this vision requires consent frameworks, minimum-necessary-disclosure protocols, escalation logic, and audit traceability, alongside benchmarks that test longitudinal consistency, red-flag escalation, and equity across populations — dimensions that remain largely unaddressed and that define the next frontier for both healthcare agentic AI and agent search research.
9.2. Law
The legal domain is an important and challenging setting for agentic search because the responses that an agent generates must be grounded in relevant legal authorities and structured so that a human reviewer can verify the claims. These stricter requirements mean that a legal agent must decide when its parametric knowledge is insufficient, account for jurisdictional and temporal constraints, understand the nuances of legal terminology, and expose the evidence chain behind its conclusion. Previous studies of legal LLMs have shown that models can hallucinate legal facts and authorities (Dahl et al. 2024) and produce unstable answers to difficult legal questions (Blair-Stanek and Van Durme 2025).
Much of the earlier legal NLP literature evaluates static legal understanding or retrieval, including legal language understanding, holding identification, contract review, legal reasoning, case retrieval, and statute retrieval (Chalkidis et al. 2022; Fei et al. 2024; Guha et al. 2023; Hendrycks et al. 2021; Zheng et al. 2021). More recent legal RAG benchmarks shift attention from only answering legal questions to evaluating whether systems retrieve the right legal evidence. LLegalBench-RAG evaluates the extraction of minimal, highly relevant text segments from legal documents (Pipitone and Alami 2024). Bar Exam QA and Housing Statute QA test the complexity of both legal retrieval and downstream legal question answering in realistic legal RAG settings (Zheng et al. 2025). LexRAG evaluates multi-turn legal consultation, where retrieval must use conversational context to identify relevant legal articles before generation (Li et al. 2025c). Together, these benchmarks motivate evaluating the retrieval process rather than only final answer accuracy.
Recent work more explicitly introduces agentic search and tool use into legal reasoning. Zhou et al. (2026) propose LRAS, formulating legal agentic search as a sequential decision process in which the model alternates between introspective reasoning, search, and answer generation. LRAS trains models to identify knowledge boundaries through Introspective Imitation Learning and to plan multi-step searches through Difficulty-aware Reinforcement Learning. Wang and Yuan (2025) introduce L-MARS, a multi-agent legal QA workflow that decomposes queries into subproblems, performs targeted retrieval over heterogeneous sources, uses a judge agent to verify sufficiency, jurisdiction, and temporal validity, and then synthesizes grounded answers. The same work introduces LegalSearchQA as an evaluation benchmark for legal agentic search. A parallel line of work applies agentic workflows to contract analysis: Watson et al. (2025) deploy modular agents and domain-specific tools for custody and fund-services contracts, while Raptopoulos et al. (2025) introduce PAKTON, an open-source multi-agent RAG framework for long legal agreements that emphasizes explainability, completeness, retrieval quality, and grounded justifications.
Given the shift from static QA toward interactive legal-agent environments, recent work has also changed how these agents are evaluated. Li et al. (2025b) provide LegalAgentBench, a benchmark for Chinese legal-domain agents with external tools, multi-hop reasoning and writing tasks, and progress-based process evaluation. Jia et al. (2026) extend this direction with J1-ENVS and J1-EVAL, where agents operate in dynamic legal settings such as knowledge questioning, consultation, complaint drafting, and defense drafting. Overall, legal agentic search should be treated as evidence-seeking under strict constraints. In particular, successful agents must not only know when and where to search, but also understand legal nuances in the retrieved documents and present traceable conclusions to human reviewers. The central challenge is therefore not simply to add retrieval to a legal LLM, but to build agents whose search trajectories are auditable and aligned with professional legal procedures.
9.3. Deep Research
Deep Research (DR) currently represents a highly prominent frontier agentic scenario. By positioning LLMs as autonomous agents within comprehensive research pipelines, these systems iteratively decompose intricate problems into tractable sub-tasks, dynamically retrieve and verify evidence through external search tools, and integrate validated findings into long-form answers (Shi et al. 2025c). From the perspective of task planning, the predominant open-source approaches currently adopt an iterative, sequential planning paradigm (Chen et al. 2025a; Jin et al. 2025; Li et al. 2025e,j,l; Team et al. 2025b;Wu et al. 2025b), whereas a limited body of work explores parallel architectures to accelerate the process (Chen et al. 2026a; Qin et al. 2025). Furthermore, large-scale trajectory synthesis and the SFT-then-RL training paradigm constitute the principal methodologies for enhancing planning capabilities (Li et al. 2025j; Tao et al. 2025; Team et al. 2025a; Wu et al. 2025b).
Given the highly constrained taxonomy of current search tools (essentially bifurcating into local text corpus retrieval and online search APIs), the DR community has devoted limited attention to tool selection and retrieval strategy optimization. The primary challenges at the tool level are twofold: 1) the misalignment between agent-generated queries and the query formulations required by conventional RAG retrievers (Chen et al. 2026c; Meng et al. 2026), which has garnered increasing scrutiny regarding their mutual adaptation; and 2) the opacity of web search APIs and the noise inherent in retrieved webpages. However, we argue that retrieval per se constitutes an extensively investigated domain within the IR community, where the choice among diverse retrievers and rerankers exerts substantial influence on retrieval efficacy (Meng et al. 2026). Moreover, the performance characteristics of local versus online retrieval diverge considerably across application scenarios. Consequently, we advocate for heightened scholarly attention toward systematic tool selection and retrieval configuration.
These three domains demonstrate that agent search is a foundational mechanism for complex agentic systems. In each case, selecting and composing tools and agents from large heterogeneous spaces is not optional but essential for correctness, safety, and effectiveness. However, each domain also exposes key limitations. Healthcare lacks robust safety- and modality-aware selection mechanisms; law lacks benchmarks capturing procedural and evidential constraints; and deep research lacks systematic treatment of retrieval and tool-selection strategies despite their impact on performance. Across domains, a consistent pattern emerges: as task requirements become more explicit and high-stakes, agent search becomes the primary bottleneck. These observations motivate the challenges discussed in the next section and highlight the need for closer integration between agent search research and domain practice.


10. Open Challenges in Agent and Tool Search
The preceding sections characterized agent and tool search as an end-to-end process spanning task understanding, candidate representation, retrieval, selection, execution, and evaluation. Despite rapid progress in each component, the field lacks a unified account of how executable candidates should be represented, compared, and selected in dynamic environments. This gap arises because agents and tools differ fundamentally from conventional retrieval objects: their value is conditional on execution, changes with the surrounding environment, and may depend on interactions with other selected components. This section outlines four interconnected challenges that must be addressed to establish agent and tool search as a rigorous research area.
10.1. The Retrieval Target and the Scope of Composition
A foundational direction concerns defining what constitutes the retrieval target in agent search, a question first introduced in Section 5.1. Existing systems operate at several granularities, including individual API endpoints, tool packages, agent profiles, policies, and complete workflows (Li et al. 2023b; Wang et al. 2026). However, unlike conventional retrieval settings where the retrieval unit is typically predefined, the appropriate unit in agent search may depend on the task itself. This issue becomes particularly important once composition is considered, as the desired outcome may range from a single executable component to a collection of agents or an entire workflow. We identify three challenges associated with defining this retrieval target.

Agent search may operate over executable entities at substantially different levels of granularity, ranging from individual APIs and tools to autonomous agents and complete agentic systems. Hierarchical routing schemes such as MCP-Zero’s server-to-tool matching and AnyTool’s meta-to-category-to-tool structure (Du et al. 2024; Fei et al. 2025b) provide mechanisms for navigating candidate spaces at multiple levels, but do not by themselves determine which level should constitute the final retrieval target. These alternatives are not interchangeable: retrieving a single tool emphasizes interface compatibility and invocation correctness, whereas retrieving an agent requires reasoning about behavioral competence, autonomy, and operational constraints.

The appropriate search outcome depends on the complexity and requirements of the task. A simple request may be served by one tool or specialized agent, whereas an open-ended or multi-step task may require multiple complementary agents with distinct roles, permissions, and dependencies. Agent search therefore cannot always be formulated as ranking independently relevant candidates; it must also determine how many executable components are required and how they should collectively address the task. The deep research systems reviewed in Section 9.3 illustrate the cost of leaving this question open: with tool choice largely reduced to a binary between local corpus retrieval and online search APIs, the field has given comparatively little systematic attention to which granularity of retrieval target, or which composition of tools, a given research trajectory actually requires.

Once multiple candidates are selected, their utility cannot be estimated independently. An agent that is highly capable in isolation may contribute little within a team because it duplicates another agent’s role, requires incompatible resources, or introduces excessive coordination overhead. Conversely, a moderately capable agent may substantially improve the overall solution by providing a missing or complementary capability. Search objectives must therefore account not only for individual candidate quality, but also for complementarity, redundancy, dependencies, compatibility, and composition feasibility. Developing formal retrieval objectives that capture these interactions and estimate the collective utility of composed solutions remains an important open challenge.
10.2. Capability Modeling Under Partial Observability and Uncertainty
A second research direction concerns how the capabilities of agents and tools can be reliably modeled before seearch, extending the representational surfaces surveyed in Section 5.4 from description toward capability estimation. Tools often expose structured interfaces, documentation, and input–output schemas that can support indexing and retrieval. Agents, in contrast, are behavioral entities whose performance depends on their underlying model, prompt or policy, accessible tools, interaction history, runtime environment, and resource constraints. Descriptive metadata can therefore indicate what an agent claims to do, but does not necessarily provide a reliable estimate of what the agent can accomplish on a particular task. We identify three challenges toward reliable capability modeling under such partial observability.

Existing representations capture useful signals, including natural-language descriptions, schemas, usage examples, historical traces, and empirical performance. However, these signals provide different and often incomplete views of candidate capability. Declarative descriptions indicate intended functionality but may not reflect actual performance, while behavioral evidence provides stronger empirical signals but is typically available only for a limited set of previously observed tasks. Capability modeling must therefore integrate heterogeneous evidence and generalize beyond observed interactions to estimate how a candidate is likely to perform on a new task.

Agent capability is not an intrinsic and deterministic property of a candidate. An agent may be appropriate for a task only under a particular repository state, data-access policy, model version, execution budget, or runtime environment. Future systems should therefore move beyond static capability labels toward calibrated capability models that quantify uncertainty over expected outcomes and retain the context and provenance under which supporting evidence was obtained. Such models must further account for operational properties often omitted from semantic representations, including availability, latency, reliability, permission requirements, safety constraints, and compatibility with other candidates. In healthcare deployments (Section 9.1), for instance, a capability claim is meaningful only relative to the modality, patient population, and clinical protocol under which it was demonstrated.

Capability evidence can become stale as tools are updated, APIs are deprecated, permissions change, underlying models are replaced, or agents acquire new capabilities. StableToolBench addresses one aspect of this problem for tool APIs by virtualizing execution against a cached simulator (Guo et al. 2024), while continual documentation adaptation begins to address evolving tool representations as toolsets change (Wu et al. 2026c). Nevertheless, maintaining accurate agent-level capability estimates remains largely unresolved. Future systems require mechanisms for tracking capability changes, updating representations from new observations, preserving the freshness and provenance of supporting evidence, and determining when existing capability estimates should be revised or discarded. Establishing such continuously evolving capability models while retaining efficient large-scale retrieval remains an important open challenge.
10.3. Similarity Matching Versus Constrained Utility Estimation
A third research direction concerns how agent search should rank and select candidates once potentially suitable agents or tools have been identified. Classical retrieval models primarily rank candidates according to query–document relevance, following the dominant paradigm reviewed in Section 6.1. Although semantic matching remains useful for candidate generation, it is insufficient as the final decision criterion for agent and tool search. A candidate may be semantically related to a task yet be unsuitable because it is unreliable, unavailable, unsafe, expensive, or incompatible with the execution environment. Conversely, a candidate with limited lexical or semantic similarity may provide a capability essential for successful task completion. Agent search therefore requires moving from similarity-based relevance estimation toward estimating the expected utility of executable candidates under task and operational constraints. We identify three challenges toward this objective.

Given a task, user requirements, an execution environment, and a set of available candidates, the system must estimate how much an agent, tool, or composition is expected to contribute to successful task completion. This requires reasoning beyond task–candidate similarity to account for whether the candidate possesses the required capabilities and can effectively contribute to the intended solution. The problem becomes particularly challenging for multi-step tasks, where successful execution may require a complete and diverse set of complementary capabilities rather than a ranked list of individually similar candidates (Qu et al. 2024).

The utility of a candidate may be non-stationary because its value depends on the current task state, intermediate observations, and agents or tools that have already been selected. A candidate that appears unnecessary initially may become essential after execution reveals a missing capability or unexpected constraint, while an earlier selection may become redundant as the task evolves. Selection may therefore need to be iterative, extending the iterative retrieval strategies surveyed in Section 6.2 from recovering missing tools to recovering missing capabilities discovered during execution. Agent search must consequently support updating utility estimates, retrieving additional candidates, and revising previous selections as new evidence becomes available.

Task success alone is insufficient to determine whether a candidate constitutes an appropriate selection. Search decisions may simultaneously depend on cost, latency, reliability, availability, user preferences, permissions, safety, and security, and these objectives may conflict with one another. In particular, safety and security cannot simply be treated as post-hoc filters: a composition that maximizes task performance may remain unacceptable if it requires excessive permissions or introduces harmful interactions (Shabadi and Alur 2025). This concern is especially important in safety-critical healthcare deployments discussed in Section 9.1 and the broader safety and security issues surveyed in Section 8.1. Developing principled multi-objective and constraint-aware ranking mechanisms that balance these competing factors while accounting for uncertainty in their estimates remains a central research challenge.
10.4. Evaluation in Dynamic and Open Candidate Ecosystems
A fourth research direction concerns how agent and tool search systems should be evaluated when both the retrieved objects and their downstream behaviors are executable, stochastic, and continuously evolving. As discussed in Section 7, intrinsic measures such as Recall@k, MRR, and NDCG assess whether appropriate candidates are surfaced, while extrinsic evaluation measures whether selected candidates successfully accomplish downstream tasks. Neither perspective alone is sufficient: retrieval correctness does not guarantee successful execution, while end-to-end success provides limited insight into whether failures arise from retrieval, selection, invocation, or execution. Evaluation must therefore account for both the quality of search decisions and the utility of their resulting executions. We identify three challenges toward developing such evaluation frameworks.

Unlike conventional retrieval settings with relatively stable relevance judgments, many agent search tasks admit multiple valid solutions. Different tools, agents, or workflows may successfully accomplish the same task, and their relative suitability may further depend on user preferences and operational constraints. Evaluation based on a fixed set of annotated candidates can therefore incorrectly penalize valid alternatives and becomes increasingly difficult to construct as candidate spaces grow. Existing work has begun to address related issues through metrics such as retrieval completeness (Qu et al. 2024), but developing evaluation protocols that recognize alternative candidates and compositions while still distinguishing their relative quality remains an open challenge.

Retrieving an appropriate candidate does not establish that it can be invoked correctly, composed effectively, or reliably complete the task. End-to-end evaluation provides a more direct measure of utility, but execution is often expensive and stochastic, making outcomes sensitive to individual trials and runtime conditions. Evaluation protocols must therefore assess not only task success, but also consistency across repeated executions, efficiency, safety, and compliance with task-specific constraints. Existing benchmarks demonstrate the importance of invocation accuracy and repeated execution, with -bench introducing pass⌃k to measure whether an agent succeeds consistently across multiple trials (Yao et al. 2025), while recent agent-search benchmarks begin to examine execution-grounded evaluation at the agent level (Wu et al. 2026b). Nevertheless, comprehensive protocols that jointly connect retrieval decisions with downstream execution quality remain underdeveloped. This limitation is particularly visible in domains such as law (Section 9.2), where evaluation must capture procedural and evidential requirements rather than final-answer accuracy alone.

Agent and tool ecosystems are inherently dynamic: new candidates appear, existing tools are updated or deprecated, documentation changes, and observed performance may shift across versions and execution environments. Consequently, static benchmark collections can rapidly diverge from real deployment conditions, making both candidate annotations and measured performance stale. Future evaluation frameworks should incorporate versioned candidate registries, controlled execution environments, explicit freshness assumptions, and longitudinal measurements of retrieval and task performance. Such protocols are necessary to distinguish systems that perform well on a fixed snapshot from those that remain effective and reliable as the underlying candidate ecosystem evolves.
11. Conclusions
This survey presents agent and tool search as an emerging research problem concerned with identifying, comparing, and selecting executable systems for a given task. Unlike conventional information retrieval, where relevance is primarily defined over information artifacts, agent and tool search operates over candidates whose suitability depends on what they can actually accomplish. Their capabilities may be only partially observable from descriptions, their behavior may vary across tasks and execution environments, and their utility may depend on factors such as reliability, cost, safety, and compatibility with other selected components. Agent and tool search therefore extends retrieval from matching information needs to information artifacts toward selecting executable capabilities for task completion.
To provide a unified view of this problem, we developed a conceptual framework around task specification, candidate search space, and search outcome, and organized the existing literature along the end-to-end process of task understanding; agent and tool discovery, representation, and indexing; retrieval, reranking, and selection; and evaluation. We further considered the system-level dimensions that influence these decisions and examined how agent search arises in representative application domains. Across these areas, a common picture emerges: effective agent search requires moving beyond description-based similarity toward capability-aware and execution-grounded decision making, while accounting for uncertainty, constraints, composition, and the dynamic nature of agent and tool ecosystems.
Despite rapid progress, many of the foundations of agent and tool search remain open. In particular, future research must better determine what should be retrieved and composed, how candidate capabilities can be estimated under partial observability, how relevance and utility should be defined beyond semantic similarity, and how search systems should be evaluated as candidates and their capabilities evolve. Addressing these challenges will require closer interaction among information retrieval, multi-agent systems, tool learning, agent evaluation, and AI systems research. As agent ecosystems continue to grow in scale, diversity, and autonomy, the ability to reliably discover and select appropriate executable capabilities will become an increasingly important component of agentic AI systems. We hope this survey provides a common foundation for studying this emerging problem.
References
- Marwah Alaofi, Paul Thomas, Falk Scholer, and Mark Sanderson. Llms can be fooled into labelling a document as relevant: best café near me; this paper is perfectly relevant. In Proceedings of the 2024 Annual International ACM SIGIR Conference on Research and Development in Information Retrieval in the Asia Pacific Region; SIGIR-AP 2024; 2024; pp. 32–41.
- Avishek Anand, Lijun Lyu, Maximilian Idahl, Yumeng Wang, Jonas Wallat, and Zijian Zhang. Explainable information retrieval: A survey. 2022. Available online: https://arxiv.org/abs/2211.02405.
- Maksym Andriushchenko, Alexandra Souly, Mateusz Dziemian, Derek Duenas, Maxwell Lin, Justin Wang, Dan Hendrycks, Andy Zou, J Zico Kolter, Matt Fredrikson, et al. Agentharm: A benchmark for measuring harmfulness of llm agents. In The Thirteenth International Conference on Learning Representations; 2025.
- Arguello, J. Aggregated search. Found. Trends Inf. Retr. 2017, 10(5), 365–502. [Google Scholar] [CrossRef]
- Arora, Rahul K.; Wei, J.; Hicks, R.S.; Bowman, P.; Quiñonero-Candela, J.; Tsimpourlas, F.; Sharman, M.; Shah, M.; Vallone, A.; Beutel, A.; Heidecke, J.; Singhal, K. Healthbench: Evaluating large language models towards improved human health. 2025. Available online: https://arxiv.org/abs/2505.08775.
- Ashktorab, Z.; Daly, E.M.; Miehling, E.; Geyer, W.; Cooper, M.S.; Pedapati, T.; Desmond, M.; Pan, Q.; Do, H.J. Evalassist: A human-centered tool for llm-as-a-judge. CoRR 2025, abs/2507.02186. Available online: https://doi.org/10.48550/arXiv.2507.02186. [CrossRef]
- Bagdasarian, E.; Yi, R.; Ghalebikesabi, S.; Kairouz, P.; Gruteser, M.; Oh, S.; Balle, B.; Ramage, D. Airgapagent: Protecting privacy-conscious conversational agents. In Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security, 2024; pp. 3868–3882. [Google Scholar]
- Bai, Y.; Jones, A.; Ndousse, K.; Askell, A.; Chen, A.; DasSarma, N.; Drain, D.; Fort, S.; Ganguli, D.; Henighan, T.; et al. Training a helpful and harmless assistant with reinforcement learning from human feedback. arXiv 2022a, arXiv:2204.05862. [Google Scholar]
- Bai, Y.; Kadavath, S.; Kundu, S.; Askell, A.; Kernion, J.; Jones, A.; Chen, A.; Goldie, A.; Mirhoseini, A.; McKinnon, C.; et al. Constitutional ai: Harmlessness from ai feedback. arXiv 2022b, arXiv:2212.08073. [Google Scholar]
- Balog, K.; Fang, Y.; de Rijke, M.; Serdyukov, P.; Si, L. Expertise retrieval. Found. Trends Inf. Retr. 2012, 6(2-3), 127–256. Available online: https://doi.org/10.1561/1500000024. [CrossRef]
- Barocas, S.; Hardt, M.; Narayanan, A. Fairness and machine learning: Limitations and opportunities; MIT press, 2023. [Google Scholar]
- Bazinska, J.; Mathys, M.; Casucci, F.; Rojas-Carulla, M.; Davies, X.; Souly, A.; Pfister, N. Breaking agent backbones: Evaluating the security of backbone llms in ai agents. The Fourteenth International Conference on Learning Representations, 2026. [Google Scholar]
- Bedi, S.; Cui, H.; Fuentes, M.; Unell, A.; Wornow, M.; Banda, Juan M.; Kotecha, N.; Keyes, T.; Mai, Y.; Oez, M.; Qiu, H.; Jain, S.; Schettini, L.; Kashyap, M.; Fries, J.A.; Swaminathan, A.; Chung, P.; Nateghi, F.; Aali, A.; Nayak, A.; Vedak, S.; Jain, Sneha S.; Patel, B.; Fayanju, O.; Shah, S.; Goh, E.; Yao, D.h.; Soetikno, B.; Reis, E.; Gatidis, S.; Divi, V.; Capasso, R.; Saralkar, R.; Chiang, Chia-Chun; Jindal, J.; Pham, T.; Ghoddusi, F.; Lin, S.; Chiou, Albert S.; Hong, C.; Roy, M.; Gensheimer, Michael F.; Patel, H.; Schulman, K.; Dash, D.; Char, D.; Downing, L.; Grolleau, F.; Black, K.; Mieso, B.; Zahedivash, A.; Yim, W.w.; Sharma, H.; Lee, T.; Kirsch, H.; Lee, J.; Ambers, N.; Lugtu, C.; Sharma, A.; Mawji, B.; Alekseyev, A.; Zhou, V.; Kakkar, V.; Helzer, J.; Revri, A.; Bannett, Y.; Daneshjou, R.; Chen, J.; Alsentzer, E.; Morse, K.; Ravi, N.; Aghaeepour, N.; Kennedy, V.; Chaudhari, A.; Wang, T.; Koyejo, S.; Lungren, Matthew P.; Horvitz, E.; Liang, P.; Pfeffer, M.; Shah, Nigam H. Medhelm: Holistic evaluation of large language models for medical tasks. 2025. Available online: https://arxiv.org/abs/2505.23802.
- Besta, M.; Blach, N.; Kubicek, A.; Gerstenberger, R.; Podstawski, M.; Gianinazzi, L.; Gajda, J.; Lehmann, T.; Niewiadomski, H.; Nyczyk, P.; et al. Graph of thoughts: Solving elaborate problems with large language models. Proc. AAAI Conf. Artif. Intell. 2024, volume 38, 17682–17690. [Google Scholar] [CrossRef]
- Betser, R.; Bose, S.; Giloni, A.; Picardi, C.; Padakandla, S.; Vainshtein, R. Agentrim: Tool risk mitigation for agentic ai. arXiv 2026, arXiv:2601.12449. [Google Scholar]
- Blair-Stanek, A.; Van Durme, B. Llms provide unstable answers to legal questions. In Proceedings of the Twentieth International Conference on Artificial Intelligence and Law, 2025; pp. 425–429. [Google Scholar]
- Blankenstein, T.; Yu, J.; Li, Z.; Plachouras, V.; Sengupta, S.; Torr, P.; Gal, Y.; Paren, A.; Bibi, A. Biasbusters: Uncovering and mitigating tool selection bias in large language models. In Proceedings of the International Conference on Learning Representations (ICLR), 2026. [Google Scholar]
- Borah, A.; Mihalcea, R. Towards implicit bias detection and mitigation in multi-agent llm interactions. In Findings of the Association for Computational Linguistics: EMNLP 2024; 2024; pp. 9306–9326. [Google Scholar]
- Bougie, N.; Watanabe, N. Simuser: Simulating user behavior with large language models for recommender system evaluation. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 6: Industry Track); 2025; Volume 6, pp. 43–60. [Google Scholar]
- Braunschweiler, N.; Doddipatla, R.; Zorila, Tudor-Catalin. Toolreagt: Tool retrieval for llm-based complex task solution via retrieval augmented generation. In Proceedings of the 3rd Workshop on Towards Knowledgeable Foundation Models (KnowFM), 2025; pp. 75–83. [Google Scholar]
- Breuer, T.; Ferro, N.; Fuhr, N.; Maistro, M.; Sakai, T.; Schaer, P.; Soboroff, I. How to measure the reproducibility of system-oriented ir experiments. In Proceedings of the 43rd International ACM SIGIR Conference on Research and Development in Information Retrieval, 2020; pp. 349–358. [Google Scholar]
- Cai, H.; Li, Y.; Wang, W.; Zhu, F.; Shen, X.; Li, W.; Chua, Tat-Seng. Large language models empowered personalized web agents. In Proceedings of the ACM on Web Conference, 2025; pp. 198–215. [Google Scholar]
- Cai, S.; Zhang, J.; Bao, K.; Gao, C.; Wang, Q.; Feng, F.; He, X. Agentic feedback loop modeling improves recommendation and user simulation. In Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR 2025 2025; Padua, Italy, Ferro, N., Maistro, M., Pasi, G., Alonso, O., Trotman, A., Verberne, S., Eds.; ACM, 13-18 July; pp. 2235–2244. Available online: https://doi.org/10.1145/3726302.3729893. [CrossRef]
- Cai, T.; Wang, X.; Ma, T.; Chen, X.; Zhou, D. Large language models as tool makers. International Conference on Learning Representations, 2024; volume 2024, pp. 54067–54089. [Google Scholar]
- Callan, James P.; Lu, Z.; Croft, W. Bruce. Searching distributed collections with inference networks. In Proceedings of the 18th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, 1995; pp. 21–28. [Google Scholar]
- Callan, J. Distributed information retrieval. In Advances in Information Retrieval: Recent Research from the Center for Intelligent Information Retrieval; Springer, 2002; pp. 127–150. [Google Scholar]
- Cao, L.; Sun, L.; Yue, Y. From biased chatbots to biased agents: Examining role assignment effects on llm agent robustness. arXiv 2026, arXiv:2602.12285. [Google Scholar]
- Cartagena, A.; Teixeira, A. Mind the gap: Text safety does not transfer to tool-call safety in llm agents. arXiv 2026, arXiv:2602.16943. [Google Scholar]
- Chalkidis, I.; Jana, A.; Hartung, D.; Bommarito, M.; Androutsopoulos, I.; Katz, D.; Aletras, N. LexGLUE: A benchmark dataset for legal language understanding in English. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics; Dublin, Ireland, Muresan, S., Nakov, P., Villavicencio, A., Eds.; Association for Computational Linguistics, May 2022; Volume 1, pp. 4310–4330. Available online: https://aclanthology.org/2022.acl-long.297/. [CrossRef]
- Chen, B.; Shu, C.; Shareghi, E.; Collier, N.; Narasimhan, K.; Yao, S. Fireact: Toward language agent fine-tuning. arXiv 2023a, arXiv:2310.05915. [Google Scholar]
- Chen, G.; Qiao, Z.; Chen, X.; Yu, D.; Xu, H.; Zhao, W.X.; Song, R.; Yin, W.; Yin, H.; Zhang, L.; Li, K.; Liao, M.; Jiang, Y.; Xie, P.; Huang, F.; Zhou, J. Iterresearch: Rethinking long-horizon agents via markovian state reconstruction. CoRR 2025a, abs/2511.07327. Available online: https://doi.org/10.48550/arXiv.2511.07327. [CrossRef]
- Chen, H.; Fan, H.; Chau, M.; Zeng, D. Metaspider: Meta-searching and categorization on the web. J. Am. Soc. Inf. Sci. Technol. 2001, 52(13), 1134–1147. [Google Scholar] [CrossRef]
- Chen, L.; Zaharia, M.; Zou, J. Frugalgpt: How to use large language models while reducing cost and improving performance. arXiv 2023b, arXiv:2305.05176. [Google Scholar]
- Chen, Q.; Qin, T.; Zhu, K.; Wang, Q.; Yu, C.; Xu, S.; Wu, J.; Zhang, J.; Liu, X.; Gui, X.; et al. Search more, think less: Rethinking long-horizon agentic search for efficiency and generalization. arXiv 2026a, arXiv:2602.22675. [Google Scholar]
- Chen, S.; Piet, J.; Sitawarin, C.; Wagner, D. {StruQ}: Defending against prompt injection with structured queries. 34th USENIX Security Symposium (USENIX Security 25), 2025b; pp. 2383–2400. [Google Scholar]
- Chen, W.; Su, Y.; Zuo, J.; Yang, C.; Yuan, C.; Chan, Chi-Min; Yu, H.; Lu, Y.; Hung, Yi-Hsin; Qian, C.; et al. Agentverse: Facilitating multi-agent collaboration and exploring emergent behaviors. The Twelfth International Conference on Learning Representations, 2023c. [Google Scholar]
- Chen, W.; You, Z.; Li, R.; Guan, Y.; Qian, C.; Zhao, C.; Yang, C.; Xie, R.; Liu, Z.; Sun, M. Internet of agents: Weaving a web of heterogeneous agents for collaborative intelligence. arXiv 2024a, arXiv:2407.07061. [Google Scholar]
- Chen, Y.; Yoon, J.; Singh Sachan, D.; Wang, Q.; Cohen-Addad, V.; Bateni, M.; Lee, Chen-Yu; Pfister, T. Re-invoke: Tool invocation rewriting for zero-shot tool retrieval. In Findings of the Association for Computational Linguistics: EMNLP 2024; 2024b; pp. 4705–4726. [Google Scholar]
- Chen, Y.; Maiga, A.; Rahmani, Hossein A.; Yilmaz, E. Automated rubrics for reliable evaluation of medical dialogue systems. arXiv 2026b, arXiv:2601.15161. [Google Scholar]
- Chen, Z.; Du, W.; Zhang, W.; Liu, K.; Liu, J.; Zheng, M.; Zhuo, J.; Zhang, S.; Lin, D.; Chen, K.; et al. T-eval: Evaluating the tool utilization capability of large language models step by step. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers); 2024c; pp. 9510–9529. [Google Scholar]
- Chen, Z.; Liu, K.; Wang, Q.; Zhang, W.; Liu, J.; Lin, D.; Chen, K.; Zhao, F. Agent-flan: Designing data and methods of effective agent tuning for large language models. In Findings of the Association for Computational Linguistics: ACL 2024; 2024d; pp. 9354–9366. [Google Scholar]
- Chen, Z.; Niu, R.; Kong, H.; Wang, Q.; Xing, Q.; Fan, Z. Tgrpo: Fine-tuning vision-language-action model via trajectory-wise group relative policy optimization. arXiv 2025c, arXiv:2506.08440. [Google Scholar]
- Chen, Z.; Xiang, Z.; Xiao, C.; Song, D.; Li, B. Agentpoison: Red-teaming llm agents via poisoning memory or knowledge bases. Adv. Neural Inf. Process. Syst. 2024e, 37, 130185–130213. [Google Scholar] [CrossRef]
- Chen, Zhi-Yuan; Shen, S.; Shen, G.; Zhi, G.; Chen, X.; Lin, Y. Towards tool use alignment of large language models. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, 2024f; pp. 1382–1400. [Google Scholar]
- Chen, Z.; Ma, X.; Zhuang, S.; Nie, P.; Zou, K.; Liu, A.; Green, J.; Patel, K.; Meng, R.; Su, M.; et al. Browsecomp-plus: A more fair and transparent evaluation benchmark of deep-research agent. arXiv 2025d, arXiv:2508.06600. [Google Scholar]
- Chen, Z.; Ma, X.; Zhuang, S.; Lin, J.; Asai, A.; Zhong, V. Agentir: Reasoning-aware retrival for deep research agents. arXiv 2026c, arXiv:2603.04384. [Google Scholar]
- Chhetri, G.; Das, S.; Islam Chowdhury, T. Spark: Search personalization via agent-driven retrieval and knowledge-sharing. arXiv 2025, arXiv:2512.24008. [Google Scholar]
- Chiang, Cheng-Han; Lee, Hung-Yi. Can large language models be an alternative to human evaluations? In Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics, 2023; Volume 1. [Google Scholar]
- Chowdhury, T.; Rahimi, R.; Allan, J. Rank-lime: Local model-agnostic feature attribution for learning to rank. In Proceedings of the 2023 ACM SIGIR International Conference on Theory of Information Retrieval, ICTIR ’23; New York, NY, USA, Association for Computing Machinery, 2023; pp. page 33–37. Available online: https://doi.org/10.1145/3578337.3605138ISBN 9798400700736. [CrossRef]
- Chowdhury, T.; Zick, Y.; Allan, J. Rankshap: Shapley value based feature attributions for learning to rank. International Conference on Learning Representations, 2025; volume 2025, pp. 36765–36794. [Google Scholar]
- Cisneros-Velarde, P. Biases in opinion dynamics in multi-agent systems of large language models: A case study on funding allocation. In Findings of the Association for Computational Linguistics: NAACL 2025; 2025; pp. 1889–1916. [Google Scholar]
- Coppolillo, E.; Manco, G.; Aiello, L.M. Unmasking conversational bias in ai multiagent systems. arXiv 2025, arXiv:2501.14844. [Google Scholar]
- Cormack, Gordon V.; Clarke, Charles L. A.; Buettcher, S. Reciprocal rank fusion outperforms condorcet and individual rank learning methods. In Proceedings of the 32nd International ACM SIGIR Conference on Research and Development in Information Retrieval, 2009; pp. 758–759. [Google Scholar]
- Costa, M.; Köpf, B.; Kolluri, A.; Paverd, A.; Russinovich, M.; Salem, A.; Tople, S.; Wutschitz, L.; Zanella-Béguelin, S. Securing ai agents with information-flow control. arXiv 2025, arXiv:2505.23643. [Google Scholar]
- Craswell, N.; Mitra, B.; Yilmaz, E.; Rahmani, Hossein A.; Campos, D.; Lin, J.; Voorhees, Ellen M.; Soboroff, I. Overview of the trec 2023 deep learning track. Text REtrieval Conference (TREC), NIST, TREC, February 2024; Available online: https://www.microsoft.com/en-us/research/publication/overview-of-the-trec-2023-deep-learning-track/.
- Dagan, G.; Keller, F.; Lascarides, A. Dynamic planning with a LLM. CoRR 2023, abs/2308.06391. Available online: https://doi.org/10.48550/arXiv.2308.06391. [CrossRef]
- Dahl, M.; Magesh, V.; Suzgun, M.; Ho, Daniel E. Large legal fictions: Profiling legal hallucinations in large language models. J. Leg. Anal. 2024, 16(1), 64–93. [Google Scholar] [CrossRef]
- Dai, J.; Pan, X.; Sun, R.; Ji, J.; Xu, X.; Liu, M.; Wang, Y.; Yang, Y. Safe rlhf: Safe reinforcement learning from human feedback. International Conference on Learning Representations, 2024; volume 2024, pp. 50750–50777. [Google Scholar]
- Dai, Z.; Kim, Y.; Callan, J. Learning to rank resources. In Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2017; pp. 837–840. [Google Scholar]
- Dang, Y.; Qian, C.; Luo, X.; Fan, J.; Xie, Z.; Shi, R.; Chen, W.; Yang, C.; Che, X.; Tian, Y.; et al. Multi-agent collaboration via evolving orchestration. arXiv 2025, arXiv:2505.19591. [Google Scholar]
- Deng, Y.; Li, Y.; Sun, F.; Ding, B.; Lam, W. Unified conversational recommendation policy learning via graph-based reinforcement learning. In SIGIR ’21: The 44th International ACM SIGIR Conference on Research and Development in Information Retrieval; Virtual Event, Canada, July 11-15, 2021, Diaz, F., Shah, C., Suel, T., Castells, P., Jones, R., Sakai, T., Eds.; ACM, 2021; pp. 1431–1441. Available online: https://doi.org/10.1145/3404835.3462913. [CrossRef]
- Deng, Z.; Guo, Y.; Han, C.; Ma, W.; Xiong, J.; Wen, S.; Xiang, Y. Ai agents under threat: A survey of key security challenges and future pathways. ACM Comput. Surv. 2025, 57(7), 1–36. [Google Scholar] [CrossRef]
- Di Palma, D.; Merra, F.A.; Sfilio, M.; Anelli, V.W.; Narducci, F.; Di Noia, T. Do llms memorize recommendation datasets? a preliminary study on movielens-1m. In Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2025; pp. 2582–2586. [Google Scholar]
- Diaz, F.; Lalmas, M.; Shokouhi, M. From federated to aggregated search. In Proceedings of the 33rd International ACM SIGIR Conference on Research and Development in Information Retrieval, 2010; p. page 910. [Google Scholar]
- Ding, Y.; Jiang, W.; Liu, S.; Jing, Y.; Guo, J.; Wang, Y.; Zhang, J.; Wang, Z.; Liu, Z.; Du, B.; et al. Dynamic parallel tree search for efficient llm reasoning. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers); 2025; pp. 11233–11252. [Google Scholar] [CrossRef]
- Dong, J.; Guo, S.; Wang, H.; Chen, X.; Liu, Z.; Zhang, T.; Xu, K.; Huang, M.; Qiu, H. Safesearch: Automated red-teaming for the safety of llm-based search agents. arXiv 2025, arXiv:2509.23694. [Google Scholar]
- Dorn, D.; Variengien, A.; Segerie, Charbel-Raphael; Corruble, V. Bells: A framework towards future proof benchmarks for the evaluation of llm safeguards. ICML 2024 Next Generation of AI Safety Workshop, 2024. [Google Scholar]
- Dou, S.; Zhang, M.; Yin, Z.; Huang, C.; Shen, Y.; Wang, J.; Chen, J.; Ni, Y.; Ye, J.; Zhang, C.; et al. Cl-bench: A benchmark for context learning. arXiv 2026, arXiv:2602.03587. [Google Scholar]
- Du, H.; Peng, B.; Ning, X. SAPIENT: mastering multi-turn conversational recommendation with strategic planning and monte carlo tree search. In Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies, NAACL 2025 -; Albuquerque, New Mexico, USA, Chiruzzo, L., Ritter, A., Wang, L., Eds.; Association for Computational Linguistics, 29 - May 4 April; Volume 1, pp. 2629–2648. Available online: https://doi.org/10.18653/v1/2025.naacl-long.133. [CrossRef]
- Du, Y.; Wei, F.; Zhang, H. Anytool: self-reflective, hierarchical agents for large-scale api calls. In Proceedings of the 41st International Conference on Machine Learning, ICML’24. JMLR.org, 2024. [Google Scholar]
- Du, Y.; Wang, J.; Liu, S.; Dvornek, Nicha C.; Lu, Y. CARE: Towards Clinical Accountability in Multi-Modal Medical Reasoning with an Evidence-Grounded Agentic Framework. March 2026. Available online: https://arxiv.org/abs/2603.01607v2.
- Esakkiraja, E.; Akhiyarov, D.; Shanmugham, A.; Ganapathy, C. Deepcodeseek: Real-time api retrieval for context-aware code generation. 2025. Available online: https://arxiv.org/abs/2509.25716.
- Faggioli, G.; Dietz, L.; LA Clarke, C.; Demartini, G.; Hagen, M.; Hauff, C.; Kando, N.; Kanoulas, E.; Potthast, M.; Stein, B.; et al. Perspectives on large language models for relevance judgment. In Proceedings of the 2023 ACM SIGIR international conference on theory of information retrieval, 2023; pp. 39–50. [Google Scholar]
- Fang, J.; Peng, Y.; Zhang, X.; Wang, Y.; Yi, X.; Zhang, G.; Xu, Y.; Wu, B.; Liu, S.; Li, Z.; et al. A comprehensive survey of self-evolving ai agents: A new paradigm bridging foundation models and lifelong agentic systems. arXiv 2025a, arXiv:2508.07407. [Google Scholar]
- Fang, W.; Glass, J. Beyond single-shot: Multi-step tool retrieval via query planning, 2026. Available online: https://arxiv.org/abs/2601.07782.
- Fang, W.; Zhang, Y.; Qian, K.; Glass, J.; Zhu, Y. Play2prompt: Zero-shot tool instruction optimization for llm agents via tool play. 2025b. Available online: https://arxiv.org/abs/2503.14432.
- Farzi, N.; Dietz, L. Pencils down! automatic rubric-based evaluation of retrieve/generate systems. In Proceedings of the 2024 acm sigir international conference on theory of information retrieval, 2024; pp. 175–184. [Google Scholar]
- Fei, W.; Kong, H.; Liang, S.; Lin, Y.; Yang, Y.; Tang, J.; Chen, L.; Hua, X. Self-guided process reward optimization with masked step advantage for process reinforcement learning. arXiv 2025a, arXiv:2507.01551. [Google Scholar]
- Fei, X.; Zheng, X.; Feng, H. Mcp-zero: Active tool discovery for autonomous llm agents. arXiv 2025b, arXiv:2506.01056. [Google Scholar]
- Fei, Z.; Shen, X.; Zhu, D.; Zhou, F.; Han, Z.; Huang, A.; Zhang, S.; Chen, K.; Yin, Z.; Shen, Z.; et al. Lawbench: Benchmarking legal knowledge of large language models. In Proceedings of the 2024 conference on empirical methods in natural language processing, 2024; pp. 7933–7962. [Google Scholar]
- Feng, J.; Huang, S.; Qu, X.; Zhang, G.; Qin, Y.; Zhong, B.; Jiang, C.; Chi, J.; Zhong, W. Retool: Reinforcement learning for strategic tool use in llms. arXiv 2025, arXiv:2504.11536. [Google Scholar]
- Fernando, Z.T.; Singh, J.; Anand, A. A study on the interpretability of neural retrieval models using deepshap. In Proceedings of the 42nd international ACM SIGIR conference on research and development in information retrieval, 2019; pp. 1005–1008. [Google Scholar]
- Fourney, A.; Bansal, G.; Mozannar, H.; Tan, C.; Salinas, E.; Niedtner, F.; Proebsting, G.; Bassman, G.; Gerrits, J.; Alber, J.; et al. Magentic-one: A generalist multi-agent system for solving complex tasks. arXiv 2024, arXiv:2411.04468. [Google Scholar]
- Fu, Y.; Peng, H.; Sabharwal, A.; Clark, P.; Khot, T. Complexity-based prompting for multi-step reasoning. arXiv 2022, arXiv:2210.00720. [Google Scholar]
- Gao, C.; Lei, W.; He, X.; de Rijke, M.; Chua, Tat-Seng. Advances and challenges in conversational recommender systems: A survey. AI Open 2021, 2, 100–126. Available online: https://doi.org/10.1016/j.aiopen.2021.06.002. [CrossRef]
- Gao, Huan-ang; Geng, J.; Hua, W.; Hu, M.; Juan, X.; Liu, H.; Liu, S.; Qiu, J.; Qi, X.; Ren, Q.; Wu, Y.; Wang, H.; Xiao, H.; Zhou, Y.; Zhang, S.; Zhang, J.; Xiang, J.; Fang, Y.; Zhao, Q.; Liu, D.; Qian, C.; Wang, Z.; Hu, M.; Wang, H.; Wu, Q.; Ji, H.; Wang, M. A survey of self-evolving agents: What, when, how, and where to evolve on the path to artificial super intelligence. Trans. Mach. Learn. Res. 2026, 2026. [Google Scholar]
- Gao, L.; Callan, J. Unsupervised corpus aware language model pre-training for dense passage retrieval. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers); 2022; pp. 2843–2853. [Google Scholar]
- Gao, M.; Liu, K.; Wu, Z. Personalisation in web computing and informatics: Theories, techniques, applications, and future research. Inf. Syst. Front. 2010, 12(5), 607–629. [Google Scholar] [CrossRef]
- Gao, T.; Yen, H.; Yu, J.; Chen, D. Enabling large language models to generate text with citations. Empirical Methods in Natural Language Processing (EMNLP), 2023. [Google Scholar]
- Gaurav, N.; Akarsh, A.; Ranjan, A.; Bajaj, M. Dynamic react: Scalable tool selection for large-scale mcp environments. arXiv 2025, arXiv:2509.20386. [Google Scholar]
- Gera, A.; Boni, O.; Perlitz, Y.; Bar-Haim, R.; Eden, L.; Yehudai, A. Justrank: Benchmarking llm judges for system ranking. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics, 2025; Volume 1. [Google Scholar]
- Gerevini, A.E. An introduction to the planning domain definition language (PDDL): book review. Artif. Intell. 2020, 280, 103221. Available online: https://doi.org/10.1016/j.artint.2019.103221. [CrossRef]
- Ghalebikesabi, S.; Bagdasaryan, E.; Yi, R.; Yona, I.; Shumailov, I.; Pappu, A.; Shi, C.; Weidinger, L.; Stanforth, R.; Berrada, L.; et al. Operationalizing contextual integrity in privacy-conscious assistants. arXiv 2024, arXiv:2408.02373. [Google Scholar]
- Gharat, H.; Agrawal, H.; Patro, Gourab K. From personalization to prejudice: Bias and discrimination in memory-enhanced ai agents for recruitment. In Proceedings of the Nineteenth ACM International Conference on Web Search and Data Mining, 2026; pp. 1140–1144. [Google Scholar]
- Glover, Eric J.; Lawrence, S.; Birmingham, William P.; Giles, C. Lee. Architecture of a metasearch engine that supports user information needs. In Proceedings of the Eighth International Conference on Information and Knowledge Management, 1999; pp. 210–216. [Google Scholar]
- Go, HeounMo; Park, SangHyun. A study on classification based concurrent api calls and optimal model combination for tool augmented llms for ai agent. Sci. Rep. 2025, 15(1). Available online: http://dx.doi.org/10.1038/s41598-025-06469-w. [CrossRef]
- Gou, B.; Huang, Z.; Ning, Y.; Gu, Y.; Lin, M.; Qi, W.; Kopanev, A.; Yu, B.; Jiménez Gutiérrez, B.; Shu, Y.; et al. Mind2web 2: Evaluating agentic search with agent-as-a-judge. arXiv 2025, arXiv:2506.21506. [Google Scholar]
- Gou, Z.; Shao, Z.; Gong, Y.; Yang, Y.; Duan, N.; Chen, W.; et al. Critic: Large language models can self-correct with tool-interactive critiquing. International Conference on Learning Representations, 2024; volume 2024, pp. 57734–57811. [Google Scholar]
- Greenblatt, R.; Denison, C.; Wright, B.; Roger, F.; MacDiarmid, M.; Marks, S.; Treutlein, J.; Belonax, T.; Chen, J.; Duvenaud, D.; et al. Alignment faking in large language models. arXiv 2024, arXiv:2412.14093. [Google Scholar]
- Greshake, K.; Abdelnabi, S.; Mishra, S.; Endres, C.; Holz, T.; Fritz, M. Not what you’ve signed up for: Compromising real-world llm-integrated applications with indirect prompt injection. In Proceedings of the 16th ACM workshop on artificial intelligence and security, 2023; pp. 79–90. [Google Scholar]
- Grupen, Niko A; Selman, B.; Lee, Daniel D. Cooperative multi-agent fairness and equivariant policies. Proc. Aaai Conf. Artif. Intell. 2022, volume 36, 9350–9359. [Google Scholar] [CrossRef]
- Gu, J.; Jiang, X.; Shi, Z.; Tan, H.; Zhai, X.; Xu, C.; Li, W.; Shen, Y.; Ma, S.; Liu, H.; et al. A survey on llm-as-a-judge. The Innovation 2024. [Google Scholar] [CrossRef]
- Guan, L.; Valmeekam, K.; Sreedharan, S.; Kambhampati, S. Leveraging pre-trained large language models to construct and utilize world models for model-based task planning. In Advances in Neural Information Processing Systems 36: Annual Conference on Neural Information Processing Systems 2023, NeurIPS; New Orleans, LA, USA, December 10 - 16, 2023, 2023, Oh, A., Naumann, T., Globerson, A., Saenko, K., Hardt, M., Levine, S., Eds.; 2023; Available online: http://papers.nips.cc/paper_files/paper/2023/hash/f9f54762cbb4fe4dbffdd4f792c31221-Abstract-Conference.html.
- Guha, N.; Nyarko, J.; Ho, D.; Ré, C.; Chilton, A.; Chohlas-Wood, A.; Peters, A.; Waldon, B.; Rockmore, D.; Zambrano, D.; et al. Legalbench: A collaboratively built benchmark for measuring legal reasoning in large language models. Adv. Neural Inf. Process. Syst. 2023, 36, 44123–44279. [Google Scholar] [CrossRef]
- Guo, D.; Yang, D.; Zhang, H.; Song, J.; Wang, P.; Zhu, Q.; Xu, R.; Zhang, R.; Ma, S.; Bi, X.; et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv 2025, arXiv:2501.12948. [Google Scholar]
- Guo, Z.; Cheng, S.; Wang, H.; Liang, S.; Qin, Y.; Li, P.; Liu, Z.; Sun, M.; Liu, Y. Stabletoolbench: Towards stable large-scale benchmarking on tool learning of large language models. In Findings of the Association for Computational Linguistics: ACL 2024; 2024; pp. 11143–11156. [Google Scholar]
- Hannak, A.; Sapiezynski, P.; Molavi Kakhki, A.; Krishnamurthy, B.; Lazer, D.; Mislove, A.; Wilson, C. Measuring personalization of web search. In Proceedings of the 22nd international conference on World Wide Web, 2013; pp. 527–538. [Google Scholar]
- Hao, S.; Gu, Y.; Ma, H.; Hong, J.; Wang, Z.; Wang, D.; Hu, Z. Reasoning with language model is planning with world model. In Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, 2023a; pp. 8154–8173. [Google Scholar]
- Hao, S.; Liu, T.; Wang, Z.; Hu, Z. Toolkengpt: augmenting frozen language models with massive tools via tool embeddings. In Proceedings of the 37th International Conference on Neural Information Processing Systems, NIPS ’23, Red Hook, NY, USA, 2023b; Curran Associates Inc. [Google Scholar]
- Harper, F Maxwell; Konstan, Joseph A. The movielens datasets: History and context. Acm Trans. Interact. Intell. Syst. (tiis) 2015, 5(4), 1–19. [Google Scholar]
- Hendrycks, D.; Burns, C.; Chen, A.; Ball, S. Cuad: An expert-annotated nlp dataset for legal contract review. NeurIPS 2021. [Google Scholar] [CrossRef]
- Heuss, M.; de Rijke, M.; Anand, A. Rankingshap-faithful listwise feature attribution explanations for ranking models. In Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2025; pp. 381–391. [Google Scholar]
- Heydari, A. Ali; Gu, K.; Srinivas, V.; Yu, H.; Zhang, Z.; Zhang, Y.; Paruchuri, A.; He, Q.; Palangi, H.; Hammerquist, N.; Metwally, Ahmed A.; Winslow, B.; Kim, Y.; Ayush, K.; Yang, Y.; Narayanswamy, G.; Xu, Maxwell A.; Garrison, J.; Lee, A.A.; Vafeiadou, J.; Graef, B.; Galatzer-Levy, Isaac R.; Schenck, E.; Barakat, A.; Perez, J.; Shreibati, J.; Hernandez, J.; Faranesh, Anthony Z.; Prieto, Javier L.; Heneghan, C.; Liu, Y.; Zhan, J.; Malhotra, M.; Patel, S.; Althoff, T.; Liu, X.; McDuff, D.; Xu, Xuhai "Orson". The anatomy of a personal health agent, 2025. Available online: https://arxiv.org/abs/2508.20148.
- Hirsch, E.; Uziel, G.; Anaby-Tavor, A. What’s the plan? evaluating and developing planning-aware techniques for language models. 2024. Available online: https://arxiv.org/abs/2402.11489.
- Hofstätter, S.; Lin, Sheng-Chieh; Yang, Jheng-Hong; Lin, J.; Hanbury, A. Efficiently teaching an effective dense retriever with balanced topic aware sampling. In Proceedings of the 44th international ACM SIGIR conference on research and development in information retrieval, 2021; pp. 113–122. [Google Scholar]
- Hong, S.; Zhuge, M.; Chen, J.; Zheng, X.; Cheng, Y.; Wang, J.; Zhang, C.; Wang, Z.; Ka, S.; Yau, S.; Lin, Z.; et al. Metagpt: Meta programming for a multi-agent collaborative framework. The twelfth international conference on learning representations, 2023. [Google Scholar]
- Hong, S.; Lin, Y.; Liu, B.; Liu, B.; Wu, B.; Zhang, C.; Li, D.; Chen, J.; Zhang, J.; Wang, J.; et al. Data interpreter: An llm agent for data science. In Findings of the Association for Computational Linguistics: ACL 2025; 2025; pp. 19796–19821, 2025. [Google Scholar]
- Hooker, S. Moving beyond “algorithmic bias is a data problem”. Patterns 2021, 2(4). [Google Scholar] [CrossRef]
- Hsieh, Cheng-Yu; Chen, Si-An; Li, Chun-Liang; Fujii, Y.; Ratner, A.; Lee, Chen-Yu; Krishna, R.; Pfister, T. Tool documentation enables zero-shot tool-usage with large language models. arXiv 2023, arXiv:2308.00675. [Google Scholar]
- Hu, M.; Zhao, P.; Xu, C.; Sun, Q.; Lou, Jian-Guang; Lin, Q.; Luo, P.; Rajmohan, S. Agentgen: Enhancing planning abilities for large language model based agent via environment and task generation. In Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V. 1, 2025a; pp. 496–507. [Google Scholar]
- Hu, M.; Zhou, Y.; Fan, W.; Nie, Y.; Xia, B.; Sun, T.; Ye, Z.; Jin, Z.; Li, Y.; Chen, Q.; et al. Owl: Optimized workforce learning for general multi-agent assistance in real-world task automation. arXiv 2025b, arXiv:2505.23885. [Google Scholar]
- Hu, S.; Lu, C.; Clune, J. Automated design of agentic systems. International Conference on Learning Representations (ICLR), 2025c; Available online: https://openreview.net/forum?id=t9U3LW7JVX.
- Hua, W.; Yang, X.; Jin, M.; Li, Z.; Cheng, W.; Tang, R.; Zhang, Y. Trustagent: Towards safe and trustworthy llm-based agents. In Findings of the Association for Computational Linguistics: EMNLP 2024; 2024; pp. 10000–10016. [Google Scholar]
- Huang, J.; Gu, S.; Hou, L.; Wu, Y.; Wang, X.; Yu, H.; Han, J. Large language models can self-improve. In Proceedings of the 2023 conference on empirical methods in natural language processing, 2023; pp. 1051–1068. [Google Scholar]
- Huang, S.; Zhong, W.; Lu, J.; Zhu, Q.; Gao, J.; Liu, W.; Hou, Y.; Zeng, X.; Wang, Y.; Shang, L.; et al. Planning, creation, usage: Benchmarking llms for comprehensive tool utilization in real-world complex scenarios. In Findings of the Association for Computational Linguistics: ACL 2024; 2024a; pp. 4363–4400. [Google Scholar]
- Huang, X.; Liu, W.; Chen, X.; Wang, X.; Wang, H.; Lian, D.; Wang, Y.; Tang, R.; Chen, E. Understanding the planning of llm agents: A survey. arXiv 2024b, arXiv:2402.02716. [Google Scholar]
- Huang, X.; Huang, Y.; Liu, W.; Zeng, X.; Wang, Y.; Tang, R.; Xie, H.; Lian, D. Advancing and benchmarking personalized tool invocation for llms. CoRR 2025a, abs/2505.04072. Available online: https://doi.org/10.48550/arXiv.2505.04072. [CrossRef]
- Huang, X.; Lian, J.; Lei, Y.; Yao, J.; Lian, D.; Xie, X. Recommender ai agent: Integrating large language models for interactive recommendations. ACM Trans. Inf. Syst. 2025b, 43(4), 1–33. [Google Scholar] [CrossRef]
- Huang, Y.; Shi, J.; Li, Y.; Fan, C.; Wu, S.; Zhang, Q.; Liu, Y.; Zhou, P.; Wan, Y.; Gong, N.Z.; Sun, L. Metatool benchmark for large language models: Deciding whether to use tools and which to use. The Twelfth International Conference on Learning Representations, 2024c; Available online: https://openreview.net/forum?id=R0c2qtalgG.
- Huang, Y.; Wang, W.; Bao, H.; Ma, Y.; Luo, X.; Nian, Y.; Zhuang, H.; Liu, Z.; Zhao, Y.; Zhang, X. Memoharness: Agent harnesses that learn from experience. arXiv 2026, arXiv:2607.14159. [Google Scholar]
- Hubinger, E.; Denison, C.; Mu, J.; Lambert, M.; Tong, M.; MacDiarmid, M.; Lanham, T.; Ziegler, Daniel M; Maxwell, T.; Cheng, N.; et al. Sleeper agents: Training deceptive llms that persist through safety training. arXiv 2024, arXiv:2401.05566. [Google Scholar]
- Izacard, G.; Caron, M.; Hosseini, L.; Riedel, S.; Bojanowski, P.; Joulin, A.; Grave, E. Unsupervised dense information retrieval with contrastive learning. Transactions on Machine Learning Research, 2022. [Google Scholar]
- Jacovi, A.; Goldberg, Y. Towards faithfully interpretable NLP systems: How should we define and evaluate faithfulness? In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics; Jurafsky, D., Chai, J., Schluter, N., Tetreault, J., Eds.; Association for Computational Linguistics, July 2020; pp. 4198–4205. Available online: https://aclanthology.org/2020.acl-main.386/. [CrossRef]
- Jaenich, T.; McDonald, G.; Ounis, I. Fairness-aware exposure allocation via adaptive reranking. In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2024; pp. 1504–1513. [Google Scholar]
- Jannach, D.; Manzoor, A.; Cai, W.; Chen, L. A survey on conversational recommender systems. ACM Comput. Surv. 2022, 54(5), 105:1–105:36. Available online: https://doi.org/10.1145/3453154. [CrossRef]
- Järvelin, K.; Kekäläinen, J. Cumulated gain-based evaluation of ir techniques. ACM Trans. Inf. Syst. 2002, 20(4), 422–446. Available online: https://doi.org/10.1145/582415.582418. [CrossRef]
- Jha, R.; Triedman, H.; Wagle, J.; Shmatikov, V. Breaking and fixing defenses against control-flow hijacking in multi-agent systems. The Fourteenth International Conference on Learning Representations, 2026. [Google Scholar]
- Jia, F.; Wu, T.; Qin, X.; Squicciarini, A. The task shield: Enforcing task alignment to defend against indirect prompt injection in llm agents. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers); 2025; pp. 29680–29697. [Google Scholar]
- Jia, Z.; Yue, S.; Chen, W.; Wang, S.; Liu, Y.; Li, Z.; Song, Y.; Wei, Z. Ready jurist one: Benchmarking language agents for legal intelligence in dynamic environments. In Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics; San Diego, California, United States, Liakata, M., Moreira, Viviane P., Zhang, J., Jurgens, D., Eds.; Association for Computational Linguistics, July 2026; Volume 1, pp. 10351–10376. Available online: https://aclanthology.org/2026.acl-long.471/ISBN 979-8-89176-390-6. [CrossRef]
- Jiang, Y.; Black, Kameron C.; Geng, G.; Park, D.; Zou, J.; Ng, Andrew Y.; Chen, Jonathan H. Medagentbench: A realistic virtual ehr environment to benchmark medical llm agents. 2025a. Available online: https://arxiv.org/abs/2501.14654.
- Jiang, Z.; Schmidt, D.; Srikanth, D.; Xu, D.; Kaplan, I.; Jacenko, D.; Wu, Y. Aide: Ai-driven exploration in the space of code. arXiv 2025b, arXiv:2502.13138. [Google Scholar]
- Jin, B.; Zeng, H.; Yue, Z.; Yoon, J.; Arik, S.; Wang, D.; Zamani, H.; Han, J. Search-r1: Training llms to reason and leverage search engines with reinforcement learning. arXiv 2025, arXiv:2503.09516. [Google Scholar]
- Kachuee, M.; Ahuja, S.; Kumar, V.; Xu, P.; Liu, X. Improving tool retrieval by leveraging large language models for query generation. In Proceedings of the 31st International Conference on Computational Linguistics: Industry Track; Abu Dhabi, UAE, Rambow, O., Wanner, L., Apidianaki, M., Al-Khalifa, H., Di Eugenio, B., Schockaert, S., Darwish, K., Agarwal, A., Eds.; Association for Computational Linguistics, January 2025; pp. 29–38. Available online: https://aclanthology.org/2025.coling-industry.3/.
- Kale, N.; Zhang, Chen Bo Calvin; Zhu, K.; Aich, A.; Rodriguez, P.; Scale Red Team; Knight, Christina Q; Wang, Z. Reliable weak-to-strong monitoring of llm agents. The Fourteenth International Conference on Learning Representations, 2026. [Google Scholar]
- Kalra, J.S.; Zhao, X.; Kim, T.E.; Cai, F.; Diaz, F.; Wu, T. MoR: Better handling diverse queries with a mixture of sparse, dense, and human retrievers. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing; Suzhou, China, Christodoulopoulos, C., Chakraborty, T., Rose, C., Peng, V., Eds.; Association for Computational Linguistics, November 2025; pp. 11971–11990. Available online: https://aclanthology.org/2025.emnlp-main.601/ISBN 979-8-89176-332-6. [CrossRef]
- Kamiran, F.; Calders, T. Data preprocessing techniques for classification without discrimination. Knowl. Inf. Syst. 2012, 33(1), 1–33. [Google Scholar] [CrossRef]
- Kapoor, S.; Stroebl, B.; Kirgis, P.; Nadgir, N.; Siegel, Zachary S; Wei, B.; Xue, T.; Chen, Z.; Chen, F.; Utpala, S.; et al. Holistic agent leaderboard: The missing infrastructure for ai agent evaluation. arXiv 2025, arXiv:2510.11977. [Google Scholar]
- Khramtsova, E.; Zhuang, S.; Baktashmotlagh, M.; Wang, X.; Zuccon, G. Selecting which dense retriever to use for zero-shot search. In Proceedings of the Annual International ACM SIGIR Conference on Research and Development in Information Retrieval in the Asia Pacific Region; Association for Computing Machinery, 2023; Volume SIGIR-AP ’23, pp. 223–233. [Google Scholar] [CrossRef]
- Kim, J.; Liu, X.; Wang, Z.; Qiu, S.; Li, B.; Guo, W.; Song, D. The attack and defense landscape of agentic ai: A comprehensive survey. arXiv 2026a, arXiv:2603.11088. [Google Scholar]
- Kim, T.E.; Diaz, F. Ltrr: Learning to rank retrievers for llms. In Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR ’26; New York, NY, USA, Association for Computing Machinery, 2026; pp. page 3872–3877. Available online: https://doi.org/10.1145/3805712.3809954ISBN 9798400725999. [CrossRef]
- Kim, T.E.; Salemi, A.; Zamani, H.; Diaz, F. Evaluation of agents under simulated ai marketplace dynamics. In Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR ’26; New York, NY, USA, Association for Computing Machinery, 2026b; pp. page 2672–2683. Available online: https://doi.org/10.1145/3805712.3808542ISBN 9798400725999. [CrossRef]
- Kim, Y.; Park, C.; Jeong, H.; Chan, Y.S.; Xu, X.; McDuff, D.; Lee, H.; Ghassemi, M.; Breazeal, C.; Park, H.W. Mdagents: An adaptive collaboration of llms for medical decision-making. 2024. Available online: https://arxiv.org/abs/2404.15155.
- Kim, Y.; Jeong, H.; Park, C.; Park, E.; Zhang, H.; Liu, X.; Lee, H.; McDuff, D.; Ghassemi, M.; Breazeal, C.; Tulebaev, S.; Park, H.W. Tiered agentic oversight: A hierarchical multi-agent system for healthcare safety. 2025. Available online: https://arxiv.org/abs/2506.12482.
- Kocsis, L.; Szepesvári, C. Bandit based monte-carlo planning. In Machine Learning: ECML 2006, 17th European Conference on Machine Learning, Berlin, Germany, September 18-22, 2006, Proceedings; Fürnkranz, J., Scheffer, T., Spiliopoulou, M., Eds.; Springer, 2006; volume 4212, pp. 282–293. Available online: https://doi.org/10.1007/11871842_29. [CrossRef]
- Koh, J.Y.; McAleer, S.M.; Fried, D.; Salakhutdinov, R. Tree search for language model agents. Transactions on Machine Learning Research. 2025. Available online: https://openreview.net/forum?id=QF0N3x2XVm.
- Kojima, T.; Gu, S.S.; Reid, M.; Matsuo, Y.; Iwasawa, Y. Large language models are zero-shot reasoners. Adv. Neural Inf. Process. Syst. 2022, 35, 22199–22213. [Google Scholar] [CrossRef]
- Kolluri, A.; Sharma, R.; Costa, M.; Köpf, B.; Nießen, T.; Russinovich, M.; Tople, S.; Zanella-Béguelin, S. Optimizing agent planning for security and autonomy. The Fourteenth International Conference on Learning Representations, 2026. [Google Scholar]
- Tser Jern Kon, P.; Pradeep, A.; Chen, A.; Ellis, Alexander P; Hunt, W.; Wang, Z.; Yang, J.; Thompson, S. Swe-prot∖’eg∖’e: Learning to selectively collaborate with an expert unlocks small language models as software engineering agents. arXiv 2026, arXiv:2602.22124. [Google Scholar]
- Koo, R.; Lee, M.; Raheja, V.; Park, J.I.; Kim, Z.M.; Kang, D. Benchmarking cognitive biases in large language models as evaluators. In Findings of the Association for Computational Linguistics: ACL 2024; 2024; pp. 517–545. [Google Scholar]
- Korbak, T.; Balesni, M.; Barnes, E.; Bengio, Y.; Benton, J.; Bloom, J.; Chen, M.; Cooney, A.; Dafoe, A.; Dragan, A.; et al. Chain of thought monitorability: A new and fragile opportunity for ai safety. arXiv 2025, arXiv:2507.11473. [Google Scholar]
- Koren, Y.; Rendle, S.; Bell, Robert M. Advances in collaborative filtering. In Recommender Systems Handbook; Ricci, F., Rokach, L., Shapira, B., Eds.; Springer US, 2022; pp. 91–142. Available online: https://doi.org/10.1007/978-1-0716-2197-4_3. [CrossRef]
- Kumar, A.; Zhuang, V.; Agarwal, R.; Su, Y.; Co-Reyes, John D; Singh, A.; Baumli, K.; Iqbal, S.; Bishop, C.; Roelofs, R.; et al. Training language models to self-correct via reinforcement learning. arXiv 2024a, arXiv:2409.12917. [Google Scholar]
- Kumar, P.; Lau, E.; Vijayakumar, S.; Trinh, T.; Scale Red Team; Chang, E.; Robinson, V.; Hendryx, S.; Zhou, S.; Fredrikson, M.; et al. Refusal-trained llms are easily jailbroken as browser agents. arXiv 2024b, arXiv:2410.13886. [Google Scholar]
- Kuntz, T.; Duzan, A.; Zhao, H.; Croce, F.; Kolter, Z.; Flammarion, N.; Andriushchenko, M. Os-harm: A benchmark for measuring safety of computer use agents. Advances in Neural Information Processing Systems (NeurIPS) Datasets and Benchmarks Track, 2025. [Google Scholar]
- La Malfa, G.; Zhang, Jie M.; Luck, M.; Black, E. Using protected attributes to consider fairness in multi-agent systems. AEQUITAS 2024: Workshop on Fairness and Bias in AI, 2024. [Google Scholar]
- Lanham, T.; Chen, A.; Radhakrishnan, A.; Steiner, B.; Denison, C.; Hernandez, D.; Li, D.; Durmus, E.; Hubinger, E.; Kernion, J.; et al. Measuring faithfulness in chain-of-thought reasoning. arXiv 2023, arXiv:2307.13702. [Google Scholar]
- Lee, C.; Zeng, T.; Jeong, J.; Sohn, Jy-yong; Lee, K. How to correctly report llm-as-a-judge evaluations. arXiv 2025, arXiv:2511.21140. [Google Scholar]
- Lee, D.; Hwang, Y.; Kang, T.; Lee, M.; Chae, Y.; Jung, K. Judging against the reference: Uncovering knowledge-driven failures in llm-judges on qa evaluation. arXiv 2026a, arXiv:2601.07506. [Google Scholar]
- Lee, J.; Hahm, D.; Choi, J.S.; Knox, W Bradley; Lee, K. Mobilesafetybench: Evaluating safety of autonomous agents in mobile device control. Proc. AAAI Conf. Artif. Intell. 2026b, volume 40, 37565–37573. [Google Scholar] [CrossRef]
- Lee, Y.; Nair, R.; Zhang, Q.; Lee, K.; Khattab, O.; Finn, C. Meta-harness: End-to-end optimization of model harnesses. arXiv 2026c, arXiv:2603.28052. [Google Scholar]
- Lewis, P.; Perez, E.; Piktus, A.; Petroni, F.; Karpukhin, V.; Goyal, N.; Küttler, H.; Lewis, M.; Yih, Wen-tau; Rocktäschel, T.; et al. Retrieval-augmented generation for knowledge-intensive nlp tasks. Adv. Neural Inf. Process. Syst. 2020, 33, 9459–9474. [Google Scholar]
- Li, B.; Yan, T.; Pan, Y.; Luo, J.; Ji, R.; Ding, J.; Xu, Z.; Liu, S.; Dong, H.; Lin, Z.; Wang, Y. MMedAgent: Learning to use medical tools with multi-modal agent. In Findings of the Association for Computational Linguistics: EMNLP 2024, pages 8745–8760; Al-Onaizan, Y., Bansal, M., Chen, Yun-Nung, Eds.; Association for Computational Linguistics: Miami, Florida, USA, November 2024a; Available online: https://aclanthology.org/2024.findings-emnlp.510/. [CrossRef]
- Li, D.; Jiang, B.; Huang, L.; Beigi, A.; Zhao, C.; Tan, Z.; Bhattacharjee, A.; Jiang, Y.; Chen, C.; Wu, T.; et al. From generation to judgment: Opportunities and challenges of llm-as-a-judge. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, 2025a; pp. 2757–2791. [Google Scholar]
- Li, G.; Hammoud, H.; Itani, H.; Khizbullin, D.; Ghanem, B. Camel: Communicative agents for" mind" exploration of large language model society. Adv. Neural Inf. Process. Syst. 2023a, 36, 51991–52008. [Google Scholar] [CrossRef]
- Li, H.; Dong, Q.; Chen, J.; Su, H.; Zhou, Y.; Ai, Q.; Ye, Z.; Liu, Y. Llms-as-judges: a comprehensive survey on llm-based evaluation methods. arXiv 2024b, arXiv:2412.05579. [Google Scholar]
- Li, H.; Chen, J.; Yang, J.; Ai, Q.; Jia, W.; Liu, Y.; Lin, K.; Wu, Y.; Yuan, G.; Hu, Y.; Wang, W.; Liu, Y.; Huang, M. LegalAgentBench: Evaluating LLM agents in legal domain. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics; Vienna, Austria, Che, W., Nabende, J., Shutova, E., Pilehvar, M.T., Eds.; Association for Computational Linguistics, July 2025b; Volume 1, pp. 2322–2344. Available online: https://aclanthology.org/2025.acl-long.116/ISBN 979-8-89176-251-0. [CrossRef]
- Li, H.; Chen, Y.; YiRan, H.; Ai, Q.; Chen, J.; Yang, X.; Yang, J.; Wu, Y.; Liu, Z.; Liu, Y. Lexrag: Benchmarking retrieval-augmented generation in multi-turn legal consultation conversation. In Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2025c; pp. 3606–3615. [Google Scholar]
- Li, J.; Kim, Jung-Eun. Superficial safety alignment hypothesis. In Proceedings of the Fourteenth International Conference on Learning Representations (ICLR 2026), 2026. [Google Scholar]
- Li, J.; Lai, Y.; Li, W.; Ren, J.; Zhang, M.; Kang, X.; Wang, S.; Li, P.; Zhang, Ya-Qin; Ma, W.; Liu, Y. Agent hospital: A simulacrum of hospital with evolvable medical agents. 2025d. Available online: https://arxiv.org/abs/2405.02957.
- Li, K.; Gao, J.; Wang, D. Aligned agents, biased swarm: Measuring bias amplification in multi-agent systems. In Proceedings of the International Conference on Learning Representations (ICLR), 2026a. [Google Scholar]
- Li, K.; Zhang, Z.; Yin, H.; Ye, R.; Zhao, Y.; Zhang, L.; Ou, L.; Zhang, D.; Wu, X.; Wu, J.; Wang, X.; Qiao, Z.; Zhang, Z.; Jiang, Y.; Xie, P.; Huang, F.; Zhou, J. Websailor-v2: Bridging the chasm to proprietary agents via synthetic data and scalable reinforcement learning. CoRR 2025e, abs/2509.13305. Available online: https://doi.org/10.48550/arXiv.2509.13305. [CrossRef]
- Li, M.; Chen, G.; Zhao, X.; Wen, H.; Yang, S.; Wang, D. Persrm-r1: Enhance personalized reward modeling with reinforcement learning. arXiv 2025f, arXiv:2508.14076. [Google Scholar]
- Li, M.; Zhao, Y.; Yu, B.; Song, F.; Li, H.; Yu, H.; Li, Z.; Huang, F.; Li, Y. Api-bank: A comprehensive benchmark for tool-augmented llms. In Proceedings of the 2023 conference on empirical methods in natural language processing, 2023b; pp. 3102–3116. [Google Scholar]
- Li, T.; Chu, C.; Zheng, Y.; Zhang, B.; Gong, N.Z.; Xiao, C. A2asecbench: A protocol-aware security benchmark for agent-to-agent multi-agent systems. The Fourteenth International Conference on Learning Representations, 2026b. [Google Scholar]
- Li, X.; Wang, K.; Gouda, G.; Choudhary, S.; Wang, Y.; Hu, L.; Vaughan, J.; Lecue, F. Who judges the judge? llm jury-on-demand: Building trustworthy llm evaluation systems. arXiv 2025g, arXiv:2512.01786. [Google Scholar]
- Li, X.; Jia, P.; Xu, D.; Wen, Y.; Zhang, Y.; Zhang, W.; Wang, W.; Wang, Y.; Du, Z.; Li, X.; et al. A survey of personalization: From rag to agent. arXiv 2025h, arXiv:2504.10147. [Google Scholar]
- Li, X.; Jiao, W.; Jin, J.; Dong, G.; Jin, J.; Wang, Y.; Wang, H.; Zhu, Y.; Wen, Ji-Rong; Lu, Y.; et al. Deepagent: A general reasoning agent with scalable toolsets. arXiv 2025i, arXiv:2510.21618. [Google Scholar]
- Li, X.; Jin, J.; Dong, G.; Qian, H.; Zhu, Y.; Wu, Y.; Wen, Ji-Rong; Dou, Z. Webthinker: Empowering large reasoning models with deep research capability. CoRR 2025j, abs/2504.21776. Available online: https://doi.org/10.48550/arXiv.2504.21776. [CrossRef]
- Li, Y.; Lin, Z.; Zhang, S.; Fu, Q.; Chen, B.; Lou, Jian-Guang; Chen, W. Making language models better reasoners with step-aware verifier. In Proceedings of the 61st annual meeting of the association for computational linguistics (volume 1: long papers); 2023c; pp. 5315–5333. [Google Scholar] [CrossRef]
- Li, Y.; Shirado, H.; Das, S. Actions speak louder than words: Agent decisions reveal implicit biases in language models. In Proceedings of the 2025 ACM Conference on Fairness, Accountability, and Transparency, 2025k; pp. 3303–3325. [Google Scholar]
- Li, Z.; Guan, X.; Zhang, B.; Huang, S.; Zhou, H.; Lai, S.; Yan, M.; Jiang, Y.; Xie, P.; Huang, F.; et al. Webweaver: Structuring web-scale evidence with dynamic outlines for open-ended deep research. arXiv 2025l, arXiv:2509.13312. [Google Scholar]
- Li, Z.; Zang, Q.; Ma, D.; Guo, J.; Zheng, T.; Liu, M.; Niu, X.; Wang, Y.; Yang, J.; Liu, J.; et al. Autokaggle: A multi-agent framework for autonomous data science competitions. arXiv 2024c, arXiv:2410.20424. [Google Scholar]
- Liang, Y.; Wu, C.; Song, T.; Wu, W.; Xia, Y.; Liu, Y.; Ou, Y.; Lu, S.; Ji, L.; Mao, S.; Wang, Y.; Shou, L.; Gong, M.; Duan, N. Taskmatrix.ai: Completing tasks by connecting foundation models with millions of apis. 2023. Available online: https://arxiv.org/abs/2303.16434.
- Liang, Y.; Li, J.; Wang, Y.; Wang, P.; Tian, M.; Liu, P.; Qiao, S.; Fang, R.; Zhu, H.; Zhang, G.; et al. Towards personalized deep research: Benchmarks and evaluations. arXiv 2025, arXiv:2509.25106. [Google Scholar]
- Liao, Z.; Mo, L.; Xu, C.; Kang, M.; Zhang, J.; Xiao, C.; Tian, Y.; Li, B.; Sun, H. Eia: Environmental injection attack on generalist web agents for privacy leakage. The Thirteenth International Conference on Learning Representations.
- Lin, J.; Liu, S.; Pan, C.; Lin, L.; Dou, S.; Xi, Z.; Huang, X.; Yan, H.; Han, Z.; Gui, T.; et al. Agentic harness engineering: Observability-driven automatic evolution of coding-agent harnesses. arXiv 2026, arXiv:2604.25850. [Google Scholar]
- Lin, J.; Wang, X.; Dai, X.; Zhu, M.; Chen, B.; Tang, R.; Yu, Y.; Zhang, W. Masstool: A multi-task search-based tool retrieval framework for large language models. arXiv 2025, arXiv:2507.00487. [Google Scholar]
- Liu, B.; Jiang, Y.; Zhang, X.; Liu, Q.; Zhang, S.; Biswas, J.; Stone, P. LLM+P: empowering large language models with optimal planning proficiency. CoRR 2023a, abs/2304.11477. Available online: https://doi.org/10.48550/arXiv.2304.11477. [CrossRef]
- Liu, Nelson F; Lin, K.; Hewitt, J.; Paranjape, A.; Bevilacqua, M.; Petroni, F.; Liang, P. Lost in the middle: How language models use long contexts. Trans. Assoc. Comput. Linguist. 2024a, 12, 157–173. [Google Scholar] [CrossRef]
- Liu, X.; Peng, Z.; Yi, X.; Xie, X.; Xiang, L.; Liu, Y.; Xu, D. Toolnet: Connecting large language models with massive tools via tool graph. arXiv 2024b, arXiv:2403.00839. [Google Scholar]
- Liu, Y.; Iter, D.; Xu, Y.; Wang, S.; Xu, R.; Zhu, C. G-eval: Nlg evaluation using gpt-4 with better human alignment. In Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, 2023b; pp. 2511–2522. [Google Scholar]
- Liu, Y.; Peng, X.; Cao, J.; Zhang, Y.; Zhang, X.; Cheng, S.; Wang, X.; Yin, J.; Du, T. Tool-planner: Task planning with clusters across multiple tools. 2025. Available online: https://arxiv.org/abs/2406.03807.
- Liu, Y.; Moosavi, N.S.; Lin, C. Llms as narcissistic evaluators: When ego inflates evaluation scores. In Findings of the Association for Computational Linguistics: ACL 2024; 2024c; pp. 12688–12701. [Google Scholar]
- Liu, Z.; Shi, Z.; Sang, Y.; He, B.; Lin, M.; Wei, T.; Wang, D.; Dumoulin, B.; Jin, W.; Lu, H. Adaptive auto-harness: Sustained self-improvement for agentic system deployment on open-ended task streams. arXiv 2026, arXiv:2606.01770. [Google Scholar]
- Lu, M.; Ho, B.; Ren, D.; Wang, X. TriageAgent: Towards better multi-agents collaborations for large language model-based clinical triage. In Findings of the Association for Computational Linguistics: EMNLP 2024; Al-Onaizan, Y., Bansal, M., Chen, Yun-Nung, Eds.; Association for Computational Linguistics: Miami, Florida, USA, November 2024; pp. 5747–5764. Available online: https://aclanthology.org/2024.findings-emnlp.329/. [CrossRef]
- Lu, P.; Peng, B.; Cheng, H.; Galley, M.; Chang, Kai-Wei; Wu, Y.N.; Zhu, Song-Chun; Gao, J. Chameleon: Plug-and-play compositional reasoning with large language models. Adv. Neural Inf. Process. Syst. 2023, 36, 43447–43478. [Google Scholar] [CrossRef]
- Lu, X.; Huang, H.; Meng, R.; Jin, Y.; Zeng, W.; Shen, X. Tools are under-documented: Simple document expansion boosts tool retrieval. arXiv 2025a, arXiv:2510.22670. [Google Scholar]
- Lu, Y.; Huang, J.; Han, Y.; Yao, B.; Bei, S.; Gesi, J.; Xie, Y.; He, Q.; Wang, D.; et al. Can llm agents simulate multi-turn human behavior? evidence from real online customer behavior data. arXiv 2025b, arXiv:2503.20749. [Google Scholar]
- Lu, Y.; Yao, B.; Gu, H.; Huang, J.; Wang, Z.J.; Li, Y.; Gesi, J.; He, Q.; Li, Toby Jia-Jun; Wang, D. Uxagent: An llm agent-based usability testing framework for web design. In Proceedings of the Extended Abstracts of the CHI Conference on Human Factors in Computing Systems, 2025c; pp. 1–12. [Google Scholar]
- Lumer, E.; Nizar, F.; Gulati, A.; Basavaraju, P.H.; Subbiah, V.K. Tool-to-agent retrieval: Bridging tools and agents for scalable llm multi-agent systems. arXiv 2025, arXiv:2511.01854. [Google Scholar]
- Lundberg, Scott M; Lee, Su-In. A unified approach to interpreting model predictions. volume 30, 2017.
- Luo, J.; Zhang, W.; Yuan, Y.; Zhao, Y.; Yang, J.; Gu, Y.; Wu, B.; Chen, B.; Qiao, Z.; Long, Q.; et al. Large language model agent: A survey on methodology, applications and challenges. arXiv 2025, arXiv:2503.21460. [Google Scholar]
- Lyu, Q.; Havaldar, S.; Stein, A.; Zhang, L.; Rao, D.; Wong, E.; Apidianaki, M.; Callison-Burch, C. Faithful chain-of-thought reasoning. arXiv 2023, arXiv:2301.13379. [Google Scholar]
- Madaan, A.; Tandon, N.; Gupta, P.; Hallinan, S.; Gao, L.; Wiegreffe, S.; Alon, U.; Dziri, N.; Prabhumoye, S.; Yang, Y.; et al. Self-refine: Iterative refinement with self-feedback. Adv. Neural Inf. Process. Syst. 2023, 36, 46534–46594. [Google Scholar] [CrossRef]
- Madsen, A.; Chandar, S.; Reddy, S. Are self-explanations from large language models faithful? In Findings of the Association for Computational Linguistics: ACL 2024; Ku, Lun-Wei, Martins, A., Srikumar, V., Eds.; Association for Computational Linguistics: Bangkok, Thailand, August 2024; pp. 295–337. Available online: https://aclanthology.org/2024.findings-acl.19/. [CrossRef]
- Manning, Christopher D. Introduction to information retrieval; Syngress Publishing, 2008. [Google Scholar]
- Mao, W.; Wu, J.; Chen, W.; Gao, C.; Wang, X.; He, X. Reinforced prompt personalization for recommendation with large language models. ACM Trans. Inf. Syst. 2025, 43(3), 72:1–72:27. Available online: https://doi.org/10.1145/3716320. [CrossRef]
- McDonald, David W; Ackerman, Mark S. Just talk to me: a field study of expertise location. In Proceedings of the 1998 ACM conference on Computer supported cooperative work, 1998; pp. 315–324. [Google Scholar]
- Mehrabi, N.; Morstatter, F.; Saxena, N.; Lerman, K.; Galstyan, A. A survey on bias and fairness in machine learning. ACM Comput. Surv. (CSUR) 2021, 54(6), 1–35. [Google Scholar] [CrossRef]
- Meng, C.; Aliannejadi, M.; de Rijke, M. System initiative prediction for multi-turn conversational information seeking. In Proceedings of the 32nd ACM International Conference on Information and Knowledge Management, 2023; pp. 1807–1817. [Google Scholar]
- Meng, C.; Tonolini, F.; Mo, F.; Aletras, N.; Yilmaz, E.; Kazai, G. Bridging the gap: From ad-hoc to proactive search in conversations. In Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2025; pp. 64–74. [Google Scholar]
- Meng, C.; Ou, L.; MacAvaney, S.; Dalton, J. Revisiting text ranking in deep research. In Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2026; pp. 3006–3016. [Google Scholar]
- Miller, T. Explanation in artificial intelligence: Insights from the social sciences. Artif. Intell. 2019, 267, 1–38. [Google Scholar] [CrossRef]
- Mireshghallah, N.; Kim, H.; Zhou, X.; Tsvetkov, Y.; Sap, M.; Shokri, R.; Choi, Y. Can llms keep a secret? testing privacy implications of language models via contextual integrity theory. The Twelfth International Conference on Learning Representations.
- Mo, F.; Hui, Y.; Tian, Y.; Tan, Z.; Meng, C.; Su, Z.; Huang, K.; Nie, Jian-Yun. Towards adaptive personalized conversational information retrieval. In Proceedings of the 34th ACM International Conference on Information and Knowledge Management, 2025a; pp. 2137–2147. [Google Scholar]
- Mo, F.; Mao, K.; Zhao, Z.; Qian, H.; Chen, H.; Cheng, Y.; Li, X.; Zhu, Y.; Dou, Z.; Nie, Jian-Yun. A survey of conversational search. ACM Trans. Inf. Syst. 2025b, 43(6), 167:1–167:50. Available online: https://doi.org/10.1145/3759453. [CrossRef]
- Mo, K.; Hu, L.; Long, Y.; li, Z. Attractive metadata attack: Inducing LLM agents to invoke malicious tools. The Thirty-ninth Annual Conference on Neural Information Processing Systems, 2026; Available online: https://openreview.net/forum?id=oLGtPYdRzU.
- Moon, S.; Jha, S.; Eren Erdogan, L.; Kim, S.; Lim, W.; Keutzer, K.; Gholami, A. Efficient and scalable estimation of tool representations in vector space. 2024. Available online: https://arxiv.org/abs/2409.02141.
- Mou, Y.; Zhang, S.; Ye, W. Sg-bench: Evaluating llm safety generalization across diverse tasks and prompt types. Adv. Neural Inf. Process. Syst. 2024, 37, 123032–123054. [Google Scholar] [CrossRef]
- Onando Mulang, I.; Thaller, J.; Trivedi, T.; Heling, L.; Sasaki, F. Representing agentic tools in knowledge graphs for structure-aware tool discovery under tool overload. Joint Workshop on Generative AI and Knowledge Graphs and Knowledge Graphs {∖&} Agentic Systems Interplay, 2026. [Google Scholar]
- Mullen, James F; Goyal, P.; Piramuthu, R.; Johnston, M.; Manocha, D.; Ghanadan, R. “don’t forget to put the milk back!” dataset for enabling embodied agents to detect anomalous situations. IEEE Robot. Autom. Lett. 2024, 9(10), 9087–9094. [Google Scholar] [CrossRef]
- Naghiaei, M.; Rahmani, Hossein A; Deldjoo, Y. Cpfair: Personalized consumer and producer fairness re-ranking for recommender systems. In Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2022; pp. 770–779. [Google Scholar]
- Nii, H. Penny. Blackboard systems: The blackboard model of problem solving and the evolution of blackboard architectures. AI Mag. 1986, 7(2), 38–53. [Google Scholar]
- Ocker, F.; Tanneberg, D.; Eggert, J.; Gienger, M. Tulip agent – enabling llm-based agents to solve tasks using large tool libraries. 2024. Available online: https://arxiv.org/abs/2407.21778.
- Ong, I.; Almahairi, A.; Wu, V.; Chiang, Wei-Lin; Wu, T.; Gonzalez, Joseph E.; Kadous, M Waleed; Stoica, I. RouteLLM: Learning to route LLMs from preference data. The Thirteenth International Conference on Learning Representations, 2025; Available online: https://openreview.net/forum?id=8sSqNntaMr.
- Ou, Y.; Luo, Y.; Zheng, J.; Wei, L.; Yu, Z.; Qiao, S.; Zhang, J.; Zheng, D.; Mao, Y.; Gao, Y.; et al. Automind: Adaptive knowledgeable agent for automated data science. arXiv 2025, arXiv:2506.10974. [Google Scholar]
- Pan, W.; Liu, S.; Lin, Chin-Yew; Zeng, J.; Tang, X.; Zhou, X.; Lu, Y.; Jia, X. Retrospective harness optimization: Improving llm agents via self-preference over trajectory rollouts. arXiv 2026, arXiv:2606.05922. [Google Scholar]
- Pang, R.Y.; Yuan, W.; He, H.; Cho, K.; Sukhbaatar, S.; Weston, J. Iterative reasoning preference optimization. Adv. Neural Inf. Process. Syst. 2024, 37, 116617–116637. [Google Scholar] [CrossRef]
- Paranjape, B.; Lundberg, Scott M.; Singh, S.; Hajishirzi, H.; Zettlemoyer, L.; Ribeiro, Marco Túlio. ART: automatic multi-step reasoning and tool-use for large language models. CoRR 2023, abs/2303.09014. Available online: https://doi.org/10.48550/arXiv.2303.09014. [CrossRef]
- Park, J.S.; O’Brien, J.; Cai, C.J.; Morris, M.R.; Liang, P.; Bernstein, Michael S. Generative agents: Interactive simulacra of human behavior. In Proceedings of the 36th annual acm symposium on user interface software and technology, 2023; pp. 1–22. [Google Scholar]
- Patel, B.; Belli, D.; Jalalirad, A.; Arnold, M.; Ermolov, A.; Major, B. Dynamic tool dependency retrieval for lightweight function calling. In Findings of the Association for Computational Linguistics: ACL 2026, pages 33649–33672; Liakata, M., Moreira, Viviane P., Zhang, J., Jurgens, D., Eds.; Association for Computational Linguistics: San Diego, California, United States, July 2026; ISBN 979-8-89176-395-1. Available online: https://aclanthology.org/2026.findings-acl.1680/.
- Patil, Shishir G; Zhang, T.; Wang, X.; Gonzalez, Joseph E. Gorilla: Large language model connected with massive apis. Adv. Neural Inf. Process. Syst. 2024, 37, 126544–126565. [Google Scholar] [CrossRef]
- Patil, Shishir G; Mao, H.; Yan, F.; Ji, Charlie Cheng-Jie; Suresh, V.; Stoica, I.; Gonzalez, Joseph E. The berkeley function calling leaderboard (BFCL): From tool use to agentic evaluation of large language models. In Proceedings of the 42nd International Conference on Machine Learning; Singh, A., Fazel, M., Hsu, D., Lacoste-Julien, S., Berkenkamp, F., Maharaj, T., Wagstaff, K., Zhu, J., Eds.; PMLR, 13–19 Jul 2025; volume 267, pp. 48371–48392. Available online: https://proceedings.mlr.press/v267/patil25a.html.
- Paul, D.; Ismayilzada, M.; Peyrard, M.; Borges, B.; Bosselut, A.; West, R.; Faltings, B. Refiner: Reasoning feedback on intermediate representations. Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics 2024, Volume 1, 1100–1126. [Google Scholar]
- Petroni, F.; Piktus, A.; Fan, A.; Lewis, P.; Yazdani, M.; De Cao, N.; Thorne, J.; Jernite, Y.; Karpukhin, V.; Maillard, J.; et al. Kilt: a benchmark for knowledge intensive language tasks. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, 2021; pp. 2523–2544. [Google Scholar]
- Pipitone, N.; Alami, G.H. Legalbench-rag: A benchmark for retrieval-augmented generation in the legal domain. arXiv 2024, arXiv:2408.10343. [Google Scholar]
- Pradeep, R.; Thakur, N.; Upadhyay, S.; Campos, D.; Craswell, N.; Soboroff, I.; Dang, H.T.; Lin, J. The great nugget recall: Automating fact extraction and rag evaluation with large language models. In Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2025; pp. 180–190. [Google Scholar]
- Prasad, A.; Koller, A.; Hartmann, M.; Clark, P.; Sabharwal, A.; Bansal, M.; Khot, T. Adapt: As-needed decomposition and planning with language models. Find. Assoc. Comput. Linguist. NAACL 2024, 4226–4252. [Google Scholar]
- Press, O.; Zhang, M.; Min, S.; Schmidt, L.; Smith, Noah A; Lewis, M. Measuring and narrowing the compositionality gap in language models. Find. Assoc. Comput. Linguist. EMNLP 2023 2023, 5687–5711. [Google Scholar]
- Qian, C.; Liu, W.; Liu, H.; Chen, N.; Dang, Y.; Li, J.; Yang, C.; Chen, W.; Su, Y.; Cong, X.; et al. Chatdev: Communicative agents for software development. Proc. 62nd Annu. Meet. Assoc. Comput. Linguist. 2024a, volume 1, 15174–15186. [Google Scholar]
- Qian, C.; He, B.; Zhuang, Z.; Deng, J.; Qin, Y.; Cong, X.; Zhang, Z.; Zhou, J.; Lin, Y.; Liu, Z.; Sun, M. Tell me more! towards implicit user intention understanding of language model driven agents. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics; Bangkok, Thailand, Ku, Lun-Wei, Martins, A., Srikumar, V., Eds.; 2024b; Volume 1, pp. 1088–1113. Available online: https://doi.org/10.18653/v1/2024.acl-long.61. [CrossRef]
- Qian, C.; Can Acikgoz, E.; He, Q.; Wang, H.; Chen, X.; Hakkani-Tür, D.; Tur, G.; Ji, H. Toolrl: Reward is all tool learning needs. arXiv 2025, arXiv:2504.13958. [Google Scholar]
- Qian, M.; Zheng, Y.; Qin, J.; Lin, L. Hutcrs: Hierarchical user-interest tracking for conversational recommender system. In Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing; EMNLP 2023, Singapore, Bouamor, H., Pino, J., Bali, K., Eds.; Association for Computational Linguistics, 6-10 December 2023; pp. 10281–10290. Available online: https://doi.org/10.18653/v1/2023.emnlp-main.635. [CrossRef]
- Qiao, S.; Ou, Y.; Zhang, N.; Chen, X.; Yao, Y.; Deng, S.; Tan, C.; Huang, F.; Chen, H. Reasoning with language model prompting: A survey. Proc. 61st Annu. Meet. Assoc. Comput. Linguist. 2023, volume 1, 5368–5393. [Google Scholar]
- Qiao, S.; Fang, R.; Qiu, Z.; Wang, X.; Zhang, N.; Jiang, Y.; Xie, P.; Huang, F.; Chen, H. Benchmarking agentic workflow generation. arXiv 2024a, arXiv:2410.07869. [Google Scholar]
- Qiao, S.; Zhang, N.; Fang, R.; Luo, Y.; Zhou, W.; Jiang, Y.; Lv, C.; Chen, H. Autoact: Automatic agent learning from scratch for qa via self-planning. Proc. 62nd Annu. Meet. Assoc. Comput. Linguist. 2024b, Volume 1, 3003–3021. [Google Scholar]
- Qiao, S.; Qiu, Z.; Ren, B.; Wang, X.; Ru, X.; Zhang, N.; Chen, X.; Jiang, Y.; Xie, P.; Huang, F.; et al. Agentic knowledgeable self-awareness. Proc. 63rd Annu. Meet. Assoc. Comput. Linguist. 2025a, Volume 1, 12601–12625. [Google Scholar]
- Qiao, S.; Zhao, Y.; Qiu, Z.; Wang, X.; Zhang, J.; Bin, Z.; Zhang, N.; Jiang, Y.; Xie, P.; Huang, F.; et al. Scaling generalist data-analytic agents. arXiv 2025b, arXiv:2509.25084. [Google Scholar]
- Qin, T.; Chen, Q.; Wang, S.; Xing, H.; Zhu, K.; Zhu, H.; Shi, D.; Liu, X.; Zhang, G.; Liu, J.; et al. Flash-searcher: Fast and effective web agents via dag-based parallel execution. arXiv 2025, arXiv:2509.25301. [Google Scholar]
- Qin, Y.; Hu, S.; Lin, Y.; Chen, W.; Ding, N.; Cui, G.; Zeng, Z.; Zhou, X.; Huang, Y.; Xiao, C.; et al. Tool learning with foundation models. ACM Comput. Surv. 2024a, 57(4), 1–40. [Google Scholar] [CrossRef]
- Qin, Y.; Liang, S.; Ye, Y.; Zhu, K.; Yan, L.; Lu, Y.; Lin, Y.; Cong, X.; Tang, X.; Qian, B.; Zhao, S.; Hong, L.; Tian, R.; Xie, R.; Zhou, J.; Gerstein, M.; li, dahai; Liu, Z.; Sun, M. ToolLLM: Facilitating large language models to master 16000+ real-world APIs. The Twelfth International Conference on Learning Representations, 2024b; Available online: https://openreview.net/forum?id=dHng2O0Jjr.
- Qiu, H.; Fabbri, A.R.; Agarwal, D.; Huang, Kung-Hsiang; Tan, S.; Peng, N.; Wu, Chien-Sheng. Evaluating cultural and social awareness of llm web agents. Find. Assoc. Comput. Linguist. NAACL 2025 2025, 3978–4005. [Google Scholar]
- Qiu, J.; Lam, K.; Li, G.; Acharya, A.; Wong, T.Y.; Darzi, A.; Yuan, W.; Topol, E. Llm-based agentic systems in medicine and healthcare. Nat. Mach. Intell. 2024, 6. [Google Scholar] [CrossRef]
- Qu, C.; Dai, S.; Wei, X.; Cai, H.; Wang, S.; Yin, D.; Xu, J.; Wen, Ji-Rong. Towards completeness-oriented tool retrieval for large language models. In Proceedings of the 33rd ACM International Conference on Information and Knowledge Management, 2024; pp. 1930–1940. [Google Scholar]
- Qu, C.; Dai, S.; Wei, X.; Cai, H.; Wang, S.; Yin, D.; Xu, J.; Wen, Ji-Rong. From exploration to mastery: Enabling llms to master tools via self-driven interactions. 2025a. Available online: https://arxiv.org/abs/2410.08197.
- Qu, C.; Dai, S.; Wei, X.; Cai, H.; Wang, S.; Yin, D.; Xu, J.; Wen, Ji-Rong. Tool learning with large language models: A survey. Front. Comput. Sci. 19(8), 198343, 2025b. [CrossRef]
- Rafailov, R.; Sharma, A.; Mitchell, E.; Manning, Christopher D; Ermon, S.; Finn, C. Direct preference optimization: Your language model is secretly a reward model. Adv. Neural Inf. Process. Syst. 2023, 36, 53728–53741. [Google Scholar] [CrossRef]
- Rahmani, Hossein A.; Craswell, N.; Yilmaz, E.; Mitra, B.; Campos, D. Synthetic Test Collections for Retrieval Evaluation. In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2024a. [Google Scholar]
- Rahmani, Hossein A.; Siro, C.; Aliannejadi, M.; Craswell, N.; LA Clarke, C.; Faggioli, G.; Mitra, B.; Thomas, P.; Yilmaz, E. Llm4eval: Large language model for evaluation in ir. In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2024b; pp. 3040–3043. [Google Scholar]
- Rahmani, Hossein A.; Yilmaz, E.; Craswell, N.; Mitra, B.; Thomas, P.; LA Clarke, C.; Aliannejadi, M.; Siro, C.; Faggioli, G. Llmjudge: Llms for relevance judgments. arXiv 2024c, arXiv:2408.08896. [Google Scholar]
- Rahmani, Hossein A.; Ramineni, V.; Yilmaz, E.; Craswell, N.; Mitra, B. Towards understanding bias in synthetic data for evaluation. In Proceedings of the 34th ACM International Conference on Information and Knowledge Management, 2025a; pp. 5166–5170. [Google Scholar]
- Rahmani, Hossein A.; Siro, C.; Aliannejadi, M.; Craswell, N.; LA Clarke, C.; Faggioli, G.; Mitra, B.; Thomas, P.; Yilmaz, E. Judging the judges: A collection of llm-generated relevance judgements. arXiv 2025b, arXiv:2502.13908. [Google Scholar]
- Rahmani, Hossein A.; Siro, C.; Aliannejadi, M.; Craswell, N.; LA Clarke, C.; Faggioli, G.; Mitra, B.; Thomas, P.; Yilmaz, E. Report on the 1st workshop on large language model for evaluation in information retrieval (llm4eval 2024) at sigir 2024. In ACM SIGIR Forum; ACM New York, NY, USA, 2025c; volume 58, pp. 1–12. [Google Scholar]
- Raina, V.; Liusie, A.; Gales, M. Is llm-as-a-judge robust? investigating universal adversarial attacks on zero-shot llm assessment. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, 2024; pp. 7499–7517. [Google Scholar]
- Raptopoulos, P.; Filandrianos, G.; Lymperaiou, M.; Stamou, G. PAKTON: A multi-agent framework for question answering in long legal agreements. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing; Suzhou, China, Christodoulopoulos, C., Chakraborty, T., Rose, C., Peng, V., Eds.; Association for Computational Linguistics, November 2025; pp. 7948–7984. Available online: https://aclanthology.org/2025.emnlp-main.403/ISBN 979-8-89176-332-6. [CrossRef]
- Reimers, N.; Gurevych, I. Sentence-bert: Sentence embeddings using siamese bert-networks. In Proceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing (EMNLP-IJCNLP), 2019; pp. 3982–3992. [Google Scholar]
- Rekabsaz, N.; Kopeinik, S.; Schedl, M. Societal biases in retrieved contents: Measurement framework and adversarial mitigation of bert rankers. In Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2021; pp. 306–316. [Google Scholar]
- Renze, M.; Guven, E. Self-reflection in llm agents: Effects on problem-solving performance. arXiv 2024, arXiv:2405.06682. [Google Scholar]
- Ribeiro, M.T.; Singh, S.; Guestrin, C. "why should i trust you?": Explaining the predictions of any classifier. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD ’16; New York, NY, USA, Association for Computing Machinery, 2016; pp. page 1135–1144. Available online: https://doi.org/10.1145/2939672.2939778ISBN 9781450342322. [CrossRef]
- Robertson, S.; Zaragoza, H. The probabilistic relevance framework: BM25 and beyond; Now Publishers Inc, 2009; volume 4. [Google Scholar]
- Rose, D.P.; Hung, Chia-Chien; Lepri, M.; Alqassem, I.; Gashteovski, K.; Lawrence, C. MEDDxAgent: A unified modular agent framework for explainable automatic differential diagnosis. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics; Vienna, Austria, Che, W., Nabende, J., Shutova, E., Pilehvar, M.T., Eds.; Association for Computational Linguistics, July 2025; Volume 1, pp. 13803–13826. Available online: https://aclanthology.org/2025.acl-long.677/ISBN 979-8-89176-251-0. [CrossRef]
- Ruan, J.; Xu, Z.; Peng, Y.; Ren, F.; Yu, Z.; Liang, X.; Xiang, J.; Liu, B.; Wu, C.; Luo, Y.; et al. Aorchestra: Automating sub-agent creation for agentic orchestration. arXiv 2026, arXiv:2602.03786. [Google Scholar]
- Schick, T.; Dwivedi-Yu, J.; Dessì, R.; Raileanu, R.; Lomeli, M.; Hambro, E.; Zettlemoyer, L.; Cancedda, N.; Scialom, T. Toolformer: Language models can teach themselves to use tools. Adv. Neural Inf. Process. Syst. 2023, 36, 68539–68551. [Google Scholar] [CrossRef]
- Schmidgall, S.; Ziaei, R.; Harris, C.; Reis, E.; Jopling, J.; Moor, M. Agentclinic: a multimodal agent benchmark to evaluate ai in simulated clinical environments. 2025. Available online: https://arxiv.org/abs/2405.07960.
- Schroeder, P.; Morgan, Nathaniel W; Luo, H.; Glass, J. Thread: Thinking deeper with recursive spawning. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies 2025, Volume 1, 8418–8442. [Google Scholar]
- Sengupta, S.; Zhou, Z.; Araki, J.; Wang, X.; Wang, B.; Wang, S.; Feng, Z. Tooldreamer: Instilling llm reasoning into tool retrievers, 2026. Available online: https://arxiv.org/abs/2510.19791.
- Shabadi, G.; Alur, R. Risk-sensitive agent compositions. In Proceedings of the International Conference on Learning Representations (ICLR), 2025. [Google Scholar]
- Shao, C.; Hu, X.; Lin, Y.; Xu, F. Division-of-thoughts: Harnessing hybrid language model synergy for efficient on-device agents. In Proceedings of the ACM on Web Conference, 2025; pp. 1822–1833. [Google Scholar]
- Shao, S.; Ren, Q.; Qian, C.; Wei, B.; Guo, D.; Yang, J.; Song, X.; Zhang, L.; Zhang, W.; Liu, D.; et al. Your agent may misevolve: Emergent risks in self-evolving llm agents. In Proceedings of the International Conference on Learning Representations (ICLR), 2026. [Google Scholar]
- Shao, Z.; Wang, P.; Zhu, Q.; Xu, R.; Song, J.; Bi, X.; Zhang, H.; Zhang, M.; Li, Y.K.; Wu, Y.; et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv 2024, arXiv:2402.03300. [Google Scholar]
- Shen, Y.; Song, K.; Tan, X.; Li, D.; Lu, W.; Zhuang, Y. Hugginggpt: Solving ai tasks with chatgpt and its friends in hugging face. Adv. Neural Inf. Process. Syst. 2023, 36, 38154–38180. [Google Scholar] [CrossRef]
- Shen, Y.; Song, K.; Tan, X.; Zhang, W.; Ren, K.; Yuan, S.; Lu, W.; Li, D.; Zhuang, Y. Taskbench: Benchmarking large language models for task automation. Adv. Neural Inf. Process. Syst. 2024, 37, 4540–4574. [Google Scholar] [CrossRef]
- Shi, J.; Yuan, Z.; Tie, G.; Zhou, P.; Gong, N.Z.; Sun, L. Prompt injection attack to tool selection in llm agents. arXiv 2025a, arXiv:2504.19793. [Google Scholar]
- Shi, Y.; Xu, W.; Zeqi, Z.; Zi, X.; Wu, Q.; Xu, M. Personax: A recommendation agent-oriented user modeling framework for long behavior sequence. Find. Assoc. Comput. Linguist. ACL 2025 2025b, 5764–5787. [Google Scholar]
- Shi, Z.; Chen, Y.; Li, H.; Sun, W.; Ni, S.; Lyu, Y.; Fan, Run-Ze; Jin, B.; Weng, Y.; Zhu, M.; Xie, Q.; Guo, X.; Yang, Q.; Wu, J.; Zhao, J.; Tang, X.; Ma, X.; Wang, C.; Mao, J.; Ai, Q.; Huang, Jen-tse; Wang, W.; Zhang, Y.; Yang, Y.; Tu, Z.; Ren, Z. Deep research: A systematic survey. CoRR 2025c, abs/2512.02038. Available online: https://doi.org/10.48550/arXiv.2512.02038. [CrossRef]
- Shi, Z.; Wang, Y.; Yan, L.; Ren, P.; Wang, S.; Yin, D.; Ren, Z. Retrieval models aren’t tool-savvy: Benchmarking tool retrieval for large language models. Find. Assoc. Comput. Linguist. ACL 2025 2025d, 24497–24524. [Google Scholar] [CrossRef]
- Shinn, N.; Cassano, F.; Gopinath, A.; Narasimhan, K.; Yao, S. Reflexion: Language agents with verbal reinforcement learning. Adv. Neural Inf. Process. Syst. 2023, 36, 8634–8652. [Google Scholar] [CrossRef]
- Singh, A.; Hsu, S.; Hsu, K.; Mitchell, E.; Ermon, S.; Hashimoto, T.; Sharma, A.; Finn, C. Fspo: Few-shot preference optimization of synthetic preference data in llms elicits effective personalization to real users. arXiv 2025a, arXiv:2502.19312. [Google Scholar]
- Singh, A.; Joachims, T. Policy learning for fairness in ranking. Adv. Neural Inf. Process. Syst. 2019, 32. [Google Scholar]
- Singh, J.; Anand, A. Exs: Explainable search using local model agnostic interpretability. In Proceedings of the twelfth ACM international conference on web search and data mining, 2019; pp. 770–773. [Google Scholar]
- Singh, K.; Ngu, W. Bias-aware agent: enhancing fairness in ai-driven knowledge retrieval. In Companion Proceedings of the ACM on Web Conference, 2025; pp. 1705–1712. [Google Scholar]
- Singh, K.; Muppiri, D.; Ngu, W. Bias mitigation agent: Optimizing source selection for fair and balanced knowledge retrieval. In Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD 2025), 2025b. [Google Scholar]
- Smith, Reid G. The contract net protocol: High-level communication and control in a distributed problem solver. IEEE Trans. Comput. 1980, C-29(12), 1104–1113. [Google Scholar] [CrossRef]
- Sneh, J.; Yan, R.; Yu, J.; Torr, P.; Gal, Y.; Sengupta, S.; Sommerlade, E.; Paren, A.; Bibi, A. Tooltweak: An attack on tool selection in llm-based agents. arXiv 2025, arXiv:2510.02554. [Google Scholar]
- Song, Y.; Xiong, W.; Zhu, D.; Wu, W.; Qian, H.; Song, M.; Huang, H.; Li, C.; Wang, K.; Yao, R.; et al. Restgpt: Connecting large language models with real-world restful apis. arXiv 2023, arXiv:2306.06624. [Google Scholar]
- Song, Y.; Yin, D.; Yue, X.; Huang, J.; Li, S.; Lin, B.Y. Trial and error: Exploration-based trajectory optimization of llm agents. Proc. 62nd Annu. Meet. Assoc. Comput. Linguist. 2024, Volume 1, 7584–7600. [Google Scholar] [CrossRef]
- Jones, K.S. A statistical interpretation of term specificity and its application in retrieval. J. Doc. 1972, 28(1), 11–21. [Google Scholar] [CrossRef]
- Su, H.; Diao, S.; Lu, X.; Liu, M.; Xu, J.; Dong, X.; Fu, Y.; Belcak, P.; Ye, H.; Yin, H.; et al. Toolorchestra: Elevating intelligence via efficient model and tool orchestration. arXiv 2025, arXiv:2511.21689. [Google Scholar]
- Sullivan, M. Grpo is secretly a process reward model. arXiv 2025, arXiv:2509.21154. [Google Scholar]
- Sun, H.; Zhuang, Y.; Kong, L.; Dai, B.; Zhang, C. Adaplanner: Adaptive planning from feedback with language models. Adv. Neural Inf. Process. Syst. 2023, 36, 58202–58245. [Google Scholar] [CrossRef]
- Sun, L.; Yang, Y.; Duan, Q.; Shi, Y.; Lyu, C.; Chang, Yu-Cheng; Lin, Chin-Teng; Shen, Y. Multi-agent coordination across diverse applications: A survey. arXiv 2025, arXiv:2502.14743. [Google Scholar]
- Suri, M.; Mathur, P.; Lipka, N.; Dernoncourt, F.; Rossi, Ryan A.; Manocha, D. Structured uncertainty guided clarification for LLM agents. CoRR. 2025. abs/2511.08798, doi: 10.48550/ARXIV.2511.08798. URL. Available online: https://doi.org/10.48550/arXiv.2511.08798.
- Tang, X.; Zou, A.; Zhang, Z.; Li, Z.; Zhao, Y.; Zhang, X.; Cohan, A.; Gerstein, M. MedAgents: Large language models as collaborators for zero-shot medical reasoning. In Findings of the Association for Computational Linguistics: ACL 2024, pages 599–621; Ku, Lun-Wei, Martins, A., Srikumar, V., Eds.; Association for Computational Linguistics: Bangkok, Thailand, August 2024; Available online: https://aclanthology.org/2024.findings-acl.33/. [CrossRef]
- Tang, Y.; Su, W.; Liu, Y.; Ai, Q. Multi-field tool retrieval. arXiv 2026, arXiv:2602.05366. [Google Scholar]
- Tao, Z.; Wu, J.; Yin, W.; Zhang, J.; Li, B.; Shen, H.; Li, K.; Zhang, L.; Wang, X.; Jiang, Y.; et al. Webshaper: Agentically data synthesizing via information-seeking formalization. arXiv 2025, arXiv:2507.15061. [Google Scholar]
- Kimi Team; Du, A.; Yin, B.; Xing, B.; Qu, B.; Wang, B.; Chen, C.; Zhang, C.; Du, C.; Wei, C.; et al. Kimi-vl technical report. arXiv 2025a, arXiv:2504.07491. [Google Scholar]
- MiroMind Team; Bai, S.; Bing, L.; Chen, C.; Chen, G.; Chen, Y.; Chen, Z.; Chen, Z.; Dai, J.; Dong, X.; Dou, W.; Deng, Y.; Fu, Y.; Ge, J.; Han, C.; Huang, T.; Huang, Z.; Jiao, J.; Jiang, S.; Jiao, T.; Jian, X.; Lei, L.; Li, R.; Luo, R.; Li, T.; Lin, X.; Liu, Z.; Li, Z.; Ni, J.; Ren, Q.; Sun, P.; Su, S.; Tao, C.; Wang, B.; Wang, H.; Wang, H.; Wang, J.; Wang, J.; Wang, J.; Wang, L.; Wang, S.; Wang, W.; Wang, Z.; Xu, J.; Xing, S.; Yang, C.; Ye, H.; Yu, J.; Yu, Y.; Zhong, M.; Zhao, T.; Zhu, X.; Zhou, Y.; Zhang, Y.; Zhu, Z. Mirothinker: Pushing the performance boundaries of open-source research agents via model, context, and interactive scaling. CoRR 2025b, abs/2511.11793. Available online: https://doi.org/10.48550/arXiv.2511.11793. [CrossRef]
- Thakur, A.S.; Choudhary, K.; Ramayapally, V.S.; Vaidyanathan, S.; Hupkes, D. Judging the judges: Evaluating alignment and vulnerabilities in llms-as-judges. In Proceedings of the Fourth Workshop on Generation, Evaluation and Metrics (GEM2), 2025; pp. 404–430. [Google Scholar]
- Thomas, P.; Spielman, S.; Craswell, N.; Mitra, B. Large language models can accurately predict searcher preferences. In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval, 2024; pp. 1930–1940. [Google Scholar]
- Tian, Y.; Yang, X.; Zhang, J.; Dong, Y.; Su, H. Evil geniuses: Delving into the safety of llm-based agents. arXiv 2023, arXiv:2311.11855. [Google Scholar]
- Trabelsi, Y. Fairness and optimization in dynamic multiagent allocation problems. IJCAI 2024, 8516–8517. [Google Scholar]
- Tur, A.D.; Meade, N.; Lù, X.H.; Zambrano, A.; Patel, A.; Durmus, E.; Gella, S.; Stanczak, K.; Reddy, S. SafeArena: Evaluating the safety of autonomous web agents. In Proceedings of the 42nd International Conference on Machine Learning; Singh, A., Fazel, M., Hsu, D., Lacoste-Julien, S., Berkenkamp, F., Maharaj, T., Wagstaff, K., Zhu, J., Eds.; PMLR, 13–19 Jul 2025; volume 267, pp. 60404–60441. [Google Scholar]
- Turpin, M.; Michael, J.; Perez, E.; Bowman, S. Language models don’t always say what they think: Unfaithful explanations in chain-of-thought prompting. 2023, volume 36, 74952–74965. [Google Scholar] [CrossRef]
- Vakali, A.; Dimitriadis, I. Fairtopia: Envisioning multi-agent guardianship for disrupting unfair ai pipelines. arXiv 2025, arXiv:2506.09107. [Google Scholar]
- Vasista, I.; Mirza, I.; Huang, C.; Rajasekhara Patil, R.; Akalin, A.; Zhu, K.; O’Brien, S. Malibu benchmark: Multi-agent llm implicit bias uncovered. ICLR 2025 Workshop on Building Trust in Language Models and Applications, 2025. [Google Scholar]
- Vijayvargiya, S.; Zhou, X.; Yerukola, A.; Sap, M.; Neubig, G. Ambig-swe: Interactive agents to overcome underspecificity in software engineering. 2025. Available online: https://api.semanticscholar.org/CorpusID:276422341.
- Vijayvargiya, S.; Soni, A.B.; Zhou, X.; Wang, Z.Z.; Dziri, N.; Neubig, G.; Sap, M. Openagentsafety: A comprehensive framework for evaluating real-world ai agent safety. In Proceedings of the International Conference on Learning Representations, 2026. [Google Scholar]
- Voorhees, Ellen M; et al. The trec-8 question answering track report. Trec 1999, volume 99, 77–82. [Google Scholar]
- Wallat, J.; Heuss, M.; de Rijke, M.; Anand, A. Correctness is not faithfulness in retrieval augmented generation attributions. In Proceedings of the 2025 International ACM SIGIR Conference on Innovative Concepts and Theories in Information Retrieval (ICTIR), ICTIR ’25; New York, NY, USA, Association for Computing Machinery, 2025; pp. page 22–32. Available online: https://doi.org/10.1145/3731120.3744592ISBN 9798400718618. [CrossRef]
- Wang, H.; Qian, C.; Li, M.; Qiu, J.; Xue, B.; Wang, M.; Ji, H.; Wong, Kam-Fai. Toward a theory of agents as tool-use decision-makers. arXiv 2025a, arXiv:2506.00886. [Google Scholar]
- Wang, J.; Ming, Y.; Ke, Z.; Joty, S.; Albarghouthi, A.; Sala, F. Skillorchestra: Learning to route agents via skill transfer. 2026. Available online: https://arxiv.org/abs/2602.19672.
- Wang, L.; Ma, C.; Feng, X.; Zhang, Z.; Yang, H.; Zhang, J.; Chen, Z.; Tang, J.; Chen, X.; Lin, Y.; et al. A survey on large language model based autonomous agents. Front. Comput. Sci. 2024a, 18(6), 186345. [Google Scholar] [CrossRef]
- Wang, L.; Zhang, J.; Yang, H.; Chen, Zhi-Yuan; Tang, J.; Zhang, Z.; Chen, X.; Lin, Y.; Sun, H.; Song, R.; et al. User behavior simulation with large language model-based agents. ACM Trans. Inf. Syst. 2025b, 43(2), 1–37. [Google Scholar] [CrossRef]
- Wang, R.; Han, X.; Ji, L.; Wang, S.; Baldwin, T.; Li, H. Toolgen: Unified tool retrieval and calling via generation. ICLR 2025 Poster, 2025c; Available online: https://openreview.net/forum?id=XLMAMmowdY.
- Wang, S.; Yu, F.; Liu, X.; Qin, X.; Zhang, J.; Lin, Q.; Zhang, D.; Rajmohan, S. Privacy in action: Towards realistic privacy mitigation and evaluation for LLM-powered agents. In Findings of the Association for Computational Linguistics: EMNLP; 2025, 2025d. [Google Scholar]
- Wang, W.; Ma, Z.; Wang, Z.; Wu, C.; Ji, J.; Chen, W.; Li, X.; Yuan, Y. A survey of llm-based agents in medicine: How far are we from baymax? 2025e. Available online: https://arxiv.org/abs/2502.11211.
- Wang, X.; Li, B.; Song, Y.; Xu, Frank F; Tang, X.; Zhuge, M.; Pan, J.; Song, Y.; Li, B.; Singh, J.; et al. Openhands: An open platform for ai software developers as generalist agents. International Conference on Learning Representations, 2025f; volume 2025, pp. 65882–65919. [Google Scholar]
- Wang, X.; Wei, J.; Schuurmans, D.; Le, Q.; Chi, E.; Narang, S.; Chowdhery, A.; Zhou, D. Self-consistency improves chain of thought reasoning in language models. arXiv 2022, arXiv:2203.11171. [Google Scholar]
- Wang, Y.; Xu, Z.; Huang, Y.; Wang, X.; Song, Z.; Gao, L.; Wang, C.; Tang, X.; Zhao, Y.; Cohan, A.; et al. Dyflow: Dynamic workflow framework for agentic reasoning. arXiv 2025g, arXiv:2509.26062. [Google Scholar]
- Wang, Y.; Jiang, Z.; Chen, Z.; Yang, F.; Zhou, Y.; Cho, E.; Fan, X.; Lu, Y.; Huang, X.; Yang, Y. Recmind: Large language model powered agent for recommendation. Find. Assoc. Comput. Linguist. NAACL 2024, 4351–4364. [Google Scholar]
- Wang, Y.; Song, Y.; Zhu, T.; Zhang, X.; Yu, Z.; Chen, H.; Song, C.; Wang, Q.; Wang, C.; Wu, Z.; et al. Trustjudge: Inconsistencies of llm-as-a-judge and how to alleviate them. arXiv 2025h, arXiv:2509.21117. [Google Scholar]
- Wang, Y.; Xue, D.; Zhang, S.; Qian, S. Badagent: Inserting and activating backdoor attacks in llm agents. Proc. 62nd Annu. Meet. Assoc. Comput. Linguist. 2024c, Volume 1, 9811–9827. [Google Scholar] [CrossRef]
- Wang, Z.; Siu, V.; Ye, Z.; Shi, T.; Nie, Y.; Zhao, X.; Wang, C.; Guo, W.; Song, D. Agentvigil: Automatic black-box red-teaming for indirect prompt injection against llm agents. Find. Assoc. Comput. Linguist. EMNLP 2025 2025i, 23159–23172. [Google Scholar]
- Wang, Z.; Cai, S.; Chen, G.; Liu, A.; Ma, X.; Liang, Y. Describe, explain, plan and select: Interactive planning with large language models enables open-world multi-task agents. arXiv 2023, arXiv:2302.01560. [Google Scholar]
- Wang, Z.; Yuan, B. L-mars: Legal multi-agent workflow with orchestrated reasoning and agentic search. arXiv 2025, arXiv:2509.00761. [Google Scholar]
- Wang, Z.; Zhu, Y.; Zhao, H.; Zheng, X.; Sui, D.; Wang, T.; Tang, W.; Wang, Y.; Harrison, E.; Pan, C.; Gao, J.; Ma, L. Colacare: Enhancing electronic health record modeling through large language model-driven multi-agent collaboration. In Proceedings of the ACM on Web Conference 2025, WWW ’25, April 2025j; ACM; pp. 2250–2261. Available online: http://dx.doi.org/10.1145/3696410.3714877. [CrossRef]
- Wang, Z.; Lu, Y.; Li, W.; Amini, A.; Sun, B.; Bart, Y.; Lyu, W.; Gesi, J.; Wang, T.; Huang, J.; et al. Opera: A dataset of observation, persona, rationale, and action for evaluating llms on human online shopping behavior simulation. arXiv 2025k, arXiv:2506.05606. [Google Scholar]
- Wang, Z.; Lu, Y.; Zhang, Y.; Huang, J.; Wang, D. Customer-r1: Personalized simulation of human behaviors via rl-based llm agent in online shopping. arXiv 2025l, arXiv:2510.07230. [Google Scholar]
- Watson, W.; Cho, N.; Srishankar, N.; Zeng, Z.; Cecchi, L.; Scott, D.; Siddagangappa, S.; Kaur, R.; Balch, T.; Veloso, M. LAW: Legal agentic workflows for custody and fund services contracts. In Proceedings of the 31st International Conference on Computational Linguistics: Industry Track; Abu Dhabi, UAE, Rambow, O., Wanner, L., Apidianaki, M., Al-Khalifa, H., Di Eugenio, B., Schockaert, S., Darwish, K., Agarwal, A., Eds.; Association for Computational Linguistics, January 2025; pp. 583–594. Available online: https://aclanthology.org/2025.coling-industry.50/.
- Wei, H.; Zhang, Z.; He, S.; Xia, T.; Pan, S.; Liu, F. Plangenllms: A modern survey of llm planning capabilities. Proc. 63rd Annu. Meet. Assoc. Comput. Linguist. 2025a, Volume 1, 19497–19521. [Google Scholar]
- Wei, J.; Tay, Y.; Bommasani, R.; Raffel, C.; Zoph, B.; Borgeaud, S.; Yogatama, D.; Bosma, M.; Zhou, D.; Metzler, D.; et al. Emergent abilities of large language models. Transactions on Machine Learning Research, 2022a. [Google Scholar]
- Wei, J.; Wang, X.; Schuurmans, D.; Bosma, M.; Xia, F.; Chi, E.; Le, Quoc V; Zhou, D.; et al. Chain-of-thought prompting elicits reasoning in large language models. Adv. Neural Inf. Process. Syst. 2022b, 35, 24824–24837. [Google Scholar] [CrossRef]
- Wei, J.; Sun, Z.; Papay, S.; McKinney, S.; Han, J.; Fulford, I.; Chung, H.W.; Tachard Passos, A.; Fedus, W.; Glaese, A. Browsecomp: A simple yet challenging benchmark for browsing agents. arXiv 2025b, arXiv:2504.12516. [Google Scholar]
- Wei, Y.; Duchenne, O.; Copet, J.; Carbonneaux, Q.; Zhang, L.; Fried, D.; Synnaeve, G.; Singh, R.; Wang, Sida I. Swe-rl: Advancing llm reasoning via reinforcement learning on open software evolution. arXiv 2025c, arXiv:2502.18449. [Google Scholar]
- Weiss, G. Multiagent Systems: A Modern Approach to Distributed Artificial Intelligence; MIT Press, 1999. [Google Scholar]
- Weng, Y.; Zhu, M.; Xia, F.; Li, B.; He, S.; Liu, S.; Sun, B.; Liu, K.; Zhao, J. Large language models are better reasoners with self-verification. Find. Assoc. Comput. Linguist. EMNLP 2023 2023, 2550–2575. [Google Scholar]
- Wiratunga, N.; Wijayasekara, V.A.; Nkisi-Orji, I.; Salimi, P.; Martin, K.; Bolaños, C. icare: Ontology-guided intent routing for multi-agent llm-based dialogue systems. In Linguistic and Cognitive Approaches To Dialog Agents Workshop 2026, Singapore, LaCATODA 2026, January 27, 2026; Rzepka, R., Ptaszynski, M., Dybala, P., Eds.; CEUR-WS.org, 2026; volume 4178, pp. 160–171. Available online: https://ceur-ws.org/Vol-4178/paper11.pdf.
- Wong, R.; Wang, J.; Zhao, J.; Chen, L.; Gao, Y.; Zhang, L.; Zhou, X.; Wang, Z.; Xiang, K.; Zhang, G.; et al. Widesearch: Benchmarking agentic broad info-seeking. arXiv 2025, arXiv:2508.07999. [Google Scholar]
- Wu, B.; Meij, E.; Yilmaz, E. A joint optimization framework for enhancing efficiency of tool utilization in LLM agents. In Findings of the Association for Computational Linguistics: ACL 2025, pages 22361–22373, Vienna, Austria, July; Che, W., Nabende, J., Shutova, E., Pilehvar, M.T., Eds.; Association for Computational Linguistics, 2025a; Available online: https://aclanthology.org/2025.findings-acl.1149/ISBN 979-8-89176-256-5. [CrossRef]
- Wu, B.; Kim, T.E.; Feng, Y.; Diaz, F.; Ren, Z.; Yilmaz, E. Agentsearch: Indexing, retrieval, and ranking of ai agents. In Proceedings of the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR ’26; New York, NY, USA, Association for Computing Machinery, 2026a; pp. page 5394–5397. Available online: https://doi.org/10.1145/3805712.3808653ISBN 9798400725999. [CrossRef]
- Wu, B.; Mammadli, A.; Zhang, X.; Yilmaz, E. Agentsearchbench: A benchmark for ai agent search in the wild. arXiv 2026b, arXiv:2604.22436. [Google Scholar]
- Wu, B.; Meij, E.; Yilmaz, E. Beyond static toolsets: Self-evolving LLM tool agents via continual documentation adaptation. In Findings of the Association for Computational Linguistics: ACL 2026; San Diego, California, United States, Association for Computational Linguistics, July 2026c; pp. 21519–21539. Available online: https://aclanthology.org/2026.findings-acl.1082/ISBN 979-8-89176-395-1. [CrossRef]
- Wu, J.; Li, B.; Fang, R.; Yin, W.; Zhang, L.; Tao, Z.; Zhang, D.; Xi, Z.; Fu, G.; Jiang, Y.; et al. Webdancer: Towards autonomous information seeking agency. arXiv 2025b, arXiv:2505.22648. [Google Scholar]
- Wu, J.; Zhao, Q.; Chen, Z.; Qin, K.; Zhao, Y.; Wang, X.; Yao, Y. Gap: Graph-based agent planning with parallel tool use and reinforcement learning. arXiv 2025c, arXiv:2510.25320. [Google Scholar]
- Wu, X.; Shen, Y.; Shan, C.; Song, K.; Wang, S.; Zhang, B.; Feng, J.; Cheng, H.; Chen, W.; Xiong, Y.; et al. Can graph learning improve planning in llm-based agents? Adv. Neural Inf. Process. Syst. 2024, 37, 5338–5383. [Google Scholar] [CrossRef]
- Wu, X.; Li, S.; Wu, Hsin-Tai; Tao, Z.; Fang, Y. Does rag introduce unfairness in llms? evaluating fairness in retrieval-augmented generation systems. In Proceedings of the 31st International Conference on Computational Linguistics, 2025d; pp. 10021–10036. [Google Scholar]
- Xia, P.; Wang, J.; Peng, Y.; Zeng, K.; Dong, Z.; Wu, X.; Tang, X.; Zhu, H.; Li, Y.; Zhang, L.; Liu, S.; Lu, Y.; Yao, H. Mmedagent-rl: Optimizing multi-agent collaboration for multimodal medical reasoning. 2026. Available online: https://arxiv.org/abs/2506.00555.
- Xiang, Z.; Zheng, L.; Li, Y.; Hong, J.; Li, Q.; Xie, H.; Zhang, J.; Xiong, Z.; Xie, C.; Yang, C.; et al. Guardagent: Safeguard llm agents by a guard agent via knowledge-enabled reasoning. arXiv 2024, arXiv:2406.09187. [Google Scholar]
- Xiong, L.; Xiong, C.; Li, Y.; Tang, Kwok-Fung; Liu, J.; Bennett, Paul N; Ahmed, J.; Overwijk, A. Approximate nearest neighbor negative contrastive learning for dense text retrieval. International Conference on Learning Representations, 2021. [Google Scholar]
- Xu, Q.; Li, Y.; Xia, H.; Li, W. Enhancing tool retrieval with iterative feedback from large language models. Find. Assoc. Comput. Linguist. EMNLP 2024, 9609–9619. [Google Scholar]
- Yang, B.; Feng, L.; Chen, Y.; Zhang, Y.; Xu, X.; Li, S. Fairjudge: An adaptive, debiased, and consistent llm-as-a-judge. arXiv 2026a, arXiv:2602.06625. [Google Scholar]
- Yang, J.; Hou, B.; Wei, W.; Chang, S.; Bao, Y. Webdart: Dynamic decomposition and re-planning for complex web tasks. arXiv 2025a, arXiv:2510.06587. [Google Scholar]
- Yang, J.; Jimenez, C.; Wettig, A.; Lieret, K.; Yao, S.; Narasimhan, K.; Press, O. Swe-agent: Agent-computer interfaces enable automated software engineering. Adv. Neural Inf. Process. Syst. 2024a, 37, 50528–50652. [Google Scholar] [CrossRef]
- Yang, K.; Stoyanovich, J. Measuring fairness in ranked outputs. In Proceedings of the 29th international conference on scientific and statistical database management, 2017; pp. 1–6. [Google Scholar]
- Yang, R.; Chen, J.; Zhang, Y.; Yuan, S.; Chen, A.; Richardson, K.; Xiao, Y.; Yang, D. Selfgoal: Your language agents already know how to achieve high-level goals. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies 2025b, Volume 1, 799–819. [Google Scholar]
- Yang, S.; Han, S.C.; Ding, Y.; Wang, S.; Hoy, E. Tooltree: Efficient llm agent tool planning via dual-feedback monte carlo tree search and bidirectional pruning. arXiv 2026b, arXiv:2603.12740. [Google Scholar]
- Yang, W.; Li, L.; Zhang, Z.; Ren, X.; Sun, X.; He, B. Be careful about poisoned word embeddings: Exploring the vulnerability of the embedding layers in nlp models. In Proceedings of the 2021 conference of the North American chapter of the association for computational linguistics: human language technologies, 2021; pp. 2048–2058. [Google Scholar]
- Yang, W.; Bi, X.; Lin, Y.; Chen, S.; Zhou, J.; Sun, X. Watch out for your agents! investigating backdoor threats to llm-based agents. Adv. Neural Inf. Process. Syst. 2024b, 37, 100938–100964. [Google Scholar] [CrossRef]
- Yao, S.; Zhao, J.; Yu, D.; Du, N.; Shafran, I.; Narasimhan, Karthik R; Cao, Y. React: Synergizing reasoning and acting in language models. The eleventh international conference on learning representations, 2022. [Google Scholar]
- Yao, S.; Yu, D.; Zhao, J.; Shafran, I.; Griffiths, T.; Cao, Y.; Narasimhan, K. Tree of thoughts: Deliberate problem solving with large language models. Adv. Neural Inf. Process. Syst. 2023, 36, 11809–11822. [Google Scholar] [CrossRef]
- Yao, S.; Shinn, N.; Razavi, P.; Narasimhan, Karthik R. τ-bench: A benchmark for tool-agent-user interaction in real-world domains. The Thirteenth International Conference on Learning Representations, 2025; Available online: https://openreview.net/forum?id=roNSXZpUDN.
- Yao, Y.; Tan, X.; Liu, Chao-Hsuan; Li, Y.; Wang, Z.; Yu, W.; Tan, Z.; Tian, Y.; Zhao, G.; Sun, L.; et al. Harness-bench: Measuring harness effects across models in realistic agent workflows. arXiv 2026, arXiv:2605.27922. [Google Scholar]
- Yi, J.; Xie, Y.; Zhu, B.; Kiciman, E.; Sun, G.; Xie, X.; Wu, F. Benchmarking and defending against indirect prompt injection attacks on large language models. In Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V. 1, 2025; pp. 1809–1820. [Google Scholar]
- Yin, D.; Brahman, F.; Ravichander, A.; Chandu, K.; Chang, Kai-Wei; Choi, Y.; Lin, B.Y. Agent lumos: Unified and modular training for open-source language agents. Proc. 62nd Annu. Meet. Assoc. Comput. Linguist. 2024a, Volume 1, 12380–12403. [Google Scholar]
- Yin, S.; Pang, X.; Ding, Y.; Chen, M.; Bi, Y.; Xiong, Y.; Huang, W.; Xiang, Z.; Shao, J.; Chen, S. Safeagentbench: A benchmark for safe task planning of embodied llm agents. arXiv 2024b, arXiv:2412.13178. [Google Scholar]
- Yoon, Y.; Kim, M.; Kim, T. Latent preference modeling for cross-session personalized tool calling. CoRR 2026, abs/2604.17886. Available online: https://doi.org/10.48550/arXiv.2604.17886. [CrossRef]
- You, R.; Cai, H.; Zhang, C.; Xu, Q.; Liu, M.; Yu, T.; Li, Y.; Li, W. A survey on agent-as-a-judge. arXiv 2026, arXiv:2601.05111. [Google Scholar]
- Yu, C.; Cheng, Z.; Cui, H.; Gao, Y.; Luo, Z.; Wang, Y.; Zheng, H.; Zhao, Y. A survey on agent workflow–status and future. In 2025 8th International Conference on Artificial Intelligence and Big Data (ICAIBD); IEEE, 2025; pp. 770–781. [Google Scholar]
- Yu, M.; Wang, S.; Zhang, G.; Mao, J.; Yin, C.; Liu, Q.; Wen, Q.; Wang, K.; Wang, Y. Netsafe: Exploring the topological safety of multi-agent networks. arXiv 2024, arXiv:2410.15686. [Google Scholar]
- Yuan, L.; Chen, Y.; Wang, X.; Fung, Yi R; Peng, H.; Ji, H. Craft: Customizing llms by creating and retrieving from specialized toolsets. 12th International Conference on Learning Representations, ICLR 2024, 2024a. [Google Scholar]
- Yuan, Q.; Kazemi, M.; Xu, X.; Noble, I.; Imbrasaite, V.; Ramachandran, D. Tasklama: probing the complex task understanding of language models. Proc. AAAI Conf. Artif. Intell. 2024b, volume 38, 19468–19476. [Google Scholar] [CrossRef]
- Yuan, S.; Song, K.; Chen, J.; Tan, X.; Shen, Y.; Kan, R.; Li, D.; Yang, D. Easytool: Enhancing llm-based agents with concise tool instruction. 2024c. Available online: https://arxiv.org/abs/2401.06201.
- Yuan, T.; He, Z.; Dong, L.; Wang, Y.; Zhao, R.; Xia, T.; Xu, L.; Zhou, B.; Li, F.; Zhang, Z.; et al. R-judge: Benchmarking safety risk awareness for llm agents. Find. Assoc. Comput. Linguist. EMNLP 2024 2024d, 1467–1490. [Google Scholar]
- Yue, M.; Liu, Z.; Yang, L.; Zhang, J.; Liu, Z.; Chen, H.; Yao, Z.; Savarese, S.; Xiong, C.; Heinecke, S.; Wang, H. Toollibgen: Scalable automatic tool creation and aggregation for llm reasoning. 2025a. Available online: https://arxiv.org/abs/2510.07768.
- Yue, Y.; Zhang, G.; Liu, B.; Wan, G.; Wang, K.; Cheng, D.; Qi, Y. Masrouter: Learning to route llms for multi-agent systems. 2025b. Available online: https://arxiv.org/abs/2502.11133.
- Za, J.; Bainiaksina, J.; Chopra, T.; Ostrovsky, N.; Krakovna, V. Persuade me if you can: Evaluating ai agent influence on safety monitors. ICML 2025 Workshop on Reliable and Responsible Foundation Models, 2025. [Google Scholar]
- Zamani, H.; Dumais, Susan T.; Craswell, N.; Bennett, Paul N.; Lueck, G. Generating clarifying questions for information retrieval. In WWW ’20: The Web Conference 2020; Taipei, Taiwan, April 20-24, 2020, Huang, Y., King, I., Liu, Tie-Yan, van Steen, M., Eds.; ACM / IW3C2, 2020; pp. 418–428. Available online: https://doi.org/10.1145/3366423.3380126. [CrossRef]
- Zehlike, M.; Castillo, C. Reducing disparate exposure in ranking: A learning to rank approach. In Proceedings of the web conference 2020, 2020; pp. 2849–2855. [Google Scholar]
- Zehlike, M.; Bonchi, F.; Castillo, C.; Hajian, S.; Megahed, M.; Baeza-Yates, R. Fa* ir: A fair top-k ranking algorithm. In Proceedings of the 2017 ACM on Conference on Information and Knowledge Management, 2017; pp. 1569–1578. [Google Scholar]
- Zelikman, E.; Wu, Y.; Mu, J.; Goodman, N. Star: Bootstrapping reasoning with reasoning. Adv. Neural Inf. Process. Syst. 2022, 35, 15476–15488. [Google Scholar] [CrossRef]
- Zendel, O.; Fahad Dawood Al Lawati, S.; Rashidi, L.; Scholer, F.; Sanderson, M. A comparative analysis of linguistic and retrieval diversity in llm-generated search queries. Proc. 34th ACM Int. Conf. Inf. Knowl. Manag. 2025, CIKM ’25, 4014–4023. [Google Scholar]
- Zeng, A.; Liu, M.; Lu, R.; Wang, B.; Liu, X.; Dong, Y.; Tang, J. Agenttuning: Enabling generalized agent abilities for llms. Find. Assoc. Comput. Linguist. ACL 2024 2024, 3053–3077. [Google Scholar]
- Zhai, W.; Liao, J.; Chen, Z.; Su, B.; Zhao, X. A survey of task planning with large language models. Intell. Comput. 2025, 4, 0124. [Google Scholar] [CrossRef]
- Zhan, Q.; Liang, Z.; Ying, Z.; Kang, D. Injecagent: Benchmarking indirect prompt injections in tool-integrated large language model agents. Find. Assoc. Comput. Linguist. ACL 2024 2024, 10471–10506. [Google Scholar]
- Zhan, Q.; Budiman-Chan, A.; Zayed, A.; Guo, X.; Kang, D.; Kim, Joo-Kyung. Safesearch: Do not trade safety for utility in llm search agents. Find. Assoc. Comput. Linguist. EACL 2026 2026, 2800–2815. [Google Scholar]
- Zhang, A.; Chen, Y.; Sheng, L.; Wang, X.; Chua, Tat-Seng. On generative agents in recommendation. In Proceedings of the 47th international ACM SIGIR conference on research and development in Information Retrieval, 2024a; pp. 1807–1817. [Google Scholar]
- Zhang, B.; Tan, Y.; Shen, Y.; Salem, A.; Backes, M.; Zannettou, S.; Zhang, Y. Breaking agents: Compromising autonomous llm agents through malfunction amplification. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, 2025a; pp. 34952–34964. [Google Scholar]
- Zhang, D.; Zhoubian, S.; Hu, Z.; Yue, Y.; Dong, Y.; Tang, J. Rest-mcts*: Llm self-training via process reward guided tree search. Adv. Neural Inf. Process. Syst. 2024b, 37, 64735–64772. [Google Scholar] [CrossRef]
- Zhang, G.; Chen, K.; Wan, G.; Chang, H.; Cheng, H.; Wang, K.; Hu, S.; Bai, L. Evoflow: Evolving diverse agentic workflows on the fly. arXiv 2025b, arXiv:2502.07373. [Google Scholar]
- Zhang, H.; Zhang, S.; Li, K.; Zhang, C.; Chen, Y.; Zhang, Y.; Bai, L.; Hu, S. Self-harness: Harnesses that improve themselves. arXiv 2026a, arXiv:2606.09498. [Google Scholar]
- Zhang, J.; Xiang, J.; Yu, Z.; Teng, F.; Chen, X.; Chen, J.; Zhuge, M.; Cheng, X.; Hong, S.; Wang, J.; et al. Aflow: Automating agentic workflow generation. arXiv 2024c, arXiv:2410.10762. [Google Scholar]
- Zhang, J.; Wang, H.; Smith, E.M.; Wang, S.; Sharaf, A.; Pasupuleti, M.; Van Durme, B.; Khashabi, D.; Weston, J.; Zhan, H. The alignment waltz: Jointly training agents to collaborate for safety. In Proceedings of the International Conference on Learning Representations (ICLR), 2026b. [Google Scholar]
- Zhang, J.; Bao, K.; Wang, W.; Zhang, Y.; Shi, W.; Xu, W.; Feng, F.; Chua, Tat-Seng. Prospect personalized recommendation on large language model-based agent platform. CoRR 2024d, abs/2402.18240. Available online: https://doi.org/10.48550/arXiv.2402.18240. [CrossRef]
- Zhang, J.; Hou, Y.; Xie, R.; Sun, W.; McAuley, Julian J.; Zhao, W.X.; Lin, L.; Wen, Ji-Rong. Agentcf: Collaborative learning with autonomous language agents for recommender systems. In Proceedings of the ACM on Web Conference 2024; WWW 2024, Singapore, Chua, Tat-Seng, Ngo, Chong-Wah, Kumar, R., Lauw, Hady W., Lee, Roy Ka-Wei, Eds.; ACM, 13-17 May 2024; pp. 3679–3689. Available online: https://doi.org/10.1145/3589334.3645537. [CrossRef]
- Zhang, M.; Luo, H.; Shen, T.; Lin, Q.; Tang, X.; Mao, R.; Cambria, E. Flowsteer: Interactive agentic workflow orchestration via end-to-end reinforcement learning. arXiv 2026c, arXiv:2602.01664. [Google Scholar]
- Zhang, Q.; Hu, C.; Upasani, S.; Ma, B.; Hong, F.; Kamanuru, V.; Rainton, J.; Wu, C.; Ji, M.; Li, H.; et al. Agentic context engineering: Evolving contexts for self-improving language models. arXiv 2025c, arXiv:2510.04618. [Google Scholar]
- Zhang, S.; Fan, J.; Fan, M.; Li, G.; Du, X. Deepanalyze: Agentic large language models for autonomous data science. arXiv 2025d, arXiv:2510.16872. [Google Scholar]
- Zhang, W.; Zhang, X.; Zhang, C.; Yang, L.; Shang, J.; Wei, Z.; Zou, H.P.; Huang, Z.; Wang, Z.; Gao, Y.; et al. Personaagent: When large language model agents meet personalization at test time. arXiv 2025e, arXiv:2506.06254. [Google Scholar]
- Zhang, W.; Li, X.; Zhang, Y.; Jia, P.; Wang, Y.; Guo, H.; Liu, Y.; Zhao, X. Deep research: A survey of autonomous research agents. arXiv 2025f, arXiv:2508.12752. [Google Scholar]
- Zhang, X.; Xie, R.; Lyu, Y.; Xin, X.; Ren, P.; Liang, M.; Zhang, B.; Kang, Z.; de Rijke, M.; Ren, Z. Towards empathetic conversational recommender systems. In Proceedings of the 18th ACM Conference on Recommender Systems; RecSys 2024, Bari, Italy, October 14-18, 2024, Di Noia, T., Lops, P., Joachims, T., Verbert, K., Castells, P., Dong, Z., London, B., Eds.; ACM, 2024f; pp. 84–93. Available online: https://doi.org/10.1145/3640457.3688133. [CrossRef]
- Zhang, X.; Shen, Y.; Zheng, Z.; Wu, L.; Zhang, W.; Yan, Y.; Peng, Q.; Wang, J.; Lu, W. Asktoact: Enhancing llms tool use via self-correcting clarification. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, EMNLP 2025 2025; Suzhou, China, Christodoulopoulos, C., Chakraborty, T., Rose, C., Peng, V., Eds.; Association for Computational Linguistics, 4-9 November; pp. 13484–13511. Available online: https://doi.org/10.18653/v1/2025.emnlp-main.682. [CrossRef]
- Zhang, Y.; Wang, C.; Wu, L.; Yu, W.; Wang, Y.; Bao, G.; Tang, J. Uda: Unsupervised debiasing alignment for pair-wise llm-as-a-judge. arXiv 2025h, arXiv:2508.09724. [Google Scholar]
- Zhang, Y.; Wang, T.; Gesi, J.; Wang, Z.; Lu, Y.; Lin, J.; Zhan, S.; Gao, V.; Jiao, R.; Liu, J.; et al. Shop-r1: Rewarding llms to simulate human behavior in online shopping via reinforcement learning. arXiv 2025i, arXiv:2507.17842. [Google Scholar]
- Zhang, Y.; Deng, X.; Gu, Z.; Chen, Y.; Xu, K.; Li, Q.; Wu, J. Exposing llm user privacy via traffic fingerprint analysis: A study of privacy risks in llm agent interactions. arXiv 2025j, arXiv:2510.07176. [Google Scholar]
- Zhang, Y.; Chen, X. Explainable recommendation: A survey and new perspectives. Found. Trends Inf. Retr. 2020, 14(1), 1–101. Available online: http://dx.doi.org/10.1561/1500000066. [CrossRef]
- Zhang, Z.; Chen, T.; Xu, W.; Pentland, A.; Pei, J. Recap: Recursive context-aware reasoning and planning for large language model agents. arXiv 2025k, arXiv:2510.23822. [Google Scholar]
- Zhang, Z.; Cui, S.; Lu, Y.; Zhou, J.; Yang, J.; Wang, H.; Huang, M. Agent-safetybench: Evaluating the safety of llm agents. arXiv 2024g, arXiv:2412.14470. [Google Scholar]
- Zhang, Z.; Zhang, A.; Li, M.; Smola, A. Automatic chain of thought prompting in large language models. arXiv 2022, arXiv:2210.03493. [Google Scholar]
- Zhao, W.; Sui, X.; Hu, Y.; Guo, J.; Liu, H.; Li, B.; Zhao, Y.; Qin, B.; Liu, T. Teaching language models to evolve with users: Dynamic profile modeling for personalized alignment. The Thirty-ninth Annual Conference on Neural Information Processing Systems, 2025. [Google Scholar]
- Zheng, L.; Chiang, Wei-Lin; Sheng, Y.; Zhuang, S.; Wu, Z.; Zhuang, Y.; Lin, Z.; Li, Z.; Li, D.; Xing, E.; et al. Judging llm-as-a-judge with mt-bench and chatbot arena. Adv. Neural Inf. Process. Syst. 2023, 36, 46595–46623. [Google Scholar] [CrossRef]
- Zheng, L.; Guha, N.; Anderson, Brandon R; Henderson, P.; Ho, Daniel E. When does pretraining help? assessing self-supervised learning for law and the casehold dataset of 53,000+ legal holdings. In Proceedings of the eighteenth international conference on artificial intelligence and law, 2021; pp. 159–168. [Google Scholar]
- Zheng, L.; Guha, N.; Arifov, J.; Zhang, S.; Skreta, M.; Manning, Christopher D; Henderson, P.; Ho, Daniel E. A reasoning-focused legal retrieval benchmark. In Proceedings of the 2025 Symposium on Computer Science and Law, 2025; pp. 169–193. [Google Scholar]
- Zheng, Y.; Li, P.; Liu, W.; Liu, Y.; Luan, J.; Wang, B. ToolRerank: Adaptive and hierarchy-aware reranking for tool retrieval. In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024); Torino, Italia, Calzolari, N., Kan, Min-Yen, Hoste, V., Lenci, A., Sakti, S., Xue, N., Eds.; ELRA and ICCL, May 2024; pp. 16263–16273. Available online: https://aclanthology.org/2024.lrec-main.1413/.
- Zhou, A.; Yan, K.; Shlapentokh-Rothman, M.; Wang, H.; Wang, Yu-Xiong. Language agent tree search unifies reasoning acting and planning in language models. arXiv 2023, arXiv:2310.04406. [Google Scholar]
- Zhou, D.; Schärli, N.; Hou, L.; Wei, J.; Scales, N.; Wang, X.; Schuurmans, D.; Cui, C.; Bousquet, O.; Le, Q.; et al. Least-to-most prompting enables complex reasoning in large language models. arXiv 2022, arXiv:2205.10625. [Google Scholar]
- Zhou, Q.; Chen, S.; Wang, Y.; Xu, H.; Du, W.; Zhang, H.; Du, Y.; Tenenbaum, Joshua B; Gan, C. Hazard challenge: Embodied decision making in dynamically changing environments. International Conference on Learning Representations, 2024. [Google Scholar]
- Zhou, Y.; Cao, C.; Yang, J.; Wu, L.; He, C.; Han, S.; Guo, Y. Lras: Advanced legal reasoning with agentic search. arXiv 2026, arXiv:2601.07296. [Google Scholar]
- Zhu, J.; Tseng, K.; Vernik, G.; Huang, X.; Patil, Shishir G; Fang, V.; Popa, R.A. Miniscope: A least privilege framework for authorizing tool calling agents. arXiv 2025a, arXiv:2512.11147. [Google Scholar]
- Zhu, K.; Zhang, J.; Qi, Z.; Shang, N.; Liu, Z.; Han, P.; Su, Y.; Yu, H.; You, J. Safescientist: Toward risk-aware scientific discoveries by llm agents. arXiv 2025b, arXiv:2505.23559. [Google Scholar]
- Zhu, Y.; Wu, L.; Guo, Q.; Hong, L.; Li, J. Collaborative large language model for recommender systems. In Proceedings of the ACM on Web Conference 2024; WWW 2024, Singapore, Chua, Tat-Seng, Ngo, Chong-Wah, Kumar, R., Lauw, Hady W., Lee, Roy Ka-Wei, Eds.; ACM, 13-17 May 2024; pp. 3162–3172. Available online: https://doi.org/10.1145/3589334.3645347. [CrossRef]
- Zhu, Y.; Qiao, S.; Ou, Y.; Deng, S.; Lyu, S.; Shen, Y.; Liang, L.; Gu, J.; Chen, H.; Zhang, N. Knowagent: Knowledge-augmented planning for llm-based agents. Find. Assoc. Comput. Linguist. NAACL 2025 2025c, 3709–3732. [Google Scholar]
- Zhuang, Y.; Yu, Y.; Wang, K.; Sun, H.; Zhang, C. Toolqa: A dataset for llm question answering with external tools. Adv. Neural Inf. Process. Syst. 2023, 36, 50117–50143. [Google Scholar] [CrossRef]
- Zhuang, Y.; Chen, X.; Yu, T.; Mitra, S.; Bursztyn, V.; Rossi, R.; Sarkhel, S.; Zhang, C. Toolchain*: Efficient action space navigation in large language models with a* search. International Conference on Learning Representations, 2024; volume 2024, pp. 4524–4549. [Google Scholar]
- Zhuge, M.; Zhao, C.; Ashley, D.; Wang, W.; Khizbullin, D.; Xiong, Y.; Liu, Z.; Chang, E.; Krishnamoorthi, R.; Tian, Y.; et al. Agent-as-a-judge: Evaluate agents with agents. arXiv 2024, arXiv:2410.10934. [Google Scholar]
- Zou, W.; Geng, R.; Wang, B.; Jia, J. {PoisonedRAG}: Knowledge corruption attacks to {Retrieval-Augmented} generation of large language models. 34th USENIX Security Symposium (USENIX Security 25), 2025; pp. 3827–3844. [Google Scholar]
Figure 1.
A conceptual framework of agent search. Agent search takes task specifications as input and identifies suitable candidates from a heterogeneous search space spanning tools, autonomous agents, and multi-agent systems. Candidate selection relies on capability representations constructed during offline preparation and utilized during online search. The resulting outputs may include individual agents, ranked candidate sets, or composed solutions, while interactions between search outcomes and capability representations enable continuous refinement of the search ecosystem.
Figure 1.
A conceptual framework of agent search. Agent search takes task specifications as input and identifies suitable candidates from a heterogeneous search space spanning tools, autonomous agents, and multi-agent systems. Candidate selection relies on capability representations constructed during offline preparation and utilized during online search. The resulting outputs may include individual agents, ranked candidate sets, or composed solutions, while interactions between search outcomes and capability representations enable continuous refinement of the search ecosystem.

Table 1.
Section 4: tool representation fields used to describe/index tools (what information about a tool is available to the retriever/router). Columns: Name=tool/API/function identifier string; Desc.=natural-language description/documentation text; Schema=structured I/O specification (e.g., JSON/OpenAPI, parameter/return fields and types); Sig.=code-level signature/type hints (argument names/types; e.g., JSDoc/Sphinx/type annotations); Ex.=usage examples/demonstrations (example calls, code snippets, sample inputs/outputs) included in the tool doc; Env.=environment/registry/runtime metadata needed to use the tool (host URL, auth/keys, MCP/server/registry requirements); Code=tool implementation/code snippet included as part of the representation; Token=in-model discrete tool identifier (virtual tool token / toolken) learned by the LM.
Table 1.
Section 4: tool representation fields used to describe/index tools (what information about a tool is available to the retriever/router). Columns: Name=tool/API/function identifier string; Desc.=natural-language description/documentation text; Schema=structured I/O specification (e.g., JSON/OpenAPI, parameter/return fields and types); Sig.=code-level signature/type hints (argument names/types; e.g., JSDoc/Sphinx/type annotations); Ex.=usage examples/demonstrations (example calls, code snippets, sample inputs/outputs) included in the tool doc; Env.=environment/registry/runtime metadata needed to use the tool (host URL, auth/keys, MCP/server/registry requirements); Code=tool implementation/code snippet included as part of the representation; Token=in-model discrete tool identifier (virtual tool token / toolken) learned by the LM.
| Paper | Name | Desc. | Schema | Sig. | Ex. | Env. | Code | Token |
|---|---|---|---|---|---|---|---|---|
| Li et al. (2023b) | ✓ | ✓ | ✓ | - | ✓ | - | - | - |
| Liang et al. (2023) | ✓ | ✓ | ✓ | - | ✓ | - | - | - |
| Schick et al. (2023) | ✓ | - | ✓ | - | - | - | - | - |
| Hao et al. (2023b) | - | - | - | - | ✓ | - | - | ✓ |
| Du et al. (2024) | - | ✓ | ✓ | - | - | - | - | - |
| Yuan et al. (2024a) | ✓ | ✓ | - | - | ✓ | - | ✓ | - |
| Xu et al. (2024) | ✓ | ✓ | ✓ | - | - | - | - | - |
| Patil et al. (2024) | - | ✓ | - | - | ✓ | ✓ | - | - |
| Huang et al. (2024c) | ✓ | ✓ | - | - | - | - | - | - |
| Chen et al. (2024b) | ✓ | ✓ | ✓ | - | ✓ | - | - | - |
| Guo et al. (2024) | ✓ | ✓ | ✓ | - | - | - | - | - |
| Chen et al. (2024c) | ✓ | ✓ | ✓ | - | - | - | - | - |
| Moon et al. (2024) | - | ✓ | ✓ | ✓ | ✓ | - | ✓ | - |
| Qin et al. (2024b) | ✓ | ✓ | ✓ | - | ✓ | ✓ | ✓ | - |
| Zheng et al. (2024) | - | ✓ | - | - | - | - | - | - |
| Lu et al. (2025a) | ✓ | ✓ | ✓ | - | ✓ | - | - | - |
| Qu et al. (2024) | - | ✓ | - | - | - | - | - | - |
| Ocker et al. (2024) | ✓ | ✓ | ✓ | - | - | - | - | - |
| Wu et al. (2025a) | - | ✓ | - | - | - | - | - | - |
| Hu et al. (2025c) | - | - | - | - | - | - | - | - |
| Shi et al. (2025d) | ✓ | ✓ | ✓ | - | - | - | ✓ | - |
| Go and Park (2025) | ✓ | ✓ | - | - | ✓ | - | - | - |
| Esakkiraja et al. (2025) | - | ✓ | ✓ | ✓ | ✓ | - | - | - |
| Gaurav et al. (2025) | - | ✓ | ✓ | - | - | ✓ | - | - |
| Yuan et al. (2024c) | ✓ | ✓ | ✓ | - | ✓ | - | - | - |
| Qu et al. (2025a) | ✓ | ✓ | ✓ | - | ✓ | - | - | - |
| Kachuee et al. (2025) | - | ✓ | ✓ | - | - | - | - | - |
| Yue et al. (2025b) | ✓ | ✓ | ✓ | - | ✓ | - | - | - |
| Lin et al. (2025) | - | ✓ | - | - | - | - | - | - |
| Fei et al. (2025b) | ✓ | ✓ | ✓ | - | - | ✓ | - | - |
| Fang et al. (2025b) | - | ✓ | ✓ | - | ✓ | - | - | - |
| Liu et al. (2025) | - | ✓ | - | - | - | - | - | - |
| Sengupta et al. (2026) | ✓ | ✓ | ✓ | - | - | - | - | - |
| Wang et al. (2025c) | ✓ | ✓ | ✓ | - | - | - | - | ✓ |
| Yue et al. (2025a) | ✓ | ✓ | ✓ | - | - | - | - | - |
| Braunschweiler et al. (2025) | ✓ | ✓ | - | - | - | - | - | - |
| Fang and Glass (2026) | - | ✓ | ✓ | ✓ | ✓ | ✓ | - | - |
| Li et al. (2025i) | ✓ | ✓ | ✓ | - | - | - | - | - |
| Wang et al. (2026) | - | ✓ | - | - | ✓ | ✓ | - | - |
Table 2.
Section 4: tool indexing / retrieval methods (how systems search/select tools at test time). We omit a separate Hybrid column since Hybrid is implied when both Sparse and Dense are used. Columns: Sparse=lexical retrieval over tool docs (e.g., BM25/TF–IDF/inverted index); Dense=semantic retrieval using dense embeddings / vector search (bi-/dual-encoder, cosine similarity, ANN/vector stores such as FAISS/Chroma); Rerank=a second-stage model/algorithm that re-orders retrieved candidates (e.g., cross-encoder reranker, refiner, hierarchy-aware reranking); QExp=query/document expansion or intent decomposition for retrieval (synthetic queries, HyDE, document expansion); Hier=hierarchical catalogs/routing over tool libraries (domain/category/module/cluster-level organization); Graph=graph-structured signals used in retrieval/reranking (tool hierarchies/relations/co-usage graphs/bipartite matching); Cache=explicit cache/lookup layer keyed by tool/API/args (key–value retrieval rather than text retrieval); Active=active/iterative improvement or discovery of tools/retrieval (iterative feedback, self-reflection, exploration, active discovery); Token=in-model discrete tool identifiers for selection/calling (tool tokens/toolkens).
Table 2.
Section 4: tool indexing / retrieval methods (how systems search/select tools at test time). We omit a separate Hybrid column since Hybrid is implied when both Sparse and Dense are used. Columns: Sparse=lexical retrieval over tool docs (e.g., BM25/TF–IDF/inverted index); Dense=semantic retrieval using dense embeddings / vector search (bi-/dual-encoder, cosine similarity, ANN/vector stores such as FAISS/Chroma); Rerank=a second-stage model/algorithm that re-orders retrieved candidates (e.g., cross-encoder reranker, refiner, hierarchy-aware reranking); QExp=query/document expansion or intent decomposition for retrieval (synthetic queries, HyDE, document expansion); Hier=hierarchical catalogs/routing over tool libraries (domain/category/module/cluster-level organization); Graph=graph-structured signals used in retrieval/reranking (tool hierarchies/relations/co-usage graphs/bipartite matching); Cache=explicit cache/lookup layer keyed by tool/API/args (key–value retrieval rather than text retrieval); Active=active/iterative improvement or discovery of tools/retrieval (iterative feedback, self-reflection, exploration, active discovery); Token=in-model discrete tool identifiers for selection/calling (tool tokens/toolkens).
| Paper | Sparse | Dense | Rerank | QExp | Hier | Graph | Cache | Active | Token |
|---|---|---|---|---|---|---|---|---|---|
| Li et al. (2023b) | - | ✓ | - | - | - | - | - | - | - |
| Liang et al. (2023) | - | ✓ | - | - | - | - | - | - | - |
| Schick et al. (2023) | ✓ | - | - | - | - | - | - | - | - |
| Hao et al. (2023b) | - | ✓ | - | - | - | - | - | - | ✓ |
| Du et al. (2024) | - | ✓ | - | - | ✓ | - | - | ✓ | - |
| Yuan et al. (2024a) | - | ✓ | - | - | - | - | - | - | - |
| Xu et al. (2024) | - | ✓ | - | - | ✓ | - | - | ✓ | - |
| Patil et al. (2024) | ✓ | - | - | - | - | - | - | - | - |
| Huang et al. (2024c) | - | ✓ | - | - | - | - | - | - | - |
| Chen et al. (2024b) | ✓ | ✓ | - | ✓ | - | - | - | - | - |
| Guo et al. (2024) | - | - | - | - | ✓ | - | ✓ | - | - |
| Chen et al. (2024c) | - | ✓ | - | - | ✓ | ✓ | - | - | - |
| Moon et al. (2024) | - | ✓ | ✓ | - | - | - | - | - | - |
| Qin et al. (2024b) | ✓ | ✓ | - | - | - | - | - | - | - |
| Zheng et al. (2024) | ✓ | ✓ | ✓ | - | ✓ | - | - | - | - |
| Lu et al. (2025a) | ✓ | ✓ | ✓ | ✓ | ✓ | - | - | - | - |
| Qu et al. (2024) | ✓ | ✓ | - | - | - | ✓ | - | - | - |
| Ocker et al. (2024) | - | ✓ | - | - | - | - | - | - | - |
| Wu et al. (2025a) | - | - | - | - | - | - | - | - | - |
| Hu et al. (2025c) | - | - | - | - | - | - | - | - | - |
| Shi et al. (2025d) | ✓ | ✓ | ✓ | - | - | - | - | - | - |
| Go and Park (2025) | - | - | - | - | - | - | - | - | - |
| Esakkiraja et al. (2025) | ✓ | ✓ | ✓ | - | - | - | - | - | - |
| Gaurav et al. (2025) | ✓ | ✓ | - | - | - | - | - | - | - |
| Yuan et al. (2024c) | - | ✓ | - | - | - | - | - | - | - |
| Qu et al. (2025a) | - | ✓ | - | - | - | - | ✓ | ✓ | - |
| Kachuee et al. (2025) | ✓ | ✓ | - | ✓ | - | - | - | - | - |
| Yue et al. (2025b) | - | ✓ | ✓ | - | - | - | - | - | - |
| Lin et al. (2025) | - | ✓ | - | - | - | - | - | - | - |
| Fei et al. (2025b) | - | ✓ | ✓ | - | ✓ | - | - | ✓ | - |
| Fang et al. (2025b) | - | - | ✓ | - | - | - | - | - | - |
| Liu et al. (2025) | - | ✓ | - | - | ✓ | - | - | - | - |
| Sengupta et al. (2026) | ✓ | ✓ | ✓ | - | - | - | - | - | - |
| Wang et al. (2025c) | ✓ | ✓ | - | - | - | - | - | - | ✓ |
| Yue et al. (2025a) | - | ✓ | - | - | ✓ | - | - | - | - |
| Braunschweiler et al. (2025) | - | ✓ | - | - | - | - | - | - | - |
| Fang and Glass (2026) | - | ✓ | ✓ | - | - | - | - | - | - |
| Li et al. (2025i) | - | ✓ | - | - | - | - | - | - | - |
| Wang et al. (2026) | - | ✓ | ✓ | - | ✓ | ✓ | - | ✓ | - |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.