media
play

Media Team Formation in Social Networks Network Ties Thanks to - PowerPoint PPT Presentation

Online Social Networks and Media Team Formation in Social Networks Network Ties Thanks to Evimari Terzi ALGORITHMS FOR TEAM FORMATION Team-formation problems Boston University Slideshow Title Goes Here Given a task and a set of experts


  1. The RarestFirst algorithm Boston University Slideshow Title Goes Here Compute all shortest path distances in the input ๏ฝ graph ๐ป and create a new complete graph ๐ป ๐ท Find Rarest skill ฮฑ rare required for a task ๏ฝ S rare = group of people that have ฮฑ rare ๏ฝ Evaluate star graphs in ๐ป ๐ท , centered at individuals ๏ฝ from S rare Report cheapest star ๏ฝ Running time: Quadratic to the number of nodes Approximation factor: 2xO PT

  2. The RarestFirst algorithm T={ algorithms,java,graphics,python } Boston University Slideshow Title Goes Here {graphics,python,java} {algorithms,graphics} A B A B Skills: algorithms E E {algorithms,graphics,java} graphics java C D python {python,java} {python} ฮฑ rare = algorithms Diameter = 2 S rare ={B ob , E leanor }

  3. The RarestFirst algorithm T={ algorithms,java,graphics,python } Boston University Slideshow Title Goes Here {graphics,python,java} {algorithms,graphics} Skills: A B algorithms E E { algorithms,graphics,java } graphics java C C D python {python,java} {python} ฮฑ rare = algorithms Diameter = 1 S rare ={B ob , E leanor }

  4. Analysis of RarestFirst Boston University Slideshow Title Goes Here S 1 ๏ฝ The diameter is d 1 ๏ฝ either D = d k , for some node k, โ€ฆ. ๏ฝ or D = d โ„“k for some pair of nodes S rare โ„“, k d โ„“ S โ„“ ๏ฝ Fact: OPT โ‰ฅ d k โ€ฆ. d k ๏ฝ Fact: OPT โ‰ฅ d โ„“ d โ„“k ๏ฝ D โ‰ค d โ„“k โ‰ค d โ„“ + d k โ‰ค 2*OPT S k

  5. Problem definition (MinMST) Boston University Slideshow Title Goes Here ๏ฝ Given a task and a social network ๐ป of experts, find the subset (team) of experts that can perform the given task and they define a subgraph ๐ปโ€™ in ๐ป with the minimum MST cost. ๏ฝ Problem is NP-hard ๏ฝ Follows from a connection with Group Steiner Tree problem

  6. The SteinerTree problem Boston University Slideshow Title Goes Here ๏ฝ Graph G(V,E) Required vertices ๏ฝ Partition of V into V = {R,N} ๏ฝ Find Gโ€™ subgraph of G such that Gโ€™ contains all the required vertices (R) and MST(Gโ€™) is minimized ๏ฝ Find the cheapest tree that contains all the required nodes.

  7. The EnhancedSteiner algorithm T={ algorithms , java , graphics , python } Put a large weight on the new Boston University Slideshow Title Goes Here edges (more than the sum of all edges) to ensure that you only graphics pick one for each skill {graphics,python,java} {algorithms,graphics} A B java {algorithms,graphics,java} algorithms E E D C D python {python,java} {python} MST Cost = 1

  8. The CoverSteiner algorithm T={ algorithms , java , graphics , python } Boston University Slideshow Title Goes Here {graphics,python,java} {algorithms,graphics} A B 1. Solve SetCover {algorithms,graphics,java} E E 2. Solve Steiner D C D {python,java} {python} MST Cost = 1

  9. How good is CoverSteiner? T={ algorithms , java , graphics , python } Boston University Slideshow Title Goes Here {graphics,python,java} {algorithms,graphics} B A B A 1. Solve SetCover {algorithms,graphics,java} E 2. Solve Steiner C D {python,java} {python} MST Cost = Infty

  10. References Theodoros Lappas, Kun Liu, Evimaria Terzi, Finding a team of experts in social networks. KDD 2009: 467-476

  11. STRONG AND WEAK TIES

  12. Triadic Closure If two people in a social network have a friend in common, then there is an increased likelihood that they will become friends themselves at some point in the future Triangle

  13. Triadic Closure Snapshots over time:

  14. Clustering Coefficient (Local) clustering coefficient for a node is the probability that two randomly selected friends of a node are friends with each other (form a triangle) 2 | { } | e ๏ƒŽ ๏ƒŽ , , , size of N , N neigborhoo d of e E u u Ni k u jk ๏€ฝ jk i j i i i C i ๏€ญ ( 1 ) k k i i Fraction of the friends of a node that are friends with each other (i.e., connected) ๏ƒฅ triangles centered at node i (1) C ๏€ฝ i ๏ƒฅ triples centered at node i i

  15. Clustering Coefficient 1/6 1/2 Ranges from 0 to 1

  16. Triadic Closure If A knows B and C, B and C are likely to become friends, but WHY? B A C 1. Opportunity 2. Trust 3. Incentive of A (latent stress for A, if B and C are not friends, dating back to social psychology, e.g., relating low clustering coefficient to suicides)

  17. The Strength of Weak Ties Hypothesis Mark Granovetter, in the late 1960s Many people learned information leading to their current job through personal contacts , often described as acquaintances rather than closed friends Two aspects ๏‚ง Structural ๏‚ง Local (interpersonal)

  18. Bridges and Local Bridges Bridge (aka cut-edge) An edge between A and B is a bridge if deleting that edge would cause A and B to lie in two different components AB the only โ€œrouteโ€ between A and B extremely rare in social networks

  19. Bridges and Local Bridges Local Bridge An edge between A and B is a local bridge if deleting that edge would increase the distance between A and B to a value strictly more than 2 Span of a local bridge: distance of the its endpoints if the edge is deleted

  20. Bridges and Local Bridges An edge is a local bridge, if an only if, it is not part of any triangle in the graph

  21. The Strong Triadic Closure Property ๏‚ง Levels of strength of a link ๏‚ง Strong and weak ties ๏‚ง May vary across different times and situations Annotated graph

  22. The Strong Triadic Closure Property If a node A has edges to nodes B and C, then the B-C edge is especially likely to form if both A-B and A-C are strong ties A node A violates the Strong Triadic Closure Property, if it has strong ties to two other nodes B and C, and there is no edge (strong or weak tie) between B and C. A node A satisfies the Strong Triadic Property if it does not violate it B S A X S C

  23. The Strong Triadic Closure Property

  24. Local Bridges and Weak Ties Local distinction: weak and strong ties -> Global structural distinction: local bridges or not Claim: If a node A in a network 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 Proof: by contradiction Relation to job seeking?

  25. The role of simplifying assumptions: ๏‚ง Useful when they lead to statements robust in practice, making sense as qualitative conclusions that hold in approximate forms even when the assumptions are relaxed ๏‚ง Stated precisely, so possible to test them in real-world data ๏‚ง A framework to explain surprising facts

  26. Tie Strength and Network Structure in Large-Scale Data How to test these prediction on large social networks?

  27. Tie Strength and Network Structure in Large-Scale Data Communication network: โ€œwho -talks-to- whomโ€ Strength of the tie : time spent talking during an observation period Cell-phone study [Omnela et. al., 2007] โ€œwho -talks-to-whom networkโ€, covering 20% of the national population ๏‚ง Nodes: cell phone users ๏‚ง Edge: if they make phone calls to each other in both directions over 18-week observation periods Is it a โ€œsocial networkโ€? Cells generally used for personal communication + no central directory, thus cell- phone numbers exchanged among people who already know each other Broad structural features of large social networks ( giant component , 84% of nodes)

  28. Generalizing Weak Ties and Local Bridges So far: ๏ƒผ Either weak or strong ๏ƒผ Local bridge or not Tie Strength: Numerical quantity (= number of min spent on the phone) Quantify โ€œlocal bridgesโ€, how?

  29. Generalizing Weak Ties and Local Bridges Bridges โ€œalmostโ€ local bridges ๏‰ | | N N i j Neighborhood overlap of an edge e ij ๏• | | N N (*) In the denominator we do not count A or B i j themselves Jaccard coefficient A: B, E, D, C F: C, J, G 1/6 When is this value 0?

  30. Generalizing Weak Ties and Local Bridges Neighborhood overlap = 0: edge is a local bridge Small value: โ€œalmostโ€ local bridges 1/6 ?

  31. Generalizing Weak Ties and Local Bridges: Empirical Results How the neighborhood overlap of an edge depends on its strength (Hypothesis: the strength of weak ties predicts that neighborhood overlap should grow as tie strength grows) (*) Some deviation at the right-hand edge of the plot sort the edges -> for each edge at which percentile Strength of connection (function of the percentile in the sorted order)

  32. Generalizing Weak Ties and Local Bridges: Empirical Results How to test the following global (macroscopic) level hypothesis: Hypothesis: weak ties serve to link different tightly-knit communities that each contain a large number of stronger ties

  33. Generalizing Weak Ties and Local Bridges: Empirical Results Delete edges from the network one at a time - Starting with the strongest ties and working downwards in order of tie strength - giant component shrank steadily -Starting with the weakest ties and upwards in order of tie strength - giant component shrank more rapidly, broke apart abruptly as a critical number of weak ties were removed

  34. Social Media and Passive Engagement People maintain large explicit lists of friends Test: How online activity is distributed across links of different strengths

  35. Tie Strength on Facebook Cameron Marlow, et al, 2009 At what extent each link was used for social interactions Three (not exclusive) kinds of ties (links) 1. Reciprocal (mutual) communication: both send and received messages to friends at the other end of the link 2. One-way communication: the user send one or more message to the friend at the other end of the link 3. Maintained relationship: the user followed information about the friend at the other end of the link (click on content via News feed or visit the friend profile more than once)

  36. Tie Strength on Facebook More recent connections

  37. Tie Strength on Facebook Even for users with very large number of friends ๏‚ง actually communicate : 10-20 ๏‚ง number of friends follow even passively <50 Passive engagement (keep up with friends by reading about them even in the absence of communication) Total number of friends

  38. Tie Strength on Twitter Huberman, Romero and Wu, 2009 Two kinds of links ๏‚ง Follow ๏‚ง Strong ties (friends): users to whom the user has directed at least two messages over the course if the observation period

  39. Social Media and Passive Engagement ๏‚ง Strong ties require continuous investment of time and effort to maintain (as opposed to weak ties) ๏‚ง Network of strong ties still remain sparse ๏‚ง How different links are used to convey information

  40. Closure, Structural Holes and Social Capital Different roles that nodes play in this structure Access to edges that span different groups is not equally distributed across all nodes

  41. Embeddedness A has a large clustering coefficient ๏‚ง Embeddedness of an edge: number of common neighbors of its endpoints (neighborhood overlap, local bridge if 0) For A, all its edges have significant embeddedness 3 2 3 (sociology) if two individuals are connected by an embedded edge => trust ๏‚ง โ€œPut the interactions between two people on displayโ€

  42. Structural Holes (sociology) B-C, B-D much riskier, also, possible contradictory constraints Success in a large cooperation correlated to access to local bridges B โ€œspans a structural holeโ€ ๏‚ง B has access to information originating in multiple, non interacting parts of the network ๏‚ง An amplifier for creativity ๏‚ง Source of power as a social โ€œgate - keepingโ€ Social capital

  43. ENFORCING STRONG TRIADIC CLOSURE

  44. The Strong Triadic Closure Property If we do not have the labels, how can we label the edges so as to satisfy the Strong Triadic Closure Property?

  45. Problem Definition โ€ข Goal: Label (color) ties of a social network as Strong or Weak so that the Strong Triadic Closure property holds. โ€ข MaxSTC Problem: Find an edge labeling (S, W) that satisfies the STC property and maximizes the number of Strong edges. โ€ข MinSTC Problem: Find an edge labeling (S, W) that satisfies the STC property and minimizes the number of Weak edges. 75

  46. Complexity โ€ข Bad News: MaxSTC and MinSTC are NP-hard problems! โ€“ Reduction from MaxClique to the MaxSTC problem. โ€ข MaxClique: Given a graph ๐ป = (๐‘Š, ๐น) , find the maximum subset ๐‘Š โŠ† ๐‘Š that defines a complete subgraph. 76

  47. Reduction โ€ข Given a graph G as input to the MaxClique problem Input of MaxClique problem

  48. Reduction โ€ข Given a graph G as input to the MaxClique problem โ€ข Construct a new graph by adding a node u and a set of edges ๐‘ญ ๐’— to all nodes in G MaxEgoSTC is at least as hard as MaxSTC The labelings of pink and green edges are independent ๐‘ฃ MaxEgoSTC: Label the edges in ๐‘ญ ๐’— into Strong or Weak so as to satisfy STC and maximize the number of Strong edges

  49. Reduction โ€ข Given a graph G as input to the MaxClique problem โ€ข Construct a new graph by adding a node u and a set of edges ๐‘ญ ๐’— to all nodes in G Input to the MaxEgoSTC problem ๐‘ฃ MaxEgoSTC: Label the edges in ๐‘ญ ๐’— into Strong or Weak so as to satisfy STC and maximize the number of Strong edges

  50. Reduction โ€ข Given a graph G as input to the MaxClique problem โ€ข Construct a new graph by adding a node u and a set of edges ๐‘ญ ๐’— to all nodes in G Q Find the max clique Q in G Maximize Strong edges in ๐‘ญ ๐’— ๐‘ฃ MaxEgoSTC: Label the edges in ๐‘ญ ๐’— into Strong or Weak so as to satisfy STC and maximize the number of Strong edges

  51. Approximation Algorithms โ€ข Bad News: MaxSTC is hard to approximate. โ€ข Good News: There exists a 2-approximation algorithm for the MinSTC problem. โ€“ The number of weak edges it produces is at most two times those of the optimal solution. โ€ข The algorithm comes by reducing our problem to a coverage problem

  52. Set Cover โ€ข The Set Cover problem: โ€“ We have a universe of elements ๐‘‰ = ๐‘ฆ 1 , โ€ฆ , ๐‘ฆ ๐‘‚ โ€“ We have a collection of subsets of U, ๐‘ป = {๐‘‡ 1 , โ€ฆ , ๐‘‡ ๐‘œ } , such that ๐‘‡ ๐‘— = ๐‘‰ ๐‘— โ€“ We want to find the smallest sub-collection ๐‘ซ โŠ† ๐‘ป of ๐‘ป , such that ๐‘‡ ๐‘— = ๐‘‰ ๐‘‡ ๐‘— โˆˆ๐‘ซ โ€ข The sets in ๐‘ซ cover the elements of U

  53. Example milk โ€ข The universe U of elements is the set of customers of a store. coffee โ€ข Each set corresponds to a product p sold in the store: coke ๐‘‡ ๐‘ž = {๐‘‘๐‘ฃ๐‘ก๐‘ข๐‘๐‘›๐‘“๐‘ ๐‘ก ๐‘ขโ„Ž๐‘๐‘ข ๐‘๐‘๐‘ฃ๐‘•โ„Ž๐‘ข ๐‘ž} โ€ข Set cover: Find the minimum beer number of products (sets) that cover all the customers tea (elements of the universe)

  54. Example milk โ€ข The universe U of elements is the set of customers of a store. coffee โ€ข Each set corresponds to a product p sold in the store: coke ๐‘‡ ๐‘ž = {๐‘‘๐‘ฃ๐‘ก๐‘ข๐‘๐‘›๐‘“๐‘ ๐‘ก ๐‘ขโ„Ž๐‘๐‘ข ๐‘๐‘๐‘ฃ๐‘•โ„Ž๐‘ข ๐‘ž} โ€ข Set cover: Find the minimum beer number of products (sets) that cover all the customers tea (elements of the universe)

  55. Example milk โ€ข The universe U of elements is the set of customers of a store. coffee โ€ข Each set corresponds to a product p sold in the store: coke ๐‘‡ ๐‘ž = {๐‘‘๐‘ฃ๐‘ก๐‘ข๐‘๐‘›๐‘“๐‘ ๐‘ก ๐‘ขโ„Ž๐‘๐‘ข ๐‘๐‘๐‘ฃ๐‘•โ„Ž๐‘ข ๐‘ž} โ€ข Set cover: Find the minimum beer number of products (sets) that cover all the customers tea (elements of the universe)

  56. Vertex Cover โ€ข Given a graph ๐ป = (๐‘Š, ๐น) find a subset of vertices ๐‘‡ โŠ† ๐‘Š such that for each edge ๐‘“ โˆˆ ๐น at least one endpoint of ๐‘“ is in ๐‘‡ . โ€“ Special case of set cover, where all elements are edges and sets the set of edges incident on a node. โ€ข Each element is covered by exactly two sets

  57. Vertex Cover โ€ข Given a graph ๐ป = (๐‘Š, ๐น) find a subset of vertices ๐‘‡ โŠ† ๐‘Š such that for each edge ๐‘“ โˆˆ ๐น at least one endpoint of ๐‘“ is in ๐‘‡ . โ€“ Special case of set cover, where all elements are edges and sets the set of edges incident on a node. โ€ข Each element is covered by exactly two sets

  58. MinSTC and Coverage โ€ข What is the relationship between the MinSTC problem and Coverage? โ€ข Hint: A labeling satisfies STC if for any two edges (๐‘ฃ, ๐‘ค) and (๐‘ค, ๐‘ฅ) that form an open triangle at least one of the edges is labeled weak ๐‘ฃ ๐‘ค ๐‘ฅ

  59. Coverage โ€ข Intuition โ€“ STC property implies that there cannot be an open triangle with both strong edges โ€“ For every open triangle: a weak edge must cover the triangle โ€“ MinSTC can be mapped to the Minimum Vertex Cover problem. 89

  60. Dual Graph โ€ข Given a graph ๐ป , we create the dual graph ๐ธ : โ€“ For every edge in ๐ป we create a node in ๐ธ . โ€“ Two nodes in ๐ธ are connected if the corresponding edges in ๐ป participate in an open triangle . Initial Graph ๐ป Dual Graph ๐ธ ๐ต๐ท ๐ต ๐น ๐ต๐ถ ๐ถ ๐ท๐บ ๐ต๐น ๐ธ ๐ท ๐ถ๐ท ๐ธ๐น ๐บ ๐ท๐ธ

  61. Minimum Vertex Cover - MinSTC โ€ข Solving MinSTC on ๐ป is reduced to solving a Minimum Vertex Cover problem on ๐ธ . ๐‘ฉ๐‘ซ ๐ต ๐น ๐‘ฉ๐‘ช ๐ถ ๐‘ซ๐‘ฎ ๐‘ฉ๐‘ญ ๐ธ ๐ท ๐‘ช๐‘ซ ๐‘ฌ๐‘ญ ๐บ ๐‘ซ๐‘ฌ 91

  62. Approximation Algorithms Approximation algorithms for the Minimum Vertex Cover problem: Maximal Matching Algorithm Greedy Algorithm ๏‚ง ๏‚ง Output a maximal matching Greedily select each time the vertex that covers โ€ข Maximal Matching: A collection of non-adjacent most uncovered edges. edges of the graph where no additional edges can be added. Approximation Factor: log n Approximation Factor: 2 Given a vertex cover for dual graph D, the corresponding edges of ๐ป are labeled Weak and the remaining edges Strong.

  63. Experiments โ€ข Experimental Goal: Does our labeling have any practical utility?

  64. Datasets โ€ข Actors: Collaboration network between movie actors. (IMDB) โ€ข Authors: Collaboration network between authors. (DBLP) โ€ข Les Miserables: Network of co-appearances between characters of Victor Hugo's novel. (D. E. Knuth) โ€ข Karate Club: Social network of friendships between 34 members of a karate club. (W. W. Zachary) โ€ข Amazon Books: Co-purchasing network between books about US politics. (http://www.orgnet.com/) Dataset Number of Nodes Number of Edges Actors 1,986 103,121 Authors 3,418 9,908 Les Miserables 77 254 Karate Club 34 78 Amazon Books 105 441

  65. Comparison of Greedy and MaximalMatching Greedy Maximal Matching Strong Weak Strong Weak Actors 11,184 91,937 8,581 94,540 Authors 3,608 6,300 2,676 7,232 Les Miserables 128 126 106 148 Karate Club 25 53 14 64 Amazon Books 114 327 71 370

  66. Measuring Tie Strength โ€ข Question: Is there a correlation between the assigned labels and the empirical strength of the edges? โ€ข Three weighted graphs: Actors, Authors, Les Miserables. โ€“ Strength: amount of common activity. Mean activity intersection for Strong, Weak Edges Strong Weak Actors 1.4 1.1 Authors 1.34 1.15 Les Miserables 3.83 2.61 ๏ฌ The differences are statistically signicant

  67. Measuring Tie Strength โ€ข Frequent common activity may be an artifact of frequent activity. โ€ข Fraction of activity devoted to the relationship โ€“ Strength: Jaccard Similarity of activity Jaccard Similarity = Common Activities Union of Activities Mean Jaccard similarity for Strong, Weak Edges Strong Weak Actors 0.06 0.04 Authors 0.145 0.084 ๏ฌ The differences are statistically signicant

  68. The Strength of Weak Ties โ€ข [Granovetter] People learn information leading to jobs through acquaintances (Weak ties) rather than close friends (Strong ties). โ€ข [Easly and Kleinberg] Graph theoretic formalization: โ€“ Acquaintances (Weak ties) act as bridges between different groups of people with access to different sources of information. โ€“ Close friends (Strong ties) belong to the same group of people, and are exposed to similar sources of information.

  69. Datasets with known communities โ€ข Amazon Books โ€“ US Politics books : liberal, conservative, neutral. โ€ข Karate Club โ€“ Two fractions within the members of the club. 99

  70. Weak Edges as Bridges โ€ข Edges between communities (inter-community) โ‡’ Weak โ€“ ๐‘† ๐‘‹ = Fraction of inter-community edges that are labeled Weak. โ€ข Strong โ‡’ Edges within the community (intra-community). โ€“ ๐‘„ ๐‘‡ = Fraction of Strong edges that are intra-community edges ๐‘„ ๐‘† ๐‘‹ ๐‘‡ Karate Club 1 1 Amazon Books 0.81 0.69

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