/medical-reasoning

Medical reasoning using large language models

Primary LanguagePython

Medical Reasoning using GPT-3

Setup

Installation
  1. Install poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
  1. Install dependencies
poetry install
poetry run pre-commit install

Running experiments

poetry run experiment <args>
# Example
poetry run experiment engine=ada dataset.name=medqa_us dataset.subset=10
poetry run poe debug_exps