paper-with-me

홈 › Papers

KS-LLM: Knowledge Selection of Large Language Models with Evidence Document for Question Answering

2024-04-24 · Xinxin Zheng, Feihu Che, Jinyang Wu, Shuai Zhang, Shuai Nie, Kang Liu, JianHua Tao

Large language models (LLMs) suffer from the hallucination problem and face significant challenges when applied to knowledge-intensive tasks. A promising approach is to leverage evidence documents as extra supporting knowledge, which can be obtained through retrieval or generation. However, existing methods directly leverage the entire contents of the evidence document, which may introduce noise information and impair the performance of large language models. To tackle this problem, we propose a novel Knowledge Selection of Large Language Models (KS-LLM) method, aiming to identify valuable information from evidence documents. The KS-LLM approach utilizes triples to effectively select knowledge snippets from evidence documents that are beneficial to answering questions. Specifically, we first generate triples based on the input question, then select the evidence sentences most similar to triples from the evidence document, and finally combine the evidence sentences and triples to assist large language models in generating answers. Experimental comparisons on several question answering datasets, such as TriviaQA, WebQ, and NQ, demonstrate that the proposed method surpasses the baselines and achieves the best results.

📄 PDF Abstract BibTeX arXiv:2404.15660

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationQuestion AnsweringRetrievalTriviaQA

Similar Papers 제목 키워드 기반

Evidence Selection as a Token-Level Prediction Task

2021-11-01 · EMNLP (FEVER) 2021 11 · Dominik Stammbach

In Automated Claim Verification, we retrieve evidence from a knowledge base to determine the veracity of a claim. Intuitively, the retrieval of the correct evidence plays a crucial role in this process. Often, evidence s…

Claim VerificationEvidence SelectionPredictionRetrieval+2

A Knowledge storage and semantic space alignment Method for Multi-documents dialogue generation

2022-05-01 · dialdoc (ACL) 2022 5 · Minjun Zhu, Bin Li, Yixuan Weng, Fei Xia

Question Answering (QA) is a Natural Language Processing (NLP) task that can measure language and semantics understanding ability, it requires a system not only to retrieve relevant documents from a large number of artic…

ArticlesDialogue GenerationLanguage ModelingLanguage Modelling+3

Equipping Retrieval-Augmented Large Language Models with Document Structure Awareness

2025-10-05 · Lingnan Xu, Chong Feng, Kaiyuan Zhang, Liu Zhengyong 외 arxiv

While large language models (LLMs) demonstrate impressive capabilities, their reliance on parametric knowledge often leads to factual inaccuracies. Retrieval-Augmented Generation (RAG) mitigates this by leveraging extern…

From Retrieval to Generation: Unifying External and Parametric Knowledge for Medical Question Answering

2025-10-21 · Lei Li, Xiao Zhou, Yingying Zhang, Xian Wu arxiv

Medical question answering (QA) requires extensive access to domain-specific knowledge. A promising direction is to enhance large language models (LLMs) with external knowledge retrieved from medical corpora or parametri…

Question AnsweringAnswer Generation

Improving Health Question Answering with Reliable and Time-Aware Evidence Retrieval

2024-04-12 · Juraj Vladika, Florian Matthes

In today's digital world, seeking answers to health questions on the Internet is a common practice. However, existing question answering (QA) systems often rely on using pre-selected and annotated evidence documents, thu…

ArticlesQuestion AnsweringRetrievalSentence