Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 561 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 561 Bytes

WhyQA

This repository tackles the problem of WhyQA using the TellMeWhy dataset.

To download the data, run the download script:

python scripts/download_data.py

Getting started

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

License

This project is licensed under the GPL version 3 or later.