Measurement and Analysis of an Online Content Voting Network: A Case Study of Digg

Size: px
Start display at page:

Download "Measurement and Analysis of an Online Content Voting Network: A Case Study of Digg"

Transcription

1 Measurement and Analysis of an Online Content Voting Network: A Case Study of Digg Yingwu Zhu Department of CSSE, Seattle University Seattle, WA 9822, USA zhuy@seattleu.edu ABSTRACT In online content voting networks, aggregate user activities (e.g., submitting and rating content) make high-quality content thrive through the unprecedented scale, high dynamics and divergent quality of user generated content (UGC). To better understand the nature and impact of online content voting networks, we have analyzed Digg, a popular online social news aggregator and rating website. Based on a large amount of data collected, we provide an in-depth study of Digg. We study structural properties of Digg social network, revealing some strikingly distinct properties such as low link symmetry and the power-law distribution of node outdegree with truncated tails. We explore impact of the social network on user digging activities, and investigate the issues of content promotion, content filtering, vote spam and content censorship, which are inherent to content rating networks. We also provide insight into design of content promotion algorithms and recommendation-assisted content discovery. Overall, we believe that the results presented in this paper are crucial in understanding online content rating networks. Categories and Subject Descriptors H.m [Information Systems]: Miscellaneous; J.4 [Computer Applications]: Social and Behavioral Sciences complexity measures, performance measures General Terms Human Factors, Measurement Keywords content filtering, content promotion, social networks. INTRODUCTION The advent of user generated content (UGC) has dramatically reshaped the landscape of Internet, shifting the role of many websites from creating online content to providing facilities for Internet users to publish their own content and empowering the role of Internet users from content consumers only to content publishers, referees and consumers. Online content rating networks are among such websites. Example systems include YouTube [8], Flickr [3] and Digg [2] Copyright is held by the International World Wide Web Conference Committee (IW3C2). Distribution of these papers is limited to classroom use, and personal use by others. WWW 200, April 26 30, 200, Raleigh, North Carolina, USA. ACM /0/04. where users share and rate videos, photos and news, respectively. Driven by unprecedented scale, high dynamics and divergent quality of UGC, online content rating networks are creating new viewing patterns, information filtering techniques, content discovery channels and social interactions. One striking feature in online content rating networks is that popularity and availability of content are driven by users participation, i.e., rating or voting on content. For example, Digg and Flickr have a front page that features popular content which is representative of what a wide base of Internet users like the most. Content displayed in the front page often receives several million views per day, opening up opportunity for adversarial users and advertisers to game the system [6]. The tension between the finite space of the front page and proliferation of UGC, also calls for effective content discovery channels for users to find interesting content. Moreover, online content voting networks include a social network: users establish social links (e.g., friend and fan links). The social network can affect the way users share, search, browse and rate content; on the other hand, users activities such as submitting and rating content can help build up social links and thus boost their profile within the community []. To understand the nature and impact of online content voting networks, we in this paper analyze Digg, a popular social news aggregator and voting website. The main contribution of this paper is an extensive trace-driven analysis of users digging activities on submitted stories. To this extent, we have collected a large amount of digg data spanning from the launch of Digg (2004/2/0) to 2009/04/6. We have also crawled the social network graph, more specifically, the large weakly connected component (WCC). To the best of our knowledge, this work is the first to extensively study user voting activities on content, and impact of the social network on content rating and vice versa. Our analysis yields very interesting findings regarding structural properties of the social network, the distribution of user diggs, content promotion, content filtering, content censorship and content discovery. The highlights of our work could be summarized as follows: We analyze the structural properties of Digg social network. Surprisingly, the Digg social network has strikingly distinct properties from other previously studied online social networks [20]: () It has low link symmetry; (2) The node outdegree distribution exhibits power-law with a truncated tail; (3) It exhibits weak

2 correlation of indegree and outdegree; (4) Nodes tend to connect to other nodes with different degree from their own. Examination of our over 52 months worth of digg trace data reveals stable digging activities across users: A few users are very active in digging stories (e.g., a couple hundred diggs per day) while an overwhelming majority of users digg less than one story per day. By analyzing the correlation of users social links and their diggs, we show that: () Users digg more with increasing number of fans (or incoming/fan links); (2) Users digg more as the number of friends increases until reaching 200 friends. Beyond that, there is no strong correlation of the number of friend links and diggs. Investigation on inter-digg time intervals and entropy distribution of user diggs indicates presence of digg spammers. The findings can be of great value to online content voting networks like Digg in order to make their story promotion algorithms resilient to vote spam. The number of diggs and digg rate are influential to promotion of a story. More interestingly, we provide evidence of content censorship in story promotion. We also show that users are not equally influential in story promotion: A few users are more influential due to their high visibility in the community. The influential users could become source of system gaming. We investigate impact of content filtering (including the friends interface and story promotion) on users viewing and rating content. We highlight that the friends interface influences those users with fewer number of friends, and the story promotion is substantially influential to users. Leveraging our findings, we provide insight into design of the story promotion algorithm and a recommendationassisted content discovery mechanism that helps users to find interesting content. The remainder of the paper is organized as follows. Section 2 describes background on Digg and measurement methodology. We analyze structural properties of the social network in Section 3 and user digging activities in Section 4. Section 5 provides related work and we conclude the paper in Section BACKGROUND AND MEASUREMENT METHODOLOGY 2. Background Digg is a popular online news aggregation site where users submit and rate stories. When a user submits a story, the story is first placed on the upcoming stories section, which is the place where users browse recently submitted stories and digg what they like the best. If a story receives enough diggs and meets promotion requirements, the story gets promoted and is moved to the popular stories section which we call the front page. In the front page, stories are more visible to the community and can receives several million visits per day. Table : High-level statistics of Digg crawl. # of nodes in WCC 580, 228 # of friend links in WCC 6, 757, 789 Avg. # of friends per user.65 Frac. of links symmetric 39.4% Duration of PT 2004/2/0-2009/03/6 # of diggs in PT 54, 29, 256 Avg. # of diggs per user in PT 265 Duration of ST 2009/03/7-2009/04/6 Frac. of users in WCC dugg in ST 0.22 # of submitted stories in ST 257, 536 # of popular stories in ST 4, 57 # of upcoming stories in ST 252, 965 Frac. of diggs submitted by WCC 90.75% Digg includes a social network: A registered user can invite other registered users as her friends; a user can also be befriended by other users who become her fans. The friend and fan links create a directional graph among users. Through the friends interface, Digg allows users to track friends activities (e.g., stories they recently submitted and voted for). 2.2 Measurement Methodology To investigate structural properties of Digg social network, we focus on the large weakly connected component (WCC), structurally the most interesting part of a social network [20]. Leveraging Digg APIs, our crawl of the WCC started with the user kevinrose, the founder of Digg and inserted the user name into an initially empty queue. At each step, our crawl script removed a user from the queue, retrieved a list of the user s friends and fans, and added unvisited friends and fans into the queue. The crawl script continued until the queue is exhausted. Digg limits the rate at which a single IP address can download information. It took about one week to crawl the WCC and The crawling process ended on March 6, For each user in the crawled graph we fetched her diggs submitted between 2004/2/0 and 2009/03/6. We call this digg data trace Primary Trace (PT). In addition, we collected one month worth of digg data trace spanning from 2009/03/7 to 2009/04/6, which we call Secondary Trace (ST). ST is used to examine correlation of the user graph and user digging activities because: () the user graph was evolving as users joined over the time period of PT; and (2) the crawled graph is a snapshot of Digg social network around 2009/03/6 and is assumed to be relatively stable over the duration of ST. Table shows high-level statistics of the data we collected. Note that both PT and ST contain all the diggs submitted by all users in WCC within the specified period, and the diggs submitted by users in WCC constitute 90.75% of total diggs submitted by the entire community. This shows that WCC is not only structurally the most interesting component in the social network, but also logically the most valuable piece in analysis of user diggs. 3. ANALYSIS OF NETWORK STRUCTURE In this section, we characterize the structural properties of the Digg social network, to answer a major question: Does it show similar structural characteristics with other online social networks [7, 20]?

3 P(Indegree>=x) P(Outdegree>=x) Degree Fraction of links Indegree 0.2 Outdegree Fraction of users Figure : Log-log plot of indegree (left) and outdegree (right) complementary cumulative distribution functions (CCDF). Digg network shows properties consistent with power-law networks. 3. Link Symmetry Users create social links in online social networks. For instance, a user may invite any other users to be her friends. Upon acceptance of the invitation, the invitee may reciprocate by pointing back to the inviter (often without scrutiny), thereby creating a high degree of link symmetry. Previous studies [20, 7] have observed a significant level of reciprocity (62 00%) in Flickr, LiveJournal [4], YouTube, Yahoo! 360 [7] and Orkut [5]. Table shows reciprocity of the Digg graph is 39.4%, far lower than those of the aforementioned online social networks. The Web graph does not show a high level of link symmetry among web pages, and thus search engines leverage this to identify reputed source of information to rank search results (i.e., PageRank [22]). As will be discussed later, our findings suggest Digg possibly suffers Sybil attacks by which attackers create many identities to digg a story in order to surface it to the front page for various purposes (e.g., advertisement and profits). We may leverage the low link symmetry in Digg to defend against Sybil attacks by using PageRank-like algorithms to rank users and weigh their votes. 3.2 Power-law Node Degree One striking property of online social networks is that their node degree distribution follows a power-law. That is, the majority of nodes have small degree while a few nodes have significantly higher degree. Figure shows the indegree and outdegree complementary cumulative distribution functions (CCDF) for Digg. The indegree distribution exhibits a power-law. The most straightforward explanation is the preferential attachment process: the probability of a user i connecting to a user j is proportional to the number of j s existing fans (or incoming links). However, the outdegree distribution does not have a power-law tail. Note a sharp drop at the degree of 860. The explanation is: () Digg users do not often reciprocate their fans by pointing back (and thus creating friend links), as indicated by the low link symmetry we have revealed; and (2) Digg user activities are centered on submitting and digging stories, which are more effective than simply connecting to others in boosting their profiles within the Digg community []. As shown in Section 4.2, users digging more stories have higher indegree. This may imply that digging stories increases one s visibility in the community, thus attracting more incoming links. Figure 2 plots the distribution of incoming and outgoing links across nodes in Digg graph. Digg shows similar distributions for incoming and outgoing links. For example, Figure 2: nodes. Overlap Plot of the distribution of links across Fraction of Users (ordered by out/indegree) Outdegree to Indegree Ratio Figure 3: Plot of the overlap between top x% of nodes ranked by outdegree and indegree (left) and CDF of outdegree to indegree ratio (right). about.5% of users account for 60% of all incoming and outgoing links. The difference between the two curves mainly comes from the fact that a significant portion (55.2%) of users do not have friends but many of them have fan links. This further confirms our conjecture that digging stories is more important than creating friend links in boosting one s visibility. 3.3 Correlation of Indegree and Outdegree In social networks such as YouTube, Flickr and LiveJournal, the nodes with high outdegree tend to have high indegree. For example, in all these three networks, the top % of nodes ordered by outdegree has a more than 65% overlap with the top % of nodes ranked by indegree [20]. The left plot in Figure 3 shows that Digg exhibits less overlap between the top x% of nodes ranked by indegree and outdegree. For instance, the top % of nodes ordered by outdegree has a 58% overlap with the top % of nodes ranked by indegree. We have extrapolated that many high-indegree users have boosted their visibility to the community by submitting and digging stories, instead of aggressively making friends. In addition, we examined the indegree and outdegree of individual nodes in Digg. The right plot in Figure 3 shows the cumulative distribution of outdergee-to-indegree ratio for Digg. The CDF for Digg differs from those of YouTube, LiveJournal and Flickr in two ways: () about 55.2% of nodes have outdgree of zero; and (2) about 4.56% of nodes have an indegree within 20% of their outdegree while the percentage for the other three social networks is more than 50% [20]. In summary, Digg exhibits much weaker correlation of indegree and outdegree than the other three social networks. This can be explained by a much lower level of link symmetry in Digg. 3.4 Link Degree Correlation Which users tend to connect to each other in Digg? To answer this question, we used the joint degree distribution (JDD) which is approximated by the degree correlation function K nn. K nn denotes a mapping between outdegree and CDF

4 K nn Degree Clustering coefficient Outdegree Figure 4: Log-log plot of the outdegree versus the average indegree of friends (left) and average clustering coefficient of users with different outdegrees (right). the average indegree of all nodes connected to nodes of that outdegree [20]: An increasing K nn implies a tendency of higher-degree nodes to connect to other high-degree nodes while a decreasing K nn indicates the opposite trend. The left plot in Figure 4 depicts K nn for Digg. Unlike Flickr, LiveJournal and Orkut showing the trend for high-degree nodes to connect to other high-degree nodes observed in [20], Digg exhibits different behavior, due to the celebrity -driven nature. That is, there are a few extremely popular users in Digg to whom many unpopular users link. To further explore this phenomenon, we calculated the assortativity coefficient r, a measure of the likelihood for nodes to connect to other nodes with similar degree. The assortativity coefficient r value lies between and ; a big r indicates tendency of nodes to link to nodes of similar degree and a negative r implies that nodes tend to link to nodes with very different degree from their own. We found that the assortativity coefficient r for Digg is Clustering Coefficient Next, we explore connection density of the neighborhood of a node, which is quantified by the clustering coefficient. Formally speaking, the clustering coefficient of a node with N neighbors is defined as ratio of the number of directed links existing between the node s N neighbors and the number of possible directed links that could exist between the node s neighbors (N(N )). The clustering coefficient of the Digg graph is the average of individual nodes clustering coefficients, with a typical value of This is consistent with those of YouTube, Orkut, Flickr and LiveJournal (ranging from 0.36 to 0.330) [20]. It shows that users in social networks tend to be introduced to other users via mutual friends, increasing the probability that two friends of a single user are also friends. The right plot in Figure 4 shows the clustering coefficients of nodes with respect to their outdegree. Nodes of low outdegree have higher clustering coefficients, indicating significant clustering among low-outdegree nodes. High-outdegree nodes, on the other hand, show much lower clustering coefficients due to their large number of diverse friends. 3.6 Summary While Digg social network shares some similar structural properties (e.g., the power-law node indegree distribution and clustering coefficient) with other studied social networks, it has the following strikingly different properties: Digg shows a much lower level of link symmetry, which can be exploited to identify reputed source of diggs to combat spammers and Sybil attacks. The node outdegree distribution does not have a powerlaw tail. This can be attributed to the low level of link symmetry and user activities centered on submitting and digging stories instead of aggressively creating friend links in Digg. Digg exhibits weaker correlation of indegree and outdegree. Nodes with high outdegree do not necessarily have high indegree. Digg does not have a tendency of higher degree nodes to connect to other high degree nodes. Instead, nodes tend to connect to nodes with very different degree from their own. 4. ANALYSIS OF CONTENT VOTING AC- TIVITIES Unlike many other online social networks that are centered on building social relationships and sharing information, Digg, a news aggregator site, is centered around user voting on submitted stories to make them popular or not. Users vote on stories for different goals. Some users digg stories they like the best and share them with other users; some users digg stories as a means to boost their profiles within the community (e.g., become a friend of the users who submitted the stories they dugg); and some other users attempt to game Digg to make some articles (e.g., advertisement, and phishing articles) promoted to the front page to receive several million page views per day (often for profits). As a result, it is significantly important to examine users voting activities which is not only helpful to understand user behavior and how stories get promoted, but also beneficial to system designs including story promotion algorithms and resource allocations (e.g., promotion of stories will attract more and more user attention including diggs and comments which need more resources to handle). 4. Statistics of User Diggs First, we quantify the total number of diggs and daily average number of diggs submitted by individual users in PT and ST. Figure 5 depicts CCDFs of the total and daily average diggs across users. Several important observations can be made: () The shapes of the two plots for daily diggs closely match, implying stable digging activities across users. (2) A significant portion of users do not vote. For example, 20.2% and 78.0% of users did not vote in PT and ST, respectively. (3) A few users are very active in digging stories, e.g., a couple hundred diggs per day; while an overwhelming majority of users on average cast less than one vote per day. For the overwhelming majority of users, since they digg infrequently, most of them probably follow a read-then-digg pattern: Read an article first and then digg it if they like it. For those users passionate in digging stories, however, they may exhibit a different pattern. We illustrate this by an example. Suppose an active user diggs 200 stories per day and follows a read-then-digg pattern. Also assume that reading an article (probably also spending time finding the stories) takes 2.5 minutes. Then, the active user has to The average diggs for a user is based on the time period from the first time the user dugg to the end time of the trace. We believe it is more reasonable to begin with the first time the user dugg than the user s registration time.

5 CCDF PDF 0 4 total (PT) daily avg (PT) 0 5 total (ST) daily avg (ST) (avg) Diggs Entropy Figure 5: Log-log plot of total diggs (top 2) and daily average diggs complementary cumulative distribution functions (CCDF). PDF Time (minutes) Perc. of diggs PT ST <=5 <=0 <=60 Digging interval (sec) Figure 6: Log-log plot of PDF of time intervals between users consecutive diggs in PT (left) and percentages of diggs submitted within 5, 0 and 60 seconds of their previous diggs (right). spend more than 8 hours a day. This is a large amount of time invested in Digg unless we suspect the user of either not following the read-then-digg pattern (e.g., digging stories solely to boost her profile in the Digg community) or using an automatic script. Thus, we analyze the time intervals between a user s consecutive diggs. The left plot in Figure 6 displays PDF of time intervals between consecutive diggs by users in PT. Note that the time intervals follow a power-law distribution. Most of diggs by individual users are submitted close in time. In particular, about 35% of diggs are submitted within one minute or less 2 after their previous diggs. Such diggs unlikely result from the read-then-digg pattern because of the time to (find and) read an article. Diggs submitted by automatic scripts are most likely to be close in time. Golder et al. have used 5 seconds as the threshold of inter-message time for automatically generated messages and manual ones [5]. They classify those Facebook messages written within 5 seconds of the previous messages as spam. We do not intend to argue whether or not 5 seconds are an appropriate threshold to mark user diggs as spam or to infer user diggs generated by automatic scripts. The right plot in Figure 6 shows percentages of diggs submitted within 5, 0 and 60 seconds of inter-digg time. Both PT and ST have similar characteristics: A significant portion of diggs are indeed submitted close in time; for example, over 2.75% of diggs are generated within 5 seconds of their previous diggs. Inter-digg time interval is important to characterize a user s digging behavior. A user whose diggs are very close in time, very likely diggs a story not upon its content but for other purposes. For example, to boost her profile in the community, a user diggs stories hoping story submitters to reciprocate by connecting to her; a user may follow her friends to digg what they have dugg. Also, people are gaming Digg 2 If the inter-digg time interval is less than minute, we round it up to minute. Figure 7: Distribution of user diggs entropies in ST. to get their stories (e.g., advertisement) into the front page. Subvert and Profit [6] is a service to sell home page placement on Digg by charging advertisers for a vote; users may sell their votes to such service companies for profits, thereby creating spam diggs. We also conduct a complementary analysis that summarizes the digging activity of each user by their entropies. We group a user s inter-digg times into 43 bins, by seconds ( 59), minutes ( 59), and hours till 24 hours ( 24, inter-digg times over 24 hours are grouped into one same bin). The user s entropy is computed by X43 H(X) = p(x i) log p(x i) i= Where p(x i) denotes the probability of the user s interdigg times falling into the i-th bin. Entropy here is a measure of inherent randomness in a user s digging activity. Figure 7 plots distribution of entropies across users in ST. A significant portion of users (over 0.2) have an entropy of zero while a small fraction of users have very high entropies. We expect that automatic scripts or any other form of automatic behavior would have a high entropy. The entropy distribution reveals presence of digg spammers. User-driven social content websites like Digg, should have to identify and handle spam votes if they want to retain democracy of content rating which is one of the driving factors contributing to success of today s user-driven social content websites. We conjecture that user inter-digg time intervals and entropy analysis may be used to detect spammers, therefore making story promotion algorithms resilient to spam diggs. 4.2 Correlation of User Diggs and Social Links Next, we provide data to answer two questions: () Do people digg more actively if they have more friends? (2) Do people digg more actively if they are befriended by many others? Figure 8 depicts the average number of diggs (the left two plots) and the average number of daily diggs (the right two plots) against the number of friends and fans per user respectively for PT. We see that the number of friends does influence the users with up to 200 friends. That is, people digg more as the number of friends increases until reaching 200 friends. Beyond 200 friends, there is no strong correlation of the number of friends and digging activity. However, we observe strong correlation of the number of fans and digging activity: People digg more with increasing number of fans. This can be explained by three factors: () People increase their visibility to the community through more diggs, thus attracting more users to connect to them and to become their fans; (2) People with more

