paper-with-me

홈 › Papers

Learning Reasoning Strategies in End-to-End Differentiable Proving

2020-07-13 · ICML 2020 1 · Pasquale Minervini, Sebastian Riedel, Pontus Stenetorp, Edward Grefenstette, Tim Rocktäschel

Attempts to render deep learning models interpretable, data-efficient, and robust have seen some success through hybridisation with rule-based systems, for example, in Neural Theorem Provers (NTPs). These neuro-symbolic models can induce interpretable rules and learn representations from data via back-propagation, while providing logical explanations for their predictions. However, they are restricted by their computational complexity, as they need to consider all possible proof paths for explaining a goal, thus rendering them unfit for large-scale applications. We present Conditional Theorem Provers (CTPs), an extension to NTPs that learns an optimal rule selection strategy via gradient-based optimisation. We show that CTPs are scalable and yield state-of-the-art results on the CLUTRR dataset, which tests systematic generalisation of neural models by learning to reason over smaller graphs and evaluating on larger ones. Finally, CTPs show better link prediction results on standard benchmarks in comparison with other neural-symbolic models, while being explainable. All source code and datasets are available online, at https://github.com/uclnlp/ctp.

📄 PDF Abstract BibTeX arXiv:2007.06477

Code (2)

uclnlp/ctp 공식 구현 pytorch
facebookresearch/clutrr

Tasks

Link PredictionRelational Reasoning

Similar Papers 제목 키워드 기반

End-to-End Differentiable Proving

2017-05-31 · NeurIPS 2017 12 · Tim Rocktäschel, Sebastian Riedel

We introduce neural networks for end-to-end differentiable proving of queries to knowledge bases by operating on dense vector representations of symbols. These neural networks are constructed recursively by taking inspir…

Link Prediction

Causally-Enhanced Reinforcement Policy Optimization

2025-09-27 · Xiangqi Wang, Yue Huang, Yujun Zhou, Xiaonan Luo 외 arxiv

Large language models (LLMs) trained with reinforcement objectives often achieve superficially correct answers via shortcut strategies, pairing correct outputs with spurious or unfaithful reasoning and degrading under sm…

A Brain-inspired Memory Transformation based Differentiable Neural Computer for Reasoning-based Question Answering

2023-01-07 · Yao Liang, Hongjian Fang, Yi Zeng, Feifei Zhao

Reasoning and question answering as a basic cognitive function for humans, is nevertheless a great challenge for current artificial intelligence. Although the Differentiable Neural Computer (DNC) model could solve such p…

Question Answering

Differentiable Adaptive Computation Time for Visual Reasoning

2020-04-27 · CVPR 2020 6 · Cristobal Eyzaguirre, Alvaro Soto

This paper presents a novel attention-based algorithm for achieving adaptive computation called DACT, which, unlike existing ones, is end-to-end differentiable. Our method can be used in conjunction with many networks; i…

Visual Reasoning

NeuroSymb-MRG: Differentiable Abductive Reasoning with Active Uncertainty Minimization for Radiology Report Generation

2026-03-02 · Rong Fu, Yiqing Lyu, Chunlei Meng, Muge Qi 외 arxiv

Automatic generation of radiology reports seeks to reduce clinician workload while improving documentation consistency. Existing methods that adopt encoder-decoder or retrieval-augmented pipelines achieve progress in flu…