Mining knowledge-sharing sites for viral marketing

Matthew RichardsonPedro M. Domingos

article2002KDD1,852 citations

Proposes a computationally efficient probabilistic framework to mine social influence from knowledge-sharing platforms and optimize continuous marketing spend across individuals while accounting for the costs of gathering network data.

Listen

Traditional direct marketing targets customers based solely on their individual characteristics and expected purchase behavior. This conventional strategy overlooks the significant social influence that customers exert on one another's purchasing choices, often leading to suboptimal campaign decisions and missed profit opportunities in markets characterized by strong network effects. At the same time, earlier computational methods designed to optimize viral marketing were too computationally demanding to scale to large commercial audiences and were restricted to basic binary decisions, such as deciding whether or not to send a fixed promotion.

The article develops and evaluates a highly scalable, linear probabilistic framework to determine optimal viral marketing plans from online knowledge-sharing data. It specifically aims to optimize continuously variable marketing expenditures per customer while accounting for partial or costly network information.

To evaluate this framework, the authors analyzed real-world data from the consumer review site Epinions, utilizing a network of over 75,000 users and 500,000 trust relationships within the "Kids & Family" category. By formulating customer interactions as a linear model, the authors derived a closed-form calculation of each individual's total influence across the network, known as the network effect. This method was compared against traditional direct marketing and earlier non-linear viral models across several cost structures, continuous expenditure levels, and simulated conditions of incomplete network knowledge.

The analysis produced several critical findings. First, viral marketing consistently outperformed direct marketing across all test scenarios, generating substantially higher profits; notably, at higher marketing costs where direct marketing chose to market to nobody, viral marketing remained profitable. Second, the linear formulation dramatically reduced computational time from approximately 100 hours required by previous search methods to just 1.05 seconds, enabling scalability to customer bases of hundreds of millions. Third, enabling continuously variable marketing expenditures increased profits by up to 41% compared to binary marketing by tailoring investment to individual responsiveness. Fourth, the model proved exceptionally robust to missing data: having knowledge of only 5% of network connections captured approximately 69% of the maximum potential profit increase over direct marketing. Finally, when acquiring network data under a constrained research budget, prioritizing queries toward customers with the highest observed network effect produced up to tenfold greater profit lift compared to random surveying.

These findings indicate that organizations can significantly lower customer acquisition costs and increase promotional returns by incorporating social network value into their marketing models. Because the influence distribution follows a highly skewed power law, marketing budgets can be concentrated on a small fraction of influential nodes to drive widespread organic adoption across the rest of the customer base. Furthermore, the immense computational efficiency of the linear formulation allows enterprises to perform real-time optimization without requiring costly high-performance computing infrastructure.

Organizations operating in peer-influenced markets should transition from strictly demographic-based direct marketing to influence-aware viral strategies. When customer relationship maps are absent, companies should actively invest limited market research funds to uncover connections starting with the most central, high-influence individuals. For scalable execution, practitioners should query candidates in batches (such as groups of 100), which yields virtually identical profit performance at a fraction of the computational and operational overhead.

Decision-makers should consider several limitations and exercise appropriate caution. The empirical validation relied on a single product category, treated consumer reviews as a proxy for product purchases, and assumed equal influence among all trusted peers. Additionally, the model assumes marketing revenue is constant across interventions; scenarios involving steep price discounts may introduce minor profit overestimations between 1% and 10%. Nevertheless, confidence in the overarching findings remains high, as the qualitative superiority and robustness of the viral optimization framework hold firmly across varying network densities and cost assumptions.

  • Paper: Mining the network value of customers, Pedro M. Domingos et al. (2001). This foundational paper introduced the concept of customer network value and the core probabilistic modeling framework that the source explicitly extends to continuous marketing spend and partial network knowledge.
  • Paper: Item-based collaborative filtering recommendation algorithms, Badrul Sarwar et al. (2001). It provides the foundational collaborative filtering methodology for modeling customer preferences and relationships that underpins data mining on knowledge-sharing and product review sites.
  • Paper: Empirical Analysis of Predictive Algorithms for Collaborative Filtering, John S. Breese et al. (1998). It establishes key probabilistic and model-based algorithms for learning user preferences from sparse review and rating data essential for mining customer networks.
Cover for Mining knowledge-sharing sites for viral marketing

Abstract

Viral marketing takes advantage of networks of influence among customers to inexpensively achieve large changes in behavior. Our research seeks to put it on a firmer footing by mining these networks from data, building probabilistic models of them, and using these models to choose the best viral marketing plan. Knowledge-sharing sites, where customers review products and advise each other, are a fertile source for this type of data mining. In this paper we extend our previous techniques, achieving a large reduction in computational cost, and apply them to data from a knowledge-sharing site. We optimize the amount of marketing funds spent on each customer, rather than just making a binary decision on whether to market to him. We take into account the fact that knowledge of the network is partial, and that gathering that knowledge can itself have a cost. Our results show the robustness and utility of our approach.

Table of Contents

  • 1. INTRODUCTION
  • 2. THE MODEL
  • 3. INFERENCE AND SEARCH
  • 4. MINING KNOWLEDGE-SHARING SITES
  • 5. EXPERIMENTS
  • 5.1 Profits and Network Values
  • 5.2 Speed
  • 5.3 Continuous Marketing Actions
  • 5.4 Incomplete Network Knowledge
  • 5.4.1 Viral marketing is robust
  • 5.4.2 Acquiring new network knowledge
  • 6. RELATED WORK
  • 7. FUTURE WORK
  • 8. CONCLUSION
  • 9. ACKNOWLEDGEMENTS
  • 10. REFERENCES
  • 11. APPENDIX

Knowls

  1. Knowl 1 — Linear Probabilistic Model of Network Customer Influence

    model/method

    Let a market consist of nn potential customers, where Xi{0,1}X_i \in \{0, 1\} is a Boolean random variable indicating whether customer ii purchases a product described by an attribute vector Y\mathbf{Y}. Let MiM_i denote the marketing action targeted at customer ii, and let M=(M1,,Mn)\mathbf{M} = (M_1, \dots, M_n) be the global marketing plan. Customer ii has a set of neighbors Ni{X1,,Xn}{Xi}N_i \subseteq \{X_1, \dots, X_n\} \setminus \{X_i\} who directly influence them, with non-negative influence weights wij0w_{ij} \ge 0 satisfying XjNiwij=1\sum_{X_j \in N_i} w_{ij} = 1 (and wij=0w_{ij} = 0 if jNij \notin N_i).

    The probability that customer ii purchases the product combines an intrinsic internal probability P0(Xi=1Y,Mi)P_0(X_i = 1 \mid \mathbf{Y}, M_i) and a linear combination of neighbor purchasing probabilities:

    P(Xi=1Y,M)=βiP0(Xi=1Y,Mi)+(1βi)XjNiwijP(Xj=1Y,M)P(X_i = 1 \mid \mathbf{Y}, \mathbf{M}) = \beta_i P_0(X_i = 1 \mid \mathbf{Y}, M_i) + (1 - \beta_i) \sum_{X_j \in N_i} w_{ij} P(X_j = 1 \mid \mathbf{Y}, \mathbf{M})

    where βi[0,1]\beta_i \in [0, 1] is a self-reliance coefficient parameterizing customer ii's independence from social influence. This self-referential linear system can be solved iteratively to compute all global adoption probabilities P(Xi=1Y,M)P(X_i = 1 \mid \mathbf{Y}, \mathbf{M}) starting from initial values P(0)(Xi=1Y,M)=P0(Xi=1Y,Mi)P^{(0)}(X_i = 1 \mid \mathbf{Y}, \mathbf{M}) = P_0(X_i = 1 \mid \mathbf{Y}, M_i).

  2. Knowl 2 — Customer Network Effect and Fixed-Point Recurrence

    theoretical result

    The network effect Δi(Y)\Delta_i(\mathbf{Y}) of customer ii for a product with attributes Y\mathbf{Y} is defined as the total marginal change in purchase probability across the entire network (including customer ii) resulting from a unit change in customer ii's intrinsic probability P0(Xi=1Y,Mi)P_0(X_i = 1 \mid \mathbf{Y}, M_i) under the unmarketed null plan M0=(0,,0)\mathbf{M}_0 = (0, \dots, 0):

    Δi(Y)=j=1nP(Xj=1Y,M0)P0(Xi=1Y,Mi)\Delta_i(\mathbf{Y}) = \sum_{j=1}^n \frac{\partial P(X_j = 1 \mid \mathbf{Y}, \mathbf{M}_0)}{\partial P_0(X_i = 1 \mid \mathbf{Y}, M_i)}

    Because the underlying influence propagation is linear, Δi(Y)\Delta_i(\mathbf{Y}) is independent of the marketing actions applied to other customers and satisfies the recurrence relation:

    Δi(k)(Y)=j=1n(1βj)wjiΔj(k1)(Y)\Delta_i^{(k)}(\mathbf{Y}) = \sum_{j=1}^n (1 - \beta_j) w_{ji} \Delta_j^{(k-1)}(\mathbf{Y})

    initialized with Δi(0)(Y)=1\Delta_i^{(0)}(\mathbf{Y}) = 1 for all i{1,,n}i \in \{1, \dots, n\}, where wjiw_{ji} represents the influence customer ii exerts on neighbor jj, and βj\beta_j is customer jj's self-reliance parameter. Evaluating this recurrence until convergence requires O(E)O(|E|) operations per iteration, where E|E| is the number of non-zero directed influence edges in the social network, and empirically reaches a fixed point within 10 to 20 iterations. The calculation is mathematically equivalent to computing the dominant eigenvector of the transposed influence matrix, analogous to PageRank on the reversed influence graph.

  3. Knowl 3 — Optimal Continuous Marketing Action under Diminishing Returns

    model/method

    When marketing intensity is a continuous decision variable Mi=z[0,1]M_i = z \in [0, 1] (where z=0z=0 represents no marketing action), the cost of marketing is modeled as c(z)=c1zc(z) = c_1 z with constant marginal cost c1>0c_1 > 0. The marketing intervention scales the customer's baseline purchasing probability via an exponentially asymptotic diminishing-returns function:

    P0(Xi=1Y,Mi=z)=α(z)P0(Xi=1Y,Mi=0)P_0(X_i = 1 \mid \mathbf{Y}, M_i = z) = \alpha(z) P_0(X_i = 1 \mid \mathbf{Y}, M_i = 0)

    α(z)=α+(1α)eλz\alpha(z) = \alpha_\infty + (1 - \alpha_\infty) e^{-\lambda z}

    where α>1\alpha_\infty > 1 is the asymptotic multiplier achievable as zz \to \infty, and λ>0\lambda > 0 controls the rate of convergence (α(0)=1)(\alpha(0) = 1).

    The immediate change in customer ii's purchasing probability is ΔPi(z,Y)=βi(α(z)1)P0(Xi=1Y,Mi=0)\Delta P_i(z, \mathbf{Y}) = \beta_i (\alpha(z) - 1) P_0(X_i = 1 \mid \mathbf{Y}, M_i = 0), where βi\beta_i is customer ii's self-reliance. Under a constant revenue per sale rr, the total expected lift in profit across the network is:

    ELPi,totalz(Y,M)=rΔi(Y)ΔPi(z,Y)c(z)ELP_{i, \text{total}}^z(\mathbf{Y}, \mathbf{M}) = r \Delta_i(\mathbf{Y}) \Delta P_i(z, \mathbf{Y}) - c(z)

    Setting ddzELPi,totalz(Y,M)=0\frac{d}{dz} ELP_{i, \text{total}}^z(\mathbf{Y}, \mathbf{M}) = 0 yields a closed-form unique global maximum for the optimal continuous marketing allocation ziz_i^*:

    zi=max(0,min(1,1λln(c1rΔi(Y)βiλ(α1)P0(Xi=1Y,Mi=0))))z_i^* = \max\left(0, \min\left(1, -\frac{1}{\lambda} \ln \left( \frac{c_1}{r \Delta_i(\mathbf{Y}) \beta_i \lambda (\alpha_\infty - 1) P_0(X_i = 1 \mid \mathbf{Y}, M_i = 0)} \right)\right)\right)

  4. Knowl 4 — Active Network Knowledge Acquisition Algorithm

    algorithm

    When social network connectivity is initially unknown or incomplete, a marketer with a fixed research budget can iteratively acquire neighbor relationships by querying users. Because customers with high network effects exert the largest total influence on the market, discovering their outgoing trust edges yields the highest expected increase in profit lift.

    Input: Set of customers V={1,,n}V = \{1, \dots, n\}, observed edge set EobsE_{obs}, query budget BB, batch size KK, product attributes Y\mathbf{Y}, model parameters β,c1,r,α,λ\beta, c_1, r, \alpha_\infty, \lambda
    Output: Recommended marketing plan M=(z1,,zn)\mathbf{M}^* = (z_1^*, \dots, z_n^*)
    QQ \leftarrow \emptyset
    while Q<B|Q| < B do
        for each iVi \in V do
            Compute Δi(Y)\Delta_i(\mathbf{Y}) on the graph (V,Eobs)(V, E_{obs}) via fixed-point iteration
        end for
        SS \leftarrow top min(K,BQ)\min(K, B - |Q|) customers in VQV \setminus Q ranked by Δi(Y)\Delta_i(\mathbf{Y}) in descending order
        for each uSu \in S do
            Query customer uu to reveal their trusted neighbor set NuN_u
            for each vNuv \in N_u do
                EobsEobs{(u,v)}E_{obs} \leftarrow E_{obs} \cup \{(u, v)\}
            end for
            QQ{u}Q \leftarrow Q \cup \{u\}
        end for
    end while
    for each iVi \in V do
        Compute final network effect Δi(Y)\Delta_i(\mathbf{Y}) on (V,Eobs)(V, E_{obs})
        zimax(0,min(1,1λln(c1rΔi(Y)βiλ(α1)P0(Xi=1Y,Mi=0))))z_i^* \leftarrow \max\left(0, \min\left(1, -\frac{1}{\lambda} \ln \left( \frac{c_1}{r \Delta_i(\mathbf{Y}) \beta_i \lambda (\alpha_\infty - 1) P_0(X_i = 1 \mid \mathbf{Y}, M_i = 0)} \right)\right)\right)
    end for
    return M=(z1,,zn)\mathbf{M}^* = (z_1^*, \dots, z_n^*)

    Querying customers in batches of K=100K = 100 runs 100 times faster than querying individuals one at a time, with an average profit lift penalty of only 0.008.

  5. Knowl 5 — Profit Comparison Across Marketing Strategies and Costs

    data/table

    The table compares global expected profits across marketing strategies on the Epinions dataset (category 'Kids & Family') under varying marketing cost parameters (cc for Boolean actions, c1c_1 for continuous actions) with baseline parameters α=2\alpha = 2 (or α=2\alpha_\infty = 2, λ=5\lambda = 5), unit revenue r0=r1=r(z)=1r_0 = r_1 = r(z) = 1, and self-reliance βi=0.5\beta_i = 0.5.

    Marketing Scenario c=0.1c=0.1 (c1=0.1c_1=0.1) c=0.01c=0.01 (c1=0.01c_1=0.01) c=0.001c=0.001 (c1=0.001c_1=0.001)
    No Marketing 37.78 37.78 37.78
    Direct Marketing (Boolean) 37.78 42.71 66.08
    Viral Marketing (Boolean) 47.25 60.54 70.23
    Direct Marketing (Continuous) 37.84 51.71 68.38
    Viral Marketing (Continuous) 51.14 63.23 71.28
    Lift over Boolean Viral Marketing 3.89 (41.08%) 2.69 (11.82%) 1.05 (3.24%)

    When the marketing cost is a large fraction of revenue (c=0.1c = 0.1), direct marketing chooses to market to nobody because individual purchase probabilities are too low to offset marketing cost in isolation. Viral marketing generates substantially higher profits by accounting for network value. Continuous marketing actions consistently outperform Boolean actions across all cost settings because continuous optimization tailors the spend per customer to balance marginal cost against diminishing marginal returns.

  6. Knowl 6 — Robustness of Viral Marketing to Incomplete Network Knowledge

    empirical result

    When social network edges are missing uniformly at random, viral marketing remains robust and retains most of its profit advantages over direct marketing:

    1. Knowing only 5% of the total network edges allows the viral marketing optimization algorithm to capture 69% of the full-knowledge profit lift over direct marketing.
    2. The expected profit lift estimated by the algorithm on a partial network systematically underestimates the actual lift realized when the marketing plan is executed on the complete real-world network.

    This robustness arises because uniform random edge removal preserves the relative ranking of customer connectivity and network effects: nodes with high network value in the subsampled network remain high-value nodes in the true full graph.

  7. Knowl 7 — Skewed Distribution of Customer Network Values in Knowledge-Sharing Networks

    empirical result

    On the Epinions web of trust (comprising 75,888 users and approximately 500,000 directed trust edges), the distribution of customer network values is highly skewed and follows a Zipfian power-law distribution. A small minority of users possess disproportionately large network influence, while the vast majority have negligible network value.

    For example, the single highest-value user in the dataset has a normalized network value of 22,000 (meaning marketing to this individual produces an expected revenue lift equivalent to marketing to 22,000 average customers in isolation without costs), directly influences 784 users, and exhibits a baseline purchasing probability of 0.03 (23 times the population average). This extreme concentration of influence enables viral marketing to achieve broad network adoption by targeting only a small, highly influential subset of users.

  8. Knowl 8 — Computational Scalability of the Linear Viral Marketing Model

    empirical result

    The linear formulation of social influence decouples the calculation of customer network effects from the specific marketing decisions applied to other nodes. As a result, finding the optimal marketing plan does not require heuristic combinatorial search over the space of joint plans.

    On the full Epinions network of 75,888 customers, the linear model computes the globally optimal marketing plan in 1.05 seconds. Under equivalent conditions, non-linear influence models require approximately 100 hours using single-pass heuristic search, or 10 to 15 minutes when employing inference approximations. The linear model's per-iteration computational complexity scales linearly with the number of non-zero edges in the influence graph.

  9. Knowl 9 — Degeneracy of Continuous Marketing under Linear Response Functions

    theoretical result

    If the marketing response function α(z)\alpha(z) is strictly linear in the marketing action zz (i.e., α(z)=αz\alpha(z) = \alpha z) and marketing cost is linear (c(z)=c1zc(z) = c_1 z), continuous-valued marketing optimization mathematically degenerates to Boolean marketing (zi{0,1}z_i^* \in \{0, 1\}).

    Under linear response and linear cost, the marginal net profit with respect to zz is constant for any customer. If the expected marginal benefit of marketing to customer ii exceeds the marginal cost at any z>0z > 0, it exceeds the cost for all zz, making the boundary value z=1z = 1 strictly optimal. If marginal cost exceeds marginal benefit, z=0z = 0 is optimal. Consequently, non-linear diminishing returns functions (such as exponential asymptotic functions) are necessary for continuous marketing allocations to yield non-trivial intermediate marketing levels.

  10. Knowl 10 — Profit Overestimation for Price Discounts in Linear Viral Marketing

    limitation

    The closed-form decoupling of customer network effects assumes a constant unit revenue r(z)=rr(z) = r. In marketing campaigns where the marketing action involves a price discount, unit revenue decreases with marketing intensity (r1<r0r_1 < r_0 or r(z)<0r'(z) < 0).

    When unit revenue is decreasing, the linear model overestimates the revenue generated by downstream network adoptions, which can lead to a slightly sub-optimal marketing plan. Empirically, this overestimation error ranges between 1% and 10% of total profits, though the resulting marketing plan still consistently outperforms direct marketing.

Coverage note — None was omitted; all key theoretical models, optimization formulas, algorithms, empirical results, dataset characteristics, and limitations were captured.

References

  1. 1.A. L. Barabási, R. Albert, and H. Jong. Scale-free characteristics of random networks: The topology of the World Wide Web. Physica A, 281:69-77, 2000.
  2. 2.S. Brin and L. Page. The anatomy of a large-scale hypertextual Web search engine. In Proceedings of the Seventh International World Wide Web Conference, Brisbane, Australia, 1998. Elsevier.
  3. 3.D. M. Chickering and D. Heckerman. A decision theoretic approach to targeted advertising. In Proceedings of the Sixteenth Annual Conference on Uncertainty in Artificial Intelligence, Stanford, CA, 2000. Morgan Kaufmann.
  4. 4.P. Domingos and M. Pazanni. On the optimality of the simple Bayesian classifier under zero-one loss. Machine Learning, 29:103-130, 1997.
  5. 5.P. Domingos and M. Richardson. Mining the Network Value of Customers. In Proceedings of the Seventh International Conference on Knowledge Discovery and Data Mining, pages 57-66, San Francisco, CA, 2001. ACM Press.
  6. 6.M. Frauenfelder. Revenge of the know-it-alls: Inside the Web's free-advice revolution. Wired 8(7):144-158, 2000.
  7. 7.K. Gelbrich and R. Nakhaeizadeh. Value Miner: A data mining environment for the calculation of the customer lifetime value with application to the automotive industry. In Proceedings of the Eleventh European Conference on Machine Learning, pages 154-161, Barcelona, Spain, 2000. Springer.
  8. 8.R. A. Howard. Information value theory. IEEE Transactions on Systems Science and Cybernetics, SSC-2:22-26. 1966
  9. 9.A. M. Hughes. The Complete Database Marketer: Second-Generation Strategies and Techniques for Tapping the Power of you Customer Database. Irwin, Chicago, IL, 1996.
  10. 10.D. Iacobucci, editor. Networks in Marketing. Sage, Thousand Oaks, CA, 1996.
  11. 11.C. L. Isbell, Jr., M. Kearns, D. Korman, S. Singh, and P. Stone. Cobot in LambdaMOO: A social statistics agent. In Proceedings of the Seventeenth National Conference on Artificial Intelligence, pages 36-41, Austin, TX, 2000. AAAI Press.
  12. 12.D. R. Jackson. Strategic application of customer lifetime value in direct marketing. Journal of Targeting, Measurement and Analysis for Marketing, 1:9-17, 1994.
  13. 13.S. Jurvetson. What exactly is viral marketing? Red Herring, 78:110-112, 2000.
  14. 14.H. Kautz, B. Selman, and M. Shah. ReferralWeb: Combining social networks and collaborative filtering. Communications of the ACM, 40(3):63-66, 1997.
  15. 15.J. M. Kleinberg. Authoritative sources in a hyperlinked environment. In Proceedings of the Ninth Annual ACM-SIAM Symposium on Discrete Algorithms, pages 668-677, Baltimore, MD, 1998. ACM Press.
  16. 16.D. Krackhardt. Structural leverage in marketing. In D. Iacobucci, editor, Networks in Marketing, pages 50-59. Sage, Thousand Oaks, CA, 1996.
  17. 17.R. Kumar, P. Raghavan, S. Rajagopalan, and A. Tomkins. Extracting large-scale knowledge bases from the Web. In Proceedings of the Twenty-Fifth International Conference on Very Large Databases, pages 639-650, Edinburgh, Scotland, 1999. Morgan Kaufmann.
  18. 18.C. X. Ling and C. Li. Data mining for direct marketing: Problems and solutions. In Proceedings of the Fourth International Conference on Knowledge Discovery and Data Mining, pages 73-79, New York, NY, 1998. AAAI Press.
  19. 19.D. R. Mani, J. Drew, A. Betz, and P. Datta. Statistics and data mining techniques for lifetime value modeling. In Proceedings of the Fifth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 94-103, New York, NY, 1999. ACM Press.
  20. 20.S. Milgram. The small world problem. Psychology Today, 2:60-67, 1967.
  21. 21.L. Page, S. Brin, R. Motwani, and T. Winograd. The PageRank citation ranking: Bringing order to the web. Technical Report, Stanford University, Stanford, CA. 1998.
  22. 22.G. Piatetsky-Shapiro and B. Masand. Estimating campaign benefits and modeling lift. In Proceedings of the Fifth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pages 185-193, San Diego, CA, 1999. ACM Press.
  23. 23.M. F. Schwartz and D. C. M. Wood. Discovering shared interests using graph analysis. Communications of the ACM, 36(8):78-80, 1993.
  24. 24.S. Wasserman and K. Faust. Social Network Analysis: Methods and Applications. Cambridge University Press, Cambridge, UK, 1994.
  25. 25.G. K. Zipf. Human Behavior and the Principle of Least Effort. Addison-Wesley, Boston, MA, 1949.

Citation

MLA
Richardson, M., and P. Domingos. “Mining Knowledge-sharing Sites for Viral Marketing”. Proceedings of the Eighth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 2002, pp. 61–70, https://doi.org/10.1145/775047.775057.
APA
Richardson, M., & Domingos, P. (2002). Mining knowledge-sharing sites for viral marketing. Proceedings of the Eighth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 61–70. https://doi.org/10.1145/775047.775057
Chicago
Richardson, M., and P. Domingos. 2002. “Mining Knowledge-sharing Sites for Viral Marketing”. Proceedings of the Eighth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 61–70. https://doi.org/10.1145/775047.775057.
Harvard
Richardson, M. and Domingos, P. (2002) “Mining knowledge-sharing sites for viral marketing”, Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, pp. 61–70. Available at: https://doi.org/10.1145/775047.775057.
Vancouver
1. Richardson M, Domingos P (2002) Mining knowledge-sharing sites for viral marketing. In: Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining. ACM, pp 61–70

BibTeX

@inproceedings{Richardson_2002, series={KDD02}, title={Mining knowledge-sharing sites for viral marketing}, url={http://dx.doi.org/10.1145/775047.775057}, DOI={10.1145/775047.775057}, booktitle={Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining}, publisher={ACM}, author={Richardson, Matthew and Domingos, Pedro}, year={2002}, month=July, pages={61–70}, collection={KDD02} }
Metadata:Crossref

Access the Paper

This paper is available from its original source. Click below to access the PDF.

Open PDF