Skip to main content

ORIGINAL RESEARCH article

Front. Public Health, 20 March 2023
Sec. Public Mental Health
This article is part of the Research Topic Employing Digital Footprints in Measuring Mental Health Status of Adolescent Internet Users View all 8 articles

Automatic anxiety recognition method based on microblog text analysis

  • 1Institute of Psychology, Chinese Academy of Sciences, Beijing, China
  • 2Learning and Cognition Key Laboratory of Beijing, School of Psychology, Capital Normal University, Beijing, China
  • 3Department of Psychology, University of Chinese Academy of Sciences, Beijing, China

Mental health has traditionally been assessed using a self-report questionnaire. Although this approach produces accurate results, it has the disadvantage of being labor-intense and time-consuming. This study aimed to extract original text information published by users on the social media platform (Sina Weibo). A machine learning method was used to train the model and predict the anxiety state of the user automatically. Data of 1,039 users were collected. First, Weibo users were invited to fill the anxiety self-assessment scale. All original text data ever published by the users were collected. Second, the Simplified Chinese-Linguistic Inquiry and Word Count (SC-LIWC) were extracted for feature selection and model training. We found that the model achieved the best performance when the XGBoostRegressor algorithm was used. The Pearson correlation coefficient between the model predicted scores and self-reported scores was moderate (r = 0.322). In addition, we tested the reliability of the model, and found that the model had high reliability (r = 0.72). The experimental results further showed that the model was feasible and effective and could use the digital footprints to predict psychological characteristics.

1. Introduction

Anxiety (1) is a complex psychological state characterized by tension, uneasiness, apprehension, and other unpleasant feelings in response to an impending, potentially dangerous or threatening situation. Anxiety is also one of the most common emotional states. It is considered a positive stress instinct, and moderate anxiety creates excitement in the human brain, rapid thinking and reaction, which helps an individual to cope with an upcoming situation, which produces positive outcomes. Other scholars have shown that anxiety can interfere with work and sleep, and if it persists for long, it can cause anxiety disorders. In terms of manifestation, anxiety disorders typically present with “excessive and persistent fear and worry,” which impart serious negative effects on physical and mental health (2). For example, it affects the nervous system and causes sympathetic excitation, leading to vasoconstriction, increased blood pressure and heart rate, to induce cardiovascular diseases; severe anxiety disorders can even trigger depression (3), with the potential to cause self-injury or even suicide. Therefore, to prevent anxiety progression into anxiety disorders, effective strategies are needed to screen and track people with high anxiety status.

Traditionally, anxiety states have been assessed using self-report inventory (SRI). Although the final questionnaire score obtained by completing the Self-Rating Anxiety Scale (SAS) questionnaire can accurately measure the subject’s anxiety level (4), it has many shortcomings. For example, once participants have completed the questionnaire, the total score of the results need to be calculated manually. However, if the sample size of the measured population is too large, it will take several days to complete the calculation (5). If a scale is used to track a particular characteristic of a subject, the individual will be required to fill the same scale multiple times, which makes the individual to memorize the answers, leading to practice effect which reduces accuracy of the questionnaire. The time-consuming and labor-intensive nature of this method is not conducive for application in large populations.

Information technology has promoted the development of social media platforms, which have provided an ecosystem where people spend time in search for information and share their opinions and document their daily lives. Social media platforms are used to record the reactions, opinions and mental health levels of social users. Users express their moods and opinions in social media platforms by sharing different forms of messages such as text, images, videos, and emojis. Therefore, these digital footprints are potentially linked to individual behavioral and psychological characteristics (6). I In recent years, several researchers have used machine learning methods to predict personality traits based on what users post in social software (7–9) and other psychological traits (10, 11), such as anxiety disorders and depression, with good results.

In the study by Schwartz et al. (12), the content posted by 28,749 users on Twitter was extracted to build a regression model for predicting the users’ depression levels. Gruda and Hasan (13) used machine learning tools to construct a model for predicting the users’ anxiety levels based on their posts on Twitter. Kosinski et al. (14) studied a dataset comprising 58,000 Facebook users and used the content shared by these users on Facebook to develop a model that correctly distinguished between homosexual men and heterosexual men. Numerous studies have shown that machine learning can accurately predict personal attributes such as personality, anxiety, depression, and sexual orientation based on the digital footprints of users’ behaviors recorded in social media platforms. This non-invasive method can overcome the disadvantages of time-consuming and high labor costs of the traditional questionnaire assessment. It will also provide faster prediction of psychological indicators of large samples of people.

Sina Weibo, one of the most popular social networking platforms in China, is a micro-blog that allows users to easily post and access messages on the Web (15). Users can post texts, pictures, or short videos via World Wide Web (WEB), Wireless Application Protocol (WAP), and other approaches. For these reasons, many Chinese web users use it. According to official statistics, Weibo has 511 million monthly active users and 224 million daily active users as of September 2020. Therefore, the Sina Weibo contains the digital footprint of a large number of Chinese users.

Based on the discussion above, to overcome the shortcomings of traditional questionnaire measurements, we developed a model using machine learning methods for predicting users’ anxiety status based on the text content posted in Sina Weibo, and tested the performance of the constructed model.

2. Materials and methods

2.1. Data collection

Users on the Sina Weibo platform were recruited in October 2020 and invited users were asked to fill out the Chinese version of the Self-Rating Anxiety Scale (SAS) online. The SAS scale was developed by Zung (16) in 1971 as a self-report assessment tool for measuring people’s anxiety status. The Chinese version of the scale was employed in this study, and its validity and reliability were fully validated in previous studies. The SAS contains 20 multiple-choice questions and uses a 4-point scale, which mainly rates the frequency of symptoms defined by the items. The criteria were “1” no or very little time; “2” little time; “3” quite a lot of time; and “4 “most or all of the time. The main statistical indicator of SAS was the total score, range from 0 to 100, which can be simply interpreted as a higher total score representing a greater level of anxiety.

The users also filled in their demographic information, including the location, Weibo nickname, age, gender, and education level. Finally, 1,460 subjects were recruited and the completed questionnaires and information were collected. With permission from the subjects, the Python-based crawler technique was utilized to download their original tweets published publicly in the previous 60 days prior to filling out the questionnaire on the Sina Weibo Open Platform API,1 which contained about 189,000 entries.

2.2. Data preprocessing

To identify active Weibo users, information of users who posted less than 10 tweets in the past 60 days was excluded.

After preprocessing, the final number of valid users was 1,039, including 495 males and 544 females, aged 18–56 years (M = 28.91, SD = 6.60). The demographic information of the subjects is shown in Table 1. The scores of anxiety self-assessment scale were in the range of 28–72 (M = 45.70, SD = 6.86) and the distribution of the scores is presented in Figure 1.

TABLE 1
www.frontiersin.org

Table 1. Demographic information of participants.

FIGURE 1
www.frontiersin.org

Figure 1. The distribution of SAS score.

2.3. Feature extraction

Initially, emoticons, pictures and videos were removed in the content published by users, to obtain text information, numbers and punctuation marks only. Next, the Simplified Chinese-Linguistic Inquiry and Word Count (SC-LIWC) dictionary was used to count the number of occurrences of each type of words. SC-LIWC is an effective dictionary for textual analysis of microblogs (17). It can calculate the percentage of multiple psychologically or linguistically meaningful words, which include words of emotional, cognitive, and social dimensions. Nan et al. (18) demonstrated the effectiveness of SC-LIWC in identifying psychological features. A total of 103 dimensions, including features such as the total number of words, the average number of words per sentence, and the dictionary coverage of the original tweet text posted by each user. Representative Chinese vocabulary examples for each emotion-related SC-LIWC category are shown in Table 2.

TABLE 2
www.frontiersin.org

Table 2. Examples of Chinese words for each SC-LIWC category.

2.4. Feature selection

