http cs224w stanford edu
play

http://cs224w.stanford.edu Uruguay Benin Ghana Niger Liberia - PowerPoint PPT Presentation

CS224W: Analysis of Networks Jure Leskovec, Stanford University http://cs224w.stanford.edu Uruguay Benin Ghana Niger Liberia Paraguay Sudan TFYR Macedna Burkina Faso Bolivia Malta Guinea Cyprus Peru Sri Lanka New Zealand Senegal


  1. CS224W: Analysis of Networks Jure Leskovec, Stanford University http://cs224w.stanford.edu

  2. Uruguay Benin Ghana Niger Liberia Paraguay Sudan TFYR Macedna Burkina Faso Bolivia Malta Guinea Cyprus Peru Sri Lanka New Zealand Senegal Panama Costa Rica Dem.Rp.Congo Cote Divoire Papua N.Guin Morocco Pakistan Portugal El Salvador Mauritania Switz.Liecht Viet Nam Myanmar Nicaragua Malaysia Chile Thailand Australia Untd Arab Em Yemen Argentina Qatar Oman Taiwan Angola Singapore Indonesia Trinidad Tbg Jamaica Gabon Korea Rep. Brazil China Ecuador India Japan Kuwait Colombia USA Nigeria Venezuela Saudi Arabia Philippines Afghanistan Tunisia Iran Canada Mexico Greece Netherlands South Africa Iraq Turkey UK Belgium-Lux Norway Spain France,Monac Denmark Algeria Italy Germany Trade in crude Sweden Libya Guatemala petroleum and petroleum products, Syria 1998, source: NBER- Russian Fed United Nations Trade Korea D P Rp Romania Data Egypt Finland Ukraine Ireland Bulgaria Czech Rep Hungary Israel Slovakia Kazakhstan Gibraltar Lithuania Armenia Poland 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 2 Cuba Cameroon Dominican Rp Mongolia Barbados Uzbekistan Bahamas Azerbaijan Croatia Bermuda Georgia Austria Belarus Yugoslavia Slovenia Estonia Latvia

  3. In each of the following networks, X has higher centrality than Y according to a particular measure Y X X X Y X Y Y indegree outdegree betweenness closeness 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 3

  4. ¡ Intuition: How many pairs of individuals would have to go through you in order to reach one another in the minimum number of hops? Y X 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 4

  5. Where 𝜏 "# (𝑤) = the number of shortest paths 𝑡 − 𝑢 through node 𝑤 𝜏 "# = the number of shortest paths from 𝑡 to 𝑢 . Where 𝜏 "# (𝑤) is also called betweenness of a node 𝑤 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 5

  6. ¡ Non-normalized version of betweenness centrality (numbers are centralities): 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 6

  7. ¡ Non-normalized version: A B C D E ¡ A lies between no two other vertices ¡ B lies between A and 3 other vertices: C, D, and E ¡ C lies between 4 pairs of vertices (A,D),(A,E),(B,D),(B,E) ¡ Note that there are no alternate paths for these pairs to take, so C gets full credit 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 7

  8. ¡ Closeness Centrality: Reciprocal of the mean average shortest path length from node x to all other nodes in the graph y . ¡ Farness centrality: Avg. shortest path length from node x to all other nodes (we assume graph is connected) 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 8

  9. ¡ Betweenness (left), Closeness (right) 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 9

  10. ¡ We will talk about human behavior online ¡ We will try to understand how people express opinions about each other online § We will use data and network science theory to model factors around human evaluations § This will be an example of Computational Social Science research § We are making social science constructs quantitative and then use computation to measure them 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 11

  11. Observations Models Algorithms Small diameter, Erdös-Renyi model, Decentralized search Edge clustering Small-world model Patterns of signed Structural balance, Models for predicting edge creation Theory of status edge signs Viral Marketing, Blogosphere, Independent cascade model, Influence maximization, Memetracking Game theoretic model Outbreak detection, LIM Preferential attachment, PageRank, Hubs and Scale-Free Copying model authorities Densification power law, Microscopic model of Link prediction, Shrinking diameters evolving networks Supervised random walks Strength of weak ties, Community detection: Kronecker Graphs Core-periphery Girvan-Newman, Modularity 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 12

  12. In many online applications users express positive and negative attitudes/opinions: ¡ Through actions : § Rating a product/person § Pressing a “like” button ¡ Through text : § Writing a comment, a review ¡ Success of these online applications is built on people expressing opinions § Recommender systems § Wisdom of the Crowds § Sharing economy 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 13

  13. ¡ About items: + + – § Movie and product reviews – – + ¡ About other users: + – – + § Online communities – + – – + – + + ¡ About items created by others: + § Q&A websites – + 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 14

  14. ¡ Many online settings where one person expresses an opinion about another (or about another’s content) § I trust you [Kamvar-Schlosser-Garcia-Molina ‘03] § I agree with you [Adamic-Glance ’04] § I vote in favor of admitting you into the community [Cosley et al. ‘05, Burke-Kraut ‘08] § I find your answer/opinion helpful [Danescu-Niculescu-Mizil et al. ‘09, Borgs-Chayes-Kalai-Malekian-Tennenholtz ‘10] 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 15

  15. Some of the central issues: ¡ Factors: What factors drive one’s evaluations? ¡ Synthesis: How do we create a composite description that accurately reflects aggregate opinion of the community? 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 16

  16. + – + – + – – + – – + – + + + Direct Indirect § Direct: User to user § Indirect: User to content (created by another member of a community) ¡ Where online does this explicitly occur on a large scale? 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 17

  17. ¡ Wikipedia adminship elections § Support/Oppose (120k votes in English) § 4 languages: EN, GER, FR, SP ¡ Stack Overflow Q&A community § Upvote/Downvote (7.5M votes) + – ¡ Epinions product reviews + § Ratings of others’ product reviews (13M) § 5 = positive, 1-4 = negative 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 18

  18. ¡ There are two ways to look at this: One person evaluates the other via a positive/negative evaluation + – – + – + A B – – + – + + First we focus on a Then we will focus on single evaluation evaluations in the (without the context context of a network of a network) 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 19

  19. ¡ What drives human evaluations? A B ¡ How do properties of evaluator A and target B affect A’s vote? § Status and Similarity are two fundamental drivers behind human evaluations 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 20

  20. [WSDM ‘12] ¡ Status: Level of recognition, merit, achievement, reputation in the community § Wikipedia: # edits, # barnstars § Stack Overflow: # answers ¡ User-user similarity: § Overlapping topical interests of A and B § Wikipedia: Similarity of the articles edited § Stack Overflow: Similarity of users evaluated 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 21

  21. ¡ How do properties of evaluator A and target B affect A’s vote? A B ¡ Two natural (but competing) hypotheses: § (1) Prob. that B receives a positive evaluation depends primarily on the characteristics of B § There is some objective criteria for user B to receive a positive evaluation 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 22

  22. ¡ How do properties of evaluator A and target B affect A’s vote? A B ¡ Two natural (but competing) hypotheses: § (2) Prob. that B receives a positive evaluation depends on relationship between the characteristics of A and B § User A compares herself to user B and then makes the evaluation 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 23

  23. ¡ How does status of B affect A’s evaluation? § Each curve is a fixed status difference: D = S A -S B ¡ Observations: § Flat curves: Prob. of positive eval. P(+) doesn’t Target B status (# edits in Wikipedia) depend on B’s status § Different levels: Different A B values of D result in We keep increasing status of different behavior B, while keeping the status difference (S A -S B ) fixed 10/9/17 Jure Leskovec, Stanford CS224W: Analysis of Networks, http://cs224w.stanford.edu 24

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