paper-with-me

Papers

Towards Learning Abductive Reasoning using VSA Distributed Representations

2024-06-27 · Giacomo Camposampiero, Michael Hersche, Aleksandar Terzić, Roger Wattenhofer, Abu Sebastian, Abbas Rahimi

We introduce the Abductive Rule Learner with Context-awareness (ARLC), a model that solves abstract reasoning tasks based on Learn-VRF. ARLC features a novel and more broadly applicable training objective for abductive reasoning, resulting in better interpretability and higher accuracy when solving Raven's progressive matrices (RPM). ARLC allows both programming domain knowledge and learning the rules underlying a data distribution. We evaluate ARLC on the I-RAVEN dataset, showcasing state-of-the-art accuracy across both in-distribution and out-of-distribution (unseen attribute-rule pairs) tests. ARLC surpasses neuro-symbolic and connectionist baselines, including large language models, despite having orders of magnitude fewer parameters. We show ARLC's robustness to post-programming training by incrementally learning from examples on top of programmed knowledge, which only improves its performance and does not result in catastrophic forgetting of the programmed solution. We validate ARLC's seamless transfer learning from a 2x2 RPM constellation to unseen constellations. Our code is available at https://github.com/IBM/abductive-rule-learner-with-context-awareness.

📄 PDF Abstract BibTeX arXiv:2406.19121

Code (1)

ibm/abductive-rule-learner-with-context-awareness 공식 구현 pytorch

Tasks

AttributeTransfer Learning

Similar Papers 제목 키워드 기반

Systematic Abductive Reasoning via Diverse Relation Representations in Vector-symbolic Architecture

2025-01-21 · Zhong-Hua Sun, Ru-Yuan Zhang, Zonglei Zhen, Da-Hui Wang 외

In abstract visual reasoning, monolithic deep learning models suffer from limited interpretability and generalization, while existing neuro-symbolic approaches fall short in capturing the diversity and systematicity of a…

AttributeDiversityOut-of-Distribution GeneralizationRelation+1

SemEval-2026 Task 12: Abductive Event Reasoning: Towards Real-World Event Causal Inference for Large Language Models

2026-03-23 · Pengfei Cao, Mingxuan Yang, Yubo Chen, Chenlong Zhang 외 arxiv

Understanding why real-world events occur is important for both natural language processing and practical decision-making, yet direct-cause inference remains underexplored in evidence-rich settings. To address this gap, …

Causal Inference

Abductive Computational Systems: Creative Abduction and Future Directions

2025-07-11 · Abhinav Sood, Kazjon Grace, Stephen Wan, Cecile Paris arxiv

Abductive reasoning, reasoning for inferring explanations for observations, is often mentioned in scientific, design-related and artistic contexts, but its understanding varies across these domains. This paper reviews ho…

Visual Abductive Reasoning

2022-03-26 · CVPR 2022 1 · Chen Liang, Wenguan Wang, Tianfei Zhou, Yi Yang

Abductive reasoning seeks the likeliest possible explanation for partial observations. Although abduction is frequently employed in human daily reasoning, it is rarely explored in computer vision literature. In this pape…

BenchmarkingSentenceVisual Abductive Reasoning

Do Language Models Follow Occam's Razor? An Evaluation of Parsimony in Inductive and Abductive Reasoning

2025-09-03 · Yunxin Sun, Abulhair Saparov arxiv

Non-deductive reasoning, encompassing inductive and abductive reasoning, is essential in addressing complex real-world questions. One key feature of inductive and abductive reasoning is that there are many valid hypothes…