Towards Learning Abductive Reasoning using VSA Distributed Representations
Giacomo Camposampiero, Michael Hersche, Aleksandar Terzić, Roger Wattenhofer, Abu Sebastian, Abbas Rahimi
TL;DR
This work addresses learning abductive reasoning for RPM-like tasks by introducing ARLC, a context-aware extension of Learn-VRF that unifies rule execution and selection with a shared, context-driven rule template. ARLC reduces parameter count while increasing expressiveness, enabling programmable knowledge to be added on top of learned rules and improving downstream performance on I-RAVEN, including both in-distribution and out-of-distribution scenarios. Empirical results show state-of-the-art accuracy with robust transfer to unseen constellations and resilience to post-programming training, indicating improved generalization and stability. The proposed context-aware formulation and generalized rule template offer a scalable path to data-efficient, interpretable neuro-symbolic reasoning beyond RPM, with potential applicability to broader abstract reasoning benchmarks.
Abstract
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.