6 Avg # of diggs # of friends Avg # of daily diggs # of fans # of friends # of fans Figure 8: Avg. number of (daily) diggs versus number of social links. The left two plots are for avg number of diggs vs number of friends, and avg number of diggs vs number of fans; the right two plots are for avg number of daily diggs vs number of friends, and avg number of daily diggs vs number of fans. The trace PT is used. Avg # of diggs # of friends # of fans Figure 9: Avg. number of diggs versus number of social links. The left plot is for number of friends and the right plot is for number of fans. The trace ST is used. fans respond to celebrity pressure by digging more; and (3) People with more fans are likely to have been in the network longer, thereby accumulating more diggs. The first two factors are like the chicken-and-egg problem and it is hard to tell which dominates. To investigate the last factor, i.e., impact of user age (the time since registration) on the correlation of the number of fans and digging activity, Figure 9 shows the average number of diggs vs number of friends and number of fans in ST. ST minimizes noise of the last factor in the correlation. Similar characteristics are observed, though the correlation of the number of fans and digging activity is slightly diluted. 4.3 Story Promotion vs User Diggs The lifecycle of stories in Digg is as follows. A newly submitted story first goes to the upcoming stories section, displayed in reverse chronological order of submission time. If the story accumulates enough votes shortly and meets promotion requirements, it will be marked as a popular story and promoted to the front page, thereby becoming more visible to the community and receiving more visits. Otherwise, the story will be pushed down in the upcoming stories section as it ages, thereby becoming less visible and finally getting buried. While unrevealed to the public, the promotion algorithm is crucial to Digg. It should promote the content that a wide base of users like the most; it should be resilient to gaming [6] and Sybil attacks. For example, in ST we have found some upcoming stories, a significant portion of whose received diggs come from new voters who registered on the same day of the story s submission time. In the crawled Digg graph, we have also found many users whose usernames only differ in their trailing digits and whose registration times are close in time. We do not intend to use these findings as evidence of Sybil attacks. But, the promotion algorithm design should take attacks into account because the most CDF cutoff Number of diggs cutoff Score Figure 0: CDF of number of received diggs (left) and CDF of scores (right) for upcoming ( circle ) and popular ( square ) stories in ST. The number of diggs for an upcoming story includes all diggs received since the submission of the story until the end time of ST; The number of diggs for a popular story includes only the diggs received prior to its promotion time. profitable avenue for the attacks lies in the fact that the promoted content receives several million visits per day. To this end, we use ST to examine impact of user diggs on story promotion 3. Specifically, we have identified that number of diggs and digg rate play influential roles in story promotion. The left plot in Figure 0 shows CDF of number of diggs for upcoming and popular stories in ST. Apparently, the number of diggs strongly influences whether a story can become popular or not. Note that 92.% of upcoming stories received less than the cutoff value of 5 diggs while all popular stories received 5 diggs or more before promotion. Surprisingly, 7.9% of upcoming stories received same number of diggs as popular stories or even more (e.g., one upcoming story received, 936 diggs) but did not get promoted. We conclude that the number of diggs is not the only factor contributing to story promotion. Note that for popular stories we consider only the diggs received before their promotion while for upcoming stories we count all the diggs received over the duration of ST. We have extrapolated that digg rate, defined as the number of diggs received by a story for each hour, affects promotion. The left plot in Figure shows CDF of promotion ages across popular stories. We can see that most of stories (88.4%) get their promotion at age of one day or younger. 3 We believe Digg s story promotion algorithm undergoes changes. We suspect that the story promotion algorithm has changed over the long duration of PT. Thus, using ST we are able to more accurately characterize the behavior of the promotion algorithm due to its short duration and recency.

7 CDF day 3 days Promotion age (hours) Avg # of diggs upcoming popular day 3 days Hours Figure : Left: CDF of promotion ages across popular stories in ST. Right: Average digg rates for upcoming and popular stories in ST. Each data point represents average dig rate for upcoming or popular stories at each age (by hours). All stories become popular within 3 days after submission. We conclude that if a story will become popular, it will get promotion very soon. This suggests that digg rate is influential to promotion. The right plot in Figure shows average digg rates at each age (in terms of hours) for upcoming and popular stories. It only plots data up to 3 days since all popular stories get promotion by age of 3 days. For a popular story, if it gets promoted at age of m hours, then its diggs received after promotion are not counted and the story is excluded from calculating the data points after m hours. Simply put, we only show the digg rate prior to promotion for popular stories. From the figure, we can see that popular stories before promotion, receive a digg rate which is one order of magnitude higher than that of upcoming stories. We believe that the digg rate, particularly in the initial several hours, is very important to story promotion. In other words, if a story does not get sufficient diggs at its early age, it will lose visibility and finally get buried. We suspect that Digg s promotion algorithm treats each individual vote equally. Otherwise, the promotion algorithm is susceptible to gaming and Sybil attacks as attackers can create many identities to vote for a story in order to advance it to the front page. As discussed in Section 3., Digg shows only 39.4% link symmetry far lower than those of other online social networks (62% - 00%). Low level of link reciprocity makes it not only difficult for attackers to foster trust (friend) links from others, but also easy to identify reputed source. Inspired by PageRank [22] to measure importance of web pages, we used PageRank algorithm to weigh individual diggs. First, we ran PageRank in the crawled graph and computed a PageRank value w i for each user i. Then, w i is used to weigh user i s diggs. For an article A with m votes, the score is calculated by score(a) = X m w k. The k= right plot in Figure 0 shows CDF of scores for upcoming and popular stories and it shows similar characteristics with the left plot in Figure 0. One striking difference is that those upcoming stories which received more diggs than any of popular stories are subsumed by the score curve of popular stories. This indicates that many diggs on those upcoming stories come from insignificant users. Again, the digg rate adversely affects promotion of some upcoming stories with scores comparable to those of popular stories. In the subsequent section, we will show other promotion-related factors. 4.4 Controlled Democracy? It is widely believed that the content seen in the front page is representative of what a wide base of Digg users like the Number of diggs censored story upcoming popular hour day week month Age Figure 2: The average number of diggs received at different ages. The number of diggs for an upcoming story includes all diggs received from the submission of the story to the age of 3 days; The number of diggs for a popular story includes only the diggs received prior to its promotion time. For the censored story, we include all diggs it received from submission to the end time of ST. most, which leads us to believe that Digg is a democratic community: the voice of the majority is heard. However, after examining a sample of upcoming stories whose received diggs and digg rates are comparable to or even more than those of popular stories, we have found evidence of content censorship on advertisement, phishing articles and articles offensive to Digg. Figure 2 plots the average number of diggs accumulated at different ages for upcoming and popular stories as well as a censored story (an article against diggbar, a Digg toolbar product). Despite that the diggs and digg rate of the censored story at various ages are nearly one order of magnitude higher than those of popular stories, it is still not promoted at the time of writing (nearly two months after story submission). The story will be unlikely promoted noticing the flat tail of its curve. Our findings indicate that Digg buries stories by censoring content before they are promoted to the front page. Analysis of story promotion using PageRank to weigh diggs in Section 4.3 implies that user diggs are not equally assessed. Next, we examine ST to answer a question: Are Digg users equally powerful or a few are more influential? For a user i, let P i, P i, and U i denote the number of i s diggs on popular stories prior to their promotion (i.e., user i s diggs contribute to the promotion of the popular stories), the number of i s diggs on popular stories after their promotion, and the number of i s diggs on upcoming stories, respectively. Then, we use digg success rate, defined P as i P i +U i, to measure user i s digging power (i.e., capability of making an upcoming story popular). Note that P i is disregarded in the digg success rate. Figure 3 shows digging behavior of the users who dugg in ST. Only 22.5% of the users in the Digg graph dugg on stories as shown in Table. The x-axis denotes user ranks ordered decreasingly by their P i. It is straightforward that the fraction of popular stories drops as the user rank decreases. The top 00 users each contributes to the promotion of a significant portion ( %) of the popular stories by their diggs. Two important observations can be made in this figure. First, the top ranking users also have high fraction of total stories, which means they are among the most active users in digging. Second, the top 00 users all have good digging power with digg success rate ranging from 0.24 to By contrast, the low ranking users are very divergent in digging frequency and digging power: some users dugg infrequently

8 fraction of total stories fraction of popular stories digg success rate User ranks Figure 3: Digging behavior of users ranked by P i. Let P and U denote the number of popular stories and upcoming stories in ST, respectively. For a user i, the fraction of popular stories is defined as P i ; P The fraction of total stories is defined as P i+p i+u i, P +U indicating the user s digg frequency. but with very high success rate; some others dugg as much as some top users but with very low success rate. Overall, the top 00 users are more powerful because they not only digg the most but also promote stories the most. Further examination reveals that 76 of the top 00 users are among top 0.% (correspondingly 89 users are among top 0.5%) of the total users ranked by PageRank value in the crawled graph. Because high-indegree users tend to have high PageRank value and also they tend to digg more as shown in Section 4.2, the high digging power of these top 00 users result from their high visibility to the community. It is worth pointing out that 30.2% of the top 0.% users (ranked by PageRank value) did not digg in the trace. This further renders the top 00 users (shown in the figure) more influential in story promotion. Interviews with Digg users [6] reveal that the top users might exploit their digging power to game the system. 4.5 Content Filtering vs User Diggs Digg users discover and browse content in three ways: () using the front page to browse recently promoted stories; (2) using the upcoming page to view recently submitted stories; and (3) using the friends interface to see the stories her friends have recently submitted or dugg. The front page and the friends interface are essentially content filters, which sift content by the story promotion algorithm and friends taste respectively. Undoubtedly, content filtering influences how people view and rate content. The first question we raise is: Do friends diggs influence one s votes? To answer the question, leveraging VSM [] in IR algorithms we introduce a concept of vote similarity to quantify the influence of friends. For a user u and her m friends, let X and Y denote the user u s and her friends digg vector respectively. The digg vector X (or Y ) consists of m (or n) (s, f(s)) pairs, where s is the story the user (or her friends) dugg and f(s) is the number of diggs on the story s by the user (or her friends 4 ). For each pair (s i, f(s i)) in a digg vector, we replace it with (s i, w i) by using the dampened scheme [23] where w i = + logf(s i). Considering digg vector X, we normalize it as follows: For each (s i, w i) X, we normalize its weight w i and substitute it with a normalized weight w w i = i qpmj= w j 2. Following the above process, we get normalized digg vectors X and Y for the user and her friends respectively. 4 If k friends vote for s, then f(s) = k. CDF Digg random Vote similarity Avg vote similarity Digg random Number of friends Figure 4: The left figure plots CDF of vote similarity across users in ST. The right figure plots average vote similarity across the users with the same number of friends. random represents the corresponding randomized graph. Then, the vote similarity between the user u and her friends is: Sim(X, Y ) = X s i X Y w X,i w Y,i () Where w X,i and w Y,i are the normalized weight of story s i in X and Y respectively. The vote similarity lies in between [0, ]: A high value means that a user has dugg many same stories with her friends; a low value indicates that the user and her friends have dugg very few stories in common. Note that the vote similarity exaggerates influence of friends because a user digging on a same story with her friends does not necessary imply that the user follows her friends (e.g., a user dugg a same story with her friends in coincidence or a user dugg a same story earlier than her friends did). It represents the upper bound of friends influence. To better assess the influence of the friends on one s diggs, we also compare the vote similarities obtained in Digg with those computed in a corresponding randomized graph, one with the same number of nodes and degree distribution but with friend links randomly selected. Figure 4 shows vote similarity of users with their friends in Digg and the randomized graph respectively. Three main observations can be made: () Compared to the randomized graph, Digg users diggs are indeed influenced by their friends, especially those with a small number of friends. We speculate that users with fewer number of friends can more easily track their friends diggs and thus get influenced. (2) Most of (97.2%) users have vote similarity of less than 0.4 with their friends while a few (.9%) users have vote similarity of more than 0.5 with their friends; (3) The vote similarity for users with fewer number of friends ( 200) is consistent while that for users with higher number of friends is divergent. Further examination reveals that this is consistent with the correlation of users diggs and their number of friends in Figure 8: The number of diggs submitted by users with higher number of friends spans a wide range, thus resulting in a wide range of vote similarity. In summary, the friends interface indeed influences users digging behavior, especially those with fewer number of friends. Next, we explore how the front page impacts users on viewing and digging stories. In addition to collected diggs in ST, we have also gathered the users comments on the stories over the duration of ST, for better characterizing the users activities on content viewing and rating. To quantify the impact of promotion on popular stories, it is straightforward: For a popular story which is promoted at age of t, we compare the visits (diggs and comments) received prior to

