Next Article in Journal
Proteomics and Food Analysis: Principles, Techniques, and Applications
Next Article in Special Issue
Understanding the Key Factors of Older Adults’ Continuance Intention in Congregate Meal Halls
Previous Article in Journal
Prebiotic Effect of Maitake Extract on a Probiotic Consortium and Its Action after Microbial Fermentation on Colorectal Cell Lines
Previous Article in Special Issue
Studying the Emotional Response to Insects Food Products
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Exploring Text Mining for Recent Consumer and Sensory Studies about Alternative Proteins

1
Centre of Excellence—Food for Future Consumers, Department of Wine, Food and Molecular Biosciences, Faculty of Agriculture and Life Sciences, Lincoln University, Lincoln 7647, New Zealand
2
Agricultural Center, School of Nutrition and Food Sciences, Louisiana State University, Baton Rouge, LA 70803, USA
*
Author to whom correspondence should be addressed.
Foods 2021, 10(11), 2537; https://doi.org/10.3390/foods10112537
Submission received: 9 September 2021 / Revised: 12 October 2021 / Accepted: 18 October 2021 / Published: 21 October 2021

Abstract

:
Increased meat consumption has been associated with the overuse of fresh water, underground water contamination, land degradation, and negative animal welfare. To mitigate these problems, replacing animal meat products with alternatives such as plant-, insect-, algae-, or yeast-fermented-based proteins, and/or cultured meat, is a viable strategy. Nowadays, there is a vast amount of information regarding consumers’ perceptions of alternative proteins in scientific outlets. Sorting and arranging this information can be time-consuming. To overcome this drawback, text mining and Natural Language Processing (NLP) are introduced as novel approaches to obtain sensory data and rapidly identify current consumer trends. In this study, the application of text mining and NLP in gathering information about alternative proteins was explored by analyzing key descriptive words and sentiments from n = 20 academic papers. From 2018 to 2021, insect- and plant-based proteins were the centers of alternative proteins research as these were the most popular topics in current studies. Pea has become the most common source for plant-based protein applications, while spirulina is the most popular algae-based protein. The emotional profile analysis showed that there was no significant association between emotions and protein categories. Our work showed that applying text mining and NLP could be useful to identify research trends in recent sensory studies. This technique can rapidly obtain and analyze a large amount of data, thus overcoming the time-consuming drawback of traditional sensory techniques.

1. Introduction

Several environmental problems have been associated with the rapid increase in meat consumption and related industries. These problems include increased greenhouse gas emissions, nitrates leaching, land compaction, over-consumption of water, and antimicrobial resistance [1,2,3,4]. Thus, to meet the increasing demand for high-quality protein sources in a more environmentally friendly manner, replacing traditional meat with alternative proteins is a potential solution. Currently, there are five main approaches to alternative proteins including plant-based, insect-based, algae-related, fermented by yeast, and cultured meat (or in vitro meat) [5]. Many companies have started to explore the possibility of replacing animal meat-based products with these five types of alternative proteins [1]. To increase the likelihood of successfully commercializing novel products, sensory evaluation plays an important role in product development to optimize foods according to the feedback obtained from consumers [6].
As a key part of sensory science, the development of lexica through traditional approaches requires a large amount of effort, resources, time, and budget, which may sometimes raise barriers and hinder research and development [7]. Simultaneously, the increasing use of web-based platforms to gather information about consumers generates a massive amount of data (so-called big data), which could be of specific interest for fast-moving food companies to identify newer trends, niches, or advantages over competitors. In response to the aforementioned constraints and opportunities, many newer methods, especially those based on advanced computation and artificial intelligence, are paving the way for the development of rapid, efficient, and accurate techniques of data processing. One such technique is text mining, which helps evaluate big data to find meaningful relationships and assertions that would otherwise remain buried in the mass of textual content [8,9]. Analyses of words, sentences, paragraphs, or articles can offer hidden insights that might not be possible to obtain from questionnaires or surveys. Data that can be classified as text are obtained from different sources, including the internet, social media, and scientific reports. However, due to their characteristics and high freedom of word choices, the unprocessed texts tend to be harder to analyze and more time consuming [9,10]. The analyzed text matrix may lead up to thousands of words, and one word may have different meanings in different sentences. To structure this type of analysis, a text’s basic workflow is followed by text segmentation (the process of dividing the main document into smaller parts that are called segments), sentence tokenization (the process of turning sentences into a string of characters called tokens), lemmatization (the process of clustering words and removing inflectional endings), and stemming (the process of removing the suffix from words, which reduces them to root words) [9,10].
All these analyses are barely possible to be finished through manual operation; thus, under this situation, an automatic approach (algorithms) shows significant advantages regarding the optimization of time. Recently, text mining and Natural Language Processing were introduced to help researchers obtain sensory data easier and faster from the internet instead of using repeated sensory tests [11,12,13,14]. This technique can obtain information from different sources (i.e., websites, journals, magazines with consumers’ information), which creates a vast dataset of descriptive words. In general, the obtained lexica from these data mining techniques tend to be “consumer-based” in structure. However, this automation can decrease the time and money spent on research. In addition, it can read a significant amount of sensory data and reform that information into a structured and justified form that is suitable for further analyses. With this technique, sensory research can be conducted more efficiently at the early steps of product development.
For the past few decades, to save time and money in descriptive and consumer analyses, researchers have developed several types of rapid technique. However, all these methods have several shortcomings compared to traditional tests on various levels. The limitation of human processing data has been eliminated with the use of automated algorithms to analyze descriptive data. This research aimed to use text mining and Natural Language Processing to explore structures and meanings about alternative proteins based on the text data collected from scientific reports (n = 20 research papers). This research represents a prototype for text mining applications on identifying future food science trends and associations.

2. Materials and Methods

2.1. Selection of Papers

To obtain the data, one of the most important things is that it is accessible. All of these 20 papers (Table S1) were accessible for hypertext markup language (HTML) and in portable document format (.pdf), which means that they could be scraped by web crawler as well as .pdf text mining commands in R (Version 1.3.1093, Free Software Foundation, Boston, MA, USA) [15] after downloading. Thus, an alternative approach could be developed if the first scraping method did not work. To obtain meaningful insights into the current trends and consumer perception of alternative protein, the criteria for the selection of the scientific papers in this study considered only recently published articles (between 2018 and 2021). Papers’ selection was based on the keywords “alternative protein”, “plant-based”, “insect-based”, “algae-based”, “yeast”, and “cultured meat”. Because they are recent studies, they can provide the latest information and trends of alternative proteins.

2.2. Processing of Papers and Texts

All the work was performed in the statistical computing language R (Version 1.3.1093) [15]. The packages applied in R were rvest and xml2 (for web scraping), pdftool (for PDF document scraping), tm (for text mining), SnowballC (for text stemming), RColorBrewer (for coloring bar chat and word cloud), syuzhet (for emotion analysis and classification), ggplot2 (for plotting charts) and wordcloud (for developing word cloud). Some results were exported as pictures by taking screenshots in portable network graphics (.png) document type in order to improve the pixel of the image.

2.3. Text Mining

2.3.1. Web Scraping

Although grabbing information from a website manually is feasible in some cases [14,16], applying a web crawler would be more advantageous because it saves time. In this case, all the data were collected from scientific reports, which were formatted in PDF. The below figure (Figure 1a) is an example of a simple web crawler performed on a single page (website) to illustrate the basic steps behind web scraping.
The first step was to load the packages which supported the web scraping. In this case, xml2 (R code) and rvest were loaded in the first and second lines, respectively. By applying the “read_html()” command and typing the URL into the brackets, this page’s source file was captured in the third line. After this, the Cascading Style Sheets (CSS) information (in the .html document) was used to locate the text, which was needed to be scraped from the page. Normally, these elements of the website could be reached by opening the developing tool in the browser. Finally, by typing the CSS information into the brackets in the “html_nodes()” command, all of the text from this webpage was scraped and illustrated in the R console. An example of the scraped information is showed in Figure 1b.

2.3.2. PDF Scraping and Text Processing

Instead of websites, actual .pdf documents were used to scrape the information in this study. The .pdf document scrapping process was similar to the one used for web scraping. The codes applied in this study are shown in Supplementary File S1 and were written by Cristhiam Gurdian from Louisiana State University, USA. The first step was to download the academic articles that were suitable for the research topic. As detailed in Supplementary File S1, the codes required that the working directory was set to the folder containing the PDF files. After the directory was set, the codes were run for the Natural Language Processing (NLP) (Figure 2. text segmentation, sentence tokenization, lemmatization, and stemming). When this step was complete, the text matrix was ready to be analyzed. Word count and other data visualization techniques were produced by applying packages in the R program such as syuzhet, ggplot2, and word cloud. Additionally, these codes were used to count the keywords in the texts. A more detailed explanation of the procedure and specific codes used to analyze and process the data are shown in Supplementary File S1.

2.3.3. Text Scraping and Natural Language Processing

To obtain more specific data regarding the sensory characteristics of alternative proteins, the objects of analysis in this study were the texts containing the findings from the selected academic papers. The introduction, materials and methods, conclusion, and references sections were excluded, and only the results and discussions parts were extracted for further analysis. The text from academic papers was copied and pasted into a text (.txt) document. There were n = 20 analyzed papers, and each result and discussion section of the papers was individually pasted into a new .txt document. After that, the vector containing all the .txt documents were combined to produce a .txt matrix, which was the main object of analysis in this study. Thus, 20 .txt documents that contain the texts from 20 academic papers and one .txt document named “Main Text Matrix” that contained all of the texts from the 20 .txt documents were generated. In total, 21 .txt documents were analyzed. The “Main Text Matrix” was produced to investigate the whole picture of these twenty academic papers regarding the sensory attributes of alternative proteins. All these documents were captured and processed using Natural Language Processing text segmentation, sentence tokenization, lemmatization, and stemming by running the respective codes (shown in Supplementary File S2) before producing any data visualization outputs.
The frequencies of each word occurring in the “Main Text Matrix” were counted and showed in a table and bar chart. In this manner, a preliminary relationship between words and alternative proteins was developed. Sentiment analysis and emotion classification was performed using a package called syuzhet (R code) [17]. The frequency of sentiments was counted and the proportion of each emotion in the matrix was illustrated in a bar chart. The emotion classification of the 20 .txt documents was run individually to obtain the proportion of emotional data in each paper. The types of alternative proteins mentioned in each article were also indicated; thus, the emotions associated with each type of alternative protein were explored. A word cloud was produced during the analysis to provide an intuitive image of the frequency of words in the matrix. Based on the word frequency results, the association between words was investigated. This process can show the vocabularies around the terms which were aimed at, as well as the strength of their relationship. More specific and reliable details regarding alternative proteins can be collected by following the word association data.

2.4. Statistical Analysis

To obtain the visual relationship between emotions and the types of alternative proteins, the correspondence analysis test was conducted using the XLSTAT software (Version 2018.1.1.62926, Addinsoft Inc., New York, NY, USA) in Excel with a p < 0.05 threshold for statistical significance.

3. Results and Discussion

The word frequency results from the “Main Text Matrix” are shown in Figure 3. The detailed word frequency data are shown in Table S2. A word cloud was generated to show the word frequency more intuitively (Figure 4). In the word cloud, the most frequent word appears in the center and the words with higher frequency appear with bigger font size, while the words with lower frequency appear with smaller font size. The proportion of each emotion in the text matrix is indicated in Figure 5. Partial results from the relevance analysis between keywords and other words are shown in Table 1. All the associations between words in the text mining analysis are shown in Supplementary File S3. The proportion of emotions in each paper (20 articles in total) were generated and are shown in Table 2. All the words shown in the tables, figures, and Supplementary Files were in their root form. For instance, “consum” would represent “consumer”, “consume”, “consumes”, “consuming”, “consumed”, and “consumption”. Thus, when the frequency of “consum” was 264 times, it meant that all the words related to this root appeared 264 times in total.

3.1. Word Frequency

A high frequency of “meat”, “protein”, “product”, “food”, and “consum” root words (531, 432, 404, 356, and 264, respectively) was observed.
The words related to a type of alternative protein were insect (179 times), plantbas (97 times), pea (82 times), spirulina (76 times), and plant (67 times) as indicated by the top 50 frequent words in the matrix (Table S2). Because the word roots plantbas and plant have a similar meaning, they were summarized together, representing the total words of plant-based alternative proteins. Thus, among the main categories of research focused on alternative proteins, the insect-based was the most common (179 times) followed by the plant-based (164 times). This suggests that insect- and plant-based proteins were the trendiest topics in alternative proteins scientific research. However, the number of academic papers used in this analysis limits these insights. The performance of text mining could be improved by increasing the size of the text matrix [14].
There were no word-roots associated with cultured meat and/or yeast-fermented proteins that were shown in the top 50 frequency word list (Table S2), which means that they were not relevant in the findings of these 20 articles. The insect-based and plant-based proteins were the most frequent topics in this study, while algae-related proteins (76 times) were less explored, and the cultured meat and yeast-fermented proteins were the least explored alternatives in these studies. A potential explanation for this is that cultured meat and yeast-fermented proteins are in an early stage of development and not many findings have been cited in the current research papers analyzed in this study [6]. Interestingly, instead of the word “soy”, the word “pea” was the only plant-related word that appeared in the top 50 frequency of words list (Table S2). Based on this result, it can be concluded that researchers are shifting their attention to pea in terms of producing plant-based proteins in recent studies (from 2018 to 2021, which was the year range considered for the analyzed papers). Cosson et al. [18], García-Segovia et al. [19], Kaleda et al. [20], Martin et al. [21], Sha and Xiong [22], Stephan et al. [23], and Yuliarti et al. [24] investigated pea as a plant-based meat alternative protein while only two papers investigated soy as an alternative protein. Moreover, according to Cosson et al. [18], pea protein has become more popular in food products as a plant-based alternative protein due to the enhancement of the food systems’ sustainability. The same approach could also be applied to the word root “spirulina”. When the applications of algae alternative protein were explored, “spirulina” was the most frequent word in research involving algae protein, which has been recently used in food products [25].
Thus, based on the word frequency in the text matrix, key points can be investigated for further analysis. For instance, in this study, it was found that researchers are mainly focused on exploring insect- and plant-based proteins as potential meat-protein alternatives while cultured meat and yeast-fermented proteins have been mentioned less frequently. Interestingly, pea has become the most common source for plant-based protein application in current research, while spirulina was the most popular algae-based alternative protein in the current studies.
The word roots, which may indicate the attributes of alternative proteins such as “differ”, “accept”, “increas” (the root of increase), “like”, and “posit” (the root of positive), are also illustrated in Table S2 with frequencies of 141, 124, 116, 110, and 73 times, respectively. To analyze these types of words, caution must be taken in the assumptions derived from the word roots’ frequencies because they are counted regardless of their positive or negative implications in the article. Taking the word root “differ” as an example in the text, whether it is positive or not, it would be counted as a word root. The proportions of positive and negative differences in the text matrix were unknown. Thus, no assumption could be made regarding how positive or negative traditional meat products were in relationship to alternative proteins. The same rule applies for the word roots “accept”, “increas”, and “like” because they may represent not acceptable, not increased, and not liked, respectively. Although the antonym of these words could be written as unacceptable, decrease, and dislike, respectively, researchers tend to use their own descriptive words, making it possible that the same root words have been used in both positive and negative connotations. Hence, analyzing the relevance between keywords and other words can be used to support the frequencies of the words findings and improve the reliability of the assumptions made based on text mining.

3.2. Relevance between Different Words

The word frequency results can show important insights into the text matrix but neither positive nor negative statements can be inferred. In Table 1, partial results from the relevance analysis (proportion of association) between keywords and other words are shown. For the full results of the relevance analysis, Supplementary File S3 can be referred to. It is noticed that the word “insect” had high associations with the words “willing”, “neophobia”, “cockroach”, “disgust”, “novel”, and “bit”. The sensory profile and the acceptance of insect-based alternative protein are reflected by these words [26]. Moreover, the words “willing” and “neophobia” had similar coefficients (0.37–0.38). It could be assumed that insect neophobia can affect the willingness of trying insect-based alternative proteins [27]. Several articles supported this finding. De Koning et al. [28] found that food neophobia affected the willingness to consume insect protein and impacted plant-based proteins. Similarly, food neophobia caused a negative influence on the acceptability of entomophagy and the sensory appeal of insect-based products [29,30,31]. The words “cockroach”, “disgust”, and “novel” also showed high and similar relationships with the word “insect”. It can be concluded that “cockroach” was a trendy topic regarding insect-based alternative proteins because this word was mentioned in Chow et al. [30] and García-Segovia et al. [19] studies. In terms of the descriptive words, “disgust” and “novel” had the highest associations (0.33) with the word “insect”. Indeed, entomophagy is still considered a novel practice in Western cultures and “disgusting” was a commonly elicited emotion among participants when they were introduced to the concept of entomophagy [28,29]. Furthermore, insect-based bread has been considered disgusting by participants [19], and the disgust emotion has contributed to the rejection of entomophagy to a greater extent than food neophobia [27,30].
Table 1. Relevance (proportion of association) between keywords and other words.
Table 1. Relevance (proportion of association) between keywords and other words.
1. Insect
Willing (0.38)Neophobia (0.37)Cockroach (0.34)Disgust (0.33)Novel (0.33)
2. Accept
Don’t (0.45)Adult (0.31)Barrier (0.29)Elder (0.29)
3. Like
Tomato (0.41)Spirulinarel (0.30)Negat (0.29)
4. Plantbase
Health (0.26)Insectsbas (0.26)Asia (0.25)
5. Expect
Disappoint (0.35)Novel (0.30)Reject (0.29)
6. Pea
Lupin (0.54)Mushroomi (0.51)Dusti (0.49)Green (0.45)Nut (0.40)
Earthi (0.38)Bitter (0.34)
As mentioned above, an assumption based solely on the frequency of words such as “accept”, “like”, and “expect” is not a reliable approach. These three words were surrounded by negative words sharing a high association level: “Don’t” (0.45) was related to accept”; “Negat” (0.29), which was the word root of “negative”, was related to like”, and “disappoint” (0.35) and “reject” (0.29) were associated with expect”. These results suggest that alternative proteins had still not been accepted/liked/expected in the studies covered for this research (the negative words were not 100% related to the keywords). To better understand which type of alternative proteins have a negative effect on product acceptability, more data need to be considered. Firstly, plant-, insect-, and algae-based proteins were the text matrix’s main objectives based on the result from the words’ frequencies (Table S2). According to the relevance of insects with other words, it is expected that insect protein could negatively affect the product’s acceptability [26]. Furthermore, in the relevance analysis of words, “spirulinarel” (the word associated to spirulina, an alga) was found to be related to like”. Finally, there were no negative words shown in the relevance analysis of “plantbas”. Hence, it could be expected that insect-based proteins have lower acceptability among consumers, while the plant- and algae-based proteins have higher expected acceptability [32]. In this study, the information on cultured meat and yeast-fermented proteins was limited, which restricted the development of insights or possible inferences regarding its consumer acceptability.
Indeed, a previous study found that insect-based products tend to have lower acceptability among consumers [27] when compared to other products formulated with alternative proteins, or when compared to control formulations without edible insects. In a different study, according to the sensory evaluation results from n = 71 participants, plant-based (soy) meat analogues were as acceptable as beef samples regarding visual appearance [1,33]. In another study, the sausage made from wheat and soy isolates was not significantly different compared to the traditional meat sausage in terms of texture liking [1,34]. Other research also showed that there were no significant differences between a plant-based (soy) meat patty and the all-beef patty regarding overall liking [35]. Furthermore, consumers prefer to adopt plant-based alternative proteins rather than insect-based proteins [28,36]. Usually, consumers refuse to eat insects because of food neophobia and feelings of disgust [28]. Although participants’ acceptability might be improved occasionally through education about the nutritional and environmental benefits derived from insect protein consumption, at first glance, consuming insects was considered a disgusting and unadoptable practice most of the time [19,28,29,30,37].
In Table 1, a part of the developed descriptive lexicon for plant-based and pea alternative proteins is presented. The word “plantbas” was related to “health”, “insectbas”, and “Asia”. The consumers tended to agree that plant protein was healthier than meat protein, which has been previously documented by other scientific research [1,18,19,21,28]. Many plant-based protein products, such as tofu, were first introduced in Asia [1,28]. This might explain the observed high relevance between the plant-based protein word and the word “Asia”. According to Table S2, the plant- and insect-based proteins presented comparable high-frequency counts. Moreover, these words had a high relevance between them (Table 1). Because the plant-based protein high importance, and pea being the only type of plant that was shown in the top 50 words frequency list, the word “pea” was also analyzed as a keyword. According to Table 1, “pea” was in high relevance with “mushroom” (0.51) and “lupin” (0.54) because there were two articles in the text matrix that compared pea protein to mushroom and lupin [18,23]. Because of this, it was difficult to judge whether the following descriptive words were related to pea, mushroom, or lupin. However, in the article, pea was described as green, beany, fresh, and grassy, while lupin was evaluated as beany/green, mushroom/earthy, nutty, and other descriptors [18]. In other words, the dusty and earthy were not related to pea protein [18].
Based on the relevance analysis, it was also found that the acceptability of alternative proteins was related to age. The words “adults” (65–70 years old) (association level = 0.31) and “elder” (70 or above years old) (association level = 0.29) were highly associated with the word “like” in the context of alternative proteins [31]. Food neophobia may be mitigated as age increases [28,29,30,31]. All of these findings agree with the results from the word frequency and relevance analyses from the text mining approach, which were essential for making inferences about the alternative protein topic in this study.

3.3. Emotions Analysis

The outcome from the analysis of the emotions for the whole text matrix is illustrated in Figure 5. Overall, there was no significant association between the protein types and the emotions (p = 0.41) because the observed value for the Chi-square statistic was lower than the established critical value (Chi-square observed = 50.73, and Chi-square critical value = 66.34; Degree of Freedom = 49). Hence, the null hypothesis of independence between the rows and the columns of the contingency table (protein type × emotions) was not rejected. The results from the analysis of emotions present in each paper and the correspondence analysis symmetric plot are shown in Table 2 and Figure 6, respectively.
Table 2. Emotion analysis (percentage of representing the emotion) of each academic paper (details can be found in Table S1).
Table 2. Emotion analysis (percentage of representing the emotion) of each academic paper (details can be found in Table S1).
Paper No.Alternative Protein TypesPercentage of Each Emotion in the Text (%)
TrustJoyAnticipationSadnessFearDisgustAngerSurprise
1Plant301814810776
2Plant, insect34171697.57.590
3Plant, insect2314171511677
4Plant2213.51715116.57.57.5
5Plant, insect4021136.55.5455
6Insect, algae27.517.519851166
7Plant, insect, cultured meat3220141110445
8Insect23161411119.5114.5
9Plant351729443.507.5
10Plant28141616.513147.5
11Plant1914.513.512.513.58.57.511
12Plant341226144460
13Plant, algae41168.510.57548
14Plant261413125.512.5107
15Algae322314105853
16Plant, insect, algae, cultured meat362015107462
17Plant301515.511.51056.56.5
18Insect3116.5209.52.5659.5
19Plant3227.511.5611.50011.5
20Insect241611914.51483.5
“Trust” dominated the sentiments in the text matrix with an observed occurrence of 30% (Figure 5). However, “trust” cannot be classified as either positive or negative as this proportion is showing the cumulative occurrence for all contexts. “Joy” had the second-highest proportion in the text matrix, which might indicate that researchers or consumers felt optimistic for the future of the alternative proteins. In previous research, consumers have well accepted plant-based proteins due to their health benefits and relatively pleasant sensory attributes [1,18,19,21,28]. For the insect-based proteins, although cultural barriers affect their preference in the short term, it is expected that insect-based products will eventually become acceptable for the public because of the frequent exposure over time through advertisement, education, and marketing [19]. Algae-based protein, cultured meat, and yeast-fermented proteins had a competitive advantage over other alternative proteins because they require fewer resources to be produced, such as soil and freshwater [6,38,39]. However, these alternatives might require more expensive technological instruments to produce them. The negative emotions, including “sadness”, “fear”, and “disgust”, represented 11, 9, and 6% of the total emotions, respectively (Figure 5). A more detailed profile of the proportions of emotions for each paper can be observed in Table 2. The negative emotions in the text matrix might be viewed as the potential drawbacks of alternative proteins. For example, the text containing food neophobia may reflect fear of the alternative protein sources regarding their effects on health, and the descriptive word “disgusting” may indicate mental associations with other disgusting elements that are evoked when exposed to alternative protein sources.
Figure 6 indicates the relationship between emotions and the categories of alternative proteins (based on the keywords of the n = 20 papers studied). In the symmetric plot, “insect” and “insect, algae” were separated from other categories as well as associated with “disgust” and “anger”. Besides this, there was no other noticeable relationship shown. This result agrees with the Chi-square test of independence.

3.4. Comparison with Other Text Mining Works

In Bakhtin et al. [11] research, several documents were analyzed to achieve a better understanding of the core research topics and trends in agriculture and food production. The data were collected from several databases, including media, websites, and organizations’ files. Based on text mining, the authors concluded that using fertilizers and chemical agents in farming were the major issues studied in food security and determined that embryo DNA, gene editing, and CRISPR/Cas9 were becoming the centers of genetic research instead of gene modification, which had been popular for years. They foresaw that edible insects, industrial meat production, and industrial food systems would become the focus of extensive research and remarked the higher relevance between food security and biological hazards, fungicides, and pesticides [11]. This research could be classified as a big data analysis with a robust approach to finding the underlying relationship between the terms embedded in a significant amount of text.
In another study, social media, websites, and databased papers were collected to study the underlying relationship between food safety, dietary pattern characterization, consumer opinion, product development, food knowledge discovery, and food supply chain management by text mining [40]. In total, n = 57 papers were analyzed in that study using a similar approach to the one used in our study. Their approach included word frequency, word association analysis, and sentiment analysis. Furthermore, these authors explored the application of other novel text mining techniques such as text classification, text clustering, and topic modeling [40]. However, a major drawback of their research was the absence of data visualization techniques, which provide a better appreciation of the relationship among the studied variables than the descriptive text. Compared to our research, although more papers were investigated in their study, two important text mining techniques, including the association and sentiment analyses, were used [40]. The result of the present study would tend to be more science-based compared to works using other databases; this can be an advantage when looking for reliable information in text mining [40]. This research showed the recent trends in scientific exploration regarding the use of alternative proteins. Nevertheless, a higher proportion of social media and internet data can be also beneficial for a consumer-based lexicon development.

4. Conclusions

In conclusion, this study analyzed n = 20 scientific reports about alternative proteins to explore the application of text mining in sensory research. According to the word frequency results, the insect- and plant-based alternative proteins were the centers of attention in recent research (2018–2021). Moreover, pea was the most studied plant source rather than soy among all plants. According to the results from the word association analysis, the insect-based protein was related to terms such as “neophobia”, “cockroach”, “disgust”, and “novel”, while plant-based protein was associated with “health” and “Asia”. Furthermore, the insect-based protein contributed the most to the observed negative sentiments in the text matrix. Correspondence analysis showed that there was no evident association between the emotion terms and the alternative protein sources, although these associations may become significant by increasing the dataset or the emotion terms under analysis. Despite this, this research shows the implementation of a useful tool to obtain information rapidly on current trends in food science. Further research is recommended with larger datasets, which can include social media and websites.

Supplementary Materials

The following are available online at https://www.mdpi.com/article/10.3390/foods10112537/s1, Table S1: The list of scientific reports analyzed by the Natural Language Processing, Table S2: The frequency of words in the text matrix (top 50), Supplementary File S1: PDF document text mining codes and explanation produced by Cristhiam Gurdian, Supplementary File S2: Text (TXT) document mining codes obtained from https://www.red-gate.com/simple-talk/sql/bi/text-mining-and-sentiment-analysis-with-r/ (accessed on 1 September 2021), Supplementary File S3: The relevance (association levels) between keywords and other words.

Author Contributions

Conceptualization, D.D.T. and Z.C.; methodology, D.D.T., Z.C. and C.G.; formal analysis, Z.C.; investigation, Z.C.; data curation, Z.C.; writing—original draft preparation, Z.C.; writing—review and editing, Z.C., D.D.T., C.G, C.S. and W.P.; supervision, D.D.T. and C.S.; project administration, D.D.T.; funding acquisition, D.D.T. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Lincoln University, New Zealand, through the Centre of Excellence-Food for Future Consumers.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

References

  1. Fiorentini, M.; Kinchla, A.J.; Nolden, A.A. Role of Sensory Evaluation in Consumer Acceptance of Plant-Based Meat Analogs and Meat Extenders: A Scoping Review. Foods 2020, 9, 1334. [Google Scholar] [CrossRef]
  2. Foote, K.J.; Joy, M.K.; Death, R.G. New Zealand Dairy Farming: Milking our Environment for all Its Worth. Environ. Manag. 2015, 56, 709–720. [Google Scholar] [CrossRef]
  3. Giacomelli, M.; Salata, C.; Martini, M.; Montesissa, C.; Piccirillo, A. Antimicrobial Resistance of Campylobacter jejuni and Campylobacter coli from Poultry in Italy. Microb. Drug Resist. 2014, 20, 181–188. [Google Scholar] [CrossRef] [PubMed]
  4. Nawaz, M.F.; Bourrie, G.; Trolard, F. Soil Compaction Impact and Modelling. A Review. Agron. Sustain. Dev. 2013, 33, 291–309. [Google Scholar] [CrossRef]
  5. Meat Alternatives and the Alternative Protein Market. Available online: https://www.fairr.org/article/alternative-protein-market/ (accessed on 14 January 2021).
  6. Verbeke, W.; Sans, P.; Van Loo, E.J. Challenges and Prospects for Consumer Acceptance of Cultured Meat. J. Integr. Agric. 2015, 14, 285–294. [Google Scholar] [CrossRef]
  7. Heymann, H.; King, E.S.; Hopfer, H. Classical Descriptive Analysis, 1st ed.; CRC Press: New York, NY, USA, 2014; pp. 9–40. [Google Scholar]
  8. Lawless, H.T.; Heymann, H. Sensory Evaluation of Food: Principles and Practices, 1st ed.; Springer Science & Business Media: New York, NY, USA, 2010; pp. 227–252. [Google Scholar]
  9. Spinelli, S.; Dinnella, C.; Masi, C.; Zoboli, G.P.; Prescott, J.; Monteleone, E. Investigating Preferred Coffee Consumption Contexts using Open-Ended Questions. Food Qual. Prefer. 2017, 61, 63–73. [Google Scholar] [CrossRef]
  10. Delarue, J.; Lawlor, B. Rapid Sensory Profiling Techniques: Applications in New Product Development and Consumer Research, 1st ed.; Woodhead Publishing: Cambridge, UK, 2014; pp. 27–50. [Google Scholar]
  11. Bakhtin, P.; Khabirova, E.; Kuzminov, I.; Thurner, T. The Future of Food Production–A Text-Mining Approach. Technol. Anal. Strateg. Manag. 2020, 32, 516–528. [Google Scholar] [CrossRef]
  12. Bécue-Bertaut, M.; Álvarez-Esteban, R.; Pagès, J. Rating of Products through Scores and Free-Text Assertions: Comparing and Combining Both. Food Qual. Prefer. 2008, 19, 122–134. [Google Scholar] [CrossRef]
  13. Zong, C.M.; Wang, H.B.; Du, X.J. The Application of Data Mining in the Food Manufacturing Industry. Appl. Mech. Mater. 2010, 20, 856–860. [Google Scholar] [CrossRef]
  14. Hamilton, M.L.; Jacob, L. Fast and Automated Sensory Analysis: Using Natural Language Processing for Descriptive Lexicon Development. Food Qual. Prefer. 2020, 83, 103926. [Google Scholar] [CrossRef]
  15. R: A Language and Environment for Statistical Computing. Available online: https://www.r-project.org (accessed on 29 January 2021).
  16. Ickes, C.M.; Lee, S.Y.; Cadwallader, K.R. Novel Creation of a Rum Flavor Lexicon through the Use of Web-Based Material. J. Food Sci. 2017, 82, 1216–1223. [Google Scholar] [CrossRef]
  17. Red-Gate. Text Mining and Sentiment Analysis. Available online: https://www.red-gate.com/simple-talk/sql/bi/text-mining-and-sentiment-analysis-with-r/ (accessed on 29 January 2021).
  18. Cosson, A.; Delarue, J.; Mabille, A.C.; Druon, A.; Descamps, N.; Roturier, J.M.; Souchon, I.; Saint-Eve, A. Block Protocol for Conventional Profiling to Sensory Characterise Plant Protein Isolates. Food Qual. Prefer. 2020, 83, 103927. [Google Scholar] [CrossRef]
  19. García-Segovia, P.; Igual, M.; Martínez-Monzó, J. Physicochemical Properties and Consumer Acceptance of Bread Enriched with Alternative Proteins. Foods 2020, 9, 933. [Google Scholar] [CrossRef]
  20. Kaleda, A.; Talvistu, K.; Tamm, M.; Viirma, M.; Rosend, J.; Tanilas, K.; Kriisa, M.; Part, N.; Tammik, M.L. Impact of Fermentation and Phytase Treatment of Pea-Oat Protein Blend on Physicochemical, Sensory, and Nutritional Properties of Extruded Meat Analogs. Foods 2020, 9, 1059. [Google Scholar] [CrossRef]
  21. Martin, C.; Lange, C.; Marette, S. Importance of Additional Information, as a Complement to Information Coming from Packaging, to Promote Meat Substitutes: A Case Study on a Sausage Based on Vegetable Proteins. Food Qual. Prefer. 2021, 87, 104058. [Google Scholar] [CrossRef]
  22. Sha, L.; Xiong, Y.L. Plant Protein-Based Alternatives of Reconstructed Meat: Science, Technology, and Challenges. Trends Food Sci. Technol. 2020, 102, 51–61. [Google Scholar] [CrossRef]
  23. Stephan, A.; Ahlborn, J.; Zajul, M.; Zorn, H. Edible Mushroom Mycelia of Pleurotus sapidus as Novel Protein Sources in a Vegan Boiled Sausage Analog System: Functionality and Sensory Tests in Comparison to Commercial Proteins and Meat Sausages. Eur. Food Res. Technol. 2018, 244, 913–924. [Google Scholar] [CrossRef]
  24. Yuliarti, O.; Kovis, T.J.K.; Yi, N.J. Structuring the Meat Analogue by Using Plant-Based Derived Composites. J. Food Eng. 2021, 288, 110138. [Google Scholar] [CrossRef]
  25. Grahl, S.; Strack, M.; Mensching, A.; Mörlein, D. Alternative Protein Sources in Western Diets: Food Product Development and Consumer Acceptance of Spirulina-Filled Pasta. Food Qual. Prefer. 2020, 84, 103933. [Google Scholar] [CrossRef]
  26. Gurdian, C.E.; Torrico, D.D.; Li, B.; Tuuri, G.; Prinyawiwatkul, W. Effect of Disclosed Information on Product Liking, Emotional Profile and Purchase Intent: A Case of Chocolate Brownies Containing Edible-Cricket Protein. Foods 2021, 10, 1769. [Google Scholar] [CrossRef] [PubMed]
  27. Gurdian, C.E.; Torrico, D.D.; Li, B.; Tuuri, G.; Prinyawiwatkul, W. Effect of Informed Conditions on Sensory Expectations and Actual Perceptions: A Case of Chocolate Brownies Containing Edible-Cricket Protein. Foods 2021, 10, 1480. [Google Scholar] [CrossRef] [PubMed]
  28. De Koning, W.; Dean, D.; Vriesekoop, F.; Aguiar, L.K.; Anderson, M.; Mongondry, P.; Oppong-Gyamfi, M.; Urbano, B.; Luciano, C.A.G.; Jiang, B.; et al. Drivers and Inhibitors in the Acceptance of Meat Alternatives: The Case of Plant and Insect-Based Proteins. Foods 2020, 9, 1292. [Google Scholar] [CrossRef] [PubMed]
  29. Ardoin, R.; Prinyawiwatkul, W. Product Appropriateness, Willingness to Try and Perceived Risks of Foods Containing Insect Protein Powder: A Survey of US Consumers. Int. J. Food Sci. Technol. 2020, 55, 3215–3226. [Google Scholar] [CrossRef]
  30. Chow, C.Y.; Riantiningtyas, R.R.; Sørensen, H.; Frøst, M.B. School Children Cooking and Eating Insects as Part of a Teaching Program–Effects of Cooking, Insect Type, Tasting Order and Food Neophobia on Hedonic Response. Food Qual. Prefer. 2021, 87, 104027. [Google Scholar] [CrossRef]
  31. Grasso, A.C.; Hung, Y.; Olthof, M.R.; Verbeke, W.; Brouwer, I.A. Older Consumers’ Readiness to Accept Alternative, More Sustainable Protein Sources in the European Union. Nutrients 2019, 11, 1904. [Google Scholar] [CrossRef]
  32. Schouteten, J.J.; De Steur, H.; De Pelsmaeker, S.; Lagast, S.; Juvinal, J.G.; De Bourdeaudhuij, I.; Verbeke, W.; Gellynck, X. Emotional and Sensory Profiling of Insect-, Plant-and Meat-Based Burgers under Blind, Expected and Informed Conditions. Food Qual. Prefer. 2016, 52, 27–31. [Google Scholar] [CrossRef]
  33. Gómez, I.; Ibañez, F.C.; Beriain, M.J. Physicochemical and Sensory Properties of Sous Vide Meat and Meat Analog Products Marinated and Cooked at Different Temperature-Time Combinations. Int. J. Food Prop. 2019, 22, 1693–1708. [Google Scholar] [CrossRef]
  34. Kamani, M.H.; Meera, M.S.; Bhaskar, N.; Modi, V.K. Partial and Total Replacement of Meat by Plant-Based Proteins in Chicken Sausage: Evaluation of Mechanical, Physico-Chemical and Sensory Characteristics. J. Food Sci. Technol. 2019, 56, 2660–2669. [Google Scholar] [CrossRef]
  35. Wong, K.M.; Corradini, M.G.; Autio, W.; Kinchla, A.J. Sodium Reduction Strategies through Use of Meat Extenders (White Button Mushrooms vs. Textured Soy) in Beef Patties. Food Sci. Nutr. 2019, 7, 506–518. [Google Scholar] [CrossRef]
  36. Gómez-Luciano, C.A.; de Aguiar, L.K.; Vriesekoop, F.; Urbano, B. Consumers’ Willingness to Purchase Three Alternatives to Meat Proteins in the United Kingdom, Spain, Brazil and the Dominican Republic. Food Qual. Prefer. 2019, 78, 103–732. [Google Scholar] [CrossRef]
  37. Tucker, C.A. The Significance of Sensory Appeal for Reduced Meat Consumption. Appetite 2014, 81, 168–179. [Google Scholar] [CrossRef]
  38. Rodríguez-Limas, W.A.; Tannenbaum, V.; Tyo, K.E. Blocking Endocytotic Mechanisms to Improve Heterologous Protein Titers in Saccharomyces cerevisiae. Biotechnol. Bioeng. 2015, 112, 376–385. [Google Scholar] [CrossRef] [PubMed]
  39. Van Krimpen, M.M.; Bikker, P.; Van der Meer, I.M.; Van der Peet-Schwering, C.M.C.; Vereijken, J.M. Cultivation, Processing and Nutritional Aspects for Pigs and Poultry of European Protein Sources as Alternatives for Imported Soybean Products. Foods 2013, 9, 1292. [Google Scholar]
  40. Tao, D.; Yang, P.; Feng, H. Utilisation of Text Mining as a Big Data Analysis Tool for Food Science and Nutrition. Compr. Rev. Food Sci. Food Saf. 2020, 19, 875–894. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Code (a) and a part of the text captured from the website (b) by the crawler.
Figure 1. Code (a) and a part of the text captured from the website (b) by the crawler.
Foods 10 02537 g001aFoods 10 02537 g001b
Figure 2. The basic workflow of Natural Language Processing.
Figure 2. The basic workflow of Natural Language Processing.
Foods 10 02537 g002
Figure 3. Example of a bar chart showing the frequency of keywords (roots) in the text matrix (n = 20 published papers).
Figure 3. Example of a bar chart showing the frequency of keywords (roots) in the text matrix (n = 20 published papers).
Foods 10 02537 g003
Figure 4. Word cloud obtained of the text matrix (n = 20 published papers).
Figure 4. Word cloud obtained of the text matrix (n = 20 published papers).
Foods 10 02537 g004
Figure 5. Proportions of emotion terms mentioned in the text matrix (n = 20 published papers).
Figure 5. Proportions of emotion terms mentioned in the text matrix (n = 20 published papers).
Foods 10 02537 g005
Figure 6. The symmetric plot of correspondence analysis.
Figure 6. The symmetric plot of correspondence analysis.
Foods 10 02537 g006
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Chen, Z.; Gurdian, C.; Sharma, C.; Prinyawiwatkul, W.; Torrico, D.D. Exploring Text Mining for Recent Consumer and Sensory Studies about Alternative Proteins. Foods 2021, 10, 2537. https://doi.org/10.3390/foods10112537

AMA Style

Chen Z, Gurdian C, Sharma C, Prinyawiwatkul W, Torrico DD. Exploring Text Mining for Recent Consumer and Sensory Studies about Alternative Proteins. Foods. 2021; 10(11):2537. https://doi.org/10.3390/foods10112537

Chicago/Turabian Style

Chen, Ziyang, Cristhiam Gurdian, Chetan Sharma, Witoon Prinyawiwatkul, and Damir D. Torrico. 2021. "Exploring Text Mining for Recent Consumer and Sensory Studies about Alternative Proteins" Foods 10, no. 11: 2537. https://doi.org/10.3390/foods10112537

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop