paper-with-me

Papers

Language Model-Guided Knowledge Subgraphs for Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsLanguage ModelingLanguage ModellingmodelQuestion Answering

Similar Papers 제목 키워드 기반

Graph Reasoning for Question Answering with Triplet Retrieval

2023-05-30 · Shiyang Li, Yifan Gao, Haoming Jiang, Qingyu Yin 외

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 AnsweringRetrievalTriplet

Large Language Models Meet Knowledge Graphs to Answer Factoid Questions

2023-10-03 · Mikhail Salnikov, Hai Le, Prateek Rajput, Irina Nikishina 외

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-Ranking

Integrating Subgraph-aware Relation and DirectionReasoning for Question Answering

2021-04-01 · Xu Wang, Shuai Zhao, Bo Cheng, Jiale Han 외

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 AnsweringRelation

Bridging the KB-Text Gap: Leveraging Structured Knowledge-aware Pre-training for KBQA

2023-08-28 · Guanting Dong, Rumei Li, Sirui Wang, Yupeng Zhang 외

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 AnsweringRetrieval

CoTKR: Chain-of-Thought Enhanced Knowledge Rewriting for Complex Knowledge Graph Question Answering

2024-09-29 · Yike Wu, Yi Huang, Nan Hu, Yuncheng Hua 외

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