Spaces:
Sleeping
Sleeping
metadata
title: Big Data Application
emoji: 🌖
colorFrom: red
colorTo: indigo
sdk: docker
pinned: false
license: mit
Lab 03
What I did
- I used the first 20 document from gamino/wiki_medical_terms to create the PropertyGraphIndex, using 2 extractors:
ImplicitPathExtractorandDynamicLLMPathExtractor. The result is a graph with the chunked text from the original documents and relationship between subject such as diseases and symptom. - I then enhance the graph using LightGCN by using the node's embedding as the initial embedding of LightGCN. The model is then trained for 300 epochs. The trained model's embedding is used as the new embedding for each node.