Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Joint Knowledge Base Completion and Question Answering by Combining Large Language Models and Small Language Models

About

Knowledge Bases (KBs) play a key role in various applications. As two representative KB-related tasks, knowledge base completion (KBC) and knowledge base question answering (KBQA) are closely related and inherently complementary with each other. Thus, it will be beneficial to solve the task of joint KBC and KBQA to make them reinforce each other. However, existing studies usually rely on the small language model (SLM) to enhance them jointly, and the large language model (LLM)'s strong reasoning ability is ignored. In this paper, by combining the strengths of the LLM with the SLM, we propose a novel framework JCQL, which can make these two tasks enhance each other in an iterative manner. To make KBC enhance KBQA, we augment the LLM agent-based KBQA model's reasoning paths by incorporating an SLM-trained KBC model as an action of the agent, alleviating the LLM's hallucination and high computational costs issue in KBQA. To make KBQA enhance KBC, we incrementally fine-tune the KBC model by leveraging KBQA's reasoning paths as its supplementary training data, improving the ability of the SLM in KBC. Extensive experiments over two public benchmark data sets demonstrate that JCQL surpasses all baselines for both KBC and KBQA tasks.

Yinan Liu, Dongying Lin, Sigang Luo, Xiaochun Yang, Bin Wang• 2026

Related benchmarks

TaskDatasetResultRank
Knowledge Base CompletionWebQSP 30% KB
MRR0.603
16
Knowledge Base CompletionWebQSP 50% KB
MRR63
16
Knowledge Base CompletionCWQ (30% KB)
MRR58.8
16
Knowledge Base CompletionCWQ 50% KB
MRR61.4
16
Knowledge Base Question AnsweringWebQSP 30% KB
Hits@173
12
Knowledge Base Question AnsweringWebQSP 50% KB
Hits@173.8
12
Knowledge Base Question AnsweringCWQ (30% KB)
Hits@150.2
12
Knowledge Base Question AnsweringCWQ 50% KB
Hits@150.8
12
Knowledge Base Question AnsweringWebQSP w/o KB--
3
Knowledge Base Question AnsweringCWQ w/o KB--
3
Showing 10 of 10 rows

Other info

Follow for update