paper-with-me

Papers

Case-based Reasoning for Natural Language Queries over Knowledge Bases

2021-04-18 · EMNLP 2021 11 · Rajarshi Das, Manzil Zaheer, Dung Thai, Ameya Godbole, Ethan Perez, Jay-Yoon Lee, Lizhen Tan, Lazaros Polymenakos, Andrew McCallum

It is often challenging to solve a complex problem from scratch, but much easier if we can access other similar problems with their solutions -- a paradigm known as case-based reasoning (CBR). We propose a neuro-symbolic CBR approach (CBR-KBQA) for question answering over large knowledge bases. CBR-KBQA consists of a nonparametric memory that stores cases (question and logical forms) and a parametric model that can generate a logical form for a new question by retrieving cases that are relevant to it. On several KBQA datasets that contain complex questions, CBR-KBQA achieves competitive performance. For example, on the ComplexWebQuestions dataset, CBR-KBQA outperforms the current state of the art by 11\% on accuracy. Furthermore, we show that CBR-KBQA is capable of using new cases \emph{without} any further training: by incorporating a few human-labeled examples in the case memory, CBR-KBQA is able to successfully generate logical forms containing unseen KB entities as well as relations.

📄 PDF Abstract BibTeX arXiv:2104.08762

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base Question AnsweringNatural Language QueriesQuestion AnsweringSemantic Parsing

Similar Papers 제목 키워드 기반

Schema Aware Semantic Reasoning for Interpreting Natural Language Queries in Enterprise Settings

2020-12-01 · COLING 2020 8 · Jaydeep Sen, Tanaya Babtiwale, Kanishk Saxena, Yash Butala 외

Natural Language Query interfaces allow the end-users to access the desired information without the need to know any specialized query language, data storage, or schema details. Even with the recent advances in NLP resea…

Natural Language QueriesNatural Language UnderstandingQuestion Answering

LLM+Reasoning+Planning for supporting incomplete user queries in presence of APIs

2024-05-21 · Sudhir Agarwal, Anu Sreepathy, David H. Alonso, Prarit Lamba

Recent availability of Large Language Models (LLMs) has led to the development of numerous LLM-based approaches aimed at providing natural language interfaces for various end-user tasks. These end-user tasks in turn can …

Logical Reasoning

Robust NL-to-Cypher Translation for KBQA: Harnessing Large Language Model with Chain of Prompts

2023-10-28 · CCKS 2023 10 · Guandong Feng, Guoliang Zhu, Shengze Shi, Yue Sun 외

Knowledge Base Question Answering (KBQA) is a significant task in natural language processing, aiming to retrieve answers from structured knowledge bases in response to natural language questions. NL2Cypher is crucial fo…

Knowledge Base Question AnsweringKnowledge GraphsLanguage ModelingLanguage Modelling+5

Constructing Ontology-Based Cancer Treatment Decision Support System with Case-Based Reasoning

2018-12-05 · Ying Shen, Joël Colloc, Armelle Jacquet-Andrieu, Ziyi Guo 외

Decision support is a probabilistic and quantitative method designed for modeling problems in situations with ambiguity. Computer technology can be employed to provide clinical decision support and treatment recommendati…

General Classification

Structured RAG for Answering Aggregative Questions

2025-11-11 · Omri Koshorek, Niv Granot, Aviv Alloni, Shahar Admati 외 arxiv

Retrieval-Augmented Generation (RAG) has become the dominant approach for answering questions over large corpora. However, current datasets and methods are highly focused on cases where only a small part of the corpus (u…