Skip to content

idiap/tutorial-biokg-meet-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial: BioKG meet LLM

This is the repository for the tutorial Biomedical Knowledge Graphs meet LLM. See the link here

This tutorial focuses on the complementary nature of Biomedical Knowledge Graphs (KGs) and Large Language Models (LLMs), offering a comprehensive exploration of their individual strengths and synergistic potential. Participants will gain a deep understanding of how KGs, with their structured representation of biological knowledge, and LLMs, with their powerful natural language processing capabilities, can address key challenges in the life sciences, supporting evidence-based reasoning and discovery.

The tutorial notebooks will be segmented in 4 parts:

The notebook are intially meant to be used with Google colab.

Inside each notebook, you will need to load the associated data (eg. for Building KG using LLM - NER/RE load the data in the corresponding sub-directory part1)

While notebooks show how to use ollama to locally run LLM directly inside the notebooks, many examples will use the OpenAI API for practicity. In order to use the API, please create a .env inside your session and add your OpenAI apikey as follow:

OPENAI_API_KEY="sk-proj..."

Similarly, if you want to build zour own Neo4J aura session (for the BioASQ examples in part-1 and part-2, please create an account here. Then you will be able to use your own credentials in the section 4. Large scale extraction and Neo4J.

About

Repository for the tutorial Biomedical Knowledge Graphs meet LLM (preliminary version)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published