From 473c8465a7740bc79e163edd9fdf091eea846b81 Mon Sep 17 00:00:00 2001 From: jjcmoon Date: Wed, 14 Sep 2022 17:29:03 +0200 Subject: [PATCH 1/2] updated citation to conference proceedings --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ce4d94f..33c1ee9 100644 --- a/README.md +++ b/README.md @@ -50,16 +50,16 @@ The neural probability `nn(number, [X], Y, digit)` makes the neural network with ## Credits & Paper citation -If use this work in an academic context, please consider citing [the following paper](https://arxiv.org/abs/2106.12574): - -The paper is also accepted to [AAAI22](https://aaai.org/Conferences/AAAI-22/). -Please cite that version of the paper when the proceedings are out. +If use this work in an academic context, please consider citing [the following paper](https://ojs.aaai.org/index.php/AAAI/article/view/21248): ``` -@article{winters2021deepstochlog, +@inproceedings{winters2022deepstochlog, title={Deepstochlog: Neural stochastic logic programming}, author={Winters, Thomas and Marra, Giuseppe and Manhaeve, Robin and De Raedt, Luc}, - journal={arXiv preprint arXiv:2106.12574}, - year={2021} + booktitle={Proceedings of the AAAI Conference on Artificial Intelligence}, + volume={36}, + number={9}, + pages={10090--10100}, + year={2022} } ``` From 99cebb9931baed24d8feb17c576f70b2c43db3d2 Mon Sep 17 00:00:00 2001 From: jjcmoon Date: Wed, 14 Sep 2022 17:34:27 +0200 Subject: [PATCH 2/2] updated torch/numpy --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a86b2db..7a1aabf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -torch~=1.5.1 -torchvision~=0.6.1 -numpy~=1.18.1 +torch~=1.12.1 +torchvision~=0.13.1 +numpy~=1.23.3 pandas~=1.2.4 pyparsing~=2.4.7 dgl~=0.6.1 \ No newline at end of file