Knowledge-Graph-Hub / neat-ml

Network Embedding All the Things
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Add support for embedding node text (labels, descriptions, etc) using BERT #12

Closed justaddcoffee closed 3 years ago

justaddcoffee commented 3 years ago

Essentially just tell NEAT what column in the node files contains the text of interest, and it'll embed it with a pretrained SCIBERT model

justaddcoffee commented 3 years ago

@deepakunni3 I think we can merge this if it looks okay. Test coverage is very low, but higher than the package overall...

sonarcloud[bot] commented 3 years ago

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

48.8% 48.8% Coverage
0.0% 0.0% Duplication

deepakunni3 commented 3 years ago

@justaddcoffee Is this still a draft or ready for review?

justaddcoffee commented 3 years ago

@deepakunni3 ready to review now