Skip to content

Commit

Permalink
DOC: Add bibtex citation
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Nov 29, 2022
1 parent 3d03294 commit ff8d2a4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
@inproceedings{Lowe2022,
author = {Scott C. Lowe and
Robert Earle and
Jason d'Eon and
Thomas Trappenberg and
Sageev Oore},
title = {Logical Activation Functions: Logit-space equivalents of Probabilistic Boolean Operators},
booktitle = {Advances in Neural Information Processing Systems},
volume = {36},
year = {2022},
pages = {},
publisher = {Curran Associates, Inc.},
address = {Red Hook, NY, USA},
url = {https://arxiv.org/abs/2110.11940},
eprinttype = {arXiv},
eprint = {2110.11940},
doi = {10.48550/arxiv.2110.11940}
}
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ This provides the activation functions used in our paper:
.. _doi: https://www.doi.org/10.48550/arxiv.2110.11940


For your convenience, we provide a copy of this citation in `bibtex`_ format.

.. _bibtex: https://raw.githubusercontent.com/DalhousieAI/pytorch-logit-logic/master/CITATION.bib


Example usage:

.. code:: python
Expand Down

0 comments on commit ff8d2a4

Please sign in to comment.