paper-with-me

Papers

ChatKBQA: A Generate-then-Retrieve Framework for Knowledge Base Question Answering with Fine-tuned Large Language Models

2023-10-13 · Haoran Luo, Haihong E, Zichen Tang, Shiyao Peng, Yikai Guo, Wentai Zhang, Chenghao Ma, Guanting Dong, Meina Song, Wei Lin, Yifan Zhu, Luu Anh Tuan

Knowledge Base Question Answering (KBQA) aims to answer natural language questions over large-scale knowledge bases (KBs), which can be summarized into two crucial steps: knowledge retrieval and semantic parsing. However, three core challenges remain: inefficient knowledge retrieval, mistakes of retrieval adversely impacting semantic parsing, and the complexity of previous KBQA methods. To tackle these challenges, we introduce ChatKBQA, a novel and simple generate-then-retrieve KBQA framework, which proposes first generating the logical form with fine-tuned LLMs, then retrieving and replacing entities and relations with an unsupervised retrieval method, to improve both generation and retrieval more directly. Experimental results show that ChatKBQA achieves new state-of-the-art performance on standard KBQA datasets, WebQSP, and CWQ. This work can also be regarded as a new paradigm for combining LLMs with knowledge graphs (KGs) for interpretable and knowledge-required question answering. Our code is publicly available.

📄 PDF Abstract BibTeX arXiv:2310.08975

Code (1)

lhrlab/chatkbqa 공식 구현 pytorch

Tasks

Knowledge Base Question AnsweringKnowledge GraphsQuestion AnsweringRetrievalSemantic Parsing

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Knowledge Graph-Augmented Language Models for Knowledge-Grounded Dialogue Generation

2023-05-30 · Minki Kang, Jin Myung Kwak, Jinheon Baek, Sung Ju Hwang

Language models have achieved impressive performances on dialogue generation tasks. However, when generating responses for a conversation that requires factual knowledge, they are far from perfect, due to an absence of m…

Contrastive LearningDialogue GenerationKnowledge GraphsRetrieval+2

Generate rather than Retrieve: Large Language Models are Strong Context Generators

2022-09-21 · Wenhao Yu, Dan Iter, Shuohang Wang, Yichong Xu 외

Knowledge-intensive tasks, such as open-domain question answering (QA), require access to a large amount of world or domain knowledge. A common approach for knowledge-intensive tasks is to employ a retrieve-then-read pip…

Language ModelingLanguage ModellingLarge Language ModelOpen-Domain Question Answering

Generate-then-Ground in Retrieval-Augmented Generation for Multi-hop Question Answering

2024-06-21 · Zhengliang Shi, Weiwei Sun, Shen Gao, Pengjie Ren 외

Multi-Hop Question Answering (MHQA) tasks present a significant challenge for large language models (LLMs) due to the intensive knowledge required. Current solutions, like Retrieval-Augmented Generation, typically retrie…

Multi-hop Question AnsweringQuestion AnsweringRetrievalRetrieval-augmented Generation

Improving Generated and Retrieved Knowledge Combination Through Zero-shot Generation

2024-12-25 · Xinkai Du, Quanjie Han, Chao Lv, Yan Liu 외

Open-domain Question Answering (QA) has garnered substantial interest by combining the advantages of faithfully retrieved passages and relevant passages generated through Large Language Models (LLMs). However, there is a…

Open-Domain Question AnsweringQuestion AnsweringRerankingRe-Ranking+1

To Generate or to Retrieve? On the Effectiveness of Artificial Contexts for Medical Open-Domain Question Answering

2024-03-04 · Giacomo Frisoni, Alessio Cocchieri, Alex Presepi, Gianluca Moro 외

Medical open-domain question answering demands substantial access to specialized knowledge. Recent efforts have sought to decouple knowledge from model parameters, counteracting architectural scaling and allowing for tra…

MedQAMMLUMultiple-choiceOpen-Domain Question Answering+1