yao8839836 / KGE-LDA

Knowledge Graph Embedding LDA. AAAI 2017
37 stars 11 forks source link

what is switch? #2

Open lhy2749 opened 4 years ago

lhy2749 commented 4 years ago

thanks for your code,but i want to know what is switchLDA_KGE and switchLDA.

yao8839836 commented 4 years ago

@lhy2749

Thanks for your interests.

For Swich LDA, please refer to this paper:

Newman, D., Chemudugunta, C. and Smyth, P., 2006, August. Statistical entity-topic models. In KDD 2006. ACM.

switchLDA_KGE is to extend Swich LDA with knowledge graph embeddings, just like how KGE-LDA(a) and KGE-LDA(b) extends CI-LDA (Link-LDA) and Corr-LDA.

lhy2749 commented 4 years ago

@yao8839836 thank you very much~