Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated citation to conference proceedings + updated torch #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
```
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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