Metadata-Version: 2.4
Name: tversky
Version: 0.1.0
Project-URL: Documentation, https://github.com/mdoumbouya/tversky#readme
Project-URL: Issues, https://github.com/mdoumbouya/tversky/issues
Project-URL: Source, https://github.com/mdoumbouya/tversky/
Author-email: Moussa Doumbouya <doumbouya.moussa@gmail.com>
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Official pytorch library for Tversky Neural Networks

tversky requires PyTorch ≥ 2.0. Install it first following the instructions at https://pytorch.org/get-started, then pip install tversky.

 # TODO
 - [ ] cleanup dependencies
 - [ ] tests
 - [ ] pipy publishing workflow
 - [ ] readme
 - [ ] link in research repository

## License
[LICENSE.txt](LICENSE.txt)

## Citation
If you use this work, please cite the following paper:

```
@inproceedings{doumbouya2026tversky,
    title={Tversky Neural Networks: Psychologically Plausible Deep Learning with Differentiable Tversky Similarity},
    author={Moussa Koulako Bala Doumbouya and Dan Jurafsky and Christopher D Manning},
    booktitle={The Fourteenth International Conference on Learning Representations},
    year={2026},
    url={https://openreview.net/forum?id=koKWoKaMrE}
}
```
