paper-with-me

홈 › Papers

Large Search Model: Redefining Search Stack in the Era of LLMs

2023-10-23 · Liang Wang, Nan Yang, Xiaolong Huang, Linjun Yang, Rangan Majumder, Furu Wei

Modern search engines are built on a stack of different components, including query understanding, retrieval, multi-stage ranking, and question answering, among others. These components are often optimized and deployed independently. In this paper, we introduce a novel conceptual framework called large search model, which redefines the conventional search stack by unifying search tasks with one large language model (LLM). All tasks are formulated as autoregressive text generation problems, allowing for the customization of tasks through the use of natural language prompts. This proposed framework capitalizes on the strong language understanding and reasoning capabilities of LLMs, offering the potential to enhance search result quality while simultaneously simplifying the existing cumbersome search stack. To substantiate the feasibility of this framework, we present a series of proof-of-concept experiments and discuss the potential challenges associated with implementing this approach within real-world search systems.

📄 PDF Abstract BibTeX arXiv:2310.14587

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelQuestion AnsweringRetrievalText Generation

Similar Papers 제목 키워드 기반

From Text to Life: On the Reciprocal Relationship between Artificial Life and Large Language Models

2024-06-14 · Eleni Nisioti, Claire Glanois, Elias Najarro, Andrew Dai 외

Large Language Models (LLMs) have taken the field of AI by storm, but their adoption in the field of Artificial Life (ALife) has been, so far, relatively reserved. In this work we investigate the potential synergies betw…

Artificial Life

Human-Data Interaction, Exploration, and Visualization in the AI Era: Challenges and Opportunities

2026-03-04 · Jean-Daniel Fekete, Yifan Hu, Dominik Moritz, Arnab Nandi 외 arxiv

The rapid advancement of AI is transforming human-centered systems, with profound implications for human-AI interaction, human-data interaction, and visual analytics. In the AI era, data analysis increasingly involves la…

LLMs: A Game-Changer for Software Engineers?

2024-11-01 · Md Asraful Haque

Large Language Models (LLMs) like GPT-3 and GPT-4 have emerged as groundbreaking innovations with capabilities that extend far beyond traditional AI applications. These sophisticated models, trained on massive datasets, …

From Automation to Autonomy: A Survey on Large Language Models in Scientific Discovery

2025-05-19 · Tianshi Zheng, Zheye Deng, Hong Ting Tsang, Weiqi Wang 외

Large Language Models (LLMs) are catalyzing a paradigm shift in scientific discovery, evolving from task-specific automation tools into increasingly autonomous agents and fundamentally redefining research processes and h…

Navigatescientific discoverySurvey

StackRAG Agent: Improving Developer Answers with Retrieval-Augmented Generation

2024-06-19 · Davit Abrahamyan, Fatemeh H. Fard

Developers spend much time finding information that is relevant to their questions. Stack Overflow has been the leading resource, and with the advent of Large Language Models (LLMs), generative models such as ChatGPT are…

HallucinationRetrievalRetrieval-augmented Generation