论文精选

研究对话式大语言模型如何使用网页搜索

Characterizing Web Search by Conversational LLM Agents: From Search Decisions and Strategies to Results and Responses

精选理由

朋友间推荐:想了解不同对话模型在上网搜资料时有什么不同,这篇论文做了详细对比分析,挺有意思的。

这项研究分析了ChatGPT、Claude、Grok和DeepSeek这四大对话平台,发现它们在调用网页搜索、构建查询、选择搜索结果以及将结果转化为回应时的决策和策略存在显著差异。研究指出,更频繁地使用网页搜索并不一定意味着回应质量更高,且不同平台返回的搜索结果来源偏好不同,部分回应可能基于未引用的搜索结果,这引发了关于引用和可靠性的担忧。

原文 · arXiv: DeepSeek

Characterizing Web Search by Conversational LLM Agents: From Search Decisions and Strategies to Results and Responses

Conversational LLM agents increasingly rely on Web search, yet the end-to-end lifecycle of agentic search remains poorly understood. We present the first study of Web search across four major conversational platforms (ChatGPT, Claude, Grok, and DeepSeek), combining real-world user interactions (invivo) with controlled experiments using the same platform's models by their APIs (invitro). We investigate the quality of agentic decisions to invoke Web search, their strategies to formulate queries, the potential domain preferences in the search results they receive, and the choices they make when transforming search results into grounded responses. We find that Web-search decisions vary substantially across platforms and models, while more frequent Web-search invocation does not necessarily yield better response quality. We further show that conversational agents employ different complex querying strategies and that platform specific search engines return search results from their preferred domains. Finally, although responses are largely grounded in search results, some claims rely on uncited search results, raising concerns about attribution and reliability. Our findings have important implications for the design of future AI agents and Web search tools optimized for conversational retrieval.