9 Table 2: Impact of the front page on content viewing and rating. Upcoming Popular Diggs 95.2% 455.9% Comments 94.% 559.8% Diggs + Comments 95.% 462.2% Fraction of 0 4 diggs on upcoming stories diggs on popular stories stories Y04 07 Y08 Y09:/ 3/6 Y09:3/7 4/6 Time period Figure 5: Digg (story) vs submission time distributions of the stories dugg by users from 2009/03/7 to 2009/04/6. promotion and those received from age t to 2t. For upcoming stories, we use t = 72 hours. This is because all popular stories are promoted within 72 hours as mentioned in Section 4.3. However, we do not claim that 72 hours are the choice of the most appropriate. Table 2 shows impact of the front page on content viewing and rating in terms of percentage increase. The front page placement significantly boosts the number of votes and comments on the popular stories by times; the upcoming stories, sifted out by the promotion algorithm, rapidly lose 95% of user interactions. We thus conclude that story promotion, as an information filtering technique, significantly affects how people browse and rate information. Figure 5 shows both digg and story distributions vs submission time distribution of the stories dugg by users from 2009/03/7 to 2009/04/6. The diggs on upcoming stories represents diggs on stories (including prospective popular stories prior to their promotion) while the diggs on popular stories represents diggs on stories after their promotion. The y-axis is in log-scale. Note that users dugg a small portion of very old stories (even 5 years ago), including upcoming and popular stories 5. For the old popular stories (due to limited space in Digg s front page) and the old upcoming stories, they both are significantly less viewed and rated and thus get filtered. We have conjectured that users dugg them up via the friends interface. The small portion of the old stories and their diggs, confirms influence of the friends interface. Story age adversely affects diggs. For instance, recent stories (submitted from 2009/03/7 to 2009/04/6) absorb 96.% of all users diggs. Moreover, it confirms that popular stories draw significantly more votes than their counterparts thanks to content filtering by the story promotion algorithm, considering that the number of popular stories is far less than that of upcoming stories. 4.6 Summary We end this section with a brief summary of our findings: Both traces show stable digging activities across Digg users. An overwhelming majority of users digg stories 5 Even the first submitted story in 2004/2/0 was dugg by the users. infrequently while a small number of users are very active (i.e., a couple hundred diggs per day). Examination of inter-digg time intervals and entropy distribution of user digging behavior suggests existence of digg spam. Users with more visibility (i.e., more fans) have a tendency to digg more. Users are also more active in digging with increasing number of friends up to 200 friends; Beyond that, there is no strong correlation of the number of friends and digging frequency. The number of diggs and digg rate are among determinants of story promotion. Evidence indicates that Digg is censoring content. Analysis of story promotion using PageRank indicates that user diggs are not equally assessed. Users are not equally powerful in digging stories. A few users with high PageRank value have high digging power thanks to their high visibility (i.e., high number of fans) to the community. The influential users could be the source of system gaming. Information filtering presented in Digg includes the friends interface and the story promotion. The friends interface influences users on viewing and rating content, especially those with fewer number of friends. The story promotion is substantially influential to users. Our findings provide insights into design of the story promotion algorithm. The algorithm can leverage the low link symmetry in Digg to identify reputed source of diggs (as search engines leverage the same property in the Web to identify trusted Web pages), thus counteracting Sybil attacks. Analysis of inter-digg time intervals and entropy of diggs can help detect spammers, and thus makes story promotion aware of digg spam. Moreover, the algorithm should be resilient to gaming by the influential users. Our results have revealed that only those users with fewer number of friends are influenced by their friends on viewing and rating content, and that most users and their friends do not have many diggs in common. The limited space of the front page and upcoming page in Digg does not meet all users s needs in discovering interesting content. One remedy to content discovery is recommendation-assisted content discovery. We can cluster system-wide users based on their digg and submission activities 6 (e.g., by using bottom-up hierarchical clustering), and like-minded voters are grouped into same clusters. Users can go to a recommendation page consisting of stories voted and submitted by their cluster members to discover interesting content. 5. RELATED WORK A large body of previous studies (e.g., [9, 7, 0, 20]) have examined graph theoretic properties of many online social networks. While confirming some important findings in structural properties (e.g., power-law node indegree degree distribution and clustering), our study reveals strikingly different properties in Digg social network, such as a much lower degree of link symmetry and weaker correlation of indegree and outdegree. Some other previous studies (e.g., 6 Submission of a story can be viewed as a vote on the story.

10 [3, 5, 4, 2]) have investigated usage patterns in social networks. For example, Nazir et al. [2] highlighted that a small fraction of users account for the majority of the activity within each Facebook application. Our findings also show that a few Digg users are very active in digging stories while an overwhelming majority of users vote infrequently. We are not the first to study Digg social network. Lerman et al. [9] revealed that stories spreading mainly outside of the submitter s neighborhood tend to become popular, which is complementary to our work. While recent work [8] showed that the friends interface influences users digging stories, our study quantifies the influence of the friends interface by measuring vote similarity between users and their friends. Our findings indicate that users with fewer number of friends tend to be influenced by their friends and that story promotion, as content filtering, significantly impacts users digging stories. Vote spam and Sybil attacks have raised concerns on content rating. For example, Tran et al. [24] presented adaptive vote flow aggregation to limit the number of bogus votes cast by attackers, and Bian et al. [2] proposed a machine learning-based framework for social media to counteract vote spam. Our work provides evidence of vote spam in Digg social network, and further proposes exploiting low link symmetry (e.g., PageRank) to identify trusted voters in Digg to counter such attacks. To the best of our knowledge, our work is the first to extensively (by using over 52 months worth of digg trace data) study user voting activities on content, and impact of the social network on content rating and vice versa. Our work has also investigated the issues of content promotion, content filtering, vote spam and content censorship, which are inherent to content rating networks. 6. CONCLUSIONS In this work we have investigated the structural properties and digging activities of Digg, an online content voting network. Our data shows that the Digg social network differs from many other online social networks in that it has a low level link symmetry, the node outdegree distribution does not have a pow-law tail, it exhibits weak correlation of indegree and outdegree, and nodes tend to connect to nodes with different degree from their own. By analyzing the correlation of users social links and their diggs, we show that: () Users digg more with increasing number of fans; (2) Users digg more as the number of friends increases until reaching 200 friends. Beyond that, there is no strong correlation of the number of friend links and diggs. Besides showing that the number of diggs and digg rate are influential to story promotion, we present evidence of content censorship in story promotion. Our results highlight that those users with high visibility are more influential to story promotion. We have studied impact of content filtering including the friends interface and story promotion on users viewing and digging stories. The examination of inter-digg time intervals and entropy distribution of user diggs indicates presence of spammers. We have outlined how these findings may affect the story promotion algorithm and content discovery for online content social networks. In our next step, we plan to investigate the properties of the activity network constructed based on user interactions: a directional edge from A to B is formed if user A dugg or wrote a comment on B s stories; and the edge weight is proportional to the number of diggs and comments A generated for B s stories. The activity network may lend insight into the actual dynamics of interaction between users in online content rating networks. 7. REFERENCES [] 5 ways to become a digg power user in only 48 hours. Apr [2] Digg. Apr [3] Flickr. Apr [4] LiveJournal. Apr [5] Orkut. Apr [6] Subvert and profit. Apr [7] Yahoo! Apr [8] Youtube. Apr [9] L. A. Adamic, O. Buyukkokten, and E. Adar. A social network caught in the web. First Monday, 8(6), June [0] L. Backstrom, D. Huttenlocher, J. Kleinberg, and X. Lan. Group formation in large social networks: membership, growth, and evolution. In Proceedings of the 2th ACM SIGKDD, pages 44 54, New York, NY, USA, [] M. W. Berry, Z. Drmac, and E. R. Jessup. Matrices, vector spaces, and information retrieval. SIAM Review, 4(2): , 999. [2] J. Bian, Y. Liu, E. Agichtein, and H. Zha. A few bad votes too many? towards robust ranking in social media. In Proceedings of AIRWeb, [3] M. Cha, H. Kwak, P. Rodriguez, Y.-Y. Ahn, and S. Moon. I tube, you tube, everybody tubes: analyzing the world s largest user generated content video system. In Proceedings of the 7th ACM SIGCOMM IMC, pages 4, [4] H. Chun, H. Kwak, Y.-H. Eom, Y.-Y. Ahn, S. Moon, and H. Jeong. Comparison of online social relations in volume vs interaction: a case study of cyworld. In Proceedings of the 8th ACM SIGCOMM IMC, pages 57 70, [5] S. A. Golder, D. Wilkinson, and B. A. Huberman. Rhythms of social interaction: messaging within a massive online network. In Proceedings of the 3rd International Conference on Communities and Technologies, June [6] INVESPBLOG. An interview with digg top user. Apr [7] R. Kumar, J. Novak, and A. Tomkins. Structure and evolution of online social networks. In Proceedings of the 2th ACM SIGKDD, pages 6 67, [8] K. Lerman. Social networks and social information filtering on digg. In Proceedings of ICWSM, [9] K. Lerman and A. Galstyan. Analysis of social voting patterns on digg. In Proceedings of WOSP, pages 7 2, [20] A. Mislove, M. Marcon, K. P. Gummadi, P. Druschel, and B. Bhattacharjee. Measurement and analysis of online social networks. In Proceedings of the 7th ACM SIGCOMM IMC, pages 29 42, [2] A. Nazir, S. Raza, and C.-N. Chuah. Unveiling Facebook: a measurement study of social network based applications. In Proceedings of the 8th ACM SIGCOMM IMC, pages 43 56, [22] L. Page, S. Brin, R. Motwani, and T. Winograd. The pagerank citation ranking: Bringing order to the web. Technical report, Stanford Digital Library Technologies Project, 998. [23] H. Schutze and C. Silverstein. A comparison of projections for efficient document clustering. In Proceedings of ACM SIGIR, pages 74 8, Philadelphia, PA, July 997. [24] N. Tran, B. Min, J. Li, and L. Submaranian. Sybil-resilient online content voting. In Proceedings of the 6th USENIX NSDI, 2009.

Predicting Information Diffusion Initiated from Multiple Sources in Online Social Networks

Predicting Information Diffusion Initiated from Multiple Sources in Online Social Networks Predicting Information Diffusion Initiated from Multiple Sources in Online Social Networks Chuan Peng School of Computer science, Wuhan University Email: chuan.peng@asu.edu Kuai Xu, Feng Wang, Haiyan Wang

More information

arxiv:cs/ v1 [cs.hc] 7 Dec 2006

arxiv:cs/ v1 [cs.hc] 7 Dec 2006 Social Networks and Social Information Filtering on Digg Kristina Lerman University of Southern California Information Sciences Institute 4676 Admiralty Way Marina del Rey, California 9292 lerman@isi.edu

More information

arxiv: v1 [cs.cy] 11 Jun 2008

arxiv: v1 [cs.cy] 11 Jun 2008 Analysis of Social Voting Patterns on Digg Kristina Lerman and Aram Galstyan University of Southern California Information Sciences Institute 4676 Admiralty Way Marina del Rey, California 9292, USA {lerman,galstyan}@isi.edu

More information

Analysis of Social Voting Patterns on Digg

Analysis of Social Voting Patterns on Digg Analysis of Social Voting Patterns on Digg Kristina Lerman Aram Galstyan USC Information Sciences Institute {lerman,galstyan}@isi.edu Content, content everywhere and not a drop to read Explosion of user-generated

More information

Analysis of Social Voting Patterns on Digg

Analysis of Social Voting Patterns on Digg Analysis of Social Voting Patterns on Digg Kristina Lerman and Aram Galstyan University of Southern California Information Sciences Institute 4676 Admiralty Way Marina del Rey, California 9292 {lerman,galstyan}@isi.edu

More information

Feedback loops of attention in peer production

Feedback loops of attention in peer production Feedback loops of attention in peer production arxiv:0905.1740v1 [cs.cy] 12 May 2009 Fang Wu, Dennis M. Wilkinson, and Bernardo A. Huberman HP Labs, Palo Alto, California 94304 June 18, 2018 Abstract A

More information

The Social Web: Social networks, tagging and what you can learn from them. Kristina Lerman USC Information Sciences Institute

The Social Web: Social networks, tagging and what you can learn from them. Kristina Lerman USC Information Sciences Institute The Social Web: Social networks, tagging and what you can learn from them Kristina Lerman USC Information Sciences Institute The Social Web The Social Web is a collection of technologies, practices and

More information

arxiv: v1 [cs.cy] 29 Apr 2010

arxiv: v1 [cs.cy] 29 Apr 2010 Using a Model of Social Dynamics to Predict Popularity of News Kristina Lerman USC Information Sciences Institute 4676 Admiralty Way, Marina del Rey, CA 90292 Tad Hogg HP Labs 1501 Page Mill Road, Palo

More information

Using a Model of Social Dynamics to Predict Popularity of News

Using a Model of Social Dynamics to Predict Popularity of News Using a Model of Social Dynamics to Predict Popularity of News ABSTRACT Kristina Lerman USC Information Sciences Institute 4676 Admiralty Way Marina del Rey, CA 90292, USA lerman@isi.edu Popularity of

More information

Comment Mining, Popularity Prediction, and Social Network Analysis

Comment Mining, Popularity Prediction, and Social Network Analysis Comment Mining, Popularity Prediction, and Social Network Analysis A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science at George Mason University By Salman

More information

Identifying Factors in Congressional Bill Success

Identifying Factors in Congressional Bill Success Identifying Factors in Congressional Bill Success CS224w Final Report Travis Gingerich, Montana Scher, Neeral Dodhia Introduction During an era of government where Congress has been criticized repeatedly

More information

The Karma of Digg: Reciprocity in Online Social Networks

The Karma of Digg: Reciprocity in Online Social Networks Sadlon, E., Sakamoto, Y., Dever, H. J., Nickerson, J. V. (2008). In Proceedings of the 18th Annual Workshop on Information Technologies and Systems. The Karma of Digg: Reciprocity in Online Social Networks

More information

Recommendations For Reddit Users Avideh Taalimanesh and Mohammad Aleagha Stanford University, December 2012

Recommendations For Reddit Users Avideh Taalimanesh and Mohammad Aleagha Stanford University, December 2012 Recommendations For Reddit Users Avideh Taalimanesh and Mohammad Aleagha Stanford University, December 2012 Abstract In this paper we attempt to develop an algorithm to generate a set of post recommendations

More information

Are Friends Overrated? A Study for the Social Aggregator Digg.com

Are Friends Overrated? A Study for the Social Aggregator Digg.com Are Friends Overrated? A Study for the Social Aggregator Digg.com Christian Doerr, Siyu Tang, Norbert Blenn, and Piet Van Mieghem Department of Telecommunication TU Delft, Mekelweg 4, 68CD Delft, The Netherlands

More information

Social Rankings in Human-Computer Committees

Social Rankings in Human-Computer Committees Social Rankings in Human-Computer Committees Moshe Bitan 1, Ya akov (Kobi) Gal 3 and Elad Dokow 4, and Sarit Kraus 1,2 1 Computer Science Department, Bar Ilan University, Israel 2 Institute for Advanced

More information

Chapter. Estimating the Value of a Parameter Using Confidence Intervals Pearson Prentice Hall. All rights reserved

Chapter. Estimating the Value of a Parameter Using Confidence Intervals Pearson Prentice Hall. All rights reserved Chapter 9 Estimating the Value of a Parameter Using Confidence Intervals 2010 Pearson Prentice Hall. All rights reserved Section 9.1 The Logic in Constructing Confidence Intervals for a Population Mean

More information

COLORADO LOTTERY 2014 IMAGE STUDY

COLORADO LOTTERY 2014 IMAGE STUDY COLORADO LOTTERY 2014 IMAGE STUDY AUGUST 2014 Prepared By: 3220 S. Detroit Street Denver, Colorado 80210 303-296-8000 howellreserach@aol.com CONTENTS SUMMARY... 1 I. INTRODUCTION... 7 Research Objectives...

More information

Stochastic Models of Social Media Dynamics

Stochastic Models of Social Media Dynamics Stochastic Models of Social Media Dynamics Kristina Lerman, Aram Galstyan, Greg Ver Steeg USC Information Sciences Institute Marina del Rey, CA Tad Hogg Institute for Molecular Manufacturing Palo Alto,

More information

DU PhD in Home Science

DU PhD in Home Science DU PhD in Home Science Topic:- DU_J18_PHD_HS 1) Electronic journal usually have the following features: i. HTML/ PDF formats ii. Part of bibliographic databases iii. Can be accessed by payment only iv.

More information

Was This Review Helpful to You? It Depends! Context and Voting Patterns in Online Content

Was This Review Helpful to You? It Depends! Context and Voting Patterns in Online Content Was This Review Helpful to You? It Depends! Context and Voting Patterns in Online Content Ruben Sipos Dept. of Computer Science Cornell University Ithaca, NY rs@cs.cornell.edu Arpita Ghosh Dept. of Information

More information

Social Computing in Blogosphere

Social Computing in Blogosphere Social Computing in Blogosphere Opportunities and Challenges Nitin Agarwal* Arizona State University (Joint work with Huan Liu, Sudheendra Murthy, Arunabha Sen, Lei Tang, Xufei Wang, and Philip S. Yu)

More information

How s Life in Mexico?

How s Life in Mexico? How s Life in Mexico? November 2017 Relative to other OECD countries, Mexico has a mixed performance across the different well-being dimensions. At 61% in 2016, Mexico s employment rate was below the OECD

More information

The Cook Political Report / LSU Manship School Midterm Election Poll

The Cook Political Report / LSU Manship School Midterm Election Poll The Cook Political Report / LSU Manship School Midterm Election Poll The Cook Political Report-LSU Manship School poll, a national survey with an oversample of voters in the most competitive U.S. House

More information

To What Extent Are Canadians Exposed to Low-Income?

To What Extent Are Canadians Exposed to Low-Income? To What Extent Are Canadians Exposed to Low-Income? by René Morissette* and Marie Drolet** No. 146 11F0019MPE No. 146 ISSN: 1200-5223 ISBN: 0-660-18061-8 Price: $5.00 per issue, $25.00 annually Business

More information

Topicality, Time, and Sentiment in Online News Comments

Topicality, Time, and Sentiment in Online News Comments Topicality, Time, and Sentiment in Online News Comments Nicholas Diakopoulos School of Communication and Information Rutgers University diakop@rutgers.edu Mor Naaman School of Communication and Information

More information

2011 The Pursuant Group, Inc.

2011 The Pursuant Group, Inc. Using Facebook & Social Media to Power Up your Engagement Barbara Talisman Initiate the Relationship Initiate the Relationship by reaching out to the places where your target audience aggregates Motivate

More information

LOCAL epolitics REPUTATION CASE STUDY

LOCAL epolitics REPUTATION CASE STUDY LOCAL epolitics REPUTATION CASE STUDY Jean-Marc.Seigneur@reputaction.com University of Geneva 7 route de Drize, Carouge, CH1227, Switzerland ABSTRACT More and more people rely on Web information and with

More information

The Trail and the Bench: Elections and Their Effect on Opinion Writing in the North Carolina Court of Appeals. Adam Chase Parker

The Trail and the Bench: Elections and Their Effect on Opinion Writing in the North Carolina Court of Appeals. Adam Chase Parker The Trail and the Bench: Elections and Their Effect on Opinion Writing in the North Carolina Court of Appeals By Adam Chase Parker A paper submitted to the faculty of The University of North Carolina at

More information

How s Life in Canada?

How s Life in Canada? How s Life in Canada? November 2017 Canada typically performs above the OECD average level across most of the different well-indicators shown below. It falls within the top tier of OECD countries on household

More information

An Integrated Tag Recommendation Algorithm Towards Weibo User Profiling

An Integrated Tag Recommendation Algorithm Towards Weibo User Profiling An Integrated Tag Recommendation Algorithm Towards Weibo User Profiling Deqing Yang, Yanghua Xiao, Hanghang Tong, Junjun Zhang and Wei Wang School of Computer Science Shanghai Key Laboratory of Data Science

More information

Preliminary Effects of Oversampling on the National Crime Victimization Survey

Preliminary Effects of Oversampling on the National Crime Victimization Survey Preliminary Effects of Oversampling on the National Crime Victimization Survey Katrina Washington, Barbara Blass and Karen King U.S. Census Bureau, Washington D.C. 20233 Note: This report is released to

More information

VOTING DYNAMICS IN INNOVATION SYSTEMS

VOTING DYNAMICS IN INNOVATION SYSTEMS VOTING DYNAMICS IN INNOVATION SYSTEMS Voting in social and collaborative systems is a key way to elicit crowd reaction and preference. It enables the diverse perspectives of the crowd to be expressed and

More information

Analysis of the Reputation System and User Contributions on a Question Answering Website: StackOverflow

Analysis of the Reputation System and User Contributions on a Question Answering Website: StackOverflow Analysis of the Reputation System and User Contributions on a Question Answering Website: StackOverflow Dana Movshovitz-Attias Yair Movshovitz-Attias Peter Steenkiste Christos Faloutsos August 27, 2013

More information

arxiv: v1 [cs.si] 20 Jun 2016

arxiv: v1 [cs.si] 20 Jun 2016 Rating Effects on Social News Posts and Comments Maria Glenski 1 and Tim Weninger 1 1 Department of Computer Science and Engineering, University of Notre Dame arxiv:1606.06140v1 [cs.si] 20 Jun 2016 Abstract

More information

Telephone Survey. Contents *

Telephone Survey. Contents * Telephone Survey Contents * Tables... 2 Figures... 2 Introduction... 4 Survey Questionnaire... 4 Sampling Methods... 5 Study Population... 5 Sample Size... 6 Survey Procedures... 6 Data Analysis Method...

More information

A New Computer Science Publishing Model

A New Computer Science Publishing Model A New Computer Science Publishing Model Functional Specifications and Other Recommendations Version 2.1 Shirley Zhao shirley.zhao@cims.nyu.edu Professor Yann LeCun Department of Computer Science Courant

More information

Online Appendix for The Contribution of National Income Inequality to Regional Economic Divergence

Online Appendix for The Contribution of National Income Inequality to Regional Economic Divergence Online Appendix for The Contribution of National Income Inequality to Regional Economic Divergence APPENDIX 1: Trends in Regional Divergence Measured Using BEA Data on Commuting Zone Per Capita Personal

More information

Summary of the Results of the 2015 Integrity Survey of the State Audit Office of Hungary

Summary of the Results of the 2015 Integrity Survey of the State Audit Office of Hungary Summary of the Results of the 2015 Integrity Survey of the State Audit Office of Hungary Table of contents Foreword... 3 1. Objectives and Methodology of the Integrity Surveys of the State Audit Office

More information

PERCEPTIONS OF CORRUPTION OVER TIME

PERCEPTIONS OF CORRUPTION OVER TIME Duško Sekulić PERCEPTIONS OF CORRUPTION OVER TIME General perception of corruption The first question we want to ask is how Croatian citizens perceive corruption in the civil service. Perception of corruption

More information

Combating Friend Spam Using Social Rejections

Combating Friend Spam Using Social Rejections Combating Friend Spam Using Social Rejections Qiang Cao Duke University Michael Sirivianos Xiaowei Yang Kamesh Munagala Cyprus Univ. of Technology Duke University Duke University Friend Spam in online

More information

Quantitative Prediction of Electoral Vote for United States Presidential Election in 2016

Quantitative Prediction of Electoral Vote for United States Presidential Election in 2016 Quantitative Prediction of Electoral Vote for United States Presidential Election in 2016 Gang Xu Senior Research Scientist in Machine Learning Houston, Texas (prepared on November 07, 2016) Abstract In

More information

ANNUAL SURVEY REPORT: REGIONAL OVERVIEW

ANNUAL SURVEY REPORT: REGIONAL OVERVIEW ANNUAL SURVEY REPORT: REGIONAL OVERVIEW 2nd Wave (Spring 2017) OPEN Neighbourhood Communicating for a stronger partnership: connecting with citizens across the Eastern Neighbourhood June 2017 TABLE OF

More information

Supporting Information Political Quid Pro Quo Agreements: An Experimental Study

Supporting Information Political Quid Pro Quo Agreements: An Experimental Study Supporting Information Political Quid Pro Quo Agreements: An Experimental Study Jens Großer Florida State University and IAS, Princeton Ernesto Reuben Columbia University and IZA Agnieszka Tymula New York

More information

Chile s average level of current well-being: Comparative strengths and weaknesses

Chile s average level of current well-being: Comparative strengths and weaknesses How s Life in Chile? November 2017 Relative to other OECD countries, Chile has a mixed performance across the different well-being dimensions. Although performing well in terms of housing affordability

More information

How s Life in Australia?

How s Life in Australia? How s Life in Australia? November 2017 In general, Australia performs well across the different well-being dimensions relative to other OECD countries. Air quality is among the best in the OECD, and average

More information

Latin American Immigration in the United States: Is There Wage Assimilation Across the Wage Distribution?

Latin American Immigration in the United States: Is There Wage Assimilation Across the Wage Distribution? Latin American Immigration in the United States: Is There Wage Assimilation Across the Wage Distribution? Catalina Franco Abstract This paper estimates wage differentials between Latin American immigrant

More information

Remittances and Poverty. in Guatemala* Richard H. Adams, Jr. Development Research Group (DECRG) MSN MC World Bank.

Remittances and Poverty. in Guatemala* Richard H. Adams, Jr. Development Research Group (DECRG) MSN MC World Bank. Public Disclosure Authorized Public Disclosure Authorized Public Disclosure Authorized Public Disclosure Authorized Remittances and Poverty in Guatemala* Richard H. Adams, Jr. Development Research Group

More information

Improving the accuracy of outbound tourism statistics with mobile positioning data

Improving the accuracy of outbound tourism statistics with mobile positioning data 1 (11) Improving the accuracy of outbound tourism statistics with mobile positioning data Survey response rates are declining at an alarming rate globally. Statisticians have traditionally used imputing

More information

Predicting the Popularity of Online

Predicting the Popularity of Online channels. Examples of services that have made the exchange between producer and consumer possible on a global scale include video, photo, and music sharing, blogs, wikis, social bookmarking, collaborative

More information

Intersections of political and economic relations: a network study

Intersections of political and economic relations: a network study Procedia Computer Science Volume 66, 2015, Pages 239 246 YSC 2015. 4th International Young Scientists Conference on Computational Science Intersections of political and economic relations: a network study

More information

A comparative analysis of subreddit recommenders for Reddit

A comparative analysis of subreddit recommenders for Reddit A comparative analysis of subreddit recommenders for Reddit Jay Baxter Massachusetts Institute of Technology jbaxter@mit.edu Abstract Reddit has become a very popular social news website, but even though

More information

Introduction: Data & measurement

Introduction: Data & measurement Introduction: & measurement Johan A. Elkink School of Politics & International Relations University College Dublin 7 September 2015 1 2 3 4 1 2 3 4 Definition: N N refers to the number of cases being studied,

More information

The Effectiveness of Receipt-Based Attacks on ThreeBallot

The Effectiveness of Receipt-Based Attacks on ThreeBallot The Effectiveness of Receipt-Based Attacks on ThreeBallot Kevin Henry, Douglas R. Stinson, Jiayuan Sui David R. Cheriton School of Computer Science University of Waterloo Waterloo, N, N2L 3G1, Canada {k2henry,

More information

SECURE REMOTE VOTER REGISTRATION

SECURE REMOTE VOTER REGISTRATION SECURE REMOTE VOTER REGISTRATION August 2008 Jordi Puiggali VP Research & Development Jordi.Puiggali@scytl.com Index Voter Registration Remote Voter Registration Current Systems Problems in the Current

More information

PREDICTING COMMUNITY PREFERENCE OF COMMENTS ON THE SOCIAL WEB

PREDICTING COMMUNITY PREFERENCE OF COMMENTS ON THE SOCIAL WEB PREDICTING COMMUNITY PREFERENCE OF COMMENTS ON THE SOCIAL WEB A Thesis by CHIAO-FANG HSU Submitted to the Office of Graduate Studies of Texas A&M University in partial fulfillment of the requirements for

More information

How s Life in Belgium?

How s Life in Belgium? How s Life in Belgium? November 2017 Relative to other countries, Belgium performs above or close to the OECD average across the different wellbeing dimensions. Household net adjusted disposable income

More information

Wisconsin Economic Scorecard

Wisconsin Economic Scorecard RESEARCH PAPER> May 2012 Wisconsin Economic Scorecard Analysis: Determinants of Individual Opinion about the State Economy Joseph Cera Researcher Survey Center Manager The Wisconsin Economic Scorecard

More information

IS THE MEASURED BLACK-WHITE WAGE GAP AMONG WOMEN TOO SMALL? Derek Neal University of Wisconsin Presented Nov 6, 2000 PRELIMINARY

IS THE MEASURED BLACK-WHITE WAGE GAP AMONG WOMEN TOO SMALL? Derek Neal University of Wisconsin Presented Nov 6, 2000 PRELIMINARY IS THE MEASURED BLACK-WHITE WAGE GAP AMONG WOMEN TOO SMALL? Derek Neal University of Wisconsin Presented Nov 6, 2000 PRELIMINARY Over twenty years ago, Butler and Heckman (1977) raised the possibility

More information

CSE 190 Professor Julian McAuley Assignment 2: Reddit Data. Forrest Merrill, A Marvin Chau, A William Werner, A

CSE 190 Professor Julian McAuley Assignment 2: Reddit Data. Forrest Merrill, A Marvin Chau, A William Werner, A 1 CSE 190 Professor Julian McAuley Assignment 2: Reddit Data by Forrest Merrill, A10097737 Marvin Chau, A09368617 William Werner, A09987897 2 Table of Contents 1. Cover page 2. Table of Contents 3. Introduction

More information

Subreddit Recommendations within Reddit Communities

Subreddit Recommendations within Reddit Communities Subreddit Recommendations within Reddit Communities Vishnu Sundaresan, Irving Hsu, Daryl Chang Stanford University, Department of Computer Science ABSTRACT: We describe the creation of a recommendation

More information

An Assessment of Ranked-Choice Voting in the San Francisco 2005 Election. Final Report. July 2006

An Assessment of Ranked-Choice Voting in the San Francisco 2005 Election. Final Report. July 2006 Public Research Institute San Francisco State University 1600 Holloway Ave. San Francisco, CA 94132 Ph.415.338.2978, Fx.415.338.6099 http://pri.sfsu.edu An Assessment of Ranked-Choice Voting in the San

More information

Rural and Urban Migrants in India:

Rural and Urban Migrants in India: Rural and Urban Migrants in India: 1983-2008 Viktoria Hnatkovska and Amartya Lahiri July 2014 Abstract This paper characterizes the gross and net migration flows between rural and urban areas in India

More information

How s Life in the United States?

How s Life in the United States? How s Life in the United States? November 2017 Relative to other OECD countries, the United States performs well in terms of material living conditions: the average household net adjusted disposable income

More information

CRS Report for Congress

CRS Report for Congress Order Code RL32938 CRS Report for Congress Received through the CRS Web What Do Local Election Officials Think about Election Reform?: Results of a Survey Updated June 23, 2005 Eric A. Fischer Senior Specialist

More information

Economics Marshall High School Mr. Cline Unit One BC

Economics Marshall High School Mr. Cline Unit One BC Economics Marshall High School Mr. Cline Unit One BC Political science The application of game theory to political science is focused in the overlapping areas of fair division, or who is entitled to what,

More information

Voter ID Pilot 2018 Public Opinion Survey Research. Prepared on behalf of: Bridget Williams, Alexandra Bogdan GfK Social and Strategic Research

Voter ID Pilot 2018 Public Opinion Survey Research. Prepared on behalf of: Bridget Williams, Alexandra Bogdan GfK Social and Strategic Research Voter ID Pilot 2018 Public Opinion Survey Research Prepared on behalf of: Prepared by: Issue: Bridget Williams, Alexandra Bogdan GfK Social and Strategic Research Final Date: 08 August 2018 Contents 1

More information

Rural and Urban Migrants in India:

Rural and Urban Migrants in India: Rural and Urban Migrants in India: 1983 2008 Viktoria Hnatkovska and Amartya Lahiri This paper characterizes the gross and net migration flows between rural and urban areas in India during the period 1983

More information

Gender preference and age at arrival among Asian immigrant women to the US

Gender preference and age at arrival among Asian immigrant women to the US Gender preference and age at arrival among Asian immigrant women to the US Ben Ost a and Eva Dziadula b a Department of Economics, University of Illinois at Chicago, 601 South Morgan UH718 M/C144 Chicago,

More information

October 29, 2010 I. Survey Methodology Selection of Households

October 29, 2010 I. Survey Methodology Selection of Households October 29, 2010 I. Survey Methodology The Elon University Poll is conducted using a stratified random sample of households with telephones and wireless telephone numbers in the population of interest

More information

Wasserman & Faust, chapter 5

Wasserman & Faust, chapter 5 Wasserman & Faust, chapter 5 Centrality and Prestige - Primary goal is identification of the most important actors in a social network. - Prestigious actors are those with large indegrees, or choices received.

More information

CITY USER PROFILE 15 ADELAIDE CITY COUNCIL RESEARCH REPORT

CITY USER PROFILE 15 ADELAIDE CITY COUNCIL RESEARCH REPORT CITY USER PROFILE 15 ADELAIDE CITY COUNCIL RESEARCH REPORT CONTENTS What is the City User Profile and why do we do it? p. 03 How is CUP data collected? p. 03 What are some of the key findings from CUP

More information

How s Life in the United Kingdom?

How s Life in the United Kingdom? How s Life in the United Kingdom? November 2017 On average, the United Kingdom performs well across a number of well-being indicators relative to other OECD countries. At 74% in 2016, the employment rate

More information

CS224W Final Project: Super-PAC Donor Networks

CS224W Final Project: Super-PAC Donor Networks CS224W Final Project: Super-PAC Donor Networks Rush Moody rmoody@stanford.edu December 9, 2015 1 Introduction In a landmark case decided in January of 2010, Citizens United v. Federal Election Commission,

More information

EasyChair Preprint. (Anti-)Echo Chamber Participation: Examing Contributor Activity Beyond the Chamber

EasyChair Preprint. (Anti-)Echo Chamber Participation: Examing Contributor Activity Beyond the Chamber EasyChair Preprint 122 (Anti-)Echo Chamber Participation: Examing Contributor Activity Beyond the Chamber Ella Guest EasyChair preprints are intended for rapid dissemination of research results and are

More information

How s Life in the Slovak Republic?

How s Life in the Slovak Republic? How s Life in the Slovak Republic? November 2017 Relative to other OECD countries, the average performance of the Slovak Republic across the different well-being dimensions is very mixed. Material conditions,

More information

Evaluating the Connection Between Internet Coverage and Polling Accuracy

Evaluating the Connection Between Internet Coverage and Polling Accuracy Evaluating the Connection Between Internet Coverage and Polling Accuracy California Propositions 2005-2010 Erika Oblea December 12, 2011 Statistics 157 Professor Aldous Oblea 1 Introduction: Polls are

More information

2010 Bail Policy Review. For Releases Occurring July 12 Oct 31, 2010

2010 Bail Policy Review. For Releases Occurring July 12 Oct 31, 2010 2010 Bail Policy Review For Releases Occurring July 12 Oct 31, 2010 Prepared by Mecklenburg County Manager s Office 3/15/2011 Summary This report examines arrests processed following implementation of

More information

Parties, Candidates, Issues: electoral competition revisited

Parties, Candidates, Issues: electoral competition revisited Parties, Candidates, Issues: electoral competition revisited Introduction The partisan competition is part of the operation of political parties, ranging from ideology to issues of public policy choices.

More information

UTS:IPPG Project Team. Project Director: Associate Professor Roberta Ryan, Director IPPG. Project Manager: Catherine Hastings, Research Officer

UTS:IPPG Project Team. Project Director: Associate Professor Roberta Ryan, Director IPPG. Project Manager: Catherine Hastings, Research Officer IPPG Project Team Project Director: Associate Professor Roberta Ryan, Director IPPG Project Manager: Catherine Hastings, Research Officer Research Assistance: Theresa Alvarez, Research Assistant Acknowledgements

More information

Objectives and Context

Objectives and Context Encouraging Ballot Return via Text Message: Portland Community College Bond Election 2017 Prepared by Christopher B. Mann, Ph.D. with Alexis Cantor and Isabelle Fischer Executive Summary A series of text

More information

Introduction to Social Media for Unitarian Universalist Leaders

Introduction to Social Media for Unitarian Universalist Leaders Introduction to Social Media for Unitarian Universalist Leaders Webinar on April 7, 2010 By Shelby Meyerhoff, UUA Public Witness Specialist For more information, please e-mail smeyerhoff@uua.org 1 Blogs

More information

Congressional Forecast. Brian Clifton, Michael Milazzo. The problem we are addressing is how the American public is not properly informed about

Congressional Forecast. Brian Clifton, Michael Milazzo. The problem we are addressing is how the American public is not properly informed about Congressional Forecast Brian Clifton, Michael Milazzo The problem we are addressing is how the American public is not properly informed about the extent that corrupting power that money has over politics

More information

A secure environment for trading

A secure environment for trading A secure environment for trading https://serenity-financial.io/ Bounty Program The arbitration platform will address the problem of transparent and secure trading on financial markets for millions of traders

More information

CSE 190 Assignment 2. Phat Huynh A Nicholas Gibson A

CSE 190 Assignment 2. Phat Huynh A Nicholas Gibson A CSE 190 Assignment 2 Phat Huynh A11733590 Nicholas Gibson A11169423 1) Identify dataset Reddit data. This dataset is chosen to study because as active users on Reddit, we d like to know how a post become

More information

How s Life in the Czech Republic?

How s Life in the Czech Republic? How s Life in the Czech Republic? November 2017 Relative to other OECD countries, the Czech Republic has mixed outcomes across the different well-being dimensions. Average earnings are in the bottom tier

More information

How s Life in Sweden?

How s Life in Sweden? How s Life in Sweden? November 2017 On average, Sweden performs very well across the different well-being dimensions relative to other OECD countries. In 2016, the employment rate was one of the highest

More information

Do two parties represent the US? Clustering analysis of US public ideology survey

Do two parties represent the US? Clustering analysis of US public ideology survey Do two parties represent the US? Clustering analysis of US public ideology survey Louisa Lee 1 and Siyu Zhang 2, 3 Advised by: Vicky Chuqiao Yang 1 1 Department of Engineering Sciences and Applied Mathematics,

More information

International Meetings Statistics Report 59 th edition published June 2018

International Meetings Statistics Report 59 th edition published June 2018 International Meetings Statistics Report 59 th edition published June 2018 Comparative tables on the international meetings of international organizations Prepared by the Congress Department Union of International

More information

Economic Groups by the Inequality in the World GDP Distribution

Economic Groups by the Inequality in the World GDP Distribution Economic Groups by the Inequality in the World GDP Distribution Ying Li Department of Management Science, School of Business, SUN YAT-SEN University, Guangzhou, 510275, China. Tel:086-20-84141020, Email:

More information

Social Media Audit and Conversation Analysis

Social Media Audit and Conversation Analysis Social Media Audit and Conversation Analysis February 2015 Jessica Hales Emily Lauder Claire Sanguedolce Madi Weaver 1 National Farm to School Network The National Farm School Network is a national nonprofit

More information

5A. Wage Structures in the Electronics Industry. Benjamin A. Campbell and Vincent M. Valvano

5A. Wage Structures in the Electronics Industry. Benjamin A. Campbell and Vincent M. Valvano 5A.1 Introduction 5A. Wage Structures in the Electronics Industry Benjamin A. Campbell and Vincent M. Valvano Over the past 2 years, wage inequality in the U.S. economy has increased rapidly. In this chapter,

More information

ANNUAL SURVEY REPORT: ARMENIA

ANNUAL SURVEY REPORT: ARMENIA ANNUAL SURVEY REPORT: ARMENIA 2 nd Wave (Spring 2017) OPEN Neighbourhood Communicating for a stronger partnership: connecting with citizens across the Eastern Neighbourhood June 2017 ANNUAL SURVEY REPORT,

More information

Growth and Poverty Reduction: An Empirical Analysis Nanak Kakwani

Growth and Poverty Reduction: An Empirical Analysis Nanak Kakwani Growth and Poverty Reduction: An Empirical Analysis Nanak Kakwani Abstract. This paper develops an inequality-growth trade off index, which shows how much growth is needed to offset the adverse impact

More information

How s Life in Austria?

How s Life in Austria? How s Life in Austria? November 2017 Austria performs close to the OECD average in many well-being dimensions, and exceeds it in several cases. For example, in 2015, household net adjusted disposable income

More information

Southern Africa Labour and Development Research Unit

Southern Africa Labour and Development Research Unit Southern Africa Labour and Development Research Unit Drivers of Inequality in South Africa by Janina Hundenborn, Murray Leibbrandt and Ingrid Woolard SALDRU Working Paper Number 194 NIDS Discussion Paper

More information

An Entropy-Based Inequality Risk Metric to Measure Economic Globalization

An Entropy-Based Inequality Risk Metric to Measure Economic Globalization Available online at www.sciencedirect.com Procedia Environmental Sciences 3 (2011) 38 43 1 st Conference on Spatial Statistics 2011 An Entropy-Based Inequality Risk Metric to Measure Economic Globalization

More information

Number of countries represented for all years Number of cities represented for all years 11,959 11,642

Number of countries represented for all years Number of cities represented for all years 11,959 11,642 Introduction The data in this report are drawn from the International Congress Calendar, the meetings database of the Union of International Associations (UIA) and from the Yearbook of International Organizations,

More information

Political Posts on Facebook: An Examination of Voting, Perceived Intelligence, and Motivations

Political Posts on Facebook: An Examination of Voting, Perceived Intelligence, and Motivations Pepperdine Journal of Communication Research Volume 5 Article 18 2017 Political Posts on Facebook: An Examination of Voting, Perceived Intelligence, and Motivations Caroline Laganas Kendall McLeod Elizabeth

More information

Colorado 2014: Comparisons of Predicted and Actual Turnout

Colorado 2014: Comparisons of Predicted and Actual Turnout Colorado 2014: Comparisons of Predicted and Actual Turnout Date 2017-08-28 Project name Colorado 2014 Voter File Analysis Prepared for Washington Monthly and Project Partners Prepared by Pantheon Analytics

More information

A survey of 200 adults in the U.S. found that 76% regularly wear seatbelts while driving. True or false: 76% is a parameter.

A survey of 200 adults in the U.S. found that 76% regularly wear seatbelts while driving. True or false: 76% is a parameter. A survey of 200 adults in the U.S. found that 76% regularly wear seatbelts while driving. True or false: 76% is a parameter. A. True B. False Slide 1-1 Copyright 2010 Pearson Education, Inc. True or false:

More information