paper-with-me

Papers

User Guided Abductive Proof Generation for Answer Set Programming Queries (Extended Version)

2022-09-16 · Avishkar Mahajan, Martin Strecker, Meng Weng Wong

We present a method for generating possible proofs of a query with respect to a given Answer Set Programming (ASP) rule set using an abductive process where the space of abducibles is automatically constructed just from the input rules alone. Given a (possibly empty) set of user provided facts, our method infers any additional facts that may be needed for the entailment of a query and then outputs these extra facts, without the user needing to explicitly specify the space of all abducibles. We also present a method to generate a set of directed edges corresponding to the justification graph for the query. Furthermore, through different forms of implicit term substitution, our method can take user provided facts into account and suitably modify the abductive solutions. Past work on abduction has been primarily based on goal directed methods. However these methods can result in solvers that are not truly declarative. Much less work has been done on realizing abduction in a bottom up solver like the Clingo ASP solver. We describe novel ASP programs which can be run directly in Clingo to yield the abductive solutions and directed edge sets without needing to modify the underlying solving engine.

📄 PDF Abstract BibTeX arXiv:2209.07948

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Natural Language Deduction with Incomplete Information

2022-11-01 · Zayne Sprague, Kaj Bostrom, Swarat Chaudhuri, Greg Durrett

A growing body of work studies how to answer a question or verify a claim by generating a natural language "proof": a chain of deductive inferences yielding the answer based on a set of premises. However, these methods c…

Text Generation

Abductive Commonsense Reasoning

2019-08-15 · ICLR 2020 1 · Chandra Bhagavatula, Ronan Le Bras, Chaitanya Malaviya, Keisuke Sakaguchi 외

Abductive reasoning is inference to the most plausible explanation. For example, if Jenny finds her house in a mess when she returns from work, and remembers that she left a window open, she can hypothesize that a thief …

Multiple-choiceNatural Language InferenceQuestion Answering

Abductive Inference in Retrieval-Augmented Language Models: Generating and Validating Missing Premises

2025-11-06 · Shiyin Lin arxiv

Large Language Models (LLMs) enhanced with retrieval -- commonly referred to as Retrieval-Augmented Generation (RAG) -- have demonstrated strong performance in knowledge-intensive tasks. However, RAG pipelines often fail…

Abduction Prover in Isabelle/HOL

2026-06-03 · Yutaka Nagashima, Daniel Sebastian Goc arxiv

Proof assistants based on expressive logics suffer limited automation for proof search, raising the cost of formal verification based on proof assistants. We address this problem by introducing the Abduction Prover for I…

HypoAgent: An Agentic Framework for Interactive Abductive Hypothesis Generation over Knowledge Graphs

2026-05-29 · Yisen Gao, Yixi Cai, Tianshi Zheng, Jiaxin Bai 외 arxiv

Abductive reasoning over knowledge graphs aims to generate logical hypotheses that explain observed entities or facts. Existing controllable hypothesis generation methods allow users to guide this process with explicit c…

Semantic SimilarityIntent RecognitionKnowledge Graphs