Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 490 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