paper-with-me

홈 › Papers

Search-in-the-Chain: Interactively Enhancing Large Language Models with Search for Knowledge-intensive Tasks

2023-04-28 · Shicheng Xu, Liang Pang, HuaWei Shen, Xueqi Cheng, Tat-Seng Chua

Making the content generated by Large Language Model (LLM), accurate, credible and traceable is crucial, especially in complex knowledge-intensive tasks that require multi-step reasoning and each step needs knowledge to solve. Retrieval-augmented generation is good potential to solve this problem. However, where and how to introduce Information Retrieval (IR) to LLM is a big challenge. Previous work has the problems that wrong knowledge retrieved by IR misleads the LLM and interaction between IR and LLM breaks the reasoning chain of LLM. This paper proposes a novel framework named \textbf{Search-in-the-Chain} (SearChain) for the interaction between LLM and IR to solve the challenges. First, LLM generates the reasoning chain named Chain-of-Query (CoQ) where each node consists of an IR-oriented query-answer pair. Second, IR verifies the answer of each node of CoQ. It corrects the answer that is not consistent with the retrieved information when IR gives high confidence, which improves the credibility. Third, LLM can indicate its missing knowledge in CoQ and rely on IR to provide this knowledge to LLM. These operations improve the accuracy in terms of reasoning and knowledge. Finally, SearChain generates the reasoning process and marks references to supporting documents for each reasoning step, which improves traceability. Interaction with IR in SearChain forms a novel reasoning path based on a tree, which enables LLM to dynamically modify the direction of reasoning. Experiments show that SearChain outperforms state-of-the-art baselines on complex knowledge-intensive tasks including multi-hop Q\&A, slot filling, fact checking, and long-form Q\&A.

📄 PDF Abstract BibTeX arXiv:2304.14732

Code (1)

xsc1234/search-in-the-chain 공식 구현 pytorch

Tasks

Fact CheckingInformation RetrievalLanguage ModellingLarge Language ModelLong Form Question AnsweringMulti-hop Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generationslot-fillingSlot Filling

Similar Papers 제목 키워드 기반

AI reasoning effort predicts human decision time in content moderation

2025-08-27 · Thomas Davidson arxiv

Large language models can now generate intermediate reasoning steps before producing answers, improving performance on difficult problems by interactively developing solutions. This study uses a content moderation task t…

Can We Verify Step by Step for Incorrect Answer Detection?

2024-02-16 · Xin Xu, Shizhe Diao, Can Yang, Yang Wang

Chain-of-Thought (CoT) prompting has marked a significant advancement in enhancing the reasoning capabilities of large language models (LLMs). Previous studies have developed various extensions of CoT, which focus primar…

Enhancing Supply Chain Visibility with Knowledge Graphs and Large Language Models

2024-08-05 · Sara AlMahri, Liming Xu, Alexandra Brintrup

In today's globalized economy, comprehensive supply chain visibility is crucial for effective risk management. Achieving visibility remains a significant challenge due to limited information sharing among supply chain pa…

Knowledge GraphsManagementnamed-entity-recognitionNamed Entity Recognition+3

Conformal Information Pursuit for Interactively Guiding Large Language Models

2025-07-04 · Kwan Ho Ryan Chan, Yuyan Ge, Edgar Dobriban, Hamed Hassani 외 arxiv

A significant use case of instruction-finetuned Large Language Models (LLMs) is to solve question-answering tasks interactively. In this setting, an LLM agent is tasked with making a prediction by sequentially querying r…

CroPrompt: Cross-task Interactive Prompting for Zero-shot Spoken Language Understanding

2024-06-15 · Libo Qin, Fuxuan Wei, Qiguang Chen, Jingxuan Zhou 외

Slot filling and intent detection are two highly correlated tasks in spoken language understanding (SLU). Recent SLU research attempts to explore zero-shot prompting techniques in large language models to alleviate the d…

Intent Detectionslot-fillingSlot FillingSpoken Language Understanding