Skip to main content

ORIGINAL RESEARCH article

Front. Artif. Intell., 18 July 2022
Sec. AI in Business

Online Brand Community User Segments: A Text Mining Approach

\nRuichen GeRuichen GeHong ZhaoHong ZhaoSha Zhang
Sha Zhang*
  • School of Economics and Management, University of Chinese Academy of Sciences, Beijing, China

There is a trend that customers increasingly join the online brand community. However, evidence shows that there are nuances between different user segments, and only a small group of users are active. Thus, one key concern marketers face is identifying and targeting specific segments and decreasing user churn rates in an online environment. To this end, this study aims to propose a UGC-based segmentation of online brand community users, identify the characteristics of each segment, and consequently reduce online brand community users' churn rate. We used python to obtain users' post data from a well-known online brand community in China between July 2012 and December 2019, resulting in 912,452 posts and 20,493 users. We then use text mining and clustering methods to segment the users and compare the differences between the segments. Three groups—information-oriented users, entertainment-oriented users, and multi-motivation users—were emerged. Our results imply that entertainment-oriented users were the most active, yet, multi-directional users have the lowest probability of churn, with a churn rate of only 0.607 times than that of users who focus either on information or entertainment. Implications for marketing and future research opportunities are discussed.

Introduction

Online brand communities provide an interactive platform for companies and consumers (Haverila et al., 2020). Online brand community attracts users who share common interests with a brand (Kuo and Feng, 2013) and allows users to freely communicate, discuss, evaluate, and comment on products (Hajli et al., 2017) and exchange their interests and hobbies, satisfying their information and entertainment needs. For companies, online brand communities play a critical role in increasing customer brand loyalty through relational marketing (Kuo and Feng, 2013). Starbucks Coffee, Dell, and Procter & Gamble are making significant investments in online brand communities in an effort to build stronger relationships with their consumers (Baldus et al., 2015). Companies need to build the loyalty of their users not only to the brand, but also to the community itself (Haverila et al., 2020).

Most prior research assumed that users of online brand communities were homogeneous in terms of behaviors and preferences (Dessart et al., 2019) because users share a common understanding and collective identity (Kuo and Feng, 2013). However, this is not necessarily true (Haverila et al., 2020). Previous research has proven that there is heterogeneity in user tastes on social media (Susarla et al., 2012). We propose that users can engage with the online brand community in different ways (e.g., information or entertainment-oriented). The segmentation is therefore necessary since differences in online brand community users may affect their expectations of the online brand community and how they build loyalty to the brand and the community (Kuo and Feng, 2013). We answer calls for research on “a more diverse classification of participation” (Malinen, 2015, p. 228) of online brand community users.

A small number of previous research (e.g., Shao et al., 2015) has examined the heterogeneity of users in online brand communities, but has mainly focused on the demographic characteristics, access frequency and session duration of community users. The differences between online brand community users lie not only in their general behavior (such as access frequency and session duration), but also in what specific content they focus on, which reflects their inner interests and expectations for the online brand community. The information users create publicly [i.e., User Generated Contents (UGC), Saura et al., 2021a] in the online brand community reflects specific areas they are attracted to. Massive authentic and personalized user-generated content (UGC) (Krumm et al., 2008) generated on social media provides a new possibility for decision-makers to extract customer insights (Moe and Netzer, 2017). By analyzing UGC in different segments, marketers could identify each segment's preference and their covariates, and accordingly, companies could target specific customer groups with content and products appealing to consumers in the segment. As such, firms are able to effectively engage with their customers or online brand community users (An et al., 2018).

In addition, most prior literature in online customer segmentation has focused on using a self-administered survey (Vilnai-Yavetz and Tifferet, 2015). For instance, Underwood et al. (2011) used an online survey to ask Facebook users' personalities, behavior, and activity. They identified three segments: high broadcasters, high communicators, and a high interaction segment. Unfortunately, while self-reports are a valuable means of gathering data in the social sciences (Vilnai-Yavetz and Tifferet, 2015), the method has several pitfalls, such as the difficulty of remembering past behavior (Brewer, 2000) and social desirability bias (De Jong et al., 2010). In contrast, UGC arise from intentional user publications and is the result of user actions in digital environments (Saura et al., 2021a), thus having a higher degree of objectivity. The analysis of these objective data allows companies to better understand user intentions and predict their behavior (Saura et al., 2021a,b), thereby targeting modifications to the information structure of their websites and increasing the likelihood of achieving engagement and user retention rate (Saura et al., 2021a).

In summary, this study is among the first to investigate how objective UGC can be used to explore user heterogeneity in order to build better online brand communities and retain users. First, we classify posts of online brand community users based on Support Vector Machine (SVM) classification, then cluster the users by their posts using the K-means method, and compare the behavioral characteristics of different segments, especially churning behavior. We further used a logistic regression model to investigate user churn rates in different market segments. By doing so, we add to the online brand community segmentation and user churn literature. Practically, this study will help marketers to better understand the online brand community user segments. Thus, it is helpful for the online brand community to reach a broad spectrum of users efficiently (Bulut and Dogan, 2017), and design different strategies and practices accordingly to improve retention rates for different user segments (Bulut and Dogan, 2017).

In sum, our research questions are as follows:

RQ1: How online brand community users could be segmented according to their posts?

RQ2: How do these different types of users differ by the meaning of behavior characteristics, especially churning behavior?

Materials and Methods

Dataset

We collected data from Pollen Club (club.huawei.com), a large online brand community owned by Huawei Technologies Co., Ltd. Users could seek and share information on Pollen Club, such as their opinions and suggestions about the product and problems in the use of the product. At the same time, the online forum also includes social entertainment functions, where users could exchange interests and hobbies (e.g., sharing photos taken by Huawei phones). This research focused on “Huawei Watch,” a sub-section post area in Pollen Club, and we crawled all posts and user pages in this section from July 2012 to December 2019. After data cleansing, our data set contained 912,452 posts and 20,493 users. Each post contains information on the user name, the date of the post, and its text. Each post is linked to its author's home page so that we can obtain user information variable, such as the number of friends, the number of posts and replies, popularity (measured by the number of fans followed one's posts), and prestige (calculated by the number of one's posts are highlighted by forum administrator).

Additionally, we paid particular attention to user churn. Churn is defined as the loss of a user in an online social network (Long et al., 2012). Users are annotated to be churn or non-churn by examining login activities to the site at some time in the future (Long et al., 2012). According to our preliminary survey of users on Pollen Club, churners in this study were defined as the users who haven't made any login or activity record in Pollen Club for the last 3 months.

Text Classification

Machine learning and natural language processing algorithms are used to analyze the massive amount of textual social media data available online (Albalawi et al., 2020), including text classification techniques. Text classification is a method used to confirm the category of an unlabeled text based on the defining topic categories in advance (Miao et al., 2018). It is a supervised learning approach in which a training set of documents {D1, D2….Dn} labeled with classes from {1…m} is used to build a classification model and predicts the class label of a new incoming document based on the training model (Vijayan et al., 2017). Support vector machines are linear classifiers suitable for classifying high-dimensional data (Altinel et al., 2015; Thangaraj and Sivakami, 2018). Its main idea is: for a multidimensional sample set; each sample is represented as a point in space. Then the system randomly generates a hyperplane that continuously moves and classifies the samples until the points belonging to the same class are completely distributed on the same side of the hyperplane. There are many hyperplanes that satisfy this condition, and we need to find such a plane that maximizes the blank area between its edges to achieve the optimal classification of these samples. For the new data, we map it to the same space and predict the category based on its location (Miao et al., 2018).

SVM performs well in text classification scenarios because the vectorized representation of text involves a high-dimensional feature space (Vijayan et al., 2017). SVM also performs with the same accuracy even when the data is sparse (Thangaraj and Sivakami, 2018). Therefore, SVM could exert its effectiveness in short text classification, which has been proved in existing studies. Almost all user posts on social media sites are short texts. For instance, Yin et al. (2015) show that SVM can classify a large number of short texts to mining the useful massage from the short text. Wang et al. (2017) successfully categorize labeled short text documents in Chinese using kernel SVM as the classifier, and their results show that the SVM method outperforms other conventional classification methods such as k-Nearest Neighbor and Decision Tree. In sum, SVM has been widely used in the short text classification of social media sites (Yin et al., 2015; Hu et al., 2018).

According to the above reasons, we chose the SVM method to classify the posts. Before we classified the posts, we pre-processed the collected posts, including two steps. First, we utilized the Chinese word division procedure. Compared with English words, there are no spaces between Chinese words. Hence, we must do a word segmentation operation on the Chinese short text as the first step (Yin et al., 2015; Wang et al., 2017). We used the “jieba” package on Python to split the words. Some words occur frequently without useful meaning, are called “deactivated words,” such as “because,” “so,” “although,” “but,” etc. We removed these deactivated words to ensure the classification effect. Second, we conducted text representation. We used the term frequency (TF)-inverse document frequency (IDF) model, which reflects the importance of a word for a document in a dataset (Wang et al., 2017). As such, we transformed Chinese documents into structured forms. Lastly, we followed the steps depicted in Figure 1 and described below to divide all posts into two categories: informational posts and entertaining posts. Typical informational posts refer to users exchanging information about (Huawei) products (see e.g., 1 and 2), where users share their interests and life, are classified as entertaining posts (see e.g., 3 and 4). We also hired three assistants to label the posts. They first gave an overview of all posts, summarizing the characteristics of both types of posts. They were then asked to label the posts independently. To reduce personal bias, we used a majority voting strategy and the final labeling was the result of a majority agreement.

FIGURE 1
www.frontiersin.org

Figure 1. The steps of data classification.

e.g., 1: The sports log of the Huawei Watch is inaccurate. How can I adjust it?

e.g., 2: You could go to the Huawei service center to upgrade the tablet's memory for free to reduce the latency.

e.g., 3: It's a nice day today. I went to the lake with my daughter and took some photos. My daughter is so pretty!

e.g., 4: Today, I successfully challenged half marathon for the first time. I feel very tired. I need more exercise. Come on!

Step 1: We use all posts from our dataset (N = 912,452)

Step 2: Following the word division method in Rietveld et al. (2020), we draw a stratified sample to create a representative set of 45,622 posts (~5% of the dataset) and coded them as described above.

Step 3: We split the data in training (80%) and test set (20%). 5-fold cross-validation was used to train the model to enhance the model performance (Asrol et al., 2021). The labeled data is split into five subsets of identical size, one of these subsets is retained as the test dataset, and the rest of the subsets are utilized as the training data set. The operation is replicated five times, and each subset is used exactly once to test the model. The results from these replicates are merged into a single estimate (Ramírez-Correa et al., 2021).

Step 4: Based on the SVM model, we trained a text classifier using the training data.

Step 5: We used the trained model to assess the performance of our model using the test set.

Step 6: The remaining data (without the training and test set) is classified using the trained SVM classifier. 492,354 posts were coded as informational posts (53.98%), and 419,918 posts were coded as entertaining posts (46.02%), indicating a balanced dataset.

The correctness of a classification can be evaluated by computing the number of correctly recognized class examples (tp), the number of correctly recognized examples that do not belong to the class (tn), and examples that either were incorrectly assigned to the class (fp) or that were not recognized as class examples (fn) (Sokolova and Lapalme, 2009). In order to compare the classification accuracy of those three methods, we chose Accuracy, Precision, Sensitivity and Specificity as evaluation standards, which are commonly used methods to assess the performance of binary classifiers (Sokolova and Lapalme, 2009). Table 1 shows the measures' calculation formula and their performance in our study.

TABLE 1
www.frontiersin.org

Table 1. Measure and performance of SVM.

User Segmentation

In the previous section, all posts were classified as either informational or entertaining. We then counted the number of posts each user made in both of the two categories. In particular, we generated a new variable called “diversity,” which is a binary variable and assigns it a value of 1 if the user wrote both the information and entertainment posts and 0 otherwise.

We used K-means, one of the most well-known clustering algorithms, to cluster users. K-means is a simple unsupervised learning algorithm, used to classify data based on Euclidian Distance technic between the data (Jamadar and Loni, 2016). This algorithm divides data into k sections and computers randomly select and assign objects to one cluster (k). The distance between each object and the center of each cluster is calculated and resulted in an optimal cluster solution (Marutho et al., 2018). The K-means clustering procedure is less susceptible to outliers in the data (Hair et al., 2003), and it is commonly used in marketing segmentation research (Shao et al., 2015). For instance, Foster et al. (2011) apply the K-means approach to identify user clusters on social media. Similarly, Alsayat and El-Sayed (2016) use the K-means clustering algorithm to group user communities according to their activities on social media sites. Thus, we chose K-means for the user cluster because it performs well in an online social media context.

Results

Comparison of Differences Between the Segments

Took the number of informational posts, the number of entertaining posts, and diversity as the input variables, we used the K-means algorithm to cluster users, and the elbow method was used to select the optimal number of clusters (Marutho et al., 2018). Finally, we determined the number of clusters (K) to be 3, in other words, users were divided into three categories. Table 2 shows the cluster center coordinate values of the three types of users, reflecting the average performance of each segment on each attribute.

TABLE 2
www.frontiersin.org

Table 2. Centers of three clusters.

Segment 1 prefers making informational posts to entertaining posts, while Segment 2 tends to create more entertaining posts compared with informational posts. Both Segment 1 and Segment 2 have a low score on the dimension of diversity. Segment 3 has a high score on all three dimensions, which means that they access Pollen Club both to gather information and to find entertainment. Therefore, we identified Segment 1 as “Information-oriented users,” Segment 2 as “Entertainment-oriented users,” and Segment 3 as “Multi-motivation users.”

Table 3 shows a comparison of the characteristics of each segment. Compared with information-oriented users and multi-motivation users, entertainment-oriented users top in every dimension such as the number of friends, posts, replies, popularity, and prestige. Information-oriented users are relatively passive, with the lowest desire to share and communicate among all the identified segments. However, these two segments have similar churn rates (churn rate of information-oriented users = 93%, the churn rate of entertainment-oriented users = 94%). Multi-motivation users have the lowest probability of churning (churn rate = 91%), significantly lower than the other two segments (F = 27.57, p < 0.001), although they are less active than entertainment-oriented users.

TABLE 3
www.frontiersin.org

Table 3. Characteristics of each segment.

User Churn in Different Segments

In order to ensure the robustness of the results, we further used a logistic regression model to investigate user churn rates in different segments. Our purpose is to determine to what extent diversity influences user churn. Because the dependent variable churn is binary, we use a logit model, which is widely used in customer churn research (De Caigny et al., 2018). To better estimate the impact of diversity, we run two different models. Model 1 is the controls-only model. We consider the effect of the number of information and entertainment posts, the number of friends, popularity, and prestige in this model. Then, we added the main independent variable diversity to the model (Model 2), as shown in equation (1).

Churni=β0+β1Diversityi+β2Informationi                            +β3Entertainmenti+β4Friendsi                         +β5Popularityi+β6Prestigei+τi    (1)

Correlation analysis of the variables showed that the correlation coefficient between the variables was below 0.5 (the maximum correlation coefficient is 0.43) and there was no serious multicollinearity. Depicted in Table 4 are the estimation results of our regression analyses. As can be seen, the Pseudo R2 increases from 14.3 to 14.8%, suggesting that the inclusion of diversity increases the explanatory power of the model (Majumdar and Bose, 2018). Meanwhile, the addition of diversity improved the model fit (F-test χ2 = 46.14, p < 0.001). The negative significance of diversity (β = −0.248, p < 0.001) implies that users who focus on both informational content and entertaining content are less likely to churn, with a churn rate of only 0.607 times than that of users who focus on a single type of content. In addition, we found that the number of informational posts could decrease churn significantly (β = −0.087, p < 0.01), while the number of entertaining posts had no significant effect on churn (p > 0.1). For every increase in the informational posts made by one user, his/her probability of churn decreases by 0.1%.

TABLE 4
www.frontiersin.org

Table 4. Regression results.

Discussion

Conclusion

Online brand communities provide a platform for deeper interactions with customers (McLaughlin and Davenport, 2017). As the volume of consumers using the online brand community continues to grow (Campbell et al., 2014), research attention has been paid to the segmentation of the online brand community (Barnes et al., 2007). The online consumer segmentation has been investigated from many different perspectives (Shao et al., 2015). We propose a UGC-based segmentation of users of the online brand community.

Specifically, we cluster the users by their posts and investigate the behavioral differences between different types of users. On the one hand, we find that online brand community users fall into three distinct segments with significant differences in user behavior: information-oriented users, entertainment-oriented users, and multi-motivation users. The user segments that we named information-oriented users predominantly use the online brand community to gather information, which is similar to “finders” named by Shao et al. (2015). Entertainment-oriented users have similar features with “socializers” of Shao et al. (2015)'s identification and mainly use the online brand community to satisfy entertainment needs. Multi-motivation users correspond to the “advanced users” of Bulut and Dogan (2017) and Devotees of Shao et al. (2015), who access online communities with high frequency and for long periods of time to gather information and find entertainment.

On the other hand, the result suggests that while entertainment-oriented users are the most active, multi-motivation users have the lowest probability of churn. Using logistic regression, we also confirm that users who focus on both informational content and entertaining content are less likely to leave the online brand community, with a churn rate of only 0.607 times than that of users who focus on a single type of content. Consistent with previous research which shows that there is a high churn rate of participants in online brand communities who emphasize only product-related discussions (Dholakia and Vianello, 2009), we further suggest that users who concentrate on both informational content and entertaining content are more likely to be retained in the online brand community.

Theoretical Implications

We contribute to online brand community literature in the following ways. First, we challenge the user homogeneity assumption in the online brand community by empirically identifying three user segments. Existing research preassumes that online brand community users share a common consciousness, rituals, and traditions, suggesting homogeneity in the brand communities (Haverila et al., 2020). However, our results reveal that there is heterogeneity in the membership of brand communities. The findings of this study add to the burgeoning heterogeneity view of online brand communities (Susarla et al., 2012; Haverila et al., 2020).

Second, our results underscore the importance of encouraging diversity in the online brand community. Previous studies report that a community with different characteristics would satisfy the distinct needs of consumers (Pan et al., 2014). Moreover, previous studies show that expressive freedom is critical to retain customers within a community (Almeida et al., 2013; Dholakia and Vianello, 2009). Our study extends the research on expressive freedom by highlighting the importance of diverse expression in building a vibrant online brand community.

Third, we are among the first to use a UGC-based segmentation of the online brand community users. Some of the previous studies use a variety of psychographic variables (Underwood et al., 2011; Shao et al., 2015) based on the self-reported surveys to segment online brand community users. Other studies have developed behavior-based online consumer market segments by focusing on different uses of the Internet (Jansen et al., 2011; An et al., 2016, 2018; Zhang et al., 2016). UGC-based segmentation is important because content created by users could reflect their psychological needs (Shen et al., 2016). Previous motivation-based studies found that both entertainment and information seeking were the primary reasons for using social network sites (Kilian et al., 2012; Bulut and Dogan, 2017) and our UGC-based segmentation supports this finding.

Practical Implications

From a managerial point of view, the current research suggests that different user segments have distinct needs. Entertainment-oriented users expect high entertainment value, whereas information-oriented users predominantly use the online brand community to gather information. Marketers should improve both the entertainment and information value of the online brand community to engage with the needs of different groups. Furthermore, this study suggests online brand communities should actively promote diversified use of online brand communities. Many online brand communities fail because companies emphasize product-related discussions, which leads to consumer participation for functional reasons, without forming bonds or relationships (Dholakia and Vianello, 2009). Marketers may use both informational and entertaining content to reach users. Specifically, in addition to providing information-oriented users with more comprehensive advice on product usage and problem-solving, marketers can also provide incentives to guide them to try entertainment services, such as increasing the hedonic characteristics of a website page or campaign. Similarly, opportunities to create and share both entertainment-oriented content such as users' interests and life as well as information-oriented content such as suggestions and opinions of products could be provided simultaneously. Finally, marketers should encourage users to express themselves freely beyond product discussions in the online brand community. This leads to consumer participation for not only functional reasons, but also intrinsic and social reasons (Dholakia and Vianello, 2009).

Limitations and Future Research

The limitations of this study suggest avenues for future research. First, we focused on only Pollen Club and consumer behaviors may differ in other online brand community. Further studies should validate user segments among different online brand communities. Second, this study doesn't take cultural differences into consideration. Comparing user segments in other regions could be an interesting direction for future research. Last but not the least, due to data limitations we are unable to investigate the psychological reasons behind our results. For instance, why does diversity not depth reduce user churn rate? We suggest future research to explore the underlying psychological mechanism.

Data Availability Statement

The raw data supporting the conclusions of this article will be made available by the authors, upon reasonable request.

Author Contributions

RG, HZ, and SZ: conceptualization. RG and SZ: methodology. RG: resources, formal analysis, visualization, and writing—original draft preparation. HZ and SZ: investigation, supervision, funding acquisition, and writing—review and editing. All authors contributed to the article and approved the submitted version.

Funding

This work was supported by the National Natural Science Foundation of China (Grant No. 71772169, 71972175, 72172146); and the Fundamental Research Funds for the Central Universities (Grant No. Y95402AXX2).

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Albalawi, R., Yeap, T. H., and Benyoucef, M. (2020). Using topic modeling methods for short-text data: a comparative analysis. Front. Artif. Intell. 3:42. doi: 10.3389/frai.2020.00042

PubMed Abstract | CrossRef Full Text | Google Scholar

Almeida, S. O. D., Mazzon, J. A., Dholakia, U., and Müller Neto, H. (2013). Participant diversity and expressive freedom in firm-managed and customer-managed brand communities. Braz. Adm. Rev. 10, 195–218. doi: 10.1590/S1807-76922013000200006

CrossRef Full Text | Google Scholar

Alsayat, A., and El-Sayed, H. (2016). “Social media analysis using optimized K-Means clustering”, in 2016 IEEE 14th International Conference on Software Engineering Research, Management and Applications (Towson, MD: IEEE) 61–66. doi: 10.1109/SERA.2016.7516129

CrossRef Full Text | Google Scholar

Altinel, B., Ganiz, M. C., and Diri, B. (2015). A corpus-based semantic kernel for text classification by using meaning values of terms. Eng. Appl. Artif. Intell. 43, 54–66. doi: 10.1016/j.engappai.2015.03.015

CrossRef Full Text | Google Scholar

An, J., Kwak, H., and Jansen, B. J. (2016). “Validating social media data for automatic persona generation”, in 2016 IEEE/ACS 13th International Conference of Computer Systems and Applications (Agadir: IEEE), 1–6. doi: 10.1109/AICCSA.2016.7945816

CrossRef Full Text | Google Scholar

An, J., Kwak, H., Jung, S. G., Salminen, J., and Jansen, B. J. (2018). Customer segmentation using online platforms: isolating behavioral and demographic segments for persona creation via aggregated user data. Soc. Netw. Anal. Min. 8:54. doi: 10.1007/s13278-018-0531-0

CrossRef Full Text | Google Scholar

Asrol, M., Papilo, P., and Gunawan, F. E. (2021). Support vector machine with K-fold validation to improve the industry's sustainability performance classification. Procedia Comput. Sci. 179, 854–862. doi: 10.1016/j.procs.2021.01.074

CrossRef Full Text | Google Scholar

Baldus, B. J., Voorhees, C., and Calantone, R. (2015). Online brand community engagement: scale development and validation. J. Bus. Res 68, 978–985. doi: 10.1016/j.jbusres.2014.09.035

PubMed Abstract | CrossRef Full Text | Google Scholar

Barnes, S. J., Bauer, H. H., Neumann, M. M., and Huber, F. (2007). Segmenting cyberspace: a customer typology for the internet. Eur. J. Mark. 41, 71–93. doi: 10.1108/03090560710718120

CrossRef Full Text | Google Scholar

Brewer, D. D (2000). Forgetting in the recall-based elicitation of personal and social networks. Soc. Netw. 22, 29–43. doi: 10.1016/S0378-8733(99)00017-9

CrossRef Full Text | Google Scholar

Bulut, Z. A., and Dogan, O. (2017). The ABCD typology: profile and motivations of Turkish social network sites users. Comput. Hum. Behav. 67, 73–83. doi: 10.1016/j.chb.2016.10.021

CrossRef Full Text | Google Scholar

Campbell, C., Ferraro, C., and Sands, S. (2014). Segmenting consumer reactions to social network marketing. Eur. J. Mark. 48, 432–452. doi: 10.1108/EJM-03-2012-0165

CrossRef Full Text | Google Scholar

De Caigny, A., Coussement, K., and De Bock, K. W. (2018). A new hybrid classification algorithm for customer churn prediction based on logistic regression and decision trees. Eur. J. Oper. Res. 269, 760–772. doi: 10.1016/j.ejor.2018.02.009

CrossRef Full Text | Google Scholar

De Jong, M. G., Pieters, R., and Fox, J. P. (2010). Reducing social desirability bias through item randomized response: an application to measure underreported desires. J. Mark. Res. 47, 14–27. doi: 10.1509/jmkr.47.1.14

CrossRef Full Text | Google Scholar

Dessart, L., Aldás-Manzano, J., and Veloutsou, C. (2019). Unveiling heterogeneous engagement-based loyalty in brand communities. Eur. J. Mark. 53, 1854–1881. doi: 10.1108/EJM-11-2017-0818

CrossRef Full Text | Google Scholar

Dholakia, U. M., and Vianello, S. (2009). Effective Brand Community Management: Lessons From Customer Enthusiasts. doi: 10.2139/ssrn.1512090

CrossRef Full Text | Google Scholar

Foster, M., West, B., and Francescucci, A. (2011). Exploring social media user segmentation and online brand profiles. J. Brand. Manag. 19, 4–17. doi: 10.1057/bm.2011.27

CrossRef Full Text | Google Scholar

Hair, J. F., Bush, R. P., and Ortinau, D. J. (2003). Marketing Research: Within a Changing Information Environment. Boston: McGraw-Hill/Irwin.

Google Scholar

Hajli, N., Shanmugam, M., Papagiannidis, S., Zahay, D., and Richard, M. O. (2017). Branding co-creation with members of online brand communities. J. Bus. Res. 70, 136–144. doi: 10.1016/j.jbusres.2016.08.026

CrossRef Full Text | Google Scholar

Haverila, M., McLaughlin, C., Haverila, K. C., and Arora, M. (2020). Beyond lurking and posting: segmenting the members of a brand community on the basis of engagement, attitudes and identification. J. Prod. Brand. Manag. 30, 449–466. doi: 10.1108/JPBM-08-2019-2543

CrossRef Full Text | Google Scholar

Hu, Y., Li, Y., Yang, T., and Pan, Q. (2018). “Short text classification with a convolutional neural network-based method,” in 2018 15th International Conference on Control, Automation, Robotics and Vision (Singapore), 1432–1435. doi: 10.1109/ICARCV.2018.8581332

CrossRef Full Text | Google Scholar

Jamadar, S. S., and Loni, P. D. Y. (2016). Efficient cluster head selection method based on k-means algorithm to maximize energy of wireless sensor networks. Int. Res. J. Eng. Technol. 3, 1579–1583.

Google Scholar

Jansen, B. J., Sobel, K., and Cook, G. (2011). Classifying eCommerce information sharing behavior by youths on social networking sites. J. Inf. Sci. 37, 120–136. doi: 10.1177/0165551510396975

CrossRef Full Text | Google Scholar

Kilian, T., Hennigs, N., and Langner, S. (2012). Do Millennials read books or blogs? Introducing a media usage typology of the internet generation. J. Consum. Mark. 29, 114–124. doi: 10.1108/07363761211206366

CrossRef Full Text | Google Scholar

Krumm, J., Davies, N., and Narayanaswami, C. (2008). User-generated content. IEEE Pervasive Comput. 7, 10–11. doi: 10.1109/MPRV.2008.85

CrossRef Full Text | Google Scholar

Kuo, Y. F., and Feng, L. H. (2013). Relationships among community interaction characteristics, perceived benefits, community commitment, and oppositional brand loyalty in online brand communities. Int. J. Inf. Manage. 33, 948–962. doi: 10.1016/j.ijinfomgt.2013.08.005

CrossRef Full Text | Google Scholar

Long, X., Yin, W., An, L., Ni, H., Huang, L., Luo, Q., et al. (2012). “Churn analysis of online social network users using data mining techniques”, in Proceedings of the International MultiConference of Engineers and Computer Scientists, Vol. I (Hong Kong), 551–556.

Google Scholar

Majumdar, A., and Bose, I. (2018). My words for your pizza: an analysis of persuasive narratives in online crowdfunding. Inf. Manage. 55, 781–794. doi: 10.1016/j.im.2018.03.007

CrossRef Full Text | Google Scholar

Malinen, S (2015). Understanding user participation in online communities: a systematic literature review of empirical studies, Comput. Hum. Behav. 46, 228–238. doi: 10.1016/j.chb.2015.01.004

CrossRef Full Text | Google Scholar

Marutho, D., Handaka, S. H., and Wijaya, E. (2018). “The determination of cluster number at k-mean using elbow method and purity evaluation on headline news,” in 2018 International Seminar on the Application for the Technology of Information and Communication (Yogyakarta), 533–538. doi: 10.1109/ISEMANTIC.2018.8549751

PubMed Abstract | CrossRef Full Text | Google Scholar

McLaughlin, C., and Davenport, L. (2017). Brand community success factors: a study of two facebook brand community features. LBS J. Manage. Res. 15, 50–61. doi: 10.5958/0974-1852.2017.00013.X

CrossRef Full Text | Google Scholar

Miao, F., Zhang, P., Jin, L., and Wu, H. (2018). “Chinese news text classification is based on a machine-learning algorithm,” in 2018 10th International Conference on Intelligent Human-Machine Systems and Cybernetics (Hangzhou), 48–51. doi: 10.1109/IHMSC.2018.10117

CrossRef Full Text | Google Scholar

Moe, O., and Netzer, D. (2017). Social Media Analytics Handbook of Marketing Decision Models. Berlin: Springer.

Google Scholar

Pan, Z., Lu, Y., and Gupta, S. (2014). How heterogeneous community engage newcomers? The effect of community diversity on newcomers' perception of inclusion: An empirical study in social media service. Comput. Human. Behav. 39, 100–111. doi: 10.1016/j.chb.2014.05.034

CrossRef Full Text | Google Scholar

Ramírez-Correa, P. E., Rondán-Cataluña, F. J., Arenas-Gaitán, J., Grandón, E. E., Alfaro-Pérez, J. L., and Ramírez-Santana, M. (2021). Segmentation of older adults in the acceptance of social networking sites using machine learning. Front. Psychol. 12:705715. doi: 10.3389/fpsyg.2021.765840

PubMed Abstract | CrossRef Full Text | Google Scholar

Rietveld, R., Van Dolen, W., Mazloom, M., and Worring, M. (2020). What you feel is what you like the influence of message appeals on customer engagement on Instagram. J. Interact. Mark. 49, 20–53. doi: 10.1016/j.intmar.2019.06.003

CrossRef Full Text | Google Scholar

Saura, J. R., Palacios-Marqués, D., and Iturricha-Fernández, A. (2021b). Ethical design in social media: assessing the main performance measurements of user online behavior modification. J. Bus. Res. 129, 271–281. doi: 10.1016/j.jbusres.2021.03.001

CrossRef Full Text | Google Scholar

Saura, J. R., Ribeiro-Soriano, D., and Palacios-Marqués, D. (2021a). From user-generated data to data-driven innovation: a research agenda to understand user privacy in digital markets. Int. J. Inf. Manage. 60:102331. doi: 10.1016/j.ijinfomgt.2021.102331

CrossRef Full Text | Google Scholar

Shao, W., Ross, M., and Grace, D. (2015). Developing a motivation-based segmentation typology of Facebook users. Mark. Intell. Plan. 33, 1071–1086. doi: 10.1108/MIP-01-2014-0014

CrossRef Full Text | Google Scholar

Shen, W., Huang, J., and Li, D. (2016). The research of motivation for word-of-mouth: Based on the self-determination theory. J. Bus. Retail. Manag. Res. 10, 75–84. doi: 10.24052/JBRMR/217

CrossRef Full Text | Google Scholar

Sokolova, M., and Lapalme, G. (2009). A systematic analysis of performance measures for classification tasks. Inf. Process. Manage. 45, 427–437. doi: 10.1016/j.ipm.2009.03.002

CrossRef Full Text | Google Scholar

Susarla, A., Oh, J. H., and Tan, Y. (2012). Social networks and the diffusion of user-generated content: evidence from YouTube. Inf. Syst. Res 23, 23–41. doi: 10.1287/isre.1100.0339

CrossRef Full Text | Google Scholar

Thangaraj, M., and Sivakami, M. (2018). Text classification techniques: a literature review. Interdiscip. J. Inf. Knowl. Manag. 13, 117–135. doi: 10.28945/4066

CrossRef Full Text | Google Scholar

Underwood, J. D., Kerlin, L., and Farrington-Flint, L. (2011). The lies we tell and what they say about us: Using behavioral characteristics to explain the Facebook activity. Comput. Hum. Behav. 27, 1621–1626. doi: 10.1016/j.chb.2011.01.012

CrossRef Full Text | Google Scholar

Vijayan, V. K., Bindu, K. R., and Parameswaran, L. (2017). “A comprehensive study of text classification algorithms,” in 2017 International Conference on Advances in Computing, Communications, and Informatics (Karnataka), 1109–1113. doi: 10.1109/ICACCI.2017.8125990

CrossRef Full Text | Google Scholar

Vilnai-Yavetz, I., and Tifferet, S. (2015). A picture is worth a thousand words: segmenting consumers by Facebook profile images. J. Interact. Mark. 32, 53–69. doi: 10.1016/j.intmar.2015.05.002

CrossRef Full Text | Google Scholar

Wang, X., Wang, J., Yang, Y., and Duan, J. (2017). “Labeled LDA-Kernel SVM: a short Chinese text supervised classification based on sina weibo,” in 2017 4th International Conference on Information Science and Control Engineering (Changsha), 428–432. doi: 10.1109/ICISCE.2017.96

CrossRef Full Text | Google Scholar

Yin, C., Xiang, J., Zhang, H., Wang, J., Yin, Z., and Kim, J. U. (2015). “A new SVM method for short text classification based on semi-supervised learning,” in 2015 4th International Conference on Advanced Information Technology and Sensor Application (Harbin), 100–103. doi: 10.1109/AITS.2015.34

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhang, X., Brown, H.-F., and Shankar, A. (2016). “Data-driven personas: constructing archetypal users with clickstreams and user telemetry,” in Proceedings of the 2016 CHI Conference on Human Factors in Computing Systems (Santa Clara, CA), 5350–5359. doi: 10.1145/2858036.2858523

CrossRef Full Text | Google Scholar

Keywords: online brand community, user segmentation, UGC, user churn, text mining

Citation: Ge R, Zhao H and Zhang S (2022) Online Brand Community User Segments: A Text Mining Approach. Front. Artif. Intell. 5:900775. doi: 10.3389/frai.2022.900775

Received: 21 March 2022; Accepted: 17 June 2022;
Published: 18 July 2022.

Edited by:

Pankush Kalgotra, Auburn University, United States

Reviewed by:

Jose Ramon Saura, Rey Juan Carlos University, Spain
Alireza Farnoush, Auburn University, United States

Copyright © 2022 Ge, Zhao and Zhang. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Sha Zhang, zhangsha@ucas.ac.cn

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.