Skip to content

Code for the Paper "Large Language Models Vote: Prompting for Rare Disease Identification"

Notifications You must be signed in to change notification settings

PittNAIL/llms-vote

Repository files navigation

Environment

$ python -m venv .venv
$ source .venv/bin/activate
$ pip install --upgrade pip
$ pip install -r requirements.txt

Generating a List of Rare Diseases

Run the following to generate a list of rare diseases using ORDO ontology:

$ mkdir data
$ ./gen_rare_disease.py --ordo data/ORDO_en_4.2.owl --out data/rare_disease.txt

About

Code for the Paper "Large Language Models Vote: Prompting for Rare Disease Identification"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published