From ab9beaf2cc5d592bd32d2e5cbdee7829ffb7933c Mon Sep 17 00:00:00 2001 From: Nomi Harris Date: Tue, 29 Aug 2023 14:42:02 -0700 Subject: [PATCH] add section on CurateGPT need to check wording --- project/AI/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project/AI/index.md b/project/AI/index.md index e714b8e..8eebccc 100644 --- a/project/AI/index.md +++ b/project/AI/index.md @@ -36,6 +36,12 @@ OntoGPT implements two different strategies for knowledge extraction: SPIRES and - Gene enrichment using SPINDOCTOR: [https://monarch-initiative.github.io/ontogpt/#gene-enrichment-using-spindoctor](https://monarch-initiative.github.io/ontogpt/#gene-enrichment-using-spindoctor) - Preprint: Joachimiak MP, Caufield JH, Harris NL, Kim H, Mungall CJ. Gene Set Summarization using Large Language Models. arXiv [q-bio.GN]. 2023. [http://arxiv.org/abs/2305.13338](https://arxiv.org/abs/2305.13338) +**CurateGPT** +- An LLM-driven tool to assist with curation (pre-alpha) +- Source: [https://github.com/monarch-initiative/curate-gpt](https://github.com/monarch-initiative/curate-gpt) +- [Try it! (Pre-alpha version--not guaranteed to work)](http://curategpt.ai/) + + ***More info*** - [OBO Academy article on Leveraging ChatGPT for ontology curation](https://oboacademy.github.io/obook/lesson/chatgpt-ontology-curation/) - [Article about knowledge-backed AI with Monarch](https://monarchinit.medium.com/knowledge-backed-ai-with-monarch-a-match-made-in-heaven-a8296eec6b9f)