paper-with-me

Papers

On Logical Extrapolation for Mazes with Recurrent and Implicit Networks

2024-10-03 · Brandon Knutson, Amandin Chyba Rabeendran, Michael Ivanitskiy, Jordan Pettyjohn, Cecilia Diniz-Behn, Samy Wu Fung, Daniel Mckenzie

Recent work has suggested that certain neural network architectures-particularly recurrent neural networks (RNNs) and implicit neural networks (INNs) are capable of logical extrapolation. That is, one may train such a network on easy instances of a specific task and then apply it successfully to more difficult instances of the same task. In this paper, we revisit this idea and show that (i) The capacity for extrapolation is less robust than previously suggested. Specifically, in the context of a maze-solving task, we show that while INNs (and some RNNs) are capable of generalizing to larger maze instances, they fail to generalize along axes of difficulty other than maze size. (ii) Models that are explicitly trained to converge to a fixed point (e.g. the INN we test) are likely to do so when extrapolating, while models that are not (e.g. the RNN we test) may exhibit more exotic limiting behaviour such as limit cycles, even when they correctly solve the problem. Our results suggest that (i) further study into why such networks extrapolate easily along certain axes of difficulty yet struggle with others is necessary, and (ii) analyzing the dynamics of extrapolation may yield insights into designing more efficient and interpretable logical extrapolators.

📄 PDF Abstract BibTeX arXiv:2410.03020

Code (1)

mines-opt-ml/maze-extrapolation 공식 구현 pytorch

Similar Papers 제목 키워드 기반

A modularity comparison of Long Short-Term Memory and Morphognosis neural networks

2021-04-23 · Thomas E. Portegys

This study compares the modularity performance of two artificial neural network architectures: a Long Short-Term Memory (LSTM) recurrent network, and Morphognosis, a neural network based on a hierarchy of spatial and tem…

Loop, Think, & Generalize: Implicit Reasoning in Recurrent-Depth Transformers

2026-04-09 · Harsh Kohli, Srinivasan Parthasarathy, Huan Sun, Yuekun Yao arxiv

We study implicit reasoning, i.e. the ability to combine knowledge or rules within a single forward pass. While transformer-based large language models store substantial factual knowledge and rules, they often fail to co…

Can You Learn an Algorithm? Generalizing from Easy to Hard Problems with Recurrent Networks

2021-06-08 · NeurIPS 2021 12 · Avi Schwarzschild, Eitan Borgnia, Arjun Gupta, Furong Huang 외

Deep neural networks are powerful machines for visual pattern recognition, but reasoning tasks that are easy for humans may still be difficult for neural models. Humans possess the ability to extrapolate reasoning strate…

End-to-end Algorithm Synthesis with Recurrent Networks: Logical Extrapolation Without Overthinking

2022-02-11 · Arpit Bansal, Avi Schwarzschild, Eitan Borgnia, Zeyad Emam 외

Machine learning systems perform well on pattern matching tasks, but their ability to perform algorithmic or logical reasoning is not well understood. One important reasoning capability is algorithmic extrapolation, in w…

Logical Reasoning

On the Implicit Bias of Gradient Descent for Temporal Extrapolation

2022-02-09 · Edo Cohen-Karlik, Avichai Ben David, Nadav Cohen, Amir Globerson

When using recurrent neural networks (RNNs) it is common practice to apply trained models to sequences longer than those seen in training. This "extrapolating" usage deviates from the traditional statistical learning set…