Code for the paper A Hybrid System for Systematic Generalization in Simple Arithmetic Problems, accepted at the 17th International Workshop on Neural-Symbolic Learning and Reasoning (NeSy 2023).
conda env create -f requirements.yml
conda install torchtext==0.14.0
conda install pytorch==1.13.0 pytorch-cuda=11.6 -c pytorch -c nvidia
Alternatively, Mamba can be used.