• 学术搜索
  • 科研智能体
    • Research Labs
    • AI 阅读
    • AI 文库
    • 深度研究
    • 学者亮点
  • 学术资源
    • AI2000
    • 期刊/会议
    • 学者库
    • 学术API
    • 溯源树
    • 数据集
  • 知识沉淀
    • 学术空间
订阅小程序
旧版功能
aminer vip
开通会员低至0.73元/天
一次搞定AI科研
立即登录
  • English
  • 联系方式
    普

    普华永道中天会计师事务所

    PricewaterhouseCoopers Inc.
    企业
    1,679论文总数
    2.3万引用总数

    论文量&引用量时间轴

    机构学者

    排序
    M Dashkin
    M Dashkin
    PricewaterhouseCoopers
    论文:24引用:0H-index:0
    Rb Parsons
    Rb Parsons
    PRICE WATERHOUSE
    论文:13引用:0H-index:0
    Mervyn K. Lewis
    Mervyn K. Lewis
    Univ South Australia
    论文:11引用:0H-index:0
    Christine Legner
    Christine Legner
    University of St
    论文:7引用:0H-index:0
    Frederik Ahlemann
    Frederik Ahlemann
    Lehrstuhl für Wirtschaftsinformatik und Strategisches IT-Management, Universität Duisburg-Essen
    论文:7引用:0H-index:0
    Darrin Grimsey
    Darrin Grimsey
    PricewaterhouseCoopers
    论文:7引用:0H-index:0
    Bernd W. Schneider
    Bernd W. Schneider
    Finance Beratung, Pricewaterhouse Coopers Corp
    论文:6引用:0H-index:0
    Steven Laposa
    Steven Laposa
    Laposa Realty Advisors LLC
    论文:5引用:0H-index:0
    Pablo Lázaro
    Pablo Lázaro
    Servicio de Dermatología, Hospital General Universitario Gregorio Marañón
    论文:5引用:0H-index:0

    论文(1679)

    年份
    起
    –
    止
    排序
    1ScaleMCP: Dynamic and Auto-Synchronizing Model Context Protocol Tools for LLM Agents
    Elias Lumer, Anmol Gulati, Vamse Kumar Subbiah, Pradeep Honaganahalli Basavaraju, James A. Burke

    Recent advancements in Large Language Models (LLMs) and the introduction of the Model Context Protocol (MCP) have significantly expanded LLM agents’ capability to interact dynamically with external tools and APIs. Existing frameworks lack MCP integration, relying on error-prone manual updates to monolithic repositories, causing duplication and inefficiency. Additionally, current approaches abstract tool selection before the LLM agent is invoked, limiting its autonomy and hindering dynamic re-querying capabilities during multi-turn interactions. To address these issues, we introduce ScaleMCP, a novel tool selection approach that dynamically equips LLM agents with a MCP tool retriever, giving agents the autonomy to add tools into their memory, as well as an auto-synchronizing tool storage system pipeline through CRUD (create, read, update, delete) operations with MCP servers as the single source of truth. We also propose a novel embedding strategy, Tool Document Weighted Average (TDWA), designed to selectively emphasize critical components of tool documents (e.g. tool name or synthetic questions) during the embedding process. Comprehensive evaluations conducted on a newly created ScaleMCP benchmark of 5,000 financial metric MCP servers, across 10 LLM models, 5 embedding models, and 5 retriever types, demonstrate substantial improvements in tool retrieval and LLM agent performance, emphasizing ScaleMCP’s effectivness in scalable, dynamic tool selection and invocation.

    2026Computational Intelligence(2026)引用:22
    引用
    AI阅读
    加入学术空间
    2Is Grep All You Need? How Agent Harnesses Reshape Agentic Search
    Sahil Sen, Akhil Kasturi, Elias Lumer, Anmol Gulati, Vamse Kumar Subbiah

    Recent advances in Large Language Model (LLM) agents have enabled complex agentic workflows where models autonomously retrieve information, call tools, and reason over large corpora to complete tasks on behalf of users. Despite the growing adoption of retrieval-augmented generation (RAG) in agentic search systems, existing literature lacks a systematic comparison of how retrieval strategy choice interacts with agent architecture and tool-calling paradigm. Important practical dimensions, including how tool outputs are presented to the model and how performance changes when searches must cope with more irrelevant surrounding text, remain under-explored in agent loops. This paper reports an empirical study organized into two experiments. Experiment 1 compares grep and vector retrieval on a 116-question sample from LongMemEval, using a custom agent harness (Chronos) and provider-native CLI harnesses (Claude Code, Codex, and Gemini CLI), for both inline tool results and file-based tool results that the model reads separately. Experiment 2 compares grep-only and vector-only retrieval while progressively mixing in additional unrelated conversation history, so that each query is embedded in more distracting material alongside the passages that matter. Across Chronos and the provider CLIs, grep generally yields higher accuracy than vector retrieval in our comparisons in experiment 1; at the same time, overall scores still depend strongly on which harness and tool-calling style is used, even when the underlying conversation data are the same.

    2026引用:11
    引用
    AI阅读
    加入学术空间
    3Don't Break the Cache: an Evaluation of Prompt Caching for Long-Horizon Agentic Tasks
    Elias Lumer, Faheem Nizar, Akshaya Jangiti, Kevin Frank, Anmol Gulati, Mandar Phadate, Vamse Kumar Subbiah

    Recent advancements in Large Language Model (LLM) agents have enabled complex multi-turn agentic tasks requiring extensive tool calling, where conversations can span dozens of API calls with increasingly large context windows. However, although major LLM providers offer prompt caching to reduce cost and latency, its benefits for agentic workloads remain underexplored in the research literature. To our knowledge, no prior work quantifies these cost savings or compares caching strategies for multi-turn agentic tasks. We present a comprehensive evaluation of prompt caching across three major LLM providers (OpenAI, Anthropic, and Google) and compare three caching strategies, including full context caching, system prompt only caching, and caching that excludes dynamic tool results. We evaluate on DeepResearchBench, a multi-turn agentic benchmark where agents autonomously execute real-world web search tool calls to answer complex research questions, measuring both API cost and time to first token (TTFT) across over 500 agent sessions with 10,000-token system prompts. Our results demonstrate that prompt caching reduces API costs by 45-80

    2026CoRR(2026)引用:11
    引用
    AI阅读
    加入学术空间
    4Cited but Not Verified: Parsing and Evaluating Source Attribution in LLM Deep Research Agents
    Hailey Onweller, Elias Lumer, Austin Huber, Pia Ramchandani, Vamse Kumar Subbiah, Corey Feld

    Large language models (LLMs) power deep research agents that synthesize information from hundreds of web sources into cited reports, yet these citations cannot be reliably verified. Current approaches either trust models to self-cite accurately, risking bias, or employ retrieval-augmented generation (RAG) that does not validate source accessibility, relevance, or factual consistency. We introduce the first source attribution evaluation framework that uses a reproducible AST parser to extract and evaluate inline citations from LLM-generated Markdown reports at scale. Unlike methods that verify claims in isolation, our framework closes the loop by retrieving the actual cited content, enabling human or model evaluators to judge each citation against its source. Citations are evaluated along three dimensions. (1) Link Works verifies URL accessibility, (2) Relevant Content measures topical alignment, and (3) Fact Check validates factual accuracy against source content. We benchmark 14 closed-source and open-source LLMs across three evaluation dimensions using rubric-based LLM-as-a-judge evaluators calibrated through human review. Our results reveal that even the strongest frontier models maintain link validity above 94% and relevance above 80%, yet achieve only 39-77% factual accuracy, while fewer than half of open-source models successfully generate cited reports in a one-shot setting. Ablation studies on research depth show that Fact Check accuracy drops by approximately 42% on average across two frontier models as tool calls scale from 2 to 150, demonstrating that more retrieval does not produce more accurate citations. These findings reveal a critical disconnect between surface-level citation quality and factual reliability, and our framework provides the evaluation infrastructure to assess the disconnect.

    2026引用:5
    引用
    AI阅读
    加入学术空间
    5Agent-as-a-Graph: Knowledge Graph-Based Tool and Agent Retrieval for LLM Multi-Agent Systems
    Faheem Nizar, Elias Lumer, Anmol Gulati, Pradeep Honaganahalli Basavaraju, Vamse Kumar Subbiah

    Recent advances in Large Language Model Multi-Agent Systems enable scalable orchestration and retrieval of specialized, parallelized subagents, each equipped with hundreds or thousands of Model Context Protocol (MCP) servers and tools. However, existing agent, MCP, and retrieval methods typically match queries against a single agent description, obscuring fine-grained tool capabilities of each agent, resulting in suboptimal agent selection. We introduce Agent-as-a-Graph retrieval, a knowledge graph retrieval augmented generation approach that represents both tools and their parent agents as nodes and edges in a knowledge graph. During retrieval, i) relevant agents and tool nodes are first retrieved through vector search, ii) we apply a type-specific weighted reciprocal rank fusion (wRRF) for reranking tools and agents, and iii) parent agents are traversed in the knowledge graph for the final set of agents. We evaluate Agent-as-a-Graph on the LiveMCPBenchmark, achieving 14.9

    2026International Conference on Agents and Artificial Intelligence(2026)引用:3
    引用
    AI阅读
    加入学术空间
    立即登录,查看全部 1679 篇论文

    合作机构(100)

    奥克兰大学合作论文 14
    托伦斯大学合作论文 10
    昆士兰大学合作论文 9
    安永合作论文 8
    阿姆斯特丹大学合作论文 8
    新南威尔士大学合作论文 7
    洛桑大学合作论文 7
    德克萨斯大学奥斯汀分校合作论文 7
    EBS University of Business and Law合作论文 7
    华威大学合作论文 6

    机构统计