Skip to main content

ORIGINAL RESEARCH article

Front. Public Health, 29 April 2022
Sec. Digital Public Health
This article is part of the Research Topic Emerging Applications of Text Analytics and Natural Language Processing in Healthcare View all 7 articles

Development of Keyword Trend Prediction Models for Obesity Before and After the COVID-19 Pandemic Using RNN and LSTM: Analyzing the News Big Data of South Korea

  • 1Department of Statistics, Inje University Graduate School, Gimhae, South Korea
  • 2Department of Digital Anti-Aging Healthcare (BK21), Graduate School of Inje University, Gimhae, South Korea
  • 3Department of Medical Big Data, College of AI Convergence, Inje University, Gimhae, South Korea

The Korea National Health and Nutrition Examination Survey (2020) reported that the prevalence of obesity (≥19 years old) was 31.4% in 2011, but it increased to 33.8% in 2019 and 38.3% in 2020, which confirmed that it increased rapidly after the outbreak of COVID-19. Obesity increases not only the risk of infection with COVID-19 but also severity and fatality rate after being infected with COVID-19 compared to people with normal weight or underweight. Therefore, identifying the difference in potential factors for obesity before and after the pandemic is an important issue in health science. This study identified the keywords and topics that were formed before and after the COVID-19 pandemic in the South Korean society and how they had been changing by conducting a web crawling of South Korea's news big data using “obesity” as a keyword. This study also developed models for predicting timing before and after the COVID-19 pandemic using keywords. Topic modeling results was found that the trend of keywords was different between before the COVID-19 pandemic and after the COVID-19 pandemic: topics such as “degenerative arthritis”, “diet,” and “side effects of diet treatment” were derived before the COVID-19 pandemic, while topics such as “COVID blues” and “relationship between dietary behavior and disease” were confirmed after the COVID-19 pandemic. This study also showed that both RNN and LSTM had high accuracy (over 97%), but the accuracy of the RNN model (98.22%) had higher than that of the LSTM model (97.12%) by 0.24%. Based on the results of this study, it will be necessary to continuously pay attention to the newly added obesity-related factors after the COVID-19 pandemic and to prepare countermeasures at the social level based on the results of this study.

Introduction

The World Health Organization (WHO) declared the COVID-19 outbreak a global pandemic on March 11, 2020 (1). As COVID-19 has spread afterward, lockdown has been declared worldwide including South Korea, the United States, and countries in Europe and Asia (2). Moreover, prolonged social distancing has changed people's lifestyles (2). Eating out, going out, traveling, and gatherings have decreased, and telecommuting, non-face-to-face classes, and video conferencing have increased, which are typical examples. As a result, more people stay only at home and the radius of activity has decreased, which has decreased physical activities.

From the nutritional science aspect, the representative change is the rapid increase in food delivery and convenience food after the outbreak of COVID-19. The “COVID-19 Impact Report” published in April 2020 revealed that the proportion of delivered meals nearly doubled after the COVID-19 pandemic: from 33 to 52% (3). Moreover, the consumption of processed foods and convenience foods has increased mainly due to convenience and taste rather than nutrition (4, 5). This dietary behavior may increase the risk of diseases such as obesity, diabetes, hypertension, and metabolic syndrome due to excessive intake of saturated fat and an imbalance in essential nutrients (6, 7). Changes in nutritional intake and dietary behavior under the COVID-19 pandemic have made people gain weight (8, 9), which is believed to greatly affect daily life by causing mental and physical problems (10). In other words, the COVID-19 pandemic has created an environment that makes prone to obesity by causing problems, such as a decrease in physical activity, irregular eating, and depression (11).

Due to these changes, the Korea National Health and Nutrition Examination Survey (2020) (12) reported that the prevalence of obesity (≥19 years old) was 31.4% in 2011, but it increased to 33.8% in 2019 and 38.3% in 2020, which confirmed that it increased rapidly after the outbreak of COVID-19. In Korea, people with confirmed COVID-19 infection are called “hwakjinja.” After the COVID-19 pandemic, the obesity rate has risen sharply, and obesity is emerging as a social problem. It is serious enough to create an online coinage–“hwakzinja” (pun)–for those who have gained weight. Particularly, many previous studies (1315) have reported that obesity increases not only the risk of infection with COVID-19 but also severity and fatality rate after being infected with COVID-19 compared to people with normal weight or underweight. Therefore, identifying the difference in potential factors for obesity before and after the pandemic is an important issue in health science. Although obesity has become a more serious social issue, there are not enough studies using the text mining technique to understand it. The text mining technique, which targets text data accumulated for a long time such as news, is academically more valuable because it can discover social and cultural issues and examine the trends of changes (16, 17). Therefore, it is necessary to uncover the macro trends of language, society, and culture by identifying the increasing or decreasing trend in the frequency of language use and focusing on the correlation between them (16) and carefully examine words if these specific words show a certain usage pattern.

This study identified the keywords and topics that were formed before and after the COVID-19 pandemic in the South Korean society and how they had been changing by conducting a web crawling of South Korea's news big data using “obesity” as a keyword. This study also developed models for predicting the trend of keywords based on RNN and LSTM.

Materials and Methods

Data Collection and Analysis Period

This study utilized BIGKinds (www.bigkinds.or.kr), a news archive site of the Korea Press Foundation, to collect data necessary for analysis. Table 1 shows the media analyzed in this study. This study selected 52 media: eleven metropolitan newspapers, 28 local newspapers, eight economic newspapers, and five broadcasting companies.

TABLE 1
www.frontiersin.org

Table 1. The analyzed media.

The analysis period was divided into before and after the COVID-19 pandemic for efficient analysis. Before the COVID-19 pandemic was from February 28, 2019, to March 10, 2020, and after the COVID-19 pandemic was from March 11, 2020, to December 31, 2021. The search word for data collection was “obesity,” and the number of news texts for analysis is presented in Table 2.

TABLE 2
www.frontiersin.org

Table 2. The number of analyzed news texts (number of cases).

This study initially collected 12,418 text (news) data by using “obesity” as a keyword. Then, this study analyzed 8,830 texts after excluding 3,588 news, which were duplicated or not related to nutrition or health. This study conducted data preprocessing and extracted morpheme using the refined data obtained from BIGKinds.

Analysis Methods

Figure 1 presents the analysis procedure of the study. First, this study examined the appearance frequency of words in the entire text (whole collected text (news) data) by using frequency analysis. Second, this study identified keywords based on the COVID-19 pandemic period and changes in topics related to “obesity” by using latent Dirichlet allocation (LDA) topic modeling. Third, this study clustered objects (topics) and understood the distribution of clusters based on similarity by using text clustering. Fourth, lastly, this study built models to predict topics by using recurrent neural network (RNN) and long short term memory (LSTM), deep learning algorithms, and compared their predictive performance.

FIGURE 1
www.frontiersin.org

Figure 1. Flowchart of the study.

Latent Dirichlet Allocation Topic Modeling

LDA is a topic modeling method proposed in 2003, and it is a text mining technique to extract latent core topics from documents or texts in literature (18). Topic modeling compresses the literature expressed by the combination of numerous words into a relatively small number of potential topics and allows us to concisely grasp the contents, which are advantages of this method. In particular, LDA is useful for analyzing potential topics by using text-based big data such as news. Therefore, it is widely applied to various natural language processing. The concept of the LDA algorithm is presented in Figure 2.

FIGURE 2
www.frontiersin.org

Figure 2. The overview of topic modeling process (19).

Design of LDA Topic Modeling

This study used the genism module (Python) to conduct LDA topic modeling. This study visualized the topic modeling by using the coherence model of the gensim module and generated a coherence score graph according to the number of topics. The coherence score is a metric used to determine the number of topics, and it numerically calculates whether the words in each topic semantically agree with the number of given topics (x-axis). Therefore, the number of topics with the highest coherence score is the optimal number of topics to the target data of the topic modeling. The coherence score of this study indicated that there were ten topics before the COVID-19 pandemic (Figure 3) and eight topics after the COVID-19 pandemic (Figure 4).

FIGURE 3
www.frontiersin.org

Figure 3. Estimated coherence scores (before the COVID-19 pandemic).

FIGURE 4
www.frontiersin.org

Figure 4. Estimated coherence scores (after the COVID-19 pandemic).

K-Means Clustering Algorithm

Cluster analysis is a data mining technique that groups similar data together. Here, a cluster refers to a data group with similar characteristics, and the k-means cluster algorithm groups the given data into k clusters. It works in a way that minimizes within-cluster variances. Unlike supervised learning with a pre-determined label, k-means clustering does not have a standard label. Therefore, the k-means clustering algorithm automatically configures categories based on the variance and distance of feature vectors based on the data. In the k-means algorithm, all data must belong to the closest cluster. It randomly selects k centroids corresponding to the specified number of clusters. Afterward, when a new vector is added, new vectors are allocated to preselected k centroids, and centroids are updated again.

Recurrent Neural Network

The recurrent neural network (RNN) is a deep neural network model specialized in processing sequential (ordered) information like natural language (20). RNN is an artificial neural network with a circulation structure, rather than flowing signals in one direction, which is a characteristic of it, and the output autoregressively refers to past output data. RNN is mainly used for processing natural language or translation because its structure is appropriate for them. In other words, words in natural language (verbal output) data often need to be understood according to the context rather than the lexical meaning. As a result, RNN is often used to overcome issues in natural language processing. The RNN structure is as follows, and its schematic is shown in Figure 5 (21).

FIGURE 5
www.frontiersin.org

Figure 5. Recurrent neural network structure.

Long Short-Term Memory

LSTM is a method designed to resolve the gradient vanishing, gradient exploding, and long-term dependency problems of RNN. LSTM has the characteristics of RNN, but it is structured to allow the user to confirm the contents to be remembered in short-term and long-term conditions by dividing the state into short-term and long-term, unlike the RNN cell. Moreover, it can delete some information by using the forget gate, which is different from RNN. Due to these characteristics, LSTM is able to resolve the problems of the conventional RNN and process data more effectively. Figure 6 shows the schematic diagram of LSTM's structure (21).

FIGURE 6
www.frontiersin.org

Figure 6. Structure of long-short term memory.

Method of Building RNN Models and LSTM Models

This study divided the data into a training dataset and a validation (experiment) dataset in an 8:2 ratio. The RNN model and LSTM model in this study were binary classification models that labeled “before the COVID-19 pandemic” as 0 and the “after the COVID-19 pandemic” as 1. Therefore, this study used the binary cross entropy as a loss function and the sigmoid function as an activation function. Moreover, this study optimized hyperparameters such as the L2 regulation and the dropout rate to prevent overfitting in the learning process. Table 3 shows the results of the hyperparameter exploration for RNN and LSTM models in this study.

TABLE 3
www.frontiersin.org

Table 3. Exploration results of hyperparameters.

Results

Frequency Analysis

This study conducted frequency analysis on the keywords of news texts published before the COVID-19 pandemic and showed that the frequencies of keywords related to “health” were high (Table 4). Moreover, many keywords related to obesity-related diseases (e.g., hypertension, diabetes, hyperlipidemia, metabolic syndrome, cardiovascular disease, chronic disease, complication, and adult disease) were derived. In addition, keywords related to healthcare (e.g., dietary behavior, dietary life, protein, nutrient, healthcare, physical activity, lifestyle, prevention, program, exercise, operation, and obesity prevention) were derived.

TABLE 4
www.frontiersin.org

Table 4. Top 30 frequencies before the COVID-19 pandemic.

This study carried out frequency analysis on the keywords of news published after the COVID-19 pandemic and keywords such as “COVID-19,” “amount of activity,” “online,” “depression,” “immunity,” and “confirmed case” were added (Table 5).

TABLE 5
www.frontiersin.org

Table 5. Top 30 frequencies after the COVID-19 pandemic.

LDA Topic Modeling

Table 6 presents the results of LDA topic modeling using news articles published before the COVID-19 pandemic. This study presented top five words per topic because the weight of a topic drastically dropped from the sixth-ranked word. The first topic was “degenerative arthritis” and consisted of “possibility,” “arthritis,” “onset of a disease,” “gene,” and “lifestyle.” It was found that topic #2 (“diet”) and topic #10 (“side effects of diet treatment”) were regarding diet. It was also found that topics #6 (“metabolic syndrome”), #8 (“cardiovascular disease”), and #9 (“chronic disease”) were diseases caused by obesity.

TABLE 6
www.frontiersin.org

Table 6. Topic modeling before the COVID-19 pandemic.

Table 7 shows the results of LDA topic modeling using news articles published after the COVID-19 pandemic. The difference from the topics before the COVID-19 pandemic was the appearance of topics related to COVID-19, such as topics #3 (“COVID blues”) and #4 (“COVID-19 treatment”). It was also confirmed that “smartphone,” a new keyword, was added to topic #5 (“health promotion project”), which was different from the before the COVID-19 pandemic. This is presumed to be due to changes in health care methods because of the transition to the contactless era due to the COVID-19 pandemic. It is also believed that topic #8 (“protein intake”) was added because protein (a nutrient for improving immunity) intake has become important to prevent infectious diseases such as COVID-19.

TABLE 7
www.frontiersin.org

Table 7. Topic modeling after the COVID-19 pandemic.

K-Means Clustering

This study performed k-means clustering to identify the distribution of news articles based on the distance function before constructing the deep learning-based obesity prediction keyword model. The given data were clustered based on the COVID-19 pandemic (Figure 7) and the boundary between the two clusters was clearly identified.

FIGURE 7
www.frontiersin.org

Figure 7. The result of k-means clustering.

Development of Deep Learning-Based Obesity Predictive Model and Validation of Prediction Performance

This study developed RNN or LSTM-based predictive models and compared the predictive performance of them (Figure 8, Table 8). The data were not imbalanced (3,839 data were labeled as 0 and 4,991 data were labeled as 1 out of 8,830 data in total). This study used accuracy, precision, and recall commonly used for examining the predictive performance of the model. The results showed that both RNN and LSTM had high accuracy (over 97%), but the accuracy of the RNN model (98.218%) had higher than that of the LSTM model (97.122%) by 1.096%. Figure 8 depict the loss and accuracy, respectively, of the RNN that showed the best performance in this study. Since the validation loss showed a low decrease from epoch 5, the number of learning was limited to 7 (Figure 8). Moreover, since the validation loss was not overfitted, the RNN model of this study was proven to have excellent performance. In addition, it was confirmed that the RNN-based obesity prediction NLP model of this study had excellent performance because no outliers were detected while the loss decreased sharply and its final accuracy was high (98.218%).

FIGURE 8
www.frontiersin.org

Figure 8. (A) Loss and (B) accuracy of RNN model.

TABLE 8
www.frontiersin.org

Table 8. Predictive performance evaluation (%).

Discussion

This study conducted topic modeling using news big data related to obesity. It was found that the trend of keywords was different between before the COVID-19 pandemic and after the COVID-19 pandemic: topics such as “degenerative arthritis,” “diet,” “health promotion project,” and “side effects of diet treatment” were derived before the COVID-19 pandemic, while topics such as “chronic disease,” “obesity diagnosis,” “COVID blues,” “relationship between dietary behavior and disease,” and “protein intake” were confirmed after the COVID-19 pandemic. In particular, coinages appeared after the COVID-19 pandemic, and these new words include COVID-19 blues, where blues means depression (22, 23). It is presumed that the large-scale new infectious disease caused emotional problems such as depression and anxiety (22, 23). Stress affects eating patterns and can lead to overeating or skipping meals (24). Moreover, overeating or skipping due to stress is highly likely to have a serious adverse impact on health by ultimately leading to obesity or weight loss (25). The results of this study implied that emotional disorders such as depression would very highly likely affect not only mental health but also physical health such as obesity after the COVID-19 pandemic. Nevertheless, multiple epidemiological studies (2628) on community populations after the COVID-19 pandemic have mainly focused on mental health (e.g., depression or anxiety) due to lockdown. More evidence-based epidemiological studies are required to identify changes in physical health such as obesity and related factors after COVID-19 for the community.

Another important finding of this study was that the meaning of a topic could be interpreted differently depending on the period. “Health promotion project” and “protein intake” were confirmed both before and after the COVID-19 pandemic, but their meanings could be different. For example, in this study, COVID-19 and smartphones were identified as the keywords of “health promotion project (Topic #5)” after the COVID-19 pandemic. The trend could be because physical activities decreased after the COVID-19 pandemic due to lockdown and other factors, while the usage time of mobile devices such as smartphones increased (29). Therefore, health promotion projects after the COVID-19 pandemic will need new approaches and systematic prevention and management for health issues that were emphasized less before the COVID-19 pandemic such as smartphone dependency as well as the promotion of physical activity and prevention of obesity.

The results of this study confirmed that the RNN model (98.218%) had higher accuracy than the LSTM model (97.122%) in predicting obesity before and after the COVID-19 pandemic. Contrary to the results of this study, the LSTM model showed better performance than the RNN model in natural language processing using time series data (30, 31). Moreover, Kim et al. (32) analyzed sentiment based on machine learning and showed that LSTM (~89.6%) had better performance than RNN (~84.7%), which was different from this study.

This result could be due to RNN's tendency of losing some information at the beginning of long sentences due to the limitation of gradient vanishing, whereas LSTM has fewer gradient vanishing issues due to its algorithm characteristics. In other words, this study used the feature extraction method that focused on the frequency of keyword occurrence in news articles. The feature extraction does not change the meaning much even if the order of words is changed because it is composed of words, unlike sentence structure. Therefore, when learning using deep learning based on the text using feature extraction, there was no need to consider the previous context of the word. It is believed that the accuracy of the RNN model and that of the LSTM model, which was supplemented with gradient vanishing were not much in this study as a result of that. However, since the prediction performance of the two models was very high (over 98%) in this study, it could not be concluded that RNN was superior to LSTM. Further studies are needed to identify the best natural language processing modeling using various data.

The limitations of this study are as follows. First, the results of this study cannot be generalized to other races or cultures because this study analyzed only the news data of South Korea. As obesity is a global health issue and has been reported as a fatal cause that can increase an individual's chronic and potential disease risk (33), it is needed to conduct more studies on natural language processing to predict obesity by using big news datasets of other cultures for identifying the global trend of obesity after the COVID-19 pandemic. Second, it is not possible to know the trends by age and gender in the changes of the keywords and topics associated with obesity only with the NLP model developed in this study. Although it is known that sociodemographic factors such as gender and age affect obesity (34, 35), this NLP study did not take them into account. Therefore, additional NLP studies are necessary to identify the characteristics of obesity after COVID-19 while considering potential factors influencing obesity such as gender. Third, it is not possible to understand people's perception of obesity only using the NLP study that analyzed news big data. Additional NLP studies on SNS is needed to grasp people's perception of obesity after COVID-19.

Intensive lockdown under the pandemic situation has caused massive social costs (36). It is highly possible that social issues are exacerbated if the health of the local population is deteriorated (e.g., obesity) due to restrictions on social activities (37). The importance of this study was to provide the direction of future health policy by extracting and confirming the keywords and potential topics of obesity from unstructured text-based data before and after the COVID-19 pandemic. It is necessary to develop better natural language processing models by using algorithms with superior performances (38) such as Bidirectional Encoder Representations from Transformers.

Conclusions

This study evaluated topics related to obesity before and after the COVID-19 pandemic using the news big data of South Korea. This study confirmed topics such as “chronic diseases,” “obesity diagnosis,” “COVID blues” and “relationship between dietary behavior and diseases” and showed that the trend of keywords was different compared to that before the COVID-19 pandemic. This study also developed models for predicting timing before and after the COVID-19 pandemic using keywords. The results revealed that both LSTM and RNN showed high accuracy and the accuracy of RNN was slightly higher. The result implied that it could be more effective to use RNN for news big data using feature extraction. It will be necessary to continuously pay attention to the newly added obesity-related factors after the COVID-19 pandemic and to prepare countermeasures at the social level based on the results of this study. Furthermore, additional NLP studies on SNS are needed to understand the perception of obesity after the COVID-19 pandemic.

Data Availability Statement

Publicly available datasets were analyzed in this study. This data can be found here:www.bigkinds.or.kr.

Ethics Statement

The study was conducted according to the guidelines of the Declaration of Helsinki, and approved by the Institutional Review Board (or Ethics Committee) of University (protocol code 20180042 and date: 2018.07.01).

Author Contributions

GE and HB conceived the study and drafted the manuscript. GE collected the data and performed the statistical analyses. HB critically reviewed and edited the manuscript. All authors contributed to data analysis, drafting and revising the article, gave final approval of the version to be published, have agreed on the journal to which the article has been submitted, and agree to be accountable for all aspects of the work.

Funding

This research was supported by Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (NRF-2018R1D1A1B07041091 and 2021S1A5A8062526) and 2022 Development of Open-Lab based on 4P in the Southeast Zone.

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

1. World Health Organization. Coronavirus Disease (COVID-19) Pandemic. Geneva: World Health Organization. (2021). Available online at: https://www.who.int/emergencies/diseases/novel-coronavirus-2019 (accessed March 01, 2022).

Google Scholar

2. Giacalone D, Frøst MB, Rodríguez-Pérez C. Reported changes in dietary habits during the COVID-19 lockdown in the Danish population: the Danish COVIDiet study. Front Nutr. (2020) 7:592112. doi: 10.3389/fnut.2020.592112

PubMed Abstract | CrossRef Full Text

3. Kwon JY, Song SW, Kim HN, Kang SG. Changes in body mass index and prevalence of metabolic syndrome during COVID-19 lockdown period. Korean J Fam Pract. (2021) 11:304–11. doi: 10.21215/kjfp.2021.11.4.304

CrossRef Full Text | Google Scholar

4. Kim SJ, Bu SY, Choi MK. Preference and the frequency of processed food intake according to the type of residence of college students in Korea. Korean J Community Nutr. (2015) 20:188–96. doi: 10.5720/kjcn.2015.20.3.188

CrossRef Full Text | Google Scholar

5. Choi BB. Recognition and consumption of meal alone and processed food according to major of college students. Korean J Food Nutr. (2016) 29:911–22. doi: 10.9799/ksfan.2016.29.6.911

CrossRef Full Text | Google Scholar

6. Kim WK, Jang Y, Park HJ. The study of serum lipid profile and food behaviors in healthy offsprings of Korean NIDDM patients. J Korean Diet Assoc. (1999) 5:145–52.

Google Scholar

7. Yi SS, Kansagra SM. Associations of sodium intake with obesity, body mass index, waist circumference, and weight. Am J Prev Med. (2014) 46:e53–5. doi: 10.1016/j.amepre.2014.02.005

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Pellegrini M, Ponzo V, Rosato R, Scumaci E, Goitre I, Benso A, et al. Changes in weight and nutritional habits in adults with obesity during the “lockdown” period caused by the COVID-19 virus emergency. Nutrients. (2020) 12:2016. doi: 10.3390/nu12072016

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Izzo L, Santonastaso A, Cotticelli G, Federico A, Pacifico S, Castaldo L, et al. An Italian survey on dietary habits and changes during the COVID-19 lockdown. Nutrients. (2021) 13:1197. doi: 10.3390/nu13041197

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Shin MR, Cho JH. The relationships between percent body fat and BCAA(Branched Chain Amino Acids) in female ballet dancers. Korean J Sport Sci. (2014) 23:849–58.

Google Scholar

11. Hyun AH, Cho JY. Effect of 8 weeks un-tact pilates home training on body composition, abdominal obesity, pelvic tilt and strength, back pain in overweight women after childbirth. Exerc Sci. (2021) 30:61–9. doi: 10.15857/ksep.2021.30.1.61

CrossRef Full Text | Google Scholar

12. Korea Centers for Disease Control Prevention. (2022). Available online at: https://www.kdca.go.kr/board/board.es?mid=a20501010000&bid=0015&act=view&list_no=717946# (accessed March 1, 2022).

Google Scholar

13. Stefan N, Birkenfeld AL, Schulze MB, Ludwig DS. Obesity and impaired metabolic health in patients with COVID-19. Nat Rev Endocrinol. (2020) 16:341–2. doi: 10.1038/s41574-020-0364-6

PubMed Abstract | CrossRef Full Text | Google Scholar

14. Kwok S, Adam S, Ho JH, Iqbal Z, Turkington P, Razvi S, et al. Obesity: a critical risk factor in the COVID-19 pandemic. Clin Obes. (2020) 10:e12403. doi: 10.1111/cob.12403

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Caussy C, Pattou F, Wallet F, Simon C, Chalopin S, Telliam C, et al. Prevalence of obesity among adult inpatients with COVID-19 in France. Lancet Diabetes Endocrinol. (2020) 8:562–4. doi: 10.1016/S2213-8587(20)30160-1

PubMed Abstract | CrossRef Full Text | Google Scholar

16. Kim IH, Lee DG. Language use and trend analysis based on big data newspaper. Lang Inf. (2016) 22:41–62.

Google Scholar

17. Hong JY. Text mining analysis of English news data related to international logistics keywords. Jungseok Res Inst Int Logist Trade. (2021) 3:31–58.

Google Scholar

18. Blei DM, Ng AY, Jordan MI. Latent dirichlet allocation. J Mach Learn Res. (2003) 3:993–1022.

Google Scholar

19. Blei DM. “Probabilistic topic models”. Commun ACM. (2012) 55:77–84. doi: 10.1145/2133806.2133826

CrossRef Full Text | Google Scholar

20. Mikolov T, Karafiát M, Burget L, Cernocký J, Khudanpur S. Recurrent neural network based language model. Interspeech. (2010) 2:1045–8. doi: 10.21437/Interspeech.2010-343

CrossRef Full Text | Google Scholar

21. Understanding LSTM Networks. (2022). Available online at: https://colah.github.io/posts/2015-08-Understanding-LSTMs (accessed March 1, 2022].

Google Scholar

22. Cao W, Fang Z, Hou G, Han M, Xu X, Dong J, et al. The psychological impact of the COVID-19 epidemic on college students in China. Psychiatry Res. (2020) 287:112934. doi: 10.1016/j.psychres.2020.112934

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Main A, Zhou Q, Ma Y, Luecken LJ, Liu X. Relations of SARS-related stressors and coping to Chinese college students' psychological adjustment during the 2003 Beijing SARS epidemic. J Couns Psychol. (2011) 58:410–23. doi: 10.1037/a0023632

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Choi O, Kim J, Lee Y, Lee Y, Song K. Association between stress and dietary habits, emotional eating behavior and insomnia of middle-aged men and women in Seoul and Gyeonggi. Nutr Res Pract. (2021) 15:225–34. doi: 10.4162/nrp.2021.15.2.225

PubMed Abstract | CrossRef Full Text | Google Scholar

25. Torres SJ, Nowson CA. Relationship between stress, eating behavior, and obesity. Nutrition. (2007) 23:887–94. doi: 10.1016/j.nut.2007.08.008

PubMed Abstract | CrossRef Full Text | Google Scholar

26. Shah SMA, Mohammad D, Qureshi MFH, Abbas MZ, Aleem S. Prevalence, psychological responses and associated correlates of depression, anxiety and stress in a global population, during the coronavirus disease (COVID-19) pandemic. Community Ment Health J. (2021) 57:101–10. doi: 10.1007/s10597-020-00728-y

PubMed Abstract | CrossRef Full Text | Google Scholar

27. Hossain MM, Tasnim S, Sultana A, Faizah F, Mazumder H, Zou L, et al. Epidemiology of mental health problems in COVID-19: a review. F1000Res. (2020) 9:636. doi: 10.12688/f1000research.24457.1

PubMed Abstract | CrossRef Full Text | Google Scholar

28. Kim AW, Nyengerai T, Mendenhall E. Evaluating the mental health impacts of the COVID-19 pandemic: perceived risk of COVID-19 infection and childhood trauma predict adult depressive symptoms in urban South Africa. Psychol Med. (2020) 8:1–13. doi: 10.1017/S0033291720003414

PubMed Abstract | CrossRef Full Text | Google Scholar

29. Kirwan R, McCullough D, Butler T, Perez de. Heredia F, Davies IG, Stewart C. Sarcopenia during COVID-19 lockdown restrictions: long-term health effects of short-term muscle loss. Geroscience. (2020) 42:1547–78. doi: 10.1007/s11357-020-00272-3

PubMed Abstract | CrossRef Full Text | Google Scholar

30. Song X, Liu Y, Xue L, Wang J, Zhang J, Wang J, et al. Time-series well performance prediction based on Long Short-Term Memory (LSTM) neural network model. J Pet Sci Eng. (2020) 186:106682. doi: 10.1016/j.petrol.2019.106682

CrossRef Full Text | Google Scholar

31. Abbasimehr H, Shabani M, Yousefi M. An optimized model using LSTM network for demand forecasting. Comput Ind Eng. (2020) 143:106435. doi: 10.1016/j.cie.2020.106435

CrossRef Full Text | Google Scholar

32. Kim K, Moon J, Oh U. Analysis and recognition of depressive emotion through NLP and machine learning. J Converg Cult Technol. (2020) 6:449–54.

Google Scholar

33. Miles A, Rapoport L, Wardle J, Afuape T, Duman M. Using the mass media to target obesity: an analysis of the characteristics and reported behaviour change of participants in the BBC's ‘fighting fat, fighting fit' campaign. Health Educ Res. (2001) 16:357–72. doi: 10.1093/her/16.3.357

PubMed Abstract | CrossRef Full Text | Google Scholar

34. Chooi YC, Ding C, Magkos F. The epidemiology of obesity. Metabolism. (2019) 92:6–10. doi: 10.1016/j.metabol.2018.09.005

PubMed Abstract | CrossRef Full Text | Google Scholar

35. Pan XF, Wang L, Pan A. Epidemiology and determinants of obesity in China. Lancet Diabetes Endocrinol. (2021) 9:373–92. doi: 10.1016/S2213-8587(21)00045-0

PubMed Abstract | CrossRef Full Text | Google Scholar

36. Vuong QH. The (ir)rational consideration of the cost of science in transition economies. Nat Hum Behav. (2018) 2:5. doi: 10.1038/s41562-017-0281-4

PubMed Abstract | CrossRef Full Text | Google Scholar

37. Hayes AJ, Lung TW, Bauman A, Howard K. Modelling obesity trends in Australia: unravelling the past and predicting the future. Int J Obes. (2017) 41:178–85. doi: 10.1038/ijo.2016.165

PubMed Abstract | CrossRef Full Text | Google Scholar

38. Jwa H, Oh D, Park K, Kang JM, Lim H. exBAKE: automatic fake news detection model based on bidirectional encoder representations from transformers (bert). Appl Sci. (2019) 9:4062. doi: 10.3390/app9194062

CrossRef Full Text | Google Scholar

Keywords: obesity, COVID-19 pandemic, text mining, topic modeling analysis, LSTM

Citation: Eom G and Byeon H (2022) Development of Keyword Trend Prediction Models for Obesity Before and After the COVID-19 Pandemic Using RNN and LSTM: Analyzing the News Big Data of South Korea. Front. Public Health 10:894266. doi: 10.3389/fpubh.2022.894266

Received: 11 March 2022; Accepted: 11 April 2022;
Published: 29 April 2022.

Edited by:

Khairunnisa Hasikin, University of Malaya, Malaysia

Reviewed by:

Wellington Pinheiro dos Santos, Federal University of Pernambuco, Brazil
Anis Salwa Mohd Khairuddin, University of Malaya, Malaysia
Quan-Hoang Vuong, Phenikaa University, Vietnam

Copyright © 2022 Eom and Byeon. 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: Haewon Byeon, bhwpuma@naver.com

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.