LGAIDec 30, 2024

Open-Book Neural Algorithmic Reasoning

arXiv:2501.00072v13 citationsh-index: 2NIPS
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving neural networks' ability to solve complex algorithmic tasks, offering a novel approach that is incremental but provides interpretable multi-task training.

The paper tackles the problem of neural algorithmic reasoning by proposing an open-book learning framework that allows networks to access all training instances when reasoning for a given instance, resulting in significant enhancements on the CLRS benchmark with 30 tasks.

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 recent literature suggesting that multi-task training on CLRS can improve the reasoning accuracy of certain tasks, implying intrinsic connections between different algorithmic tasks. We delve into this direction via the open-book framework. When the network reasons for a specific task, we enable it to aggregate information from training instances of other tasks in an attention-based manner. We show that this open-book attention mechanism offers insights into the inherent relationships among various tasks in the benchmark and provides a robust tool for interpretable multi-task training.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes