This repository tackles the problem of WhyQA using the TellMeWhy dataset.
To download the data, run the download script:
python scripts/download_data.py
This repository is tested with Python 3.12. We use Poetry to manage dependencies. To set up the project, run:
poetry install # set up virtualenv and install dependencies
poetry shell # activate virtualenv
This project is licensed under the GPL version 3 or later.