-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a reference page for LLM resources to OBOOK (#510)
* Add a reference page for LLM resources to OBOOK This is not meant to be the final word, just a first stab at a reference page. * Typo * Typo; links --------- Co-authored-by: Harry Caufield <[email protected]>
- Loading branch information
1 parent
901582b
commit 639585f
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Large Language Models for the Semantic Engineer | ||
|
||
This page contains a collection of resources useful to review for Semantic Engineers (Ontology, KG and Semantic Software Engineers). | ||
|
||
Please suggest your own content here by making a PR! | ||
|
||
### Resources | ||
|
||
#### Introductory | ||
|
||
- OBO Academy training: [Leveraging ChatGPT for ontology curation](../lesson/chatgpt-ontology-curation.md) | ||
- Video trainings | ||
- OBO Academy: [Enhancing curation workflows with CurateGPT](https://www.youtube.com/watch?v=p6j3WwzIv40) | ||
- OBO Academy: [AI-assisted ontology editing workflows, Part 1](https://www.youtube.com/watch?v=wGoGr2dmxZI&ab_channel=obo-academy) | ||
- OBO Academy: [AI-assisted ontology editing workflows Part 2: Validation](https://www.youtube.com/watch?v=cQWfJ5IjUM8&ab_channel=obo-academy) | ||
- OBO Academy: [Applying the Strengths of Large Language Models to Biomedical Informatics](https://www.youtube.com/watch?v=wJvKMIyOpfo&ab_channel=obo-academy) | ||
- [Berkelely Guide to LLMs](https://docs.google.com/document/d/1B6YVEGjzOC7sizhRaKQ0B_afivFAG-Cs1E9yodHaNoA/edit): Evolving Google docs with links to many useful slide decks and presentations. Particularly useful for Curators and Semantic Software Engineers who wish to levarage Monarch LLM tools like [DragonAI](https://github.com/monarch-initiative/dragon-ai-cookiecutter), [CurateGPT](https://github.com/monarch-initiative/curate-gpt) and [OntoGPT](https://github.com/monarch-initiative/ontogpt). | ||
|
||
#### Experienced | ||
|
||
- [Applied LLM](https://applied-llms.org/): A practical guide to building successful LLM products, covering the tactical, operational, and strategic. Very useful resource, please check out if you have not already done so! | ||
- [LLMs with OAK](https://incatools.github.io/ontology-access-kit/howtos/use-llms) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters