mining web multi resolution community based popularity
play

Mining Web Multi-resolution Community-based Popularity for - PowerPoint PPT Presentation

Mining Web Multi-resolution Community-based Popularity for Information Retrieval Laurence A. F . Park Kotagiri Ramamohanarao Department of Computer Science and Software Engineering University of Melbourne, Australia


  1. Mining Web Multi-resolution Community-based Popularity for Information Retrieval Laurence A. F . Park Kotagiri Ramamohanarao Department of Computer Science and Software Engineering University of Melbourne, Australia {lapark,rao}@csse.unimelb.edu.au ACM Sixteenth Conference on Information and Knowledge Management

  2. Multi-resolution popularity Computing multi-resolution popularity Using multi-resolution popularity Conclusion Global popularity PageRank is a measure of global Web popularity. It uses the consensus of the entire Web to compute page popularity. Therefore it is suited to general queries. Problem Specialised queries require consensus from specialised communities, therefore are not suited to PageRank. How do we compute a popularity list relative to a 1 community? How do we choose a list at query time? 2 Park, Ramamohanarao Multi-resolution Community-based Popularity

  3. Multi-resolution popularity Computing multi-resolution popularity Using multi-resolution popularity Conclusion Outline Multi-resolution popularity 1 Computing multi-resolution popularity 2 Pagerank’s many solutions Symmetric non-negative matrix factorisation SNMF 1 - PageRank equivalence Computing community popularity using SNMF Using multi-resolution popularity 3 Query independent selection Oracle selection Rank based selection Score based selection Conclusion 4 Park, Ramamohanarao Multi-resolution Community-based Popularity

  4. Multi-resolution popularity Computing multi-resolution popularity Using multi-resolution popularity Conclusion Outline Multi-resolution popularity 1 Computing multi-resolution popularity 2 Pagerank’s many solutions Symmetric non-negative matrix factorisation SNMF 1 - PageRank equivalence Computing community popularity using SNMF Using multi-resolution popularity 3 Query independent selection Oracle selection Rank based selection Score based selection Conclusion 4 Park, Ramamohanarao Multi-resolution Community-based Popularity

  5. Multi-resolution popularity Computing multi-resolution popularity Using multi-resolution popularity Conclusion Lowest resolution (Global Popularity) Where can I buy a CD? General queries can use the consensus of ● ● ● ● ● ● ● ● ● ● ● ● the whole community (e.g. K-mart). ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● Park, Ramamohanarao Multi-resolution Community-based Popularity

  6. Multi-resolution popularity Computing multi-resolution popularity Using multi-resolution popularity Conclusion Medium resolution Where can I buy a movie soundtrack CD? Specific queries cannot be answered by the ● ● ● ● ● ● ● ● ● general public and ● ● ● ● ● ● ● require specific ● ● knowledge (e.g. HMV). ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● Park, Ramamohanarao Multi-resolution Community-based Popularity

  7. Multi-resolution popularity Computing multi-resolution popularity Using multi-resolution popularity Conclusion High resolution Where can I buy a 70’s synthesiser movie soundtrack CD? Specialised queries cannot be answered by specific groups and require specialised ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● knowledge (e.g. Steve’s super ● ● ● ● synthesiser music store). ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● ● Park, Ramamohanarao Multi-resolution Community-based Popularity

  8. Multi-resolution popularity Computing multi-resolution popularity Using multi-resolution popularity Conclusion Multi-resolution popularity lists for Web search To use multi-resolution popularity lists, we must be able to: generate popularity lists for each community in a given 1 resolution choose a popularity list once given a query 2 Park, Ramamohanarao Multi-resolution Community-based Popularity

  9. Multi-resolution popularity Pagerank’s many solutions Computing multi-resolution popularity Symmetric non-negative matrix factorisation Using multi-resolution popularity SNMF 1 - PageRank equivalence Conclusion Computing community popularity using SNMF Outline Multi-resolution popularity 1 Computing multi-resolution popularity 2 Pagerank’s many solutions Symmetric non-negative matrix factorisation SNMF 1 - PageRank equivalence Computing community popularity using SNMF Using multi-resolution popularity 3 Query independent selection Oracle selection Rank based selection Score based selection Conclusion 4 Park, Ramamohanarao Multi-resolution Community-based Popularity

  10. Multi-resolution popularity Pagerank’s many solutions Computing multi-resolution popularity Symmetric non-negative matrix factorisation Using multi-resolution popularity SNMF 1 - PageRank equivalence Conclusion Computing community popularity using SNMF PageRank PageRank equation PageRank is the first eigenvalue of the weighted link matrix L : p j � #( l j ) ⇔ ˜ p = λ ˜ p i = λ pL j ∈ B i Note that there are many solutions to the eigenvalue problem. Using PageRank, we choose the solution with the greatest eigenvalue. Park, Ramamohanarao Multi-resolution Community-based Popularity

  11. Multi-resolution popularity Pagerank’s many solutions Computing multi-resolution popularity Symmetric non-negative matrix factorisation Using multi-resolution popularity SNMF 1 - PageRank equivalence Conclusion Computing community popularity using SNMF Problem with one popularity list Simple example PageRank solution a b ˜ p 1 = [ 0 . 5 0 . 5 0 . 5 0 . 5 ] Using one popularity list produces equal popularity for all pages, when we can c d clearly see that it should not be equal. Park, Ramamohanarao Multi-resolution Community-based Popularity

  12. Multi-resolution popularity Pagerank’s many solutions Computing multi-resolution popularity Symmetric non-negative matrix factorisation Using multi-resolution popularity SNMF 1 - PageRank equivalence Conclusion Computing community popularity using SNMF Choosing many eigenvectors By examining the other solutions that are offered by the eigenvalue decomposition, we may find popularity lists relative to various communities within the Web. Unfortunately, the eigenvectors may contain complex and negative elements, which do not provide an obvious order. Problem How can we compute the eigenvalue decomposition, with the constraint that the elements must be positive and real? Park, Ramamohanarao Multi-resolution Community-based Popularity

  13. Multi-resolution popularity Pagerank’s many solutions Computing multi-resolution popularity Symmetric non-negative matrix factorisation Using multi-resolution popularity SNMF 1 - PageRank equivalence Conclusion Computing community popularity using SNMF Non-negative matrix factorisation Decompose the matrix A into matrices F and G : A ≈ FG T ( d × d ) ≈ ( d × n )( n × d ) where F and G contain non-negative elements and provide the best approximation of A . Park, Ramamohanarao Multi-resolution Community-based Popularity

  14. Multi-resolution popularity Pagerank’s many solutions Computing multi-resolution popularity Symmetric non-negative matrix factorisation Using multi-resolution popularity SNMF 1 - PageRank equivalence Conclusion Computing community popularity using SNMF Non-negative matrix factorisation Decompose the matrix A into matrices F and G : A ≈ FG T ( d × d ) ≈ ( d × n )( n × d ) where F and G contain non-negative elements and provide the best approximation of A . Symmetric non-negative matrix factorisation We add the constraint that F = G ⇒ A ≈ FF T Park, Ramamohanarao Multi-resolution Community-based Popularity

  15. Multi-resolution popularity Pagerank’s many solutions Computing multi-resolution popularity Symmetric non-negative matrix factorisation Using multi-resolution popularity SNMF 1 - PageRank equivalence Conclusion Computing community popularity using SNMF The equivalence of PageRank and SNMF If we observe the n = 1 symmetric non-negative matrix factorisation, we find that it is proportional to PageRank: F = SNMF 1 ( A ) ∝ PageRank ( A ) This implies that SNMF 1 produces the same ranked list as PageRank Park, Ramamohanarao Multi-resolution Community-based Popularity

  16. Multi-resolution popularity Pagerank’s many solutions Computing multi-resolution popularity Symmetric non-negative matrix factorisation Using multi-resolution popularity SNMF 1 - PageRank equivalence Conclusion Computing community popularity using SNMF Computing community popularity using SNMF Simple example revisited SNMF solution a b SNMF 1 = [ 0 . 5 0 . 5 0 . 5 0 . 5 ] c d Using multiple popularity lists, we are able to compute the popularity for each group. Park, Ramamohanarao Multi-resolution Community-based Popularity

  17. Multi-resolution popularity Pagerank’s many solutions Computing multi-resolution popularity Symmetric non-negative matrix factorisation Using multi-resolution popularity SNMF 1 - PageRank equivalence Conclusion Computing community popularity using SNMF Computing community popularity using SNMF Simple example revisited SNMF solution a b SNMF 1 = [ 0 . 5 0 . 5 0 . 5 0 . 5 ] � [ 0 . 67 0 . 67 0 . 00 0 . 00 ] SNMF 2 = [ 0 . 05 0 . 05 0 . 68 0 . 68 ] c d Using multiple popularity lists, we are able to compute the popularity for each group. Park, Ramamohanarao Multi-resolution Community-based Popularity

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend