<aside> 📌 프로젝트를 위해 공부 했던 'metapath2vec' 에 대해 정리하고자 한다. 이번 포스팅에서는 'metapath2vec'을 처음 소개했던 'metapath2vec: Scalable Representation Learning for Heterogeneous Networks' 논문의 내용을 바탕으로 참고 자료와 함께 다시 정리하였다.

</aside>

0. Preliminaries

Negative sampling

$$ P_n(w_i) = (\frac{f(w_i)}{\sum^n_{j=1}f(w_i)})^{3/4} $$

1. Introduction

1.1 'HetG' present unique challenges that cannot be handled by ‘HomG’

C1 : How do we effecitvely preserve the concept of word-context among multiple type of nodes ?

C2 : Can random walks be applied to HetG ?

C3 : Can we directly apply HomG oriented embedding architectures(e.g skip-gram) to HetG ?