Open-Book Neural Algorithmic Reasoning
Hefei Li, Chao Peng, Chenyang Xu, Zhengfeng Yang

TL;DR
This paper introduces an open-book neural reasoning framework allowing models to access all training instances during reasoning, significantly improving performance on complex algorithmic tasks and revealing task relationships.
Contribution
It proposes a novel open-book learning paradigm for neural algorithmic reasoning and demonstrates its effectiveness on the CLRS benchmark, including multi-task insights.
Findings
Enhanced reasoning capabilities on CLRS benchmark
Open-book attention reveals task relationships
Improved multi-task training interpretability
Abstract
Neural algorithmic reasoning is an emerging area of machine learning that focuses on building neural networks capable of solving complex algorithmic tasks. Recent advancements predominantly follow the standard supervised learning paradigm -- feeding an individual problem instance into the network each time and training it to approximate the execution steps of a classical algorithm. We challenge this mode and propose a novel open-book learning framework. In this framework, whether during training or testing, the network can access and utilize all instances in the training dataset when reasoning for a given instance. Empirical evaluation is conducted on the challenging CLRS Algorithmic Reasoning Benchmark, which consists of 30 diverse algorithmic tasks. Our open-book learning framework exhibits a significant enhancement in neural reasoning capabilities. Further, we notice that there is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsSemantic Web and Ontologies
MethodsSoftmax · Attention Is All You Need
