paper-with-me

Papers

Large Language Models are Built-in Autoregressive Search Engines

2023-05-16 · Noah Ziems, Wenhao Yu, Zhihan Zhang, Meng Jiang

Document retrieval is a key stage of standard Web search engines. Existing dual-encoder dense retrievers obtain representations for questions and documents independently, allowing for only shallow interactions between them. To overcome this limitation, recent autoregressive search engines replace the dual-encoder architecture by directly generating identifiers for relevant documents in the candidate pool. However, the training cost of such autoregressive search engines rises sharply as the number of candidate documents increases. In this paper, we find that large language models (LLMs) can follow human instructions to directly generate URLs for document retrieval. Surprisingly, when providing a few {Query-URL} pairs as in-context demonstrations, LLMs can generate Web URLs where nearly 90\% of the corresponding documents contain correct answers to open-domain questions. In this way, LLMs can be thought of as built-in search engines, since they have not been explicitly trained to map questions to document identifiers. Experiments demonstrate that our method can consistently achieve better retrieval performance than existing retrieval approaches by a significant margin on three open-domain question answering benchmarks, under both zero and few-shot settings. The code for this work can be found at \url{https://github.com/Ziems/llm-url}.

📄 PDF Abstract BibTeX arXiv:2305.09612

Code (1)

ziems/llm-url 공식 구현

Tasks

Open-Domain Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

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

2023-10-23 · Liang Wang, Nan Yang, Xiaolong Huang, Linjun Yang 외

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 i…

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+2

Retrieval-Augmented Visual Question Answering via Built-in Autoregressive Search Engines

2025-02-23 · Xinwei Long, Zhiyuan Ma, Ermo Hua, Kaiyan Zhang 외

Retrieval-augmented generation (RAG) has emerged to address the knowledge-intensive visual question answering (VQA) task. Current methods mainly employ separate retrieval and generation modules to acquire external knowle…

Answer GenerationLanguage ModelingLanguage ModellingLarge Language Model+6

The Cybersecurity Crisis of Artificial Intelligence: Unrestrained Adoption and Natural Language-Based Attacks

2023-09-25 · Andreas Tsamados, Luciano Floridi, Mariarosaria Taddeo

The widespread integration of autoregressive-large language models (AR-LLMs), such as ChatGPT, across established applications, like search engines, has introduced critical vulnerabilities with uniquely scalable characte…

Luganda Text-to-Speech Machine

2020-05-11 · Irene Nandutu, Ernest Mwebaze

In Uganda, Luganda is the most spoken native language. It is used for communication in informal as well as formal business transactions. The development of technology startups globally related to TTS has mainly been with…

text-to-speechText to Speech

Autoregressive Search Engines: Generating Substrings as Document Identifiers

2022-04-22 · Michele Bevilacqua, Giuseppe Ottaviano, Patrick Lewis, Wen-tau Yih 외

Knowledge-intensive language tasks require NLP systems to both provide the correct answer and retrieve supporting evidence for it in a given corpus. Autoregressive language models are emerging as the de-facto standard fo…

Information RetrievalRetrieval