Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Knowledge-Augmented Language Model Prompting for Zero-Shot Knowledge Graph Question Answering

About

Large Language Models (LLMs) are capable of performing zero-shot closed-book question answering tasks, based on their internal knowledge stored in parameters during pre-training. However, such internalized knowledge might be insufficient and incorrect, which could lead LLMs to generate factually wrong answers. Furthermore, fine-tuning LLMs to update their knowledge is expensive. To this end, we propose to augment the knowledge directly in the input of LLMs. Specifically, we first retrieve the relevant facts to the input question from the knowledge graph based on semantic similarities between the question and its associated facts. After that, we prepend the retrieved facts to the input question in the form of the prompt, which is then forwarded to LLMs to generate the answer. Our framework, Knowledge-Augmented language model PromptING (KAPING), requires no model training, thus completely zero-shot. We validate the performance of our KAPING framework on the knowledge graph question answering task, that aims to answer the user's question based on facts over a knowledge graph, on which ours outperforms relevant zero-shot baselines by up to 48% in average, across multiple LLMs of various sizes.

Jinheon Baek, Alham Fikri Aji, Amir Saffari• 2023

Related benchmarks

TaskDatasetResultRank
Knowledge Graph Question AnsweringWebQSP
Hit@172.42
122
Knowledge Graph Question AnsweringCWQ
Hit@153.42
105
Multiple-choice Question AnsweringOBQA
Accuracy77.6
61
Question AnsweringMetaQA 3-hop
Hits@143
38
RecommendationMovieLens 1M (test)--
34
Knowledge Graph Question AnsweringWEBQSP (test)
Hit52.64
30
Knowledge Base Question AnsweringMetaQA 1hop
Hits@190.8
28
Multiple-choice Question AnsweringRiddle
Accuracy61.01
24
Multiple-choice Question AnsweringMedQA
Accuracy35.18
24
RecommendationMovieLens 20M (test)
Accuracy20.8
24
Showing 10 of 22 rows

Other info

Follow for update