paper-with-me

Papers

Knowledge Base Question Answering by Case-based Reasoning over Subgraphs

2022-02-22 · Rajarshi Das, Ameya Godbole, Ankita Naik, Elliot Tower, Robin Jia, Manzil Zaheer, Hannaneh Hajishirzi, Andrew McCallum

Question answering (QA) over knowledge bases (KBs) is challenging because of the diverse, essentially unbounded, types of reasoning patterns needed. However, we hypothesize in a large KB, reasoning patterns required to answer a query type reoccur for various entities in their respective subgraph neighborhoods. Leveraging this structural similarity between local neighborhoods of different subgraphs, we introduce a semiparametric model (CBR-SUBG) with (i) a nonparametric component that for each query, dynamically retrieves other similar $k$-nearest neighbor (KNN) training queries along with query-specific subgraphs and (ii) a parametric component that is trained to identify the (latent) reasoning patterns from the subgraphs of KNN queries and then apply them to the subgraph of the target query. We also propose an adaptive subgraph collection strategy to select a query-specific compact subgraph, allowing us to scale to full Freebase KB containing billions of facts. We show that CBR-SUBG can answer queries requiring subgraph reasoning patterns and performs competitively with the best models on several KBQA benchmarks. Our subgraph collection strategy also produces more compact subgraphs (e.g. 55\% reduction in size for WebQSP while increasing answer recall by 4.85\%)\footnote{Code, model, and subgraphs are available at \url{https://github.com/rajarshd/CBR-SUBG}}.

📄 PDF Abstract BibTeX arXiv:2202.10610

Code (1)

rajarshd/cbr-subg 공식 구현 pytorch

Tasks

Knowledge Base Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

CBR-iKB: A Case-Based Reasoning Approach for Question Answering over Incomplete Knowledge Bases

2022-04-18 · Dung Thai, Srinivas Ravishankar, Ibrahim Abdelaziz, Mudit Chaudhary 외

Knowledge bases (KBs) are often incomplete and constantly changing in practice. Yet, in many question answering applications coupled with knowledge bases, the sparse nature of KBs is often overlooked. To this end, we pro…

Knowledge Base Question AnsweringQuestion Answering

ZEBRA: Zero-Shot Example-Based Retrieval Augmentation for Commonsense Question Answering

2024-10-07 · Francesco Maria Molfese, Simone Conia, Riccardo Orlando, Roberto Navigli

Current Large Language Models (LLMs) have shown strong reasoning capabilities in commonsense question answering benchmarks, but the process underlying their success remains largely opaque. As a consequence, recent approa…

Question AnsweringRetrieval

CBR-RAG: Case-Based Reasoning for Retrieval Augmented Generation in LLMs for Legal Question Answering

2024-04-04 · Nirmalie Wiratunga, Ramitha Abeyratne, Lasal Jayawardena, Kyle Martin 외

Retrieval-Augmented Generation (RAG) enhances Large Language Model (LLM) output by providing prior knowledge as context to input. This is beneficial for knowledge-intensive and expert reliant tasks, including legal quest…

Language ModelingLanguage ModellingLarge Language ModelQuestion Answering+3

Right for Right Reasons: Large Language Models for Verifiable Commonsense Knowledge Graph Question Answering

2024-03-03 · Armin Toroghi, Willis Guo, Mohammad Mahdi Abdollah Pour, Scott Sanner

Knowledge Graph Question Answering (KGQA) methods seek to answer Natural Language questions using the relational information stored in Knowledge Graphs (KGs). With the recent advancements of Large Language Models (LLMs) …

Claim VerificationGraph Question AnsweringHallucinationKnowledge Graphs+1

Scalable Multi-Hop Relational Reasoning for Knowledge-Aware Question Answering

2020-05-01 · EMNLP 2020 11 · Yanlin Feng, Xinyue Chen, Bill Yuchen Lin, Peifeng Wang 외

Existing work on augmenting question answering (QA) models with external knowledge (e.g., knowledge graphs) either struggle to model multi-hop relations efficiently, or lack transparency into the model's prediction ratio…

Knowledge GraphsQuestion AnsweringRelational ReasoningRelation Network