paper-with-me

Papers

Abductive Knowledge Induction From Raw Data

2020-10-07 · Wang-Zhou Dai, Stephen H. Muggleton

For many reasoning-heavy tasks involving raw inputs, it is challenging to design an appropriate end-to-end learning pipeline. Neuro-Symbolic Learning, divide the process into sub-symbolic perception and symbolic reasoning, trying to utilise data-driven machine learning and knowledge-driven reasoning simultaneously. However, they suffer from the exponential computational complexity within the interface between these two components, where the sub-symbolic learning model lacks direct supervision, and the symbolic model lacks accurate input facts. Hence, most of them assume the existence of a strong symbolic knowledge base and only learn the perception model while avoiding a crucial problem: where does the knowledge come from? In this paper, we present Abductive Meta-Interpretive Learning ($Meta_{Abd}$) that unites abduction and induction to learn neural networks and induce logic theories jointly from raw data. Experimental results demonstrate that $Meta_{Abd}$ not only outperforms the compared systems in predictive accuracy and data efficiency but also induces logic programs that can be re-used as background knowledge in subsequent learning tasks. To the best of our knowledge, $Meta_{Abd}$ is the first system that can jointly learn neural networks from scratch and induce recursive first-order logic theories with predicate invention.

📄 PDF Abstract BibTeX arXiv:2010.03514

Code (1)

AbductiveLearning/Meta_Abd 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Abductive Logical Rule Induction by Bridging Inductive Logic Programming and Multimodal Large Language Models

2025-09-26 · Yifei Peng, Yaoli Liu, Enbo Xia, Yu Jin 외 arxiv

We propose ILP-CoT, a method that bridges Inductive Logic Programming (ILP) and Multimodal Large Language Models (MLLMs) for abductive logical rule induction. The task involves both discovering logical facts and inducing…

Inductive logic programming

Reasoning Depth and Environment Complexity: A Controlled Study of RLVR Data Allocation across Logical Reasoning Tasks

2026-05-26 · Yihua Zhu, Qianying Liu, Fei Cheng, Jiaxin Wang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has become central to post-training reasoning models, yet a key limitation of existing studies is their narrow view of the reasoning space: difficulty is treated as r…

Reinforcement LearningLogical Reasoning

Graph of States: Solving Abductive Tasks with Large Language Models

2026-03-22 · Yu Luo, Rongchen Gao, Lu Teng, Xidao Wen 외 arxiv

Logical reasoning encompasses deduction, induction, and abduction. However, while Large Language Models (LLMs) have effectively mastered the former two, abductive reasoning remains significantly underexplored. Existing f…

Logical Reasoning

Learning Event Graph Knowledge for Abductive Reasoning

2021-08-01 · ACL 2021 5 · Li Du, Xiao Ding, Ting Liu, Bing Qin

Abductive reasoning aims at inferring the most plausible explanation for observed events, which would play critical roles in various NLP applications, such as reading comprehension and question answering. To facilitate t…

Question AnsweringReading Comprehension

Unifying Deductive and Abductive Reasoning in Knowledge Graphs with Masked Diffusion Model

2025-10-13 · Yisen Gao, Jiaxin Bai, Yi Huang, Xingcheng Fu 외 arxiv

Deductive and abductive reasoning are two critical paradigms for analyzing knowledge graphs, enabling applications from financial query answering to scientific discovery. Deductive reasoning on knowledge graphs usually i…

Reinforcement LearningKnowledge Graphs