728x90
반응형
Topic-Specific PageRank: Measure importance within a topic
Motivation
사용자가 웹 서핑을 할때는 페이지의 중요도(importance) 뿐만 아니라 사용자의 주제(topic)도 반영해야 한다.
standard PageRank에서는 모든 페이지에 랜덤하게 teloport하지만, topic-specific한 주제들에서만 연관검색이 되도록 teleport set $S$를 이용한다.
Matrix Formulation
\[ A_{ij} = \begin{cases} \beta M_{ij} + (1-\beta) / |S| & \text{if } i \in S \\ \beta M_{ij} & \text{otherwise} \end{cases} \]
Example: Topic-Specific PageRank
$S = \{ 1 \}$이도 $\beta=0.8$이라 할 때, power iteration으로 구한 pagerank score는 다음과 같다.
반응형
728x90
반응형
'스터디 > 데이터사이언스' 카테고리의 다른 글
[CS246] Word2Vec (0) | 2023.11.10 |
---|---|
[CS246] TrustRank vs. LinkFarms (0) | 2023.11.06 |
[CS246] PageRank (0) | 2023.10.26 |
[CS246] RecSys (4) - Latent Factor Models (Matrix Factorization, MF, UV decomposition) (0) | 2023.10.24 |
[CS224w, 2018] Network Properties and Real World (0) | 2023.10.22 |