In the machine learning process, if the features have too many dimensions, that problem of overfitting in the model training may occur, and overfitting means that the model has high prediction accuracy on the training set but low prediction accuracy on the test set, which decreases the generalization ability of the model. Therefore, before model training, feature selection needs to be performed on the feature files extracted in the previous step (19) to eliminate the features with high similarity. Thus, we first calculated the correlation coefficients between all features and counted the number of times that the correlation coefficient between each feature and other features exceeding 0.4. We set following criterion: if the number of times a feature showed high correlation with other features was greater than 30, then we consider these features to be redundant data and exclude them from the study. Subsequently, the Random Forest (RF) algorithm (20) was used to calculate the relative importance of the feature variables and rank the feature variables. Finally, the top 22 ranked dimensions were retained. Dimensional information is shown in Table 3.

TABLE 3
www.frontiersin.org

Table 3. Examples of retain SC-LIWC category.

2.5. Model training

The Self-Assessment Scale score for each user was used as the variable on label (y), and the 22 dimensions of information after feature selection were used as the feature matrix (x). A number of different algorithms were used to construct the model on the training set and evaluate the performance of the model on the test set. Since the label values were continuous data, we choose regression algorithms to adjust the parameters. Four common regression algorithms, including Linear Regression (LR), Support Vector Regression (SVR), XGBoostRegressor, and AdaBoostRegressor were employed. The model training process was conducted in Python 3.0.

2.6. Result

During the model training process, four algorithms used to adjust the parameters to achieve optimal model performance. A five-fold cross-validation and Pearson correlation coefficient determination were conducted between the model predicted SAS scores and the subjects’ actual SAS scores to assess the accuracy of the model predictions. The results of the models obtained using the four algorithms are shown in Table 4. It can be inferred that the model had the best prediction performance when the XGBoostRegressor algorithm was used compared with other algorithms, and the correlation coefficient between the model-predicted SAS scores and the subjects’ actual scores was more than 0.3 with a moderate correlation, the lowest mean absolute error (MAE) value.

TABLE 4
www.frontiersin.org

Table 4. Results of the model.

2.7. Split-half reliability of the model

Reliability is an important index in the assessment of consistency, stability, and reliability of training models, whereas split-half reliability is a common method for evaluating the internal consistency of training models ((21)). In this study, the odd-even split-half reliability was determined to test the reliability of the model. All original tweets of each user were collected and sorted based on the time of publication. The tweets were sub-divided into two datasets in odd and even positions. After completion of the model training, the two datasets were input into the model to obtain two sets of predictions, and the consistency between these two sets of predictions was calculated. In addition, the odd-even split-half reliability of the four models was calculated, and the results are presented in Table 5. It can be observed that the split-half confidence of the model reached 0.72 when the XGBoostRegressor algorithm is used, indicating that the training model was reliable.

TABLE 5
www.frontiersin.org

Table 5. Comparison of the reliability results of the four models.

3. Discussion

This study aimed to develop a model for predicting anxiety levels among Sina Weibo users based on text data. The features of all original posts published by microblog users were extracted as the input, the scores of anxiety self-assessment scales filled out by users in real life were used as the output. Four regression algorithms were selected to train the model. Finally, the performance of the model was verified by calculating the Pearson correlation coefficient and split-half reliability between the predicted scores of the model and the actual scores of the subjects. It was found that the constructed model by machine learning method could successfully predict the anxiety level based on data obtained from Weibo, and the highest Pearson correlation coefficient and split-half reliability of the model are achieved when the XGBoostRegressor algorithm was used.

Further analysis of the SC-LIWC word categories after feature selection showed that some word categories related to emotions were negative, such as NegEmo, Sad, Anx, and Discrep. This is consistent with findings from previous studies (22). Anxious people tend to express negative emotions in social media more than normal people. In addition, there are some word categories related to daily work and life, such as Work, Money, Leisure, Social, and Achieve. Our explanation for this is that in today’s society, work, social and money are considered important causes of anxiety, thus people with high anxiety are more likely to share their work and life content on the social media.

Anxious people use first-person singular pronouns (I) more frequently, whereas normal people often use third-person and first-person plural pronouns, which is consistent with previous studies (23). Higher anxiety can negatively affect physical and mental health (24), by inducing several conditions such as worry, avoidance, fear, sweating, nausea, and insomnia, and users with high anxiety tend to share these symptoms on the social media platforms. Therefore, word categories Health, Body, Feel, etc. related to body and mind are important features for constructing the model.

In terms of feature selection, we mainly used the Random Forests in this study (20). In most studies, the random forest is used method for feature selection (25, 26), because it can calculate the relative importance of feature variables using the out-of-bag (OOB) error and rank and filter feature variables, which makes it suitable when a large number of features are used to train the model. We tried to select the top 20 to 30 dimensions in the importance ranking and train the model with these features. Results showed that the model achieved the best results when the features in the top 22 dimensions were selected, hence we chose features among the top 22 dimensions in importance ranking as the final features for model training.

Our results revealed that the model achieved good performance when the XGBoostRegressor algorithm was used. The XGBoostRegressor algorithm is one of the XGBoost algorithms, a scalable Tree boosting algorithm, that is widely used in data science to obtain optimal solutions in many scenarios (27). In a previous study (28), the XGBoost algorithm was shown to successfully predict anxiety. In this study, we have further demonstrated that the XGBoost algorithm could effectively predict anxiety.

In previous studies, many classification algorithms have been employed in the construction of prediction models for predicting anxiety levels (29, 30), i.e., the output labels are discrete data. In contrast, in the present study, the constructed model outputs specific anxiety scores and validates the validity and reliability of the anxiety prediction model.

There are two limitations to this study. First, there are many subtypes of anxiety disorders (31), such as Generalized Anxiety Disorder (GAD), Panic Disorder (PD), agoraphobia, Social Anxiety Disorder (SAD) and Posttraumatic stress disorder (PTSD). Therefore, using the SAS, which is a simple tool for analyzing patients’ subjective symptoms, can only determine a person’s level of anxiety at the macro level, not the specific types of anxiety. Second, the emojis and pictures posted by the user also contain carry messages from the user (32). However, we only analyzed the plain text posted by users and did not include additional information in the analysis.

4. Conclusion

In this study, we developed a prediction model for assessing anxiety levels based on content posted by users on Sina Weibo text data using the Self-Assessment Scale for Anxiety (SAS). The model showed high reliability and validity. In addition, we demonstrated the feasibility and validity of users’ digital footprints on the platform to predict their psychological characteristics.

This study provides researchers and social media platforms with a low-cost, convenient and fast way to screen people with high anxiety. It lays the foundation for developing timely interventions to prevent psychological disorders. For example, the model constructed in this study can be applied to various social media platforms. By simply extracting the text content of users’ public posts in the background and inputting them into the constructed model, we can obtain the user’s anxiety score, identify people with high anxiety, and then alert them through private messages and provide professional help. This approach will help users to know their anxiety status in time and seek interventions in a timely manner. It should be noted that the output SAS scores of the models involved in this study can only be used as a reference and not as a professional diagnosis of anxiety disorders.

Data availability statement

The data analyzed in this study is subject to the following licenses/restrictions: the datasets generated for this article are not readily available because the raw data cannot be made public. If necessary, we can provide model. Requests to access the datasets should be directed to the corresponding author. Requests to access these datasets should be directed to Anxiety recognition model, 852837384@qq.com.

Ethics statement

Studies involving human participants were reviewed and approved by the scientific re-search ethics committee of the Chinese Academy of Sciences Institute of Psychology (H15010). The patients/participants provided written informed consent to participate in this study. Written informed consent was obtained from individual(s) for the publication of any potentially identifiable images or data included in this article.

Author contributions

XL conceived the study and collected essential data for the study. QL and YY jointly designed the experimental flow of this study. YY developed the tools needed for the experiment, executed the whole experiment process, performed all statistical analyses, and wrote the manuscript with input from all authors. All authors contributed to the article and approved the submitted version.

Acknowledgments

The authors sincerely thank all participants and their contributions in this study.

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.

Footnotes

References

1. Levitt, EE. The psychology of anxiety. London: Routledge (2015).

Google Scholar

2. Santé, OMDL, and Organization, WH. The ICD-10 classification of mental and behavioural disorders: Diagnostic criteria for research, vol. 2. Geneva: World Health Organization (1993).

Google Scholar

3. Stavrakaki, C, and Vargo, BJ. The relationship of anxiety and depression: a review of the literature. Br J Psychiatry. (1986) 149:7–16. doi: 10.1192/bjp.149.1.7

CrossRef Full Text | Google Scholar

4. Jegede, RO. Psychometric attributes of the self-rating anxiety scale. Psychol Rep. (1977) 40:303–6. doi: 10.2466/pr0.1977.40.1.303

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Shuotian, B, Bibo, H, Ang, L, Dong, N, and Tingshao, ZJJ. Depression and anxiety prediction on microblogs. J Univ Chin Acad Sci. (2014) 31:814. doi: 10.7523/j.issn.2095-6134.2014.06.013

CrossRef Full Text | Google Scholar

6. Rafaeli, A, Ashtar, S, and Altman, DJC. Digital traces: new data, resources, and tools for psychological-science research. Curr Dir Psychol Sci. (2019) 28:560–6. doi: 10.1177/0963721419861410

CrossRef Full Text | Google Scholar

7. Azucar, D, Marengo, D, Settanni, MJP, and Differences, I. Predicting the big 5 personality traits from digital footprints on social media: a meta-analysis. Pers Individ Differ. (2018) 124:150–9. doi: 10.1016/j.paid.2017.12.018

CrossRef Full Text | Google Scholar

8. Li, L, Li, A, Hao, B, Guan, Z, and Zhu, TJP. Predicting active users' personality based on micro-blogging behaviors. PLoS One. (2014) 9:e84997. doi: 10.1371/journal.pone.0084997

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Qiu, L, Lin, H, Ramsay, J, and Yang, FJJ. You are what you tweet: personality expression and perception on twitter. J Res Pers. (2012) 46:710–8. doi: 10.1016/j.jrp.2012.08.008

CrossRef Full Text | Google Scholar

10. Kosinski, M, Matz, SC, Gosling, SD, Popov, V, and Stillwell, DJ. Facebook as a research tool for the social sciences: opportunities, challenges, ethical considerations, and practical guidelines. Am Psychol. (2015) 70:543–6. doi: 10.1037/a0039210

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Settanni, M, Azucar, D, Marengo, DJC, Behavior,, and Networking, S. Predicting individual characteristics from digital traces on social media: a meta-analysis. Cyberpsychol Behav Soc Netw. (2018) 21:217–8. doi: 10.1089/cyber.2017.0384

PubMed Abstract | CrossRef Full Text | Google Scholar

12. Schwartz, HA, Eichstaedt, J, Kern, M, Park, G, Sap, M, Stillwell, D, et al. Towards assessing changes in degree of depression through Facebook Paper presented at the Proceedings of the Workshop on Computational Linguistics and Clinical Psychology: from Linguistic Signal to Clinical Reality (2014).

Google Scholar

13. Gruda, D, and Hasan, SJC. Feeling anxious? Perceiving anxiety in tweets using machine learning. Comput Hum Behav. (2019) 98:245–5. doi: 10.1016/j.chb.2019.04.020

CrossRef Full Text | Google Scholar

14. Kosinski, M, Stillwell, D, and Graepel, TJP. Private traits and attributes are predictable from digital records of human behavior. Proc Natl Acad Sci USA. (2013) 110:5802–5. doi: 10.1073/pnas.1218772110

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Gao, Q, Abel, F, Houben, G-J, and Yu, Y A comparative study of users’ microblogging behavior on Sina Weibo and Twitter. Paper presented at the international conference on user modeling, adaptation, and personalization (2012).

Google Scholar

16. Zung, WW. Self-rating anxiety scale. BMC Psychiatry. (1971) 26:112–8. doi: 10.1037/t04092-000

CrossRef Full Text | Google Scholar

17. Huang, C-L, Chung, CK, Hui, N, Lin, Y-C, Seih, Y-T, Lam, BC, et al. The development of the Chinese linguistic inquiry and word count dictionary. Chin J Psychol. (2012) 54:185–201.

Google Scholar

18. Zhao, N, Jiao, D, Bai, S, and Zhu, TJP. Evaluating the validity of simplified Chinese version of LIWC in detecting psychological expressions in short texts on social network services. PLoS One. (2016) 11:e0157947. doi: 10.1371/journal.pone.0157947

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Kumar, V, and Minz, SJS. Feature selection: a literature review. SmartCR. (2014) 4:211–9. doi: 10.6029/smartcr.2014.03.007

CrossRef Full Text | Google Scholar

20. Breiman, LJ. Random forests. Mach Learn. (2001) 45:5–32. doi: 10.1023/A:1010933404324

CrossRef Full Text | Google Scholar

21. Wang, X, Wang, Y, Zhou, M, Li, B, Liu, X, and Zhu, TJ. Identifying psychological symptoms based on facial movements. Front Psych. (2020) 11:607890. doi: 10.3389/fpsyt.2020.607890

PubMed Abstract | CrossRef Full Text | Google Scholar

22. Tian, X, He, F, Batterham, P, Wang, Z, and Yu, G. An analysis of anxiety-related postings on Sina Weibo. Int J Environ Res Public Health. (2017) 14:775. doi: 10.3390/ijerph14070775

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Shen, JH, and Rudzicz, F Detecting anxiety through reddit Paper presented at the Proceedings of the Fourth Workshop on Computational Linguistics and Clinical Psychology—from Linguistic Signal to Clinical Reality (2017).

Google Scholar

24. Craske, MG, Rauch, SL, Ursano, R, Prenoveau, J, Pine, DS, and Zinbarg, RE. What is an anxiety disorder? Focus. (2011) 9:369–8. doi: 10.1176/foc.9.3.foc369

CrossRef Full Text | Google Scholar

25. Huljanah, M, Rustam, Z, Utama, S, and Siswantining, T Feature selection using random forest classifier for predicting prostate cancer. Paper presented at the IOP conference series of Materials Science and Engineering (2019).

Google Scholar

26. Nguyen, C, Wang, Y, and Nguyen, HN. Random forest classifier combined with feature selection for breast cancer diagnosis and prognostic. J Biomed Sci Eng. (2013) 6:551–06. doi: 10.4236/jbise.2013.65070

CrossRef Full Text | Google Scholar

27. Chen, T, and Guestrin, C Xgboost: A scalable tree boosting system. Paper presented at the Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (2016).

Google Scholar

28. Wang, C, Zhao, H, and Zhang, HJ. Chinese college students have higher anxiety in new semester of online learning during COVID-19: a machine learning approach. Front Psychol. (2020) 11:587413. doi: 10.3389/fpsyg.2020.587413

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Muhammad, A, Ashjan, B, Ghufran, M, Taghreed, S, Nada, A, Nada, A, et al. Classification of anxiety disorders using machine learning methods: a literature review. Insights Biomed Res. (2020) 4:95–06. doi: 10.36959/584/455

CrossRef Full Text | Google Scholar

30. Pintelas, EG, Kotsilieris, T, Livieris, IE, and Pintelas, P A review of machine learning prediction methods for anxiety disorders. Paper presented at the Proceedings of the 8th International Conference on Software Development and Technologies for Enhancing Accessibility and Fighting Info-exclusion (2018).

Google Scholar

31. Watson, DJ. Rethinking the mood and anxiety disorders: a quantitative hierarchical model for DSM-V. J Abnorm Psychol. (2005) 114:522–6. doi: 10.1037/0021-843X.114.4.522

PubMed Abstract | CrossRef Full Text | Google Scholar

32. Kralj Novak, P, Smailović, J, Sluban, B, and Mozetič, IJ. Sentiment of emojis. PLoS One. (2015) 10:e0144296. doi: 10.1371/journal.pone.0144296

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: anxiety recognition, machine learning, social media platform, Weibo data, SC-LIWC

Citation: Yu Y, Li Q and Liu X (2023) Automatic anxiety recognition method based on microblog text analysis. Front. Public Health 11:1080013. doi: 10.3389/fpubh.2023.1080013

Received: 25 October 2022; Accepted: 02 March 2023;
Published: 20 March 2023.

Edited by:

Dexi Liu, Jiangxi University of Finance and Economics, China

Reviewed by:

Zengda Guan, Shandong Jianzhu University, China
Jibo He, Tsinghua University, China

Copyright © 2023 Yu, Li and Liu. 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: Xiaoqian Liu, liuxiaoqian@psych.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.