Language Model-Guided Knowledge Subgraphs for Question Answering
Knowledge graphs for question answering can provide subgraphs based on different combinations of questions and answers for multiple reasoning chains, in which humans often find the answer for a question. In this paper, we introduce extracting multiple subgraphs fromKGs to model the reasoning process. We propose a new model to leverage language model-guided knowledge subgraphs, which explicitly provide potential multiple reasoning chains from different perspectives and are encoded with language models for joint reasoning. We evaluate our model in two datasets: Common-senseQA and OpenBookQA. The results show that the proposed approach outperforms state-of-the-art methods.
Code (0)
등록된 구현이 없습니다.
Tasks
Knowledge GraphsLanguage ModelingLanguage ModellingmodelQuestion AnsweringSimilar Papers 제목 키워드 기반
Graph Reasoning for Question Answering with Triplet Retrieval
Answering complex questions often requires reasoning over knowledge graphs (KGs). State-of-the-art methods often utilize entities in questions to retrieve local subgraphs, which are then fed into KG encoder, e.g. graph n…
Knowledge GraphsQuestion AnsweringRetrievalTripletLarge Language Models Meet Knowledge Graphs to Answer Factoid Questions
Recently, it has been shown that the incorporation of structured knowledge into Large Language Models significantly improves the results for a variety of NLP tasks. In this paper, we propose a method for exploring pre-tr…
Knowledge GraphsRe-RankingIntegrating Subgraph-aware Relation and DirectionReasoning for Question Answering
Question Answering (QA) models over Knowledge Bases (KBs) are capable of providing more precise answers by utilizing relation information among entities. Although effective, most of these models solely rely on fixed rela…
Question AnsweringRelationBridging the KB-Text Gap: Leveraging Structured Knowledge-aware Pre-training for KBQA
Knowledge Base Question Answering (KBQA) aims to answer natural language questions with factual information such as entities and relations in KBs. However, traditional Pre-trained Language Models (PLMs) are directly pre-…
Knowledge Base Question AnsweringQuestion AnsweringRetrievalCoTKR: Chain-of-Thought Enhanced Knowledge Rewriting for Complex Knowledge Graph Question Answering
Recent studies have explored the use of Large Language Models (LLMs) with Retrieval Augmented Generation (RAG) for Knowledge Graph Question Answering (KGQA). They typically require rewriting retrieved subgraphs into natu…
Graph Question AnsweringQuestion AnsweringRAGRetrieval-augmented Generation