Metadata-Version: 2.4
Name: relational_tasks
Version: 0.0.2
Summary: Relational Reasoning Tasks for Artificial Neural Networks
Author-email: Adrian Brasoveanu <abrsvn@gmail.com>, Jakub Dotlacil <j.dotlacil@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/abrsvn/relational_tasks
Project-URL: Repository, https://github.com/abrsvn/relational_tasks
Project-URL: Bug Tracker, https://github.com/abrsvn/relational_tasks/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy>=1.15
Requires-Dist: pandas>=1.1.2
Requires-Dist: packaging
Requires-Dist: pyparsing
Requires-Dist: requests
Requires-Dist: torch>=1.11
Dynamic: license-file

# relational_tasks

Relational Reasoning Tasks for Artificial Neural Networks is a python3 library for generating relational reasoning tasks to evaluate relation and compositional reasoning for different artificial neural network architectures.

To install the most recent version available on [pypi](https://pypi.org/project/relational_tasks/):

```console
pip3 install relational_tasks
```

To install the most recent version available [here on github](https://github.com/abrsvn/relational_tasks) (likely more recent than what's available on pypi):

```console
git clone git@github.com:abrsvn/relational_tasks.git
cd relational_tasks
pip3 install .
```

The library is compatible with Python versions `>=3.12`.

If you use this library in your work, please cite it. Here's a basic BibTeX entry:

```
@misc{relational_tasks,
    author = {Adrian Brasoveanu, Jakub Dotlacil},
    title  = {{Relational Reasoning Tasks for Artificial Neural Networks}},
    year   = 2025,
    url    = {https://github.com/abrsvn/relational_tasks}
}
```
