US20160086100A1 - Selecting strangers for information spreading on a social network - Google Patents
Selecting strangers for information spreading on a social network Download PDFInfo
- Publication number
- US20160086100A1 US20160086100A1 US14/957,841 US201514957841A US2016086100A1 US 20160086100 A1 US20160086100 A1 US 20160086100A1 US 201514957841 A US201514957841 A US 201514957841A US 2016086100 A1 US2016086100 A1 US 2016086100A1
- Authority
- US
- United States
- Prior art keywords
- strangers
- information spreading
- social network
- information
- features
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G06N99/005—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N7/00—Computing arrangements based on specific mathematical models
- G06N7/01—Probabilistic graphical models, e.g. probabilistic networks
-
- G06N7/005—
-
- H04L67/22—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/535—Tracking the activity of the user
Definitions
- the present invention relates generally to social network analysis, and more particularly to selecting strangers for information spreading on a social network.
- Embodiments of the present invention provide a method, computer program product, and system for selecting strangers for information spreading on a social network.
- statistical models are trained with history data of the information spreading of strangers on the social network.
- the strangers on the social network are not known to a requester who requests the strangers on the social network to conduct the information spreading.
- Information spreading probabilities based on features, information reach, and information spreading probabilities based on a wait time of the strangers on the social network are computed.
- the wait time is a period of time for the strangers on the social network to initiate information spreading in response to being requested by the requester.
- Fitness scores of the strangers on the social network are computed.
- the fitness scores are a function of the information spreading probabilities based on features, the information reach, and the information spreading probabilities based on the wait time. Based on the fitness scores, the strangers on the social network are ranked in a sorted set. The strangers for the information spreading are selected from the sorted set. The one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of maximizing unit information reach per stranger, and the unit information reach per stranger is a sum of followers of strangers conducting the information spreading normalized by a number of strangers being asked to conduct the information spreading.
- FIG. 1 is a diagram illustrating a computing environment for selecting strangers for information spreading on a social network, in accordance with an exemplary embodiment of the present invention.
- FIG. 2 is a flowchart illustrating operational steps of selecting strangers for information spreading on a social network, in accordance with an exemplary embodiment of the present invention.
- FIG. 3 is a flowchart illustrating operational steps of determining best intervals in sorted sets of strangers to achieve one or more optimizing objectives, in accordance with an exemplary embodiment of the present invention.
- FIG. 4 is a diagram illustrating an estimation set, a working set of strangers, and a best interval in each of the sets, in accordance with an exemplary embodiment of the present invention.
- FIG. 5 is a diagram illustrating components of a computing device hosting a social media analysis server, a social network server, or a user computing device, in accordance with an exemplary embodiment of the present invention.
- FIG. 1 is a diagram illustrating computing environment 100 for selecting strangers for information spreading on a social network, in accordance with an exemplary embodiment of the present invention.
- Computing environment 100 includes social network analysis server 110 , social network server 130 , and user computing device 140 used by stranger 150 on the social network.
- Stranger 150 is one of the strangers on the social network; the strangers are not known to a requester who requests the strangers on the social network to conduct the information spreading.
- social network analysis server 110 is hosted by a computing device, so is social network server 130 .
- both social network analysis server 110 and social network server 130 may be hosted by a single computing device.
- social network analysis server 110 and/or social network server 130 may be hosted by a cluster of computing devices.
- User computing device 140 used by stranger 150 may be a desktop computer, a notebook/laptop computer, a tablet computer, a smartphone, a thin client, or any other computing device capable of receiving data from and sending data to social network server 130 and/or social network analysis server 110 via network 160 .
- social network analysis server 110 , social network server 130 , and user computer device 140 are connected by network 160 .
- network 160 is the Internet which represents a worldwide collection of networks and gateways to support communications between devices connected to the Internet.
- network 160 may include wired, wireless, or fiber optic connections.
- network 160 may be implemented as an intranet, a local area network (LAN), or a wide area network (WAN).
- network 160 can be any combination of connections and protocols which support communications among social network analysis server 110 , social network server 130 , and user computing device 140 .
- social network analysis server 110 includes analysis program 120 .
- Analysis program 120 includes information spreading probability model 121 , wait time model 123 , and optimization model 125 .
- Information spreading probability model 121 is trained by ground-truth data collected from information spreading behavior of the strangers (e.g., stranger 150 ) in the social network when they are asked by one or more other strangers to spread information.
- the collection of the ground-truth data is done by using active engagement of the strangers, for example, by asking the strangers on a social network to spread specific information.
- the collection of the ground-truth information may also be retrieved by analysis program 120 from one or more social network databases 133 on social network server 130 .
- Information spreading probability model 121 predicts a probability of information spreading by each of the strangers (for example stranger 150 ), based on features of each of the strangers.
- information spreading probability model 121 is a classifier with two classes: information spreader and non-spreader.
- Wait time model 123 estimates a probability of information spreading within a wait time by each of the strangers (for example stranger 150 ).
- the wait time is a period of time for the strangers on the social network to initiate information spreading in response to being requested by the requester.
- Wait time model 123 may also predict a wait time for the information spreading within a confidence probability.
- Wait time model 123 is trained based on history data of the wait time of each of the strangers for information spreading on one or more social networks.
- wait time model 123 is an exponential distribution. It is assumed that each information spreading event follows a Poisson process in the sense that the each information spreading event occurs continuously and independently at a constant average rate. With this assumption, the exponential distribution is used to model a probability of information spreading within the wait time by each of the strangers (for example stranger 150 ).
- the probability density function (pdf) of the exponential distribution is
- t is a random variable of wait time for one of the strangers (such as stranger 150 ) and ⁇ is the rate parameter of the exponential distribution or the inverse of the average wait time of one of the strangers (such as stranger 150 ) determined based on the history data.
- Optimization model 125 estimates a best interval in a sorted set of the strangers, to satisfy one or more optimization objectives.
- the one or more optimization objectives include maximizing the information spreading rate, maximizing the unit information reach per person, minimizing the number of strangers needed for information spreading, and minimizing time needed for information spreading.
- social network server 130 hosts one or more social network sites 131 and one or more social network databases 133 .
- One or more social network sites 131 (which are also called social networking sites) provide social networking services that focus on facilitating the building of social networks or social relations among people.
- the social networking services may include a group of Internet-based applications and allow the creation and exchange of user-generated content. Examples of the social networking services are Twitter® and Facebook®.
- One or more social network databases 133 host one or more datasets of the ground-truth data which are used for analysis program 120 on social network analysis server 110 to train models such as information spreading probability model 121 and wait time model 123 .
- user computing device 140 used by stranger 150 includes one or more social network applications 141 .
- One or more social network applications 141 are software applications, which are capable of receiving information input by stranger 150 , transmitting the information to one or more computing devices used by other strangers, and transmitting the information to social network server 130 or social network analysis server 110 .
- FIG. 2 is flowchart 200 illustrating operational steps of selecting strangers for information spreading on a social network, in accordance with an exemplary embodiment of the present invention.
- the operational steps of selecting strangers for information spreading on a social network are implemented by analysis program 120 on social network analysis server 110 (shown in FIG. 1 ).
- analysis program 120 trains statistical models, namely information spreading probability model 121 and wait time models 123 (shown in FIG. 1 ), with ground-truth data.
- analysis program 120 uses one or more features, which include but are not limited to profile features, social network features, personality features, activity features, past information spreading features, and readiness features.
- the profile features of the respective strangers are extracted from profiles on one or more social network sites 131 ; for example, the profile features of the respective strangers include longevity of an account, length of a screen name, existence of a description in the account, length of the description, one or more URLs (uniform resource locators) in the account.
- the social network features indicate socialness of the respective strangers; for example, the social network features include the number of following (friends), number of followers, and the ratio of number of friends to number of followers.
- the personality features include information drawn from analyzing personality of the respective strangers.
- the activity features indicate how active the respective strangers are.
- the past information spreading features indicate quantity and rate of information spreading done by the respective strangers.
- the readiness features for example, include information spreading likelihood in a day (ratio of the daily number of information spreading by a specific stranger to the total daily number of information spreading by all the strangers), information spreading likelihood in a hour (ratio of the hourly number of information spreading by a specific stranger to the total hourly number of information spreading by all the strangers), information spreading steadiness (i.e.
- analysis program 120 assigns different weights to the respective one or more features.
- analysis program 120 trains wait time models 123 based on history data of wait times of the respective strangers for information spreading on one or more social networks.
- wait time models 123 is the exponential distribution expressed in equation 1, one exponential distribution model is established for each of the strangers based on the prior wait time of information spreading.
- analysis program 120 determines ⁇ (shown in equation 1, which is the inverse of the average wait time) based on history data of the wait time in information spreading of each of the strangers.
- analysis program 120 computes information spreading probabilities based on features (P 1 , P 2 , . . . , P N ) of respective N strangers.
- the features are those mentioned in the last paragraph.
- analysis program 120 computes an information spreading probabilities based on features P i .
- analysis program 120 computes information reaches (R 1 , R 2 , . . . , R N ) of respective N strangers at a certain level. For i-th stranger at the certain level, analysis program 120 computes the information reaches R i .
- R i is defined as the number of peoples who can receive the update of the i-th stranger's social network update at the certain level. For example, the level is 1 and the social network is Twitter®, R i is the follower count of the i-th stranger.
- analysis program 120 computes information spreading probabilities based on wait time (Q 1 , Q 2 , . . . , Q N ) of the respective N strangers. For i-th stranger, analysis program 120 computes the information spreading probability based on the wait time Q i . In an embodiment, for a specific wait time T, using the exponential distribution model (equation 1), analysis program 120 predicts the probability of the information spreading within the specific wait time T of the i-th stranger, Q i (T).
- analysis program 120 computes fitness scores (f 1 , f 2 , . . . , f N ) of the respective N strangers. For i-th stranger, analysis program 120 computes the fitness score f i .
- the fitness score f i is a function of P i , R i , and Q i computed at steps 203 , 205 , and 207 , respectively.
- f i is a product of P i , R i , and Q i (i.e., P i ⁇ R i ⁇ Q i ).
- f i may be a function of [(P i +R i ) ⁇ Q i ] or a product of P i and R i (i.e., P i ⁇ R i ).
- analysis program 120 ranks, based on the fitness scores (f 1 , f 2 , . . . , f N ), the respective N strangers. At this step, analysis program 120 sorts the respective N strangers according to the fitness scores. In the exemplary embodiment, through ranking the respective N strangers, analysis program 120 generates a sorted set of the respective N strangers according to the fitness scores.
- analysis program 120 selects, form the N respective strangers, strangers for information spreading.
- analysis program 120 selects strangers with highest scores in the sorted set generated at step 211 ; the selected strangers are those whose fitness scores are above a certain threshold.
- analysis program 120 selects strangers for information spreading by estimating a best interval of the sorted set generated at step 211 .
- Analysis program 120 determines the best interval such that one or more optimization objectives are optimized.
- the one or more optimization objectives include maximization of information spreading rate, maximization of unit information reach per stranger, and minimization of information spreading time. Determination of the best interval and the one or more optimization objectives are discussed in greater detail in later paragraphs with reference to FIG. 3 .
- FIG. 3 is flowchart 300 illustrating operational steps of determining best intervals in sorted sets of strangers to achieve one or more optimizing objectives, in accordance with an exemplary embodiment of the present invention.
- the operational steps of determining best intervals in sorted sets of strangers are implemented by analysis program 120 , more particularly optimization model 125 on social network analysis server 110 (shown in FIG. 1 ).
- analysis program 120 determines an estimation set which includes n of the N respective strangers and is a subset of a set including the N respective strangers.
- Analysis program 120 uses subset selection which is a process selecting a subset for use in model construction.
- subset selection is a process selecting a subset for use in model construction.
- a best interval in the estimation set is determined, and then the best interval in the estimation set is used to determine a best interval in a working set which is used to select strangers for information spreading on social networks.
- the estimation set and the working set are shown in FIG. 4 , denoted by numerals 410 and 420 respectively.
- FIG. 4 is discussed in latter paragraphs with reference to steps in FIG. 3 .
- analysis program 120 ranks, according to the fitness scores, the n strangers in the estimation set.
- the estimation set is ordered such that the n strangers ⁇ 1, 2, 3, . . . , n ⁇ are ordered in a sequence from low to high fitness scores.
- stranger 1 has lowest fitness score and is located on the bottom of the column
- stranger n has highest fitness score and is located on the top of the column.
- analysis program 120 computes a value of an optimization objective function for each of intervals in the estimation set.
- Analysis program 120 sets each of the intervals to k % of the n stranger in the estimation set. For example, analysis program 120 starts the first interval from the top (n shown in FIG. 4 ) and moves down 1% for each of the intervals, k % is 10% (or 0.10), and n is 100; therefore, the first interval is [91, 100], the second interval is [90, 99], the third interval is [89, 98], and so on.
- the optimization objective function is the information spreading rate.
- Analysis program 120 determines the information spreading rate, by calculating the ratio of strangers actually conducting information spreading to the total number of strangers being asked to conduct information spreading.
- the optimization objective function is unit-info-reach-per-stranger or simply information reach.
- Analysis program 120 calculates unit-info-reach-per-stranger, by using an equation defined as follows:
- (UIRPS) denotes the unit-info-reach per-stranger
- k denotes the number of strangers actually conducting information spreading among strangers being asked to conduct information spreading
- (NF) i denotes the number of followers of the i-th stranger
- (NS) denotes the number of strangers being asked to conduct information spreading.
- the unit-info-reach-per-stranger considers the cost of contacting strangers and the benefit of information spreading; the total cost is the number of strangers being asked (the denominator of equation 2) and the total benefit is the sum of all followers of k strangers (the numerator of equation 2).
- the total benefit is normalized by the total cost, thus the unit-info-reach-per-stranger represents the unit benefit per stranger. Note that it may be possible that a single follower may follow more than one of the strangers, and hence a better formulation will be to count the number of distinct followers in the numerator of equation 2.
- the optimization objective function is a wait time for the information spreading.
- Analysis program 120 calculates the wait time for each of the strangers at a certain probability, by using the exponential distribution model shown in equation 1.
- analysis program 120 determines, in the estimation set, a best interval that has an optimal value of the optimization objective function.
- the best interval in the estimation set is [a 1 , b 1 ] shown in FIG. 4 , denoted by numeral 415 .
- the best interval satisfies one or more optimization objectives.
- an optimization objective is to maximize the information spreading rate, and analysis program 120 finds the best interval that has a maximum value of the information spreading rate.
- an optimization objective is to maximize the unit-info-reach-per-stranger, and analysis program 120 finds the best interval that has a maximum value of the unit-info-reach-per-stranger.
- an optimization objective is to minimize the wait time, and analysis program 120 finds the best interval that has a minimum value of the wait time.
- analysis program 120 determines a working set including m strangers from which strangers for the information spreading on a social network are selected.
- the working set includes m of the N respective strangers, wherein m ⁇ N.
- the number of strangers in the working set, m is greater than the number of strangers in the estimation set, n.
- analysis program 120 ranks, according to the fitness scores, the m strangers in the working set.
- the working set is ordered such that the m strangers ⁇ 1, 2, 3, . . . , m ⁇ are ordered in a sequence from low to high fitness scores.
- stranger 1 has lowest fitness score and is located on the bottom of the column
- stranger m has highest fitness score and is located on the top of the column.
- analysis program 120 determines a best interval in the working set.
- the best interval in the working set is [a 2 , b 2 ] and denoted by numeral 425
- the best interval in the estimation set is [a 1 , b 1 ] and denoted by numeral 415 .
- the best interval [a 1 , b 1 ] in the estimation set defines the best interval [a 2 , b 2 ] in the working set, based on percentiles. In the exemplary embodiment, it is calculated that
- FIG. 5 is a diagram illustrating components of a computing device hosting social media analysis server 110 , social network server 130 , or user computing device 140 (shown in FIG. 1 ), in accordance with an exemplary embodiment of the present invention. It should be appreciated that FIG. 5 provides only an illustration of one implementation and does not imply any limitations with regard to the environment in which different embodiments may be implemented.
- the computing device includes processor(s) 520 , memory 510 , tangible storage device(s) 530 , network interface(s) 540 , and I/O (input/output) interface(s) 550 .
- processor(s) 520 the computing device includes processor(s) 520 , memory 510 , tangible storage device(s) 530 , network interface(s) 540 , and I/O (input/output) interface(s) 550 .
- Communications among the above-mentioned components of the computing device are denoted by numeral 590 .
- Memory 510 includes ROM(s) (Read Only Memory) 511 , RAM(s) (Random Access Memory) 513 , and cache(s) 515 .
- One or more operating systems 531 and one or more computer programs 533 reside on one or more computer-readable tangible storage devices 530 .
- one or more computer programs 533 include analysis program 120 (shown in FIG. 1 ) which comprises information spreading probability model 121 , wait time model 123 , and optimization model 125 .
- analysis program 120 shown in FIG. 1
- one or more social network sites 131 and one or more social network databases 133 reside on one or more computer-readable tangible storage devices 530 .
- one or more social network applications 141 reside on one or more computer-readable tangible storage devices 530 .
- the computing device further includes I/O interface(s) 550 .
- I/O interface(s) 550 allow for input and output of data with external device(s) 560 that may be connected to the computing device.
- the computing device further includes network interface(s) 540 for communications between the computing device and a computer network.
- aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, and micro-code) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
- the computer readable medium may be a computer readable signal medium or a computer readable storage medium.
- a computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing.
- a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
- a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof.
- a computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
- Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF (radio frequency), and any suitable combination of the foregoing.
- Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java®, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages.
- the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
- the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- LAN local area network
- WAN wide area network
- Internet Service Provider for example, AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
- These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
- the computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
- the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Computing Systems (AREA)
- Artificial Intelligence (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Mathematical Physics (AREA)
- Algebra (AREA)
- Medical Informatics (AREA)
- Pure & Applied Mathematics (AREA)
- Mathematical Optimization (AREA)
- Mathematical Analysis (AREA)
- Probability & Statistics with Applications (AREA)
- Computational Mathematics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Computer Hardware Design (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Automation & Control Theory (AREA)
- Fuzzy Systems (AREA)
- Computational Linguistics (AREA)
Abstract
A computer-implemented method, computer program product, and computer system for selecting strangers for information spreading on a social network. For the strangers who are users of the social network and not related to each other, information spreading probabilities based on features, information reach, and information spreading probabilities based on a wait time are computed. Fitness scores of the strangers are computed; the fitness scores are a function of the information spreading probabilities, the information reach, and the information spreading probabilities. The strangers are ranked, based on the fitness scores, in a sorted set. One or more of the strangers for the information spreading are selected from the sorted set. The one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, and the interval satisfies an optimization objective of maximizing unit information reach per stranger.
Description
- This invention was made with Government support under W911NF-12-C-0028 awarded by Army Research Office. The Government has certain rights in the invention.
- The present invention relates generally to social network analysis, and more particularly to selecting strangers for information spreading on a social network.
- Social networks are more and more widely used for information sharing and exchange. Hundreds of millions of messages are posted on social networks daily. Due to widespread usage and growing number of users of social networks and due to businesses around social networks, there are enormous interests in modeling behaviors of the users of social networks. Such models benefit a number of objectives, such as viral marketing, spreading messages for social or political reasons, and protecting certain populations and organizations. Many models focus on macro levels of social networks rather than an individual's characteristics; the models don't describe how strangers in social networks spread information when asked by another stranger or strangers in social networks.
- Embodiments of the present invention provide a method, computer program product, and system for selecting strangers for information spreading on a social network. In one embodiment, statistical models are trained with history data of the information spreading of strangers on the social network. The strangers on the social network are not known to a requester who requests the strangers on the social network to conduct the information spreading. Information spreading probabilities based on features, information reach, and information spreading probabilities based on a wait time of the strangers on the social network are computed. The wait time is a period of time for the strangers on the social network to initiate information spreading in response to being requested by the requester. Fitness scores of the strangers on the social network are computed. The fitness scores are a function of the information spreading probabilities based on features, the information reach, and the information spreading probabilities based on the wait time. Based on the fitness scores, the strangers on the social network are ranked in a sorted set. The strangers for the information spreading are selected from the sorted set. The one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of maximizing unit information reach per stranger, and the unit information reach per stranger is a sum of followers of strangers conducting the information spreading normalized by a number of strangers being asked to conduct the information spreading.
-
FIG. 1 is a diagram illustrating a computing environment for selecting strangers for information spreading on a social network, in accordance with an exemplary embodiment of the present invention. -
FIG. 2 is a flowchart illustrating operational steps of selecting strangers for information spreading on a social network, in accordance with an exemplary embodiment of the present invention. -
FIG. 3 is a flowchart illustrating operational steps of determining best intervals in sorted sets of strangers to achieve one or more optimizing objectives, in accordance with an exemplary embodiment of the present invention. -
FIG. 4 is a diagram illustrating an estimation set, a working set of strangers, and a best interval in each of the sets, in accordance with an exemplary embodiment of the present invention. -
FIG. 5 is a diagram illustrating components of a computing device hosting a social media analysis server, a social network server, or a user computing device, in accordance with an exemplary embodiment of the present invention. -
FIG. 1 is a diagram illustratingcomputing environment 100 for selecting strangers for information spreading on a social network, in accordance with an exemplary embodiment of the present invention.Computing environment 100 includes socialnetwork analysis server 110,social network server 130, anduser computing device 140 used by stranger 150 on the social network.Stranger 150 is one of the strangers on the social network; the strangers are not known to a requester who requests the strangers on the social network to conduct the information spreading. In the exemplary embodiment shown inFIG. 1 , socialnetwork analysis server 110 is hosted by a computing device, so issocial network server 130. In other embodiments, both socialnetwork analysis server 110 andsocial network server 130 may be hosted by a single computing device. In further other embodiments, socialnetwork analysis server 110 and/orsocial network server 130 may be hosted by a cluster of computing devices.User computing device 140 used bystranger 150 may be a desktop computer, a notebook/laptop computer, a tablet computer, a smartphone, a thin client, or any other computing device capable of receiving data from and sending data tosocial network server 130 and/or socialnetwork analysis server 110 vianetwork 160. In the exemplary embodiment, socialnetwork analysis server 110,social network server 130, anduser computer device 140 are connected bynetwork 160. In the exemplary embodiment,network 160 is the Internet which represents a worldwide collection of networks and gateways to support communications between devices connected to the Internet. For example,network 160 may include wired, wireless, or fiber optic connections. In other embodiments,network 160 may be implemented as an intranet, a local area network (LAN), or a wide area network (WAN). In general,network 160 can be any combination of connections and protocols which support communications among socialnetwork analysis server 110,social network server 130, anduser computing device 140. - Referring to
FIG. 1 , socialnetwork analysis server 110 includesanalysis program 120.Analysis program 120 includes informationspreading probability model 121,wait time model 123, andoptimization model 125. - Information spreading
probability model 121 is trained by ground-truth data collected from information spreading behavior of the strangers (e.g., stranger 150) in the social network when they are asked by one or more other strangers to spread information. The collection of the ground-truth data is done by using active engagement of the strangers, for example, by asking the strangers on a social network to spread specific information. The collection of the ground-truth information may also be retrieved byanalysis program 120 from one or moresocial network databases 133 onsocial network server 130. Information spreadingprobability model 121 predicts a probability of information spreading by each of the strangers (for example stranger 150), based on features of each of the strangers. In one embodiment, information spreadingprobability model 121 is a classifier with two classes: information spreader and non-spreader. - Wait
time model 123 estimates a probability of information spreading within a wait time by each of the strangers (for example stranger 150). The wait time is a period of time for the strangers on the social network to initiate information spreading in response to being requested by the requester. Waittime model 123 may also predict a wait time for the information spreading within a confidence probability. Waittime model 123 is trained based on history data of the wait time of each of the strangers for information spreading on one or more social networks. In one embodiment,wait time model 123 is an exponential distribution. It is assumed that each information spreading event follows a Poisson process in the sense that the each information spreading event occurs continuously and independently at a constant average rate. With this assumption, the exponential distribution is used to model a probability of information spreading within the wait time by each of the strangers (for example stranger 150). The probability density function (pdf) of the exponential distribution is -
- where t is a random variable of wait time for one of the strangers (such as stranger 150) and λ is the rate parameter of the exponential distribution or the inverse of the average wait time of one of the strangers (such as stranger 150) determined based on the history data.
-
Optimization model 125 estimates a best interval in a sorted set of the strangers, to satisfy one or more optimization objectives. In the exemplary embodiments, the one or more optimization objectives include maximizing the information spreading rate, maximizing the unit information reach per person, minimizing the number of strangers needed for information spreading, and minimizing time needed for information spreading. - Referring to
FIG. 1 ,social network server 130 hosts one or moresocial network sites 131 and one or moresocial network databases 133. One or more social network sites 131 (which are also called social networking sites) provide social networking services that focus on facilitating the building of social networks or social relations among people. The social networking services may include a group of Internet-based applications and allow the creation and exchange of user-generated content. Examples of the social networking services are Twitter® and Facebook®. One or moresocial network databases 133 host one or more datasets of the ground-truth data which are used foranalysis program 120 on socialnetwork analysis server 110 to train models such as information spreadingprobability model 121 andwait time model 123. - Referring to
FIG. 1 ,user computing device 140 used bystranger 150 includes one or moresocial network applications 141. One or moresocial network applications 141 are software applications, which are capable of receiving information input bystranger 150, transmitting the information to one or more computing devices used by other strangers, and transmitting the information tosocial network server 130 or socialnetwork analysis server 110. -
FIG. 2 isflowchart 200 illustrating operational steps of selecting strangers for information spreading on a social network, in accordance with an exemplary embodiment of the present invention. In the exemplary embodiment, the operational steps of selecting strangers for information spreading on a social network are implemented byanalysis program 120 on social network analysis server 110 (shown inFIG. 1 ). - Referring to
FIG. 2 ,analysis program 120, atstep 201, trains statistical models, namely information spreadingprobability model 121 and wait time models 123 (shown inFIG. 1 ), with ground-truth data. At this step, in order to train information spreadingprobability model 121,analysis program 120 uses one or more features, which include but are not limited to profile features, social network features, personality features, activity features, past information spreading features, and readiness features. The profile features of the respective strangers are extracted from profiles on one or moresocial network sites 131; for example, the profile features of the respective strangers include longevity of an account, length of a screen name, existence of a description in the account, length of the description, one or more URLs (uniform resource locators) in the account. The social network features indicate socialness of the respective strangers; for example, the social network features include the number of following (friends), number of followers, and the ratio of number of friends to number of followers. The personality features include information drawn from analyzing personality of the respective strangers. The activity features indicate how active the respective strangers are. The past information spreading features indicate quantity and rate of information spreading done by the respective strangers. The readiness features, for example, include information spreading likelihood in a day (ratio of the daily number of information spreading by a specific stranger to the total daily number of information spreading by all the strangers), information spreading likelihood in a hour (ratio of the hourly number of information spreading by a specific stranger to the total hourly number of information spreading by all the strangers), information spreading steadiness (i.e. 1/σ; σ is the standard deviation of the elapsed time between consecutive information spreading activities), and information spreading inactivity (an inactive period of time). In training information spreadingprobability model 121,analysis program 120 assigns different weights to the respective one or more features. Atstep 201,analysis program 120 trains waittime models 123 based on history data of wait times of the respective strangers for information spreading on one or more social networks. In one embodiment, waittime models 123 is the exponential distribution expressed inequation 1, one exponential distribution model is established for each of the strangers based on the prior wait time of information spreading. In training each exponential distribution model,analysis program 120 determines λ (shown inequation 1, which is the inverse of the average wait time) based on history data of the wait time in information spreading of each of the strangers. - Referring to
FIG. 2 ,analysis program 120, atstep 203, computes information spreading probabilities based on features (P1, P2, . . . , PN) of respective N strangers. The features are those mentioned in the last paragraph. For i-th stranger,analysis program 120 computes an information spreading probabilities based on features Pi. Atstep 205,analysis program 120 computes information reaches (R1, R2, . . . , RN) of respective N strangers at a certain level. For i-th stranger at the certain level,analysis program 120 computes the information reaches Ri. Ri is defined as the number of peoples who can receive the update of the i-th stranger's social network update at the certain level. For example, the level is 1 and the social network is Twitter®, Ri is the follower count of the i-th stranger. - At
step 207,analysis program 120 computes information spreading probabilities based on wait time (Q1, Q2, . . . , QN) of the respective N strangers. For i-th stranger,analysis program 120 computes the information spreading probability based on the wait time Qi. In an embodiment, for a specific wait time T, using the exponential distribution model (equation 1),analysis program 120 predicts the probability of the information spreading within the specific wait time T of the i-th stranger, Qi(T). - At
step 209,analysis program 120 computes fitness scores (f1, f2, . . . , fN) of the respective N strangers. For i-th stranger,analysis program 120 computes the fitness score fi. The fitness score fi is a function of Pi, Ri, and Qi computed atsteps - At
step 211,analysis program 120 ranks, based on the fitness scores (f1, f2, . . . , fN), the respective N strangers. At this step,analysis program 120 sorts the respective N strangers according to the fitness scores. In the exemplary embodiment, through ranking the respective N strangers,analysis program 120 generates a sorted set of the respective N strangers according to the fitness scores. - At
step 213,analysis program 120 selects, form the N respective strangers, strangers for information spreading. In an embodiment,analysis program 120 selects strangers with highest scores in the sorted set generated atstep 211; the selected strangers are those whose fitness scores are above a certain threshold. In another embodiment,analysis program 120 selects strangers for information spreading by estimating a best interval of the sorted set generated atstep 211.Analysis program 120 determines the best interval such that one or more optimization objectives are optimized. For example, the one or more optimization objectives include maximization of information spreading rate, maximization of unit information reach per stranger, and minimization of information spreading time. Determination of the best interval and the one or more optimization objectives are discussed in greater detail in later paragraphs with reference toFIG. 3 . -
FIG. 3 isflowchart 300 illustrating operational steps of determining best intervals in sorted sets of strangers to achieve one or more optimizing objectives, in accordance with an exemplary embodiment of the present invention. In the exemplary embodiment, the operational steps of determining best intervals in sorted sets of strangers are implemented byanalysis program 120, more particularlyoptimization model 125 on social network analysis server 110 (shown inFIG. 1 ). - Referring to
FIG. 3 ,analysis program 120, atstep 301, determines an estimation set which includes n of the N respective strangers and is a subset of a set including the N respective strangers.Analysis program 120 uses subset selection which is a process selecting a subset for use in model construction. As shown in later paragraphs, at following steps, a best interval in the estimation set is determined, and then the best interval in the estimation set is used to determine a best interval in a working set which is used to select strangers for information spreading on social networks. The estimation set and the working set are shown inFIG. 4 , denoted bynumerals FIG. 4 is discussed in latter paragraphs with reference to steps inFIG. 3 . - At
step 303,analysis program 120 ranks, according to the fitness scores, the n strangers in the estimation set. In the exemplary embodiment, the estimation set is ordered such that the n strangers {1, 2, 3, . . . , n} are ordered in a sequence from low to high fitness scores. As shown inFIG. 4 , in the exemplary embodiment,stranger 1 has lowest fitness score and is located on the bottom of the column, while stranger n has highest fitness score and is located on the top of the column. - At
step 305,analysis program 120 computes a value of an optimization objective function for each of intervals in the estimation set.Analysis program 120 sets each of the intervals to k % of the n stranger in the estimation set. For example,analysis program 120 starts the first interval from the top (n shown inFIG. 4 ) and moves down 1% for each of the intervals, k % is 10% (or 0.10), and n is 100; therefore, the first interval is [91, 100], the second interval is [90, 99], the third interval is [89, 98], and so on. - Referring to step 305, in an embodiment, the optimization objective function is the information spreading rate.
Analysis program 120 determines the information spreading rate, by calculating the ratio of strangers actually conducting information spreading to the total number of strangers being asked to conduct information spreading. - Referring to step 305, in another embodiment, the optimization objective function is unit-info-reach-per-stranger or simply information reach.
Analysis program 120 calculates unit-info-reach-per-stranger, by using an equation defined as follows: -
- where (UIRPS) denotes the unit-info-reach per-stranger, k denotes the number of strangers actually conducting information spreading among strangers being asked to conduct information spreading, (NF)i denotes the number of followers of the i-th stranger, and (NS) denotes the number of strangers being asked to conduct information spreading. The unit-info-reach-per-stranger considers the cost of contacting strangers and the benefit of information spreading; the total cost is the number of strangers being asked (the denominator of equation 2) and the total benefit is the sum of all followers of k strangers (the numerator of equation 2). In the unit-info-reach-per-stranger expressed in
equation 2, the total benefit is normalized by the total cost, thus the unit-info-reach-per-stranger represents the unit benefit per stranger. Note that it may be possible that a single follower may follow more than one of the strangers, and hence a better formulation will be to count the number of distinct followers in the numerator ofequation 2. - Referring to step 305, in further another embodiment, the optimization objective function is a wait time for the information spreading.
Analysis program 120 calculates the wait time for each of the strangers at a certain probability, by using the exponential distribution model shown inequation 1. - At
step 307,analysis program 120 determines, in the estimation set, a best interval that has an optimal value of the optimization objective function. The best interval in the estimation set is [a1, b1] shown inFIG. 4 , denoted bynumeral 415. The best interval satisfies one or more optimization objectives. In an embodiment, an optimization objective is to maximize the information spreading rate, andanalysis program 120 finds the best interval that has a maximum value of the information spreading rate. In another embodiment, an optimization objective is to maximize the unit-info-reach-per-stranger, andanalysis program 120 finds the best interval that has a maximum value of the unit-info-reach-per-stranger. In further another embodiment, an optimization objective is to minimize the wait time, andanalysis program 120 finds the best interval that has a minimum value of the wait time. - At
step 309,analysis program 120 determines a working set including m strangers from which strangers for the information spreading on a social network are selected. The working set includes m of the N respective strangers, wherein m<N. In the exemplary embodiment, the number of strangers in the working set, m, is greater than the number of strangers in the estimation set, n. - At
step 311,analysis program 120 ranks, according to the fitness scores, the m strangers in the working set. In the exemplary embodiment, the working set is ordered such that the m strangers {1, 2, 3, . . . , m} are ordered in a sequence from low to high fitness scores. As shown inFIG. 4 , in the exemplary embodiment,stranger 1 has lowest fitness score and is located on the bottom of the column, while stranger m has highest fitness score and is located on the top of the column. - At
step 313, based on the best interval in the estimation set,analysis program 120 determines a best interval in the working set. As shown inFIG. 4 , the best interval in the working set is [a2, b2] and denoted bynumeral 425, while the best interval in the estimation set is [a1, b1] and denoted bynumeral 415. The best interval [a1, b1] in the estimation set defines the best interval [a2, b2] in the working set, based on percentiles. In the exemplary embodiment, it is calculated that -
-
FIG. 5 is a diagram illustrating components of a computing device hosting socialmedia analysis server 110,social network server 130, or user computing device 140 (shown inFIG. 1 ), in accordance with an exemplary embodiment of the present invention. It should be appreciated thatFIG. 5 provides only an illustration of one implementation and does not imply any limitations with regard to the environment in which different embodiments may be implemented. - Referring to
FIG. 5 , the computing device includes processor(s) 520,memory 510, tangible storage device(s) 530, network interface(s) 540, and I/O (input/output) interface(s) 550. InFIG. 5 , communications among the above-mentioned components of the computing device are denoted bynumeral 590.Memory 510 includes ROM(s) (Read Only Memory) 511, RAM(s) (Random Access Memory) 513, and cache(s) 515. - One or
more operating systems 531 and one ormore computer programs 533 reside on one or more computer-readabletangible storage devices 530. In the exemplary embodiment, on a computing device hosting socialmedia analysis server 110, one ormore computer programs 533 include analysis program 120 (shown inFIG. 1 ) which comprises information spreadingprobability model 121, waittime model 123, andoptimization model 125. In the exemplary embodiment, on a computing device hostingsocial network server 130, one or moresocial network sites 131 and one or more social network databases 133 (both shown inFIG. 1 ) reside on one or more computer-readabletangible storage devices 530. In the exemplary embodiment, on a computing device hostinguser computing device 140, one or more social network applications 141 (shown inFIG. 1 ) reside on one or more computer-readabletangible storage devices 530. - The computing device further includes I/O interface(s) 550. I/O interface(s) 550 allow for input and output of data with external device(s) 560 that may be connected to the computing device. The computing device further includes network interface(s) 540 for communications between the computing device and a computer network.
- As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, and micro-code) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
- Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
- A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
- Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF (radio frequency), and any suitable combination of the foregoing.
- Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java®, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
- Aspects of the present invention are described below with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
- The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
- The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Claims (18)
1. A method for selecting strangers for information spreading on a social network, the method comprising:
training statistical models with history data of the information spreading of strangers on the social network, the strangers on the social network being not known to a requester who requests the strangers on the social network to conduct the information spreading;
computing information spreading probabilities based on features of the strangers on the social network;
computing information reach of the strangers on the social network;
computing information spreading probabilities based on a wait time of the strangers on the social network, the wait time being a period of time for the strangers on the social network to initiate information spreading in response to being requested by the requester;
computing fitness scores of the strangers on the social network, the fitness scores being a function of: the information spreading probabilities based on features, the information reach, and the information spreading probabilities based on the wait time;
ranking the strangers on the social network in a sorted set, based on the fitness scores;
selecting one or more of the strangers for the information spreading from the sorted set; and
wherein the one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of maximizing unit information reach per stranger, the unit information reach per stranger is a sum of followers of strangers conducting the information spreading normalized by a number of strangers being asked to conduct the information spreading.
2. The method of claim 1 , wherein the one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of maximizing an information spreading rate, the information spreading rate is a ratio of a number of strangers conducting the information spreading to a number of strangers being asked to conduct the information spreading.
3. The method of claim 1 , wherein the one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of minimizing time for the information spreading within a confidence probability.
4. The method of claim 1 , wherein the one or more of the strangers for the information spreading are selected by choosing strangers with highest fitness scores.
5. The method of claim 1 , the method further comprising:
determining a first set for subset selection, the first set including a portion of the strangers on the social network;
ranking the first set based on the fitness scores;
computing a value of an optimization objective function for each of intervals in the first set;
determining an interval in the first set, the interval in the first set having an optimal value of the optimization objective function;
determining a second set for selecting the one or more of the strangers for the information spreading;
ranking the second set based on the fitness score; and
determining an interval in the second set, the interval in the second set being defined by the interval in the first set, based on percentiles.
6. The method of claim 1 , wherein the features are selected from the group consisting of profile features, social network features, personality features, activity features, past information spreading features, and readiness features, wherein the profile features are extracted form profiles of the strangers on the social network, the social network features indicate socialness the strangers on the social network, the personal features include information drawn from analyzing personality of the strangers on the social network, the activity features indicate how active the strangers on the social network are, the past information spreading features indicate quantity and rate of information spreading done by the strangers on the social network, and wherein the readiness features include information spreading likelihood in a day, information spreading likelihood in a hour, information spreading steadiness, and information spreading inactivity.
7. A computer program product for selecting strangers for information spreading on a social network, the computer program product comprising a computer readable storage medium having program code embodied therewith, the program code executable by a processor to:
train statistical models with history data of the information spreading of strangers on the social network, the strangers on the social network being not known to a requester who requests the strangers on the social network to conduct the information spreading;
compute information spreading probabilities based on features of the strangers on the social network;
compute information reach of the strangers on the social network;
compute information spreading probabilities based on a wait time of the strangers on the social network, the wait time being a period of time for the strangers on the social network to initiate information spreading in response to being requested by the requester;
compute fitness scores of the strangers on the social network, the fitness scores being a function of the information spreading probabilities based on features, the information reach, and the information spreading probabilities based on the wait time;
rank the strangers on the social network in a sorted set, based on the fitness scores;
select one or more of the strangers for the information spreading from the sorted set; and
wherein the one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of maximizing unit information reach per stranger, the unit information reach per stranger is a sum of followers of strangers conducting the information spreading normalized by a number of strangers being asked to conduct the information spreading.
8. The computer program product of claim 7 , wherein the one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of maximizing an information spreading rate, the information spreading rate is a ratio of a number of strangers conducting the information spreading to a number of strangers being asked to conduct the information spreading.
9. The computer program product of claim 7 , wherein the one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of minimizing time for the information spreading within a confidence probability.
10. The computer program product of claim 7 , wherein the one or more of the strangers for the information spreading are selected by choosing strangers with highest fitness scores.
11. The computer program product of claim 7 , the computer program product further comprising the program code executable by the processor to:
determine a first set for subset selection, the first set including a portion of the strangers on the social network;
rank the first set based on the fitness scores;
compute a value of an optimization objective function for each of intervals in the first set;
determine an interval in the first set, the interval in the first set having an optimal value of the optimization objective function;
determine a second set for selecting the one or more of the strangers for the information spreading;
rank the second set based on the fitness score; and
program instructions to determine an interval in the second set, the interval in the second set being defined by the interval in the first set, based on percentiles.
12. The computer program product of claim 7 , wherein the features are selected from the group consisting of profile features, social network features, personality features, activity features, past information spreading features, and readiness features, wherein the profile features are extracted form profiles of the strangers on the social network, the social network features indicate socialness the strangers on the social network, the personal features include information drawn from analyzing personality of the strangers on the social network, the activity features indicate how active the strangers on the social network are, the past information spreading features indicate quantity and rate of information spreading done by the strangers on the social network, and wherein the readiness features include information spreading likelihood in a day, information spreading likelihood in a hour, information spreading steadiness, and information spreading inactivity.
13. A computer system for selecting strangers for information spreading on a social network, the computer system comprising:
one or more processors, one or more computer-readable tangible storage devices, and program instructions stored on at least one of the one or more computer-readable tangible storage devices for execution by at least one of the one or more processors, the program instructions executable to:
train statistical models with history data of the information spreading of strangers on the social network, the strangers on the social network being not known to a requester who requests the strangers on the social network to conduct the information spreading;
compute information spreading probabilities based on features of the strangers on the social network;
compute information reach of the strangers on the social network;
compute information spreading probabilities based on a wait time of the strangers on the social network, the wait time being a period of time for the strangers on the social network to initiate information spreading in response to being requested by the requester;
compute fitness scores of the strangers on the social network, the fitness scores being a function of the information spreading probabilities based on features, the information reach, and the information spreading probabilities based on the wait time;
rank the strangers on the social network in a sorted set, based on the fitness scores;
select one or more of the strangers for the information spreading from the sorted set; and
wherein the one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of maximizing unit information reach per stranger, the unit information reach per stranger is a sum of followers of strangers conducting the information spreading normalized by a number of strangers being asked to conduct the information spreading.
14. The computer system of claim 13 , wherein the one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of maximizing an information spreading rate, the information spreading rate is a ratio of a number of strangers conducting the information spreading to a number of strangers being asked to conduct the information spreading.
15. The computer system of claim 13 , wherein the one or more of the strangers for the information spreading are selected by determining an interval in the sorted set, the interval satisfies an optimization objective of minimizing time for the information spreading within a confidence probability.
16. The computer system of claim 13 , wherein the one or more of the strangers for the information spreading are selected by choosing strangers with highest fitness scores.
17. The computer system of claim 13 , further comprising program instructions executable to:
determine a first set for subset selection, the first set including a portion of the strangers on the social network;
rank the first set based on the fitness scores;
compute a value of an optimization objective function for each of intervals in the first set;
determine an interval in the first set, the interval in the first set having an optimal value of the optimization objective function;
determine a second set for selecting the one or more of the strangers for the information spreading;
rank the second set based on the fitness score; and
determine an interval in the second set, the interval in the second set being defined by the interval in the first set, based on percentiles.
18. The computer system of claim 13 , wherein the features are selected from the group consisting of profile features, social network features, personality features, activity features, past information spreading features, and readiness features, wherein the profile features are extracted form profiles of the strangers on the social network, the social network features indicate socialness the strangers on the social network, the personal features include information drawn from analyzing personality of the strangers on the social network, the activity features indicate how active the strangers on the social network are, the past information spreading features indicate quantity and rate of information spreading done by the strangers on the social network, and wherein the readiness features include information spreading likelihood in a day, information spreading likelihood in a hour, information spreading steadiness, and information spreading inactivity.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/957,841 US20160086100A1 (en) | 2013-05-01 | 2015-12-03 | Selecting strangers for information spreading on a social network |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/874,800 US9251475B2 (en) | 2013-05-01 | 2013-05-01 | Selecting strangers for information spreading on a social network |
US14/957,841 US20160086100A1 (en) | 2013-05-01 | 2015-12-03 | Selecting strangers for information spreading on a social network |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/874,800 Continuation US9251475B2 (en) | 2013-05-01 | 2013-05-01 | Selecting strangers for information spreading on a social network |
Publications (1)
Publication Number | Publication Date |
---|---|
US20160086100A1 true US20160086100A1 (en) | 2016-03-24 |
Family
ID=51842030
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/874,800 Expired - Fee Related US9251475B2 (en) | 2013-05-01 | 2013-05-01 | Selecting strangers for information spreading on a social network |
US14/957,814 Abandoned US20160086099A1 (en) | 2013-05-01 | 2015-12-03 | Selecting strangers for information spreading on a social network |
US14/957,841 Abandoned US20160086100A1 (en) | 2013-05-01 | 2015-12-03 | Selecting strangers for information spreading on a social network |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/874,800 Expired - Fee Related US9251475B2 (en) | 2013-05-01 | 2013-05-01 | Selecting strangers for information spreading on a social network |
US14/957,814 Abandoned US20160086099A1 (en) | 2013-05-01 | 2015-12-03 | Selecting strangers for information spreading on a social network |
Country Status (1)
Country | Link |
---|---|
US (3) | US9251475B2 (en) |
Families Citing this family (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130232263A1 (en) * | 2009-12-18 | 2013-09-05 | Morningside Analytics | System and method for classifying a contagious phenomenon propagating on a network |
US11409825B2 (en) | 2009-12-18 | 2022-08-09 | Graphika Technologies, Inc. | Methods and systems for identifying markers of coordinated activity in social media movements |
US10324598B2 (en) | 2009-12-18 | 2019-06-18 | Graphika, Inc. | System and method for a search engine content filter |
US9547877B2 (en) | 2013-10-03 | 2017-01-17 | Linkedin Corporation | Identification of a trigger-type leader in a social network |
US9576326B2 (en) * | 2013-10-03 | 2017-02-21 | Linkedin Corporation | Identification of a propagator-type leader in a social network |
US20150332318A1 (en) * | 2014-05-15 | 2015-11-19 | CDK Global, Inc. | System and method for obtaining a release authorization |
CN112307357B (en) * | 2020-10-30 | 2025-02-18 | 上海连尚网络科技集团有限公司 | Social method and device with strangers |
CN114330752A (en) * | 2021-12-31 | 2022-04-12 | 维沃移动通信有限公司 | Sorting model training method and sorting method |
US20250030870A1 (en) * | 2023-07-21 | 2025-01-23 | Qualcomm Incorporated | Multiple prediction models and signaling in video coding |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040162878A1 (en) * | 2002-11-22 | 2004-08-19 | Lewis Michael Pescatello | System and method to facilitate real-time communications and content sharing among users over a network |
US8327012B1 (en) * | 2011-09-21 | 2012-12-04 | Color Labs, Inc | Content sharing via multiple content distribution servers |
Family Cites Families (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6278996B1 (en) | 1997-03-31 | 2001-08-21 | Brightware, Inc. | System and method for message process and response |
US6389400B1 (en) | 1998-08-20 | 2002-05-14 | Sbc Technology Resources, Inc. | System and methods for intelligent routing of customer requests using customer and agent models |
US7720835B2 (en) | 2006-05-05 | 2010-05-18 | Visible Technologies Llc | Systems and methods for consumer-generated media reputation management |
US7783710B2 (en) | 2006-05-21 | 2010-08-24 | Venkat Ramaswamy | Systems and methods for spreading messages online |
US7933843B1 (en) | 2006-08-26 | 2011-04-26 | CommEq Ltd. | Media-based computational influencer network analysis |
US8156064B2 (en) | 2007-07-05 | 2012-04-10 | Brown Stephen J | Observation-based user profiling and profile matching |
US8180807B2 (en) | 2007-11-27 | 2012-05-15 | At&T Intellectual Property I, L.P. | System and method of determining relationship information |
US20090299993A1 (en) | 2008-05-30 | 2009-12-03 | Novack Michael D | Candidate Recruiting |
US20100076850A1 (en) | 2008-09-22 | 2010-03-25 | Rajesh Parekh | Targeting Ads by Effectively Combining Behavioral Targeting and Social Networking |
US20110131145A1 (en) | 2008-10-21 | 2011-06-02 | Soza Harry R | Measuring engagement activities initiated by electronic word-of mouth referrals in social networks |
US8775605B2 (en) | 2009-09-29 | 2014-07-08 | At&T Intellectual Property I, L.P. | Method and apparatus to identify outliers in social networks |
US20110307397A1 (en) | 2010-06-09 | 2011-12-15 | Akram Benmbarek | Systems and methods for applying social influence |
US8781984B2 (en) | 2010-08-05 | 2014-07-15 | Ben Schreiner | Techniques for generating a trustworthiness score in an online environment |
US9679060B2 (en) | 2010-10-13 | 2017-06-13 | Microsoft Technology Licensing, Llc | Following online social behavior to enhance search experience |
WO2012054848A1 (en) | 2010-10-21 | 2012-04-26 | Davidson College | System and process for ranking content on social networks such as twitter |
US9652447B2 (en) | 2010-12-07 | 2017-05-16 | Microsoft Technology Licensing, Llc | Populating documents with user-related information |
US20120150631A1 (en) | 2010-12-08 | 2012-06-14 | Adam Matthew Root | Key influencer-based social media marketing |
US8688691B2 (en) | 2011-01-13 | 2014-04-01 | International Business Machines Corporation | Relevancy ranking of search results in a network based upon a user's computer-related activities |
US8751618B2 (en) | 2011-04-06 | 2014-06-10 | Yahoo! Inc. | Method and system for maximizing content spread in social network |
US8275769B1 (en) | 2011-04-14 | 2012-09-25 | Palo Alto Research Center Incorporated | System and method for identifying users relevant to a topic of interest |
US8312056B1 (en) | 2011-09-13 | 2012-11-13 | Xerox Corporation | Method and system for identifying a key influencer in social media utilizing topic modeling and social diffusion analysis |
-
2013
- 2013-05-01 US US13/874,800 patent/US9251475B2/en not_active Expired - Fee Related
-
2015
- 2015-12-03 US US14/957,814 patent/US20160086099A1/en not_active Abandoned
- 2015-12-03 US US14/957,841 patent/US20160086100A1/en not_active Abandoned
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040162878A1 (en) * | 2002-11-22 | 2004-08-19 | Lewis Michael Pescatello | System and method to facilitate real-time communications and content sharing among users over a network |
US8327012B1 (en) * | 2011-09-21 | 2012-12-04 | Color Labs, Inc | Content sharing via multiple content distribution servers |
Also Published As
Publication number | Publication date |
---|---|
US9251475B2 (en) | 2016-02-02 |
US20140330757A1 (en) | 2014-11-06 |
US20160086099A1 (en) | 2016-03-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9251475B2 (en) | Selecting strangers for information spreading on a social network | |
US12223525B2 (en) | System and method of providing a platform for managing data content campaign on social networks | |
US11128582B2 (en) | Emoji recommendation method and apparatus | |
Nguyen et al. | Real-time event detection for online behavioral analysis of big social data | |
US10747771B2 (en) | Method and apparatus for determining hot event | |
US8291075B1 (en) | Detecting events of interest | |
US10331751B2 (en) | Identification of target audience for content delivery in social networks by quantifying semantic relations and crowdsourcing | |
US8468158B2 (en) | Adaptive weighted crawling of user activity feeds | |
US20150170294A1 (en) | Method and apparatus for scheduling multiple social media posts to maximize engagement and on-site activity | |
US9674128B1 (en) | Analyzing distributed group discussions | |
CN111405030B (en) | Message pushing method and device, electronic equipment and storage medium | |
EP3356951B1 (en) | Managing a database of patterns used to identify subsequences in logs | |
US9117179B2 (en) | Predicting user activity in social media applications | |
US20140280610A1 (en) | Identification of users for initiating information spreading in a social network | |
US11615163B2 (en) | Interest tapering for topics | |
US11182266B2 (en) | Determination of subject matter experts based on activities performed by users | |
US20140359009A1 (en) | Prioritized content retrieval from social network servers | |
US20180204248A1 (en) | Web page viewership prediction | |
CN110866040A (en) | User portrait generation method, device and system | |
Yingying | Simulation of public art communication in colleges based on smart cloud platform and artificial intelligence algorithm | |
US11210363B1 (en) | Managing prefetching of content from third party websites by client devices based on prediction of user interactions | |
Tang et al. | CloudRec: A mobile cloud service recommender system based on adaptive QoS management | |
US20180330244A1 (en) | Automatic online activity abuse report accuracy prediction method and apparatus | |
US20200210438A1 (en) | Enhanced query performance prediction for information retrieval systems | |
US20190114673A1 (en) | Digital experience targeting using bayesian approach |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:CHEN, JILIN;LEE, KYUMIN;MAHMUD, JALAL U.;SIGNING DATES FROM 20130430 TO 20130501;REEL/FRAME:037199/0353 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |