From 060425f114b0b24d72821ba971e657680bedb241 Mon Sep 17 00:00:00 2001 From: MHersche <36235077+MHersche@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:58:24 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5af9db5..e6b100f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ _Nature Machine Intelligence'23_ -## [[Paper]](https://arxiv.org/pdf/2203.04571.pdf) +## [[Paper]](https://www.nature.com/articles/s42256-023-00630-8)[[Preprint]](https://arxiv.org/abs/2203.04571) ## Requirements @@ -53,6 +53,18 @@ Run the rule preprocessing script which you can get [here](https://github.com/We You can run the end-to-end training on the RAVEN dataset for all constellation by specifying the > `$ (myNVSAEnv)./run.sh ` +## Citation + +If you use the work released here for your research, please cite the preprint of this paper: +``` +@article{hersche2022neuro, + title={A Neuro-vector-symbolic Architecture for Solving Raven's Progressive Matrices}, + author={Hersche, Michael and Zeqiri, Mustafa and Benini, Luca and Sebastian, Abu and Rahimi, Abbas}, + journal={Nat Mach Intell}, + year={2023} +} +``` + ## License -Please refer to the LICENSE file for the licensing of our code. Our implementation relies on [PrAE](https://github.com/WellyZhang/PrAE) released under GPL v3.0 \ No newline at end of file +Please refer to the LICENSE file for the licensing of our code. Our implementation relies on [PrAE](https://github.com/WellyZhang/PrAE) released under GPL v3.0