Introduction

The emergence of online social networks opened the door for many to amplify content freely. Much of this activity is benign or even positive. However, this openness formed a platform for the polarization of opinions and controversial discussions. There is active research into polarization on online social networks [2, 11, 23]. Controversiality of content is one feature that could draw attention to that content [15]. The spreading and promotion of controversial content support the polarization of social networks, especially in the political sphere [6]. A question naturally arises of whether such behavior is beneficial to the content’s promoter and that there is an incentive for the activity. This work investigates this question and whether controversy within a discussion would bring more user attention to authored content and promote the spread of the material further and faster.

Reddit is a popular online platform that allows users to spread knowledge and share opinions through posts consisting of both textual and visual elements. It allows users to respond to others’ posts by either commenting or voting for or against other users’ posts and comments, known as up- and down-votes [21]. Social media users display a tendency to join homogeneous communities that share the same beliefs and are dedicated to the same topic (echo chambers [12, 22]). Reddit provides spaces, known as subreddits, where these discussions occur and which facilitate more focused discussion, and the presence of controversiality is genuine and not artificial. A study by the Pew Research Center (2013) concluded that 6% of online adults are Reddit users [9], and by the time of writing, AlexaFootnote 1 ranks it as #6 in the United States and #15 globallyFootnote 2.Reddit uses up- and down-votes to identify controversial content; with these votes representing agreement or disagreement, respectively, if the comment received a fair amount of polarized votes, then the comment is considered controversial. The identification of controversial content is determined by the Reddit’s formula for controversial comments, the final labeling for which is provided through the Reddit API. According to Reddit’s definition, a comment is controversial if 1) the sum of up- and down-votes is greater than or equal to 7, and 2) the ratio of up- and down-votes lies between selected upper (ub = 0.6) and lower bounds (lb = 0.4) as shown in equation (1). We found the algorithm responsible for identifying controversial comments in the reddit-archive repository in GitHubFootnote 3.

$$\begin{aligned} C_i = \left\{ \begin{array}{ll} True, &{} \quad lb<= c <= ub\\ False, &{} \quad else\\ \end{array}\right. \end{aligned}$$
(1)

Here \(C_i\) is the comment index and whether it is classified as controversial or not, while c is either the up- or down-votes ratio. Additionally, subreddit moderators may tag a post or comment as controversial, regardless of the number of votes. We assume that the tagging of a comment to be controversial is the result of users being invested in the discussion and that the polarization in the voting comes as users are swayed by some aspects of the discussion.

We rely on the definition and labeling of controversiality that Reddit applies to comments made on the platform. We understand the label to mean that there was attention to what is being discussed and there was a polarized reaction to the labeled comment. The measure of the effect of the resurgence of such labeled comments is studied by analyzing the characteristics of the posts’ cascades that contain these comments and those that do not, and by investigating the independent authors’ networks that forms these posts’ cascades. The results show that conversations that contain controversial content during the early stages of their lifetime possess more activity, and users involved in that conversation have a wider influence than conversations that are not labeled as controversial.

Related work

The concept of polarization and controversiality has been explored in multiple fields within the literature, from its identification in social networks and blogs [1, 3, 6] to its detection in online news and web pages [5, 7, 14]. There are two main themes of the research, the identification and quantification of controversy within the discussion. Other literature explores the effect of controversial information such as the work of [11], which studies the effect of collective attention on the evolution of controversial debates. The work of [18] explores the effect of the controversy on the emotions and language within online news.

The identification of controversy in social discussions is an area of on-going research with many different approaches to the identification of controversiality. The work of [5] identifies controversy within a topic by looking at the sentiment of the discussion and the range of sentiment polarity across the users involved in the controversy, as measured through natural language processing and sentiment analysis. Similarly in the work of [19], the authors proposed identifying controversial events by also considering the measurement of polarized opinions in the wake of a widely-viewed event. The work of [20] investigated opinion distribution in social media to identify controversial discussions and the size of their opinion groups.

Case studies that have attempted to quantify controversy and controversiality have focused on techniques and methods to measure the amount of controversy within a network or discussion. The work of [11] quantifies controversy in online echo chambers by considering a topic that is controversial and building the conversation graph of that topic which depicts the opinion alignment between the users. The authors then partition the graph to identify the sides of the controversy where the amount of controversy is measured from the characteristics of that graph. The work of [13], compares two types of social networks, those who are formed from polarized context and those who are not by analyzing the boundary between a pair of communities. The authors then distinguish between the polarized from the non-polarized communities by the concentration of high-degree nodes found in the boundary. The authors found that polarized networks tend to have low concentration “popular (high-degree)” nodes along the boundary between communities.

Data and Investigation

Fig. 1
figure 1

Controversially initiated and non-controversially initiated cascades, ac are controversially initiated posts’ cascades while df are non-controversial posts’ cascades where the red dots represent a comment labeled as controversial by Reddit that is directed to the post’s author while a green dot is a comment labeled controversial by Reddit that is directed to another comment

The data used for this investigation is collected from Reddit and provided as part of the “Computational Simulation of Online Social Behavior (SocialSim)” DARPA programFootnote 4. This vast dataset consists of more than 36 million comments on posts related to cybersecurity issues. For this study, we considered the posts in our dataset that have at least 100 comment. The number of posts collected is 47,940 where the total comments in those posts exceeded 17 million comments. the posts are then analyzed to be classified either as controversially initiated or non-controversial based on whether there exist any comments that are labeled controversial according to Reddit (as explained above) within the early stages of the posts. The classification yielded 23,101 posts that are labeled as controversially initiated, and 24,839 are labeled non-controversial. The distribution of controversial and non-controversial cascades from the same subreddits is almost equal in quantity. As an example, there are 8,528 controversial and 12,349 non-controversial cascades coming from the ‘pcmasterracesubreddit, and 5,450 controversial and 4,149 non-controversial cascades coming from the ‘androidsubreddit.

In social networks such as Reddit, users publish posts in regard of a specific topic where they share information and opinions. The posts are time stamped and so are the comments from the users that replied to that post. This forms a temporal propagation graph, also known as information cascade [4, 17]. The classification of cascades is based on the enclosure of controversially labeled comments within the posts that form the cascade. Cascades have a growth stage which is the period between the time of the first comment (\(t_0\)) and the peak time (\(t_p\)) of the post’s cascade as shown in Fig. 1a. We define a cascade that follows a post as controversial if the cascade contains a comment, directed to the post’s author, that is labeled controversial and occurred within the growth stage. Assuming that the discussion reached a level of polarity in the opinions within the growth stage of the cascade that drove the discussion. We do not consider controversial comments that happened after the growth stage since at that stage users have lost interest in the topic and the polarization did not reinvigorate the discussion. Fig. 1 shows posts’ cascades where Fig. 1a-c are classified as controversial while Fig. 1d-f are classified as non-controversial. Notice Fig. 1e,f where in Fig. 1e there are two controversial comments after its growth stage and for that it was classified as non-controversial, and in Fig. 1f there is one controversial comment that is within the growth stage, however, it was not directed to the post’s author and so it was not classified as controversial.

In our assumption, when the Reddit algorithm labels a comment as controversial, it is a sign of collective attention [24] where users taking part in that discussion are still active and paying attention. The attention in large groups to the topics indicates popularity, where the popular the topic, the faster and further the information sharing and dissemination [24] The comments directed to the post author are more visible to the reader, thus poised to grab more attention, and for that, we prioritized them in our analyses. As an example, the largest cascade in our dataset (controversially initialized) is about a giveaway for a personal computer. Comments directed to the post’s author such as “Give it to meeeh Im poor,” and “Please for the love of God please pick me I never win anything” got attention with polarized responses and were labeled controversial by Reddit’s algorithm. The attention within this cascade drove it to end up having around 60,000 comments. While the largest non-controversial cascade was also concerning a personal computer giveaway, but it did not hold any controversially labeled comments directed to the post’s author and did not achieve the high amount of comments (around 23,000 comments) mentioned in the previous cascade. However, there are controversially labeled comments that are not directed to the post’s author and occurred after the growth stage of the cascade where the attention and discussion have decayed.

The data come with the sentiment polarity and subjectivity of the comments calculated using the “pattern.en” modelFootnote 5. The model ranks the polarity of the comment sentiment based on the contained adjectives on a scale from \(-1\) to 1 where \(-1\) means highly negative sentiment while 1 is a highly positive sentiment. The subjectivity is ranked by the model on a scale from 0 to 1 where 0 is very objective and 1 is very subjective. The sentiment polarity and subjectivity of the authors were calculated by taking the average sentiment of all comments written by that author. If an author wrote a comment that got labeled as controversial by Reddit, that author is labeled as controversial. The dataset contains 1,172,886 unique authors. Controversial authors consist of around 6% of that total or 69,607 authors to be precise. Figure 2 shows that authors that are labeled controversial tend to have balanced polarity that is normally distributed with a mean slightly above 0, meaning they are more likely to be positive in their comments. Unlike the controversial authors, non-controversial authors mostly have no sort of polarity in their text. putting a spike in their distribution at 0. However, like controversial authors, there is a smaller second peak that is slightly positive suggesting a bi-modal distribution. In terms of subjectivity, controversial authors tend to have a balance between being objective or subjective about the topic, hence their sentiment subjectivity average is closer to 0.5 while non-controversial authors have a normal distribution with a larger variance, but their peak is almost half the size of controversial authors’ distribution, and there is a sharp peak at 0 indicating more objectivity from that distribution.

Fig. 2
figure 2

Authors’ averages of sentiment polarity and subjectivity, a shows the authors’ average for sentiment polarity while b shows the authors’ average for sentiment subjectivity

A social network is a form of complex network [10], a social structure that consists of social actors and the relationships between them. The relationship and connectedness between the actors define and distinguish those that are influencing the network from those who do not. The work of [16], argues that most influencers are found within the k-core of the network. A k-core is the “largest subgraph where vertices have at least k interconnections” [8]. We considered the independent authors that commented on each other comments for every post to measure the connectedness among them and discovering the subset of nodes with the highest coreness. This subset of authors defines the nodes responsible for influencing the dissemination of information. The k-core of that graph network is analyzed where k is max(coreness). We are interested in finding the number of nodes that are labeled controversial and their ratio within these k-cores.

We investigated whether the earlier the resurgence of the controversial comments within the cascade would lead to drastic changes in the characteristics by defining epochs within the growth stage of the cascade. The period is then divided into three epochs, epoch 1 for the first quartile, epoch 2 for the second quartile, and epoch 3 for the second half of the growth stage. If one of these epochs contains the majority of the controversial comments, we consider that epoch as the period with the highest concentration of controversy, and we associate the post’s cascade with that period. An epoch 1 cascade means that the cascade’s highest concentration of controversiality happened during the first quartile of the growth stage.

Results

The results of the analysis show that posts’ cascades that contained controversially labeled messages during its growth stage produce a larger total number of comments and a larger burst, indicating more involvement from users. Another feature is that more unique users are involved in the cascades which is controversially labeled. This clearly shows that its beneficial for a user who seeks to spread a particular message faster and further, to infuse controversiality within the context of the message. The plots in Fig. 3 show this effect presented on three different measurements. Each plot is a CCDF (complementary cumulative distribution function) where the x-axis is the quantity in question shown in the title and the y-axis is the probability for that measure to exceed that x-axis value. In Fig. 3a, shows that the posts that attract the largest contributions are dominated by initial signals of controversy. As the cascades grew, a difference emerged; non-controversial cascades did not exceed 25,000 comments whereas the controversial cascades did display posts having 60,000 or more comments. Figure 3b shows the peak size probability where controversial cascades tend to generally have larger peaks. Figure 3c shows the probability for cascades to exceed a certain number of unique authors contributing comments to a post. Along with this measure it can be seen how the controversially initiated cascades produce much larger values for the upper tail of the distribution.

Fig. 3
figure 3

Descriptive analysis results of posts’ cascade, a shows the difference in size between controversially initiated post’s cascade and non-controversial one. b shows the difference in peak size, and c shows the difference in the number of unique authors

Figure 4 shows the results from conducting a network analysis on the post structure in the Reddit dataset. The results here show a more distinctive differentiation between the two types of cascades. Figure 4a shows the CCDF for the network size of the controversially and non-controversially initiated cascades where the network size is computed by using the total number of edges produced within the entity of the post. Figure 4b looks at the number of nodes within the defined k-core in the cascades’ network. It is clearly visible that controversial cascades end up containing more nodes within their k-core and so are the controversial nodes within these k-cores as shown in Fig. 4c. This shows that network properties of the different cascades are more affected by content which attracts controversial initiations or that they shape the subsequent discussions.

Fig. 4
figure 4

Network analysis results of posts’ cascade, a shows the difference in network size (number of edges) between controversially initiated post’s cascade and non-controversial one. b shows the difference in the number of nodes within the networks’ k-core, and c shows the difference in the number of controversial nodes within the networks’ k-core

Figure 5 shows an evolutional temporal analysis of the network changes within the first 24 h. Figure 5a shows the evolution the number of links in the network. The activity for the controversial cascades is greater and for the time duration observed has this increase from each in the post creation. Figure 5b shows the k-core evolution where the number of nodes within the controversial k-core increased drastically over the other ones. Figure 5c compares the evolutional number of controversial nodes found within the k-core. This reinforces that the cascades which contain controversial activity during their early stages continue to swiftly progress for longer periods of time than the non-controversial cascades.

Fig. 5
figure 5

Network evolution analysis results of posts’ cascade, a shows the difference in network size (number of edges) hourly growth between controversially initiated post’s cascade and non-controversial one. b Shows the difference in the hourly growth of the number of nodes within the networks’ k-core, and c shows the difference in the hourly growth of the number of controversial nodes within the networks’ k-core

Figure 6 shows the results of comparing the first three epochs by the cascade size and the peak size of the cascade. Figure 6a shows that epoch 1 controversial cascades produced the largest number of comments and peak size, followed by epoch 2 then epoch 3 cascades. This indicates that the earlier the resurgence of the controversiality within the cascade the further the information will disseminate within, while later resurgence of controversial comments might not drastically affect the information flow.

Fig. 6
figure 6

The posts’ cascades size and peaks size based on the epoch that contains the highest concentration of the controversial comments. a Shows the comparison of posts’ cascades size, while b shows the comparison of the peak size

Conclusion

The work sought to explore whether controversial content will have a greater chance of increased activity amongst other users. The analysis uses descriptive statistics and network analysis for the amount of activity a cascade produced. The k-core analysis conducted to study the structure of the networks’ core. The temporal dimension is also explored in an analysis of the evolution of contributors. The results show that content which was controversial is associated with higher degrees of activity. This can shed light on various marketing strategies for competing for attention online. Even if not completely understood as to why this occurs, it can be utilized by accounts on social media seeking to create more influence. It can also help explain the spread of disinformation.