Social Networks 101 P ROF. J ASON H ARTLINE AND P ROF. N ICOLE I MMORLICA.

Slides:



Advertisements
Similar presentations
Routing in Poisson small-world networks A. J. Ganesh Microsoft Research, Cambridge Joint work with Moez Draief.
Advertisements

The Strength of Weak Ties
The Small World Phenomenon: An Algorithmic Perspective Speaker: Bradford Greening, Jr. Rutgers University – Camden.
Small-world networks.
Milgram-Routing in Social Networks
Λ14 Διαδικτυακά Κοινωνικά Δίκτυα και Μέσα Strong and Weak Ties Chapter 3, from D. Easley and J. Kleinberg book.
Analysis and Modeling of Social Networks Foudalis Ilias.
Social Networks 101 P ROF. J ASON H ARTLINE AND P ROF. N ICOLE I MMORLICA.
Online Social Networks and Media Navigation in a small world.
Based on chapter 3 in Networks, Crowds and markets (by Easley and Kleinberg) Roy Mitz Supervised by: Prof. Ronitt Rubinfeld November 2014 Strong and weak.
Relationship Mining Network Analysis Week 5 Video 5.
Social Networks 101 P ROF. J ASON H ARTLINE AND P ROF. N ICOLE I MMORLICA.
Management Science 461 Lecture 2b – Shortest Paths September 16, 2008.
Models of Network Formation Networked Life NETS 112 Fall 2013 Prof. Michael Kearns.
Information Networks Small World Networks Lecture 5.
Advanced Topics in Data Mining Special focus: Social Networks.
Lecture 7 CS 728 Searchable Networks. Errata: Differences between Copying and Preferential Attachment In generative model: let p k be fraction of nodes.
Company LOGO 1 Identity and Search in Social Networks D.J.Watts, P.S. Dodds, M.E.J. Newman Maryam Fazel-Zarandi.
Social Networks 101 P ROF. J ASON H ARTLINE AND P ROF. N ICOLE I MMORLICA.
Directional triadic closure and edge deletion mechanism induce asymmetry in directed edge properties.
Small Worlds Presented by Geetha Akula For the Faculty of Department of Computer Science, CALSTATE LA. On 8 th June 07.
Social Networks 101 P ROF. J ASON H ARTLINE AND P ROF. N ICOLE I MMORLICA.
Social Networks 101 P ROF. J ASON H ARTLINE AND P ROF. N ICOLE I MMORLICA.
CS 728 Lecture 4 It’s a Small World on the Web. Small World Networks It is a ‘small world’ after all –Billions of people on Earth, yet every pair separated.
Analysis of Social Information Networks Thursday January 27 th, Lecture 2: Algorithmic Small World 1.
Applications of Depth-First Search
Reading Group “Networks, Crowds and Markets” Session 1: Graph Theory and Social Networks Typ hier de naam van de FEB afzender.
Social Networks Dr. Frank McCown Intro to Web Science Harding University This work is licensed under a Creative Commons Attribution-NonCommercial- ShareAlike.
Λ14 Διαδικτυακά Κοινωνικά Δίκτυα και Μέσα Strong and Weak Ties Chapter 3, from D. Easley and J. Kleinberg book.
The Science of Networks 6.1 Overview Social Goal. Explain why information and disease spread so quickly in social networks. Mathematical Approach. Model.
Λ14 Διαδικτυακά Κοινωνικά Δίκτυα και Μέσα Strong and Weak Ties Chapter 3, from D. Easley and J. Kleinberg book.
Web Science Course Lecture: Social Networks - * Dr. Stefan Siersdorfer 1 * Figures from Easley and Kleinberg 2010 (
Social Networks 101 P ROF. J ASON H ARTLINE AND P ROF. N ICOLE I MMORLICA.
Small World Social Networks With slides from Jon Kleinberg, David Liben-Nowell, and Daniel Bilar.
Principles of Social Network Analysis. Definition of Social Networks “A social network is a set of actors that may have relationships with one another”
Internet Economics כלכלת האינטרנט Class 10 – it’s a small world 1.
COLOR TEST COLOR TEST. Social Networks: Structure and Impact N ICOLE I MMORLICA, N ORTHWESTERN U.
Today’s topics Strength of Weak Ties Next Topic Acknowledgements
Murtaza Abbas Asad Ali. NETWORKOLOGY THE SCIENCE OF NETWORKS.
Online Social Networks and Media
3. SMALL WORLDS The Watts-Strogatz model. Watts-Strogatz, Nature 1998 Small world: the average shortest path length in a real network is small Six degrees.
Susan O’Shea The Mitchell Centre for Social Network Analysis CCSR/Social Statistics, University of Manchester
Navigation in small worlds Social Networks: Models and Applications Seminar Toronto, Fall 2007 (based on a presentation by Stratis Ioannidis)
Online Social Networks and Media
What Is A Network? (and why do we care?). An Introduction to Network Theory | Kyle Findlay | SAMRA 2010 | 2 “A collection of objects (nodes) connected.
Chapter 3 Strong and Weak Ties In this chapter, we consider some fundamental social network issues that illustrate this theme: how information flows through.
Small World Social Networks With slides from Jon Kleinberg, David Liben-Nowell, and Daniel Bilar.
Internet Economics כלכלת האינטרנט Class 9 – social networks (based on chapter 3 from Easely & Kleinberg’s books) 1.
Analyzing Networks. Milgram’s Experiments “Six degrees of Separation” Milgram’s letters to various recruits in Nebraska who were asked to forward the.
Class 4: It’s a Small World After All Network Science: Small World February 2012 Dr. Baruch Barzel.
Michael L. Nelson CS 495/595 Old Dominion University
Topics In Social Computing (67810) Module 1 Introduction & The Structure of Social Networks.
Social Networks Strong and Weak Ties
Topics In Social Computing (67810) Module 1 Introduction & The Structure of Social Networks.
Small-world phenomenon: An Algorithmic Perspective Jon Kleinberg.
Lecture 23: Structure of Networks
Peer-to-Peer and Social Networks
The Strength of Weak Ties
Lecture 23: Structure of Networks
Milgram’s experiment really demonstrated two striking facts about large social networks: first, that short paths are there in abundance;
Models of Network Formation
Models of Network Formation
Models of Network Formation
Performance Comparison of Tarry and Awerbuch Algorithms
Department of Computer Science University of York
Models of Network Formation
Lecture 23: Structure of Networks
(Social) Networks Analysis II
The Power of Networks.
Advanced Topics in Data Mining Special focus: Social Networks
Presentation transcript:

Social Networks 101 P ROF. J ASON H ARTLINE AND P ROF. N ICOLE I MMORLICA

Lecture Six: The mathematics of decentralized search

Small world phenomenon Milgram’s experiment (1960s). Ask someone to pass a letter to another person via friends knowing only the name, address, and occupation of the target.

How to route Problem. How can I get this message from me to the far-away target? Solution. Pass message to a friend. closer (sub)

Time for

Scales of resolution Each new scale doubles distance from the center.

Long-range links Suppose each person has a long-range friend in each scale of resolution.

How to route Algorithm. Pass the message to your farthest friend that is to the left of the target.

Trace of route

Analysis old dist. 1242j2j 2 j+1 new dist.

Distance is cut in half every step!

Analysis 1.Original distance is ? 2.Distance is cut in half every step (at least). 3.Number of steps is ? at most n. at most log n.

And in real life …

Strength of weak ties Long-range links are often casual acquaintances, … but are very important for search and other network phenomena

Where do the best job leads come from: your close friends or your acquaintances?

Job search Granovetter: Most people learn about jobs through personal friends, who are mere acquaintances!

Weak ties Idea. Weak ties are likely to link distant parts of the network and so are particularly well- suited to information flow.

Social network structure Which is more likely?

How will this network evolve?

Triadic Closure: If two nodes have common neighbor, there is an increased likelihood that an edge between them forms.

Explaining triadic closure 1.Opportunity. If you spend a lot of time with your best friend and your girlfriend, there is an increased chance they will meet.

Explaining triadic closure 2.Incentive. If your best friend hates your girlfriend, it stresses both relationships.

Explaining triadic closure 3.Homophily. If you have things in common with both your best friend and your girlfriend, they have things in common too.

Does this happen in real graphs?

Definition: The clustering coefficient of a node v is the fraction of pairs of v’s friends that are connected to each other by edges. Clustering Coefficient = 1/2 The higher the clustering coefficient of a node, the more strongly triadic closure is acting on it

Collaboration graph Clustering coefficient = 0.14 Density of edges =

Bridges An edge is a bridge if deleting it would cause its endpoints to lie in different components

Local bridges An edge is a local bridge if its endpoints have no common friends

Weak Versus Strong Ties

Definition: Node v satisfies the Strong Triadic Closure if, for any two nodes u and w to which it has strong ties, there is an edge between u and w (which can be either weak or strong) This graph satisfies the strong triadic closure

Claim: If node v satisfies the Strong Triadic Closure and is involved in at least two strong ties, then any local bridge it is involved in must be a weak tie Argument “by contradiction”: v u Suppose edge v-u is a local bridge and it is a strong tie w Then u-w must exist because of Strong Triadic Closure But then v-u is not a bridge

Conclusion Local bridges are necessarily weak ties. Structural explanation as to why job information comes from acquaintances.

Next time Structural holes and balance