Release of Phenelope - LLM Concept Set Builder

We have released the beta version of the LLM concept set builder, Phenelope.It can be found at OHDSI/Phenelope: An R package for creating concept sets using large language models.. You’ll need access to a CDM and API access to an LLM. It requires an input of a health care condition, procedure, or measurement name along with a concept Id appropriate for that name. For example, if you wanted to create a concept set for Type 2 Diabetes, you would use “Type 2 Diabetes” and the concept Id of 201826 (Type 2 diabetes mellitus).

2 Likes

This is very interesting.
Thank you for releasing it.

Some notes (if it helps others)
(still in process of linking my api key)

I see that the prep function .getPheobeData is using knowledge hosted on web. Phenelope/R/conceptSetFunctions.R at 0b03ebf2f2a899623bdef28d6f186b7f25929ffb · OHDSI/Phenelope · GitHub

I tried it on sample concept of https://athena.ohdsi.org/search-terms/terms/374028

so URL would be
https://hecate.pantheon-hds.com/api/concepts/374028/phoebe

This is what it looks like.