IntelliPaper
Abstract
In the current study, comments on the YouTube video series “Chinese festival food” were collected using an open-source web crawler. Sentiment analysis was conducted using the VADER sentiment analysis tool, and the topic distribution of sentiment tendencies was explored based on the LDA model. The study found that: (1) high frequency words and their collocations in the comments of Li Ziqi’s “Chinese festival food” video series indicated that viewers greatly appreciated the content. (2) The comments of Li Ziqi’s “Chinese festival food” video series conveyed a positive sentiment. (3) The positive sentiment of Li Ziqi’s “Chinese festival food” video series mainly focused on topics such as food, video, characters, life, and culture. These findings demonstrate that social media has become an emerging and powerful channel for cultural transmission and transcultural communication. This study aims to provide new research methods and ideas for the study of cultural transmission, and shed light on the transmission of culture across the world.
Explore Digital Article Text
I. INTRODUCTION
In today's world, the rapid growth of the economy and the transmission of cultures across borders have led people to share a diverse range of foods. The emergence of the we-media era has further diversified the pathways of cultural communication, making it possible for food cultures from different countries to be exposed to a global audience. Li Ziqi, a Chinese food short video creator, has leveraged we-media platforms to share traditional Chinese food culture with her fans worldwide. To gain insights into how viewers respond to cultural transmission via we-media and their willingness to engage in transcultural communication on social media, we collected and analyzed hot comments from Li Ziqi's "Chinese festival food" video series. Through this analysis, we aim to provide useful insights into the foreign communication of Chinese culture.
As a new technology in the field of text mining, topic mining can automatically annotate and extract representative words, phrases or sentences. This technology has unique advantages in processing large-scale text, quickly and effectively identifying core focuses and valuable information from big data (Kherwa& Bansal, 2019). The Latent Dirichlet Allocation (LDA) model method, based on the Definneti theorem, assumes that each document is composed of several topic, and each topic is defined as the distribution of a vocabulary. LDA model can capture the Dirichlet probability distribution within documents, and estimate the final number of topics of the given document via the Gibbs sampling algorithm (Chen, 2017; De Finetti, 2017). Social networks, as a rich source for analyzing perspectives and behaviors of users, is a popular subject of the LDA model. Guimarães et al. built datasets consisting of tweets of politicians and the replies they received. Taking the 2016 US Election and the UK Brexit as examples, they identified keywords in the relative tweets, and analyzed how the political orientation of the public were influenced by power users (Guimarães et al., 2017). Gao et al. (2022) collected posts on Weibo and Twitter related to public opinions on working from home during the COVID-19 pandemic, and analyzed the major challenges of working from home by classifying topic via LDA topic modelling. The study conducted by Ginossar et al. (2022) identified YouTube videos sharing tweets about COVID-19 vaccine posted before the vaccine rollout. Through the LDA topic modelling analysis, conspiracy theories dominated forming anti-vaccination frames, seriously impeding the uptake of vaccination against infectious diseases. According to aforementioned applications, LDA topic modelling can be a powerful tool for comprehending the responses and dialogues among users in online communities.
Sentiment analysis or opinion mining refers to the study of subjective texts with emotions, mining the sentimental tendencies and differentiating emotional attitudes. This concept was firstly proposed by Nasukawa and Yi in 2003 (Nasukawa& Yi, 2003). The approaches of sentiment analysis can be broadly divided into three categories, machine learning-based methods (e.g., Duan et al., 2020; Li & Liu, 2014), deep learning-based methods (e.g., Ma et al., 2018; Majumder et al., 2019; Sadr et al., 2020; Wang et al., 2016) and lexicon-based methods (e.g., Dang et al., 2010; Dolores Molina-González et al., 2015; Muhammad et al., 2016; Saif et al., 2016). One significant benefit of lexicon-based approaches is that it does not require training data, while the lexicon employed for sentiment analysis must be matched to the topic of interest (Ligthart et al., 2021). Valence Aware Dictionary and sEntiment Reasoner (VADER) algorithm, as one of the lexicon-based approaches, is a rule-based sentiment analysis tool with an open-source lexicon. VADER algorithm traverses a string of text to determine whether any of the words are included in the VADER lexicon (Bonta et al., 2019; Britzolakis et al., 2020). It is built from a valence-based, generalizable, human-curated gold standard lexicon and does not require any training data. Besides, VADER excels in mining the sentiment from social media, movie or book comments, and commodity evaluations. Park and
Seo, for example, collected comments about three artificial intelligence assistants, Siri, Google Assistant, and Cortana, from Twitter, and converted this opinion into sentiment scores via VADER to rank them by statistical analysis (Park & Seo, 2018). Jelodar et al. utilized VADER to analyze user comments of the Oscar-nominated movie trailers on YouTube, and further mine the topics of these comments, assess users' focuses on these movies (Jelodar et al., 2021).
Through an interdisciplinary approach, this study examines the comments left on Li Ziqi's "Chinese festival food" video series using VADER sentiment analysis and LDA topic modelling to investigate the distribution of sentiment and topics among viewers. The aim is to gain insights into the transmission of Chinese culture through foreign communication. This study offers innovative research methods and ideas for exploring cultural transmission and contributes to our understanding of how cultures are shared and transmitted across the globe.
II. MATERIALS AND METHODS
The present study aims to answer the following questions:
-
What are the high-frequency words in the comments on Li Ziqi's "Chinese festival food" video series, and what are their collocation characteristics?
-
What is the sentiment tendency of the comments on Li Ziqi's "Chinese festival food" video series?
-
What are the characteristics of the topic distribution within the comments on Li Ziqi's "Chinese festival food" video series that have a positive sentiment?
The technical route of this study can be generally divided into three steps: data crawling, data processing, and data analysis, as shown in Figure 1. Data processing includes text cleansing and text pre-processing, that is, tokenization and text denoising. Three steps included in data analysis are word frequency statistics, sentiment analysis, and topic mining.
2.1 Data Crawling
Web scraper, YouTube API version 3, in Python scripts was applied to extract hot comments of Li Ziqi's "Chinese festival food" video series (yasmina et al., 2016). The titles of each video were listed in Table 1, and views and the number of hot comments were shown in Figure 2. The collected data was outputted as csv files for further processing. All data was collected at 10:12 on August 12, 2022.
2.2 Data Processing
Data processing was divided into two parts: text cleansing and text pre-processing. Comments without text, comments that are not in English, comments that contain emoticons only, comments with obvious typos, and reduplicative comments were removed in text cleansing. The numbers of comments after the data cleansing of each video were shown in Figure 2.
After data cleansing, the data was integrated into one csv file containing 5510 comments in total, which was imported into Text Analytics Toolbox embedded in MATLAB R2021b for tokenization and denoising. Comments was tokenized into arrays consisting of several tokens. Denoising process included the following steps:
-
Removing stop words, including articles (e.g., "a", "an" and "the") and prepositions (e.g., "to", "for", and "of").
-
Lemmatization, for example, "watching", "watched" or "watches" into "watch".
2.3 Data Analysis
2.3.1 Word Frequency Statistics
Bag of words (BoW) is one of the frequently used models for natural language processing and text analysis. Different from word embedding model, eigenvectors are transformed from documents rather than single words. The BoW model assumes that a document is merely considered to be a collection of words, with word order, grammar, syntax, and other factors being disregarded. The appearance of each word in the document is independent, not influenced by the appearance of other words (Qader et al., 2019).
The co-occurrence matrix is calculated by multiplying the word-count matrix by its transpose, then the co-occurrence network of a specific word can be segmented from the whole co-occurrence map of the document.
2.3.2 Sentiment Analysis
VADER is a method for text sentiment recognition based on lexicon and grammar rules, firstly published in 2014 (Hutto & Gilbert, 2014). The VADER lexicon consists of more than 7,500 lexical features (including adjectives, nouns, adverbs, etc.) showing the polarity and frequency of sentiment, scored from -4 to +4. Different from other proposed sentiment lexicon, the VADER lexicon considers common abbreviations (e.g., "LOL" and "BTW") and slang (e.g., "bruh" and "giggly") to deal with sentiment discrimination of non-standard sentences in the social network environment such as Twitter. The score judged by the VADER algorithm is influenced by punctuations, capitalization, degree modifiers, conjunctions, and negation. The compound score given by VADER algorithm ranges from -1 to +1, where -1 indicates the most extreme negative, and +1 indicates the most extreme positive. The typical thresholds for classifying comments as positive, neutral, or negative are shown in Figure 3.
2.3.3 Topic mining
The LDA model was then applied to mine the underlying topics of the positive comments for determining the effect of LiZiqi's "Chinese festival food" video series on Chinese food cultural transmission. Based on bag of words of documents, LDA assumes that D documents consist of K topics, and the k-th topic are identified by V words. The plate notation of the LDA model is shown in Figure 4. In LDA, the topic distributions in all documents share the common Dirichlet prior , a K-dimensional vector, and topics over the d-th document follow a Dirichlet distribution (Liu et al., 2016),
Similarly, the word distributions of topics share the common Dirichlet prior , a V-dimensional vector, and words over the k-th topic follow another Dirichlet distribution ,
For the n-th word in the d-th document, its topic number can be found in the Dirichlet distribution ,
The probability distribution of the -th word, , can be determined from the Dirichlet distribution of the -th topic,
The number of topics was determined by the goodness-of-fit of LDA models, evaluated by the perplexity, and the time elapsed for converging. Besides, the t-distributed stochastic neighbour embedding (t-SNE) algorithm was also applied to plot the document topic mixtures to visualize the clustering of similar documents.
III. RESULTS
3.1 High-frequency Word Analysis
MATLAB R2021b software was adopted to plot a histogram of the number of video views (Figure 1), the word cloud of the top 100 words with high frequency in video comments and the co-occurrence network of the high-frequency word "video" (Figure 5).
In terms of the number of views on the YouTube platform for the "Chinese festival food" video series, the video "Peanut and melon seeds, dried meat, dried fruit, snowflake cake - snacks for Spring Festival" had the highest number of views as at 10:12 on 12 August 2022, with 115,382,645 views, followed by "Happiness-filled family dinner, fortune-and-wellness-filled year ahead - New Year Dinner", "Dragon boat zongzi~" and "Chinese New Year's decorations, goods and snacks!", with 18,999,542, 18,212,865 and 16,563,637 views respectively. The total number of views for the series is nearly 200 million (193,663,125), far exceeding the number of views for other videos in the same category on the platform, which reveals that the video series attracts a consistently much attention among similar videos and shows a good dissemination effect.
The size of the word cloud indicates the frequency of the word in the video comments. The words "video", "love", "like", "make" and "beautiful" are the top five most frequent words, with frequencies of 1,503, 1,400, 724, 653, and 646, respectively, among which the words "love", "like", and "beautiful" (examples 1-3) obviously show positive attitudes towards the video series, expressing viewers' much affection and appreciation for the video series.
(1) Woow it was so beautiful!!! I found an amazing person to follow today. Love it so much. Chinese culture is so aesthetic.
(2) I'm not Chinese but I really like the way how they beautifully celebrate their new year. I really love the sweet food, decoration, and her garden. I'm speechless. she is very good artist. I love her art so much.
(3) This is really inspiring, she did everything by her own. Landscape around her is fresh and beautiful. Thank you so much for such a great video.
The lines between high-frequency words and collocations in the collocation network diagram indicate the association between words, and the length of the lines between high-frequency words and collocations demonstrates the strength of the collocation. The high-frequency word "video" includes collocations such as "new", "watch", "like", "love", "beautiful" and "Chinese" (examples 4-7), which are mainly words expressing positive sentiment, indicating that viewers hold a more positive attitude towards videos.
(5) This is another incredibly good, brilliant, beautiful, and INSPIRING video from Ms. Liziqi (who is also beautiful, hardworking, and brilliant.). We over here in Los Angeles, love your videos so much. The videos are also very therapeutic, soothing, and relaxing. Thank you so much for sharing all your videos, and for all your hard work.
(6) Ziqi is very busy with all kinds of planting work after the Chinese New Year. Everything is great for her, just she doesn't have time to cut a video yet. Be patient, a new video is coming soon.
(7) I've learned more about Chinese culture watchingZiqi videos than I ever have in western schools. The more I watch these videos, the more I become inundated with reasons why capitalist culture is death.
Giventogether, along number of views of Li Ziqi's "Chinese festival food" video series reveals the constant interest of viewers, and the high-frequency words and their collocations in the video comments reflect the much appreciation of viewers for video series.
3.2 Sentiment Analysis
VADER was conducted to measure the sentiment scores of video comments in the current study. Since it is a lexicon and algorithm-based sentiment analysis tool designed specifically for social media content, it could ensure reliability and validity when analyzing the video comment data. The tool adopts the vaderSentimentLexicon function to calculate sentiment scores. The closer the score is to one, the more positive the sentiment is. On the contrary, the closer the score is to minus one, the more negative the sentiment is. A score of zero means neutral sentiment. The number of comments with positive, neutral and negative sentiment was calculated to be 4,655, 640, and 219, respectively. The average scores of positive and negative sentiments were 0.6805, and -0.3093 respectively (Figure 6(a)). The results indicate the high acceptance of Li Ziqi's "Chinese festival food" video series among viewers, with positive, neutral, and negative comments accounting for 84.4%, 11.6%, and 4% respectively (Figure 6(b)).
To further examine the lexical usage characteristics in the positive comments, the word cloud of positive comment was plotted (Figure 7). Among the positive video comments, "love" was the most frequent word, with a frequency of 1,391, uncovering the popularity of the video series among viewers. In addition, words such as "beautiful", "good", "happy", and "amazing" (examples 8-11) stand out of the word cloud, showing a clearly positive sentiment tendency. Hence, it is reasonable to conclude that the video series is highly appreciated by viewers.
(8) Such a beautiful woman so skilled in traditional ways that people don't know anymore. Beautifully filmed.
(9) This is another incredibly good, brilliant, beautiful, and INSPIRING video from Ms. Liziqi (who is also beautiful, hardworking, and brilliant.). We over here in Los Angeles, love your videos so much. The videos are also very therapeutic, soothing, and relaxing. Thank you so much for sharing all your videos, and for all your hard work.
(10) Something about this makes me really happy, but also sad. I live in urban new york and will never be able to experience something like this. I would rather live and work on a farm and do that for my lifetime instead of getting a degree and work my life away in an office.
3.3 Topic Mining
The result of topic mining of positive sentiment is shown in Figure 9. Figure 9(a) shows word clouds of each topic, and Figure 9(b) shows the topic mixtures generated by the t-SNE algorithm.
It is vividly depicted that topic 1 focuses on food, with words such as "good", "amazing", and "delicious" expressing the viewers' praise for the food made in the video. Topic 2 is mainly about video, with words such as "beautiful", "amazing", "nice", and "talented" indicating the viewers' approval of the videos' creativity. Topic 3, 4, 7, and 9 concentrate on the main characters, Li Ziqi, grandma, and their puppy, with words "liziqi", "grandma", "ziqi" and "puppy", together with collocations such as "love", "miss", and "cute" showing how much viewers love and are impressed by the three main characters in the video series. Topic 5 is about life, with words such as "great", "beautiful" and "peaceful" reflecting the viewers' desire for a rural and idyllic life. The video is a microcosm of the life of Li Ziqi and his grandmother in the countryside, where the characters live in nature, away from the hustle and bustle of the city. While documenting the process of making food, the video also presents an amazing picture of man and nature living in harmony to viewers in a bustling city. Topic 6 and 8 focus on culture and festivals. The videos share Chinese culture with viewers around the world in a unique way, from the perspective of traditional Chinese festival food. While enjoying the videos, viewers learn about traditional Chinese festivals and experience Chinese culture at the same time.
Among 4655 positive comments, 633 comments (13.6%) were classified into topic 6 and 8 (examples 12-14), indicating that communication and culture are inseparable. Li Ziqi's "Chinese festival food" video series take advantage of we-media to promote the cross-cultural communication effectively and efficiently. The videos originate from her real life, conveying a cultural message that is conducive to viewers' perception on different cultures and more likely to resonate with viewers in a genuine way. The interactive transmission of information through viewers' watching, commenting and sharing reduces the sense of oppression generated by cultural conflict. We-media constructs an innovative platform for viewers to interact with heterogeneous cultures.
(12) It is good if you use nature for such a respect for you and I will visit China at some point to see nature and get to know your culture. Greetings from Germany.
(13) I know we Indian and Chinese are going through war, but I love that there are still people in only these two countries which has culture that can't be compared to any one... our both cultures are purest and graceful love from India.
(14) Watching those videos, I understand how beautiful, ancient and interesting Chinese culture is. Also, as Italian, I confess that Chinese, and eastern chicken in general, is as various as our food! I would like to learn to cook like you!
IV. DISCUSSION
In this interdisciplinary study, comments on the YouTube video series "Chinese festival food" were collected using an open-source web crawler. Sentiment analysis was conducted using the VADER sentiment analysis tool, and the topic distribution of sentiment tendencies was explored based on the LDA model. The Analysis of high-frequency words revealed that the most commonly used words in the comments on video series "Chinese festival food" were "video", "love", "like", etc. The collocations of the high-frequency word "video" included "gift", "wonderful", "talented", indicating a high lof appreciation among viewers for the video series. The Sentiment analysis found that there were 4,655 positive sentiment comments on Li Ziqi's "Chinese festival food" video series, accounting for 84.4% of the comments, with an average score of 0.6805, indicating an overwhelmingly positive sentiment among viewers. Topic mining revealed that the positive sentiment of Li Ziqi's "Chinese festival food" video series mainly focused on food, video, character, life, and culture.
The topics discussed above reveal that viewers of Li Ziqi's "Chinese festival food" video series are interested not only in the food itself, but also in the characters featured the videos, their lifestyle, the videos' creativity and talent, and the culture they convey. Several factors contribute to the immense popularity of Li Ziqi's videos worldwide. First, the videos showcase innovative approaches to making Chinese food by using traditional cooking techniques, especially in the context of traditional Chinese festival food. As food is a universal language and an essential part of people's daily lives, it becomes an effective entry point to attract viewers from different countries.
Second, the videos feature an underlying narrative that satisfies the emotional needs of viewers. The slow-paced and narrative style of the videos, which contrasts the quiet countryside with the bustling city, evoke a wide range of emotional responses from viewers. Third, the videos effectively communicate cultural information, making them a vivid and concrete carrier for sharing traditional Chinese culture with overseas viewers, leaving a deep impression in their minds. Finally, the videos portray a new character, Li Ziqi, who is independent, self-reliant, hard-working, and talented, breaking stereotypes in the minds of viewers and triggering contemplation. In conclusion, Li Ziqi's video series have been well-received worldwide because of the high-quality and talented videos she has created. They provide viewers with a visual feast and an aural treat, reflecting the value of harmonious coexistence between human beings and nature, and enabling viewers to appreciate the spiritual value of shared culture at different stages of life. Therefore, cultural transmission needs to find the right perspective, focus on the narrative, and express in a language that is understandable across the world.
The results of the present study underscore the importance of finding the right perspective, focusing on storytelling, and using a universal language for effective cultural transmission. In addition, the study highlights the crucial role of we-media in facilitating cross-cultural communication and understanding. In the digital age, we-media has significantly reduced the barriers of time and space, bringing people from diverse backgrounds together on a common platform. Platforms such as YouTube have emerged as powerful vehicles for cultural transmission, enabling creators and viewers to connect and share their experiences. Overall, this study presents novel research methods and ideas that can pave the way for a deeper understanding of cultural transmission in the global context.
Conflict of Interest
The authors declare no conflict of interest.
Ethical Approval
Not applicable
Data Availability
The datasets used in this study are openly available at [repository link] and the source code is available on GitHub at [GitHub link].
Funding
This work did not receive any external funding.
References
Cite this article
Special Issue
Launch a focused special issue to highlight research, emerging trends, and expert insights in your academic field.