The phrase “going viral” has been used to describe fast propagation of internet content. For example, a user can post a video, an article, a comment, and/or other suitable content online or publish the video in other suitable manners. For a variety of reasons, other users may view and/or share the posted content with additional users. If the content propagates fast enough to reach a large number of users in a short amount of time, the content may be deemed “going viral.” Such “viral” content, however, may be difficult to distinguish from other non-viral content due to certain shared traits. For example, a broadcast from a single user to a large number of users can also have fast propagation.
This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
The present technology is directed to techniques for determining and/or visualizing virality of a network content in a social or information network. Embodiments of the present technology can determine a propagation pattern of a network content across a social or information network based on a plurality of time points at which individual users adopt the network content and connection information of these users. The propagation pattern can include a diffusion cascade and/or other suitable structures that represent temporal propagation of the network content from one user to another across the network.
Embodiments of the present technology can also calculate a virality metric of the network content based on a structural characteristic of the propagation pattern. For example, the virality metric can include an average distance between pairs of users who have experienced the network content. In another example, the virality metric can include a relative size of the largest broadcast as a fraction of the total propagation size. In a further example, the virality metric can also include an average depth of users in the propagation pattern, probability of distinct upstream sources, and/or other suitable structural characteristics. In a further aspect, the technology can include visualizing the determined virality by, for example, plotting the propagation pattern in a static or time-lapsed manner.
Various embodiments of systems, devices, components, modules, routines, and processes for content virality determination and/or visualization are described below. In the following description, example software codes, values, and other specific details are included to provide a thorough understanding of various embodiments of the present technology. A person skilled in the relevant art will also understand that the technology may have additional embodiments. The technology may also be practiced without several of the details of the embodiments described below with reference to
As used herein, the term “network content” generally refers to a communication object that may be propagated across a computer network or other suitable types of network. Examples of network content can include product/service offerings, product/service information, news stories, articles, user status updates, videos, images, or electronic books. A network content may propagate across the Internet, a local area network, a metropolitan area network, a wide area network, a virtual private network, and/or other suitable types of network. Also used herein, the term “adoption” or “adopt” generally refers to retrieving, experiencing, recommending, retransmitting, posting, and/or otherwise interacting with a network content. For example, a user can “adopt” an online video by clicking a link to the video, watching the video, downloading the video, liking the video, reposting the video, linking the video on another webpage, commenting on the video, and/or sharing the video with other users in a computer social network.
As discussed above, “viral” contents may be difficult to distinguish from broadcast or other non-viral content due to certain shared traits. Embodiments of the present technology can determine virality metrics of a network content based on one or more structural characteristics of a propagation pattern of the network content across a computer network. For example, the propagation pattern can include a diffusion cascade with a plurality of nodes individually representing a user. Useful virality metrics can include an average distance between all pairs of nodes and/or other suitable structural characteristics of the propagation pattern. Based on the determined virality metrics, “viral” content may be distinguished from broadcast or other non-viral content.
As shown in
In the illustrated embodiment in
The content identification can include various attributes of the network content. For example, the content identification can include at least one of a title, a description, a summary, a web address, an author, a date/time of publication, a publisher, a geographic location of the publisher, and/or other attributes of the network content. For instance, the news story, “NASA scope reveals ‘magnetic braids’ in sun's atmosphere, Fox News,” (shown in
The plurality of time points can include a time stamp at which individual users adopt the network content. One or more time stamps may be associated with the user and/or the network content. For example, if a user reads a news article multiple times, multiple time stamps may be associated with the user. If the user reads the new article once, only one time stamp may be associated with the user. In further examples, if the user reads and recommends the news story, then multiple time stamps may be associated with the user for the different modes of adoption.
The connection information can include indications whether two users are “connected” in the computer network. In certain embodiments, two users may be deemed to be “connected” if:
The database component 134 is configured to organize records, including network records 142 and virality records 144, and facilitates storing and retrieving of these records to and from the memory 103. Any type of database organization may be utilized, including a flat file system, hierarchical database, relational database, or distributed database. In certain embodiments, the network records 142 can include historical and/or current network data 150 received by the input component 132. The virality records 144 can include historical and/or current virality metrics associated with the network records 142. In other embodiments, the network records 142 and/or the virality records 144 may include other suitable information.
The process component 136 is configured to analyze the network data 150 and determine one or more virality metrics for the network content. In certain embodiments, the process component 136 is configured to determine the virality metrics by constructing a diffusion cascade based on the network data 150. Examples of diffusion cascade are shown in
The output component 138 can be configured to output at least one of a propagation pattern 151 or the virality metrics 152 based on the analyzed network data 150. In certain embodiments, the propagation pattern 151 may be output as a static or time-lapsed manner. In other embodiments, the propagation pattern 151 can also be output to highlight a path from one of the users to all other connected users. In further embodiments, the propagation pattern 151 may be output in other suitable manner, as described in more detail below with reference to
The optional pre-process module 160 is configured to receive the network data 150 from the input component 132 (
The analysis module 162 may be configured to analyze the network data 150 to determine one or more virality metrics of the network content. For example, in certain embodiments, the analysis module 162 can be configured to construct a diffusion cascade for the network content based on the time points at which individual users adopt the network content and the connection information of the users in the network. The diffusion cascade may have a tree like structure with a plurality of nodes representing the users. The nodes may be arranged based on the time points at which the individual users adopt the network content. A user who has adopted the network content before any of his/her connected users (i.e., having the earliest adoption time point) may be designated as a “root” node. Otherwise, the user may be designated as child node of a connected user who has most recently adopted the network content, and the connected user may be designated as a parent node of the user. Embodiments of constructing the diffusion cascade are described in more detail below with reference to
The calculation module 166 can include counters, timers, and/or other suitable accumulation routines configured to perform various types of calculations to facilitate operation of other modules. For example, in one embodiment, the calculation module 166 may include a counter configured to a distance between a pair of nodes in the diffusion cascade. In another example, the calculation module 166 may include another counter to accumulate the distances of all pairs of nodes in the diffusion cascade. In yet another example, the calculation module 166 may include a divider to computer an average distance between all pairs of nodes in the diffusion cascade. In further examples, the calculation module 166 may include routines for performing time averaging, window averaging, filtering, and/or other suitable operations as described in more detail below with reference to
The virality module 164 may be configured to determine if a network content is viral based on inputs from the analysis module 162 and/or the calculation module 166. For example, in certain embodiments, the virality module 164 can include comparison routines configured to compare at least one the following parameters for all network contents:
As shown in
The process 300 can then include determining a propagation pattern of the network content based on the network data 150 at stage 304. In certain embodiments, the propagation pattern is determined by constructing a diffusion cascade. An example process for constructing the diffusion cascade is described in more detail below with reference to
Based on the determined propagation pattern, the process 300 can then include calculating one or more virality metric at stage 306. In one embodiment, a virality metric can be defined as an average distance between all pairs of nodes in a diffusion cascade. For example, if one node is directly connected to another node, the connection may be determined as having one unit distance. If one node is connected to another node via an intermediate node, the connection may be determined as having two units of distance. Thus, the virality metric may be calculated as follows:
where v is the virality metric, Dij is a distance between a pair of nodes i and j, and N is the total number of nodes.
In another embodiment, a virality metric can be defined as a fraction of the largest number of child nodes of a single parent node over a total number of the nodes in the diffusion cascade. For example, if the diffusion cascade has a total number of 10 nodes with one root node and nine child nodes, then the virality metric can be determined as 9/10=0.9. In another example, if the diffusion cascade instead has a root node and nine other nodes all in sequence, then the virality metric may be determined as 1/10=0.1.
In another embodiment, a virality metric can be defined as a probability that two random nodes have a distinct parent node in the diffusion cascade. For example, if the diffusion cascade has a total number of 10 nodes with one root node and nine child nodes, then the virality metric can be determined as zero because no two nodes have a distinct parent node. In another example, if the diffusion cascade instead has a root node and nine other nodes all in sequence, then the virality metric can be determined as one because every node has a distinct parent node.
In yet another embodiment, a virality metric can be defined as an average depth of the nodes in the diffusion cascade. For example, if the diffusion cascade has a total number of 10 nodes with one root node and nine child nodes, then the virality metric can be determined as one unit distance because all depth of nodes is one unit distance. In further embodiments, a virality metric may be determined based on all of the foregoing parameters and/or other suitable parameters, for example, with individual weighting factors. In yet further embodiments, the calculated virality metric may be associated with the network content to allow searching of the network content based the calculated virality metric and/or displaying the diffusion cascade/virality metric adjacent to the network content in a search result.
Optionally, the process 300 can include displaying the propagation pattern at stage 307. In one embodiment, the propagation pattern may be displayed as a diffusion cascade in a static, real-time, or time-lapsed manner. In other embodiments, user information, network content information, and/or other suitable information may also be displayed, as described in more detail below with reference to
The process 300 can include a decision stage 308 to determine if the calculated virality metric is above a threshold. The threshold may be determined by an operator and/or an application based on suitable criteria. For example, in one embodiment, the threshold may be set to equal to an average virality of previously determined viral network contents. In other embodiments, the threshold may be set to other values. If the calculated virality metric is greater than the threshold, the process 300 include indicating the network content as viral content at stage 310; otherwise, the process 300 includes indicating the network content as non-viral content (e.g., a broadcast) at stage 312. As a result, trending network contents and/or corresponding users may be identified and/or recommended to additional users. Optionally, at stage 314, the process 300 may include storing the network content along with the associated virality metric, for example, as the virality records 144 (
Even though the process 300 is described above as having a decision stage 308 based on a virality threshold, in other embodiments, the decision stage 308 may be omitted, and the process proceeds to storing the network content with the associated virality metric, for example, as the virality records 144 in the memory 103 at stage 314. In further embodiments, as shown in
As shown in
The process 304 can then include searching the network data 150 for a user with the earliest time point of adoption and inferring that all other users have adopted the network content from the user with the earliest time point of adoption. The user with the earliest time point of adoption can then be designated as a root node for the diffusion cascade. The process 304 can also include determining child node(s) based on the determined root node at stage 324, for example, by designating all users connected to the root node with adoption as child node(s) of the root node. The process 304 can then include a decision stage 326 to determine if additional users are present in the network data 150. If additional users are present, the process 304 includes setting the designated child node(s) of the root node as parent node(s) before the process reverts to determining child node(s) at stage 324; otherwise, the process proceeds to another decision stage 330 to determine if one or more unconnected users are present. If one or more unconnected users are present, the process returns to determining another root node at stage 322; otherwise, the process returns.
Even though particular operations are described above with reference to
Even though only one root node (i.e., the first node 202) is illustrated in
The diffusion cascades shown in
In yet another example, as shown in
In yet further examples, the nodes 200 may be actuated to display user information, network content information, and/or other suitable information. For instance, as shown in
Specific embodiments of the technology have been described above for purposes of illustration. However, various modifications may be made without deviating from the foregoing disclosure. In addition, many of the elements of one embodiment may be combined with other embodiments in addition to or in lieu of the elements of the other embodiments. Accordingly, the technology is not limited except as by the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
7974868 | Tseng et al. | Jul 2011 | B2 |
7992171 | Amidon et al. | Aug 2011 | B2 |
8010657 | Hall et al. | Aug 2011 | B2 |
8332512 | Wu et al. | Dec 2012 | B1 |
8615442 | Kapur | Dec 2013 | B1 |
20080198794 | Fields et al. | Aug 2008 | A1 |
20080256233 | Hall | Oct 2008 | A1 |
20110071891 | Gavita et al. | Mar 2011 | A1 |
20110225514 | Goldman et al. | Sep 2011 | A1 |
20110288912 | McCrea | Nov 2011 | A1 |
20110313996 | Strauss et al. | Dec 2011 | A1 |
20120215903 | Fleischman | Aug 2012 | A1 |
20120324008 | Werz et al. | Dec 2012 | A1 |
20140149888 | Morris | May 2014 | A1 |
Entry |
---|
“International Search Report & Written Opinion for PCT Patent Application No. PCT/US2014/016656”, Mailed Date: Jun. 13, 2014, Filed Date: Feb. 17, 2014, 7 Pages. |
“Notice from the European Patent Office, Dated Oct. 1, 2007—Concerning Business Methods”, In Official Journal European Patent Office, vol. 30, Issue 11, Nov. 2007, pp. 592-593. |
Number | Date | Country | |
---|---|---|---|
20140237093 A1 | Aug 2014 | US |