Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
 
 
Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (59)

Search Parameters:
Keywords = emotion lexicon

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
14 pages, 1378 KiB  
Article
When Language Is Not Enough: How to Explain ToM Abilities of Individuals with Williams Syndrome and Down Syndrome
by Claire Touchet, Régis Pochon and Laure Ibernon
Disabilities 2025, 5(1), 4; https://doi.org/10.3390/disabilities5010004 - 15 Jan 2025
Viewed by 249
Abstract
This study examines the link between language abilities and Theory of Mind (ToM) development in individuals with Williams Syndrome (WS) and Down Syndrome (DS). We compared the results of 16 participants with WS, aged 6.3 to 27.2 years (Mean = 15.9 years, SD [...] Read more.
This study examines the link between language abilities and Theory of Mind (ToM) development in individuals with Williams Syndrome (WS) and Down Syndrome (DS). We compared the results of 16 participants with WS, aged 6.3 to 27.2 years (Mean = 15.9 years, SD = 6.8 years), to those of 16 participants with DS, aged 10.7 to 23.9 years (Mean = 16.8 years, SD = 3.6 years). Using the French version of the ToM test-Revised (ToM test-R), we assessed three levels of ToM development: prerequisites, first-order beliefs, and second-order beliefs. Language abilities were evaluated using the Isadyle French language assessment battery, focusing on word comprehension, word production, syntax comprehension and production, and emotional lexicon. The results showed that the WS group performed significantly better in overall ToM skills in the ToM test-R compared to the DS group. Moreover, language skills were significantly associated with ToM development in the WS group, but not in the DS group. These findings underscore the importance of language development, particularly syntax and emotional understanding, in ToM acquisition. Through the application of a cross-syndrome approach, this study provides insights into how each syndrome impacts ToM development and the role of language in this process. Full article
Show Figures

Graphical abstract

20 pages, 1489 KiB  
Article
Analysing Quality Metrics and Automated Scoring of Code Reviews
by Owen Sortwell, David Cutting and Christine McConnellogue
Software 2024, 3(4), 514-533; https://doi.org/10.3390/software3040025 - 29 Nov 2024
Viewed by 531
Abstract
Code reviews are an important part of the software development process, and there is a wide variety of approaches used to perform them. While it is generally agreed that code reviews are beneficial and result in higher-quality software, there has been little work [...] Read more.
Code reviews are an important part of the software development process, and there is a wide variety of approaches used to perform them. While it is generally agreed that code reviews are beneficial and result in higher-quality software, there has been little work investigating best practices and approaches, exploring which factors impact code review quality. Our approach firstly analyses current best practices and procedures for undertaking code reviews, along with an examination of metrics often used to analyse a review’s quality and current offerings for automated code review assessment. A maximum of one thousand code review comments per project were mined from GitHub pull requests across seven open-source projects which have previously been analysed in similar studies. Several identified metrics are tested across these projects using Python’s Natural Language Toolkit, including stop word ratio, overall sentiment, and detection of code snippets through the GitHub markdown language. Comparisons are drawn with regards to each project’s culture and the language used in the code review process, with pros and cons for each. The results show that the stop word ratio remained consistent across all projects, with only one project exceeding an average of 30%, and that the percentage of positive comments across the projects was broadly similar also. The suitability of these metrics is also discussed with regards to the creation of a scoring framework and development of an automated code review analysis tool. We conclude that the software written is an effective method of comparing practices and cultures across projects and can provide benefits by promoting a positive review culture within an organisation. However, rudimentary sentiment analysis and detection of GitHub code snippets may not be sufficient to assess a code review’s overall usefulness, as many terms that are important to include in a programmer’s lexicon such as ‘error’ and ‘fail’ deem a code review to be negative. Code snippets that are included outside of the markdown language are also ignored from analysis. Recommendations for future work are suggested, including the development of a more robust sentiment analysis system that can include detection of emotion such as frustration, and the creation of a programming dictionary to exclude programming terms from sentiment analysis. Full article
Show Figures

Figure 1

21 pages, 6992 KiB  
Article
Performance Metrics for Multilabel Emotion Classification: Comparing Micro, Macro, and Weighted F1-Scores
by Maria Cristina Hinojosa Lee, Johan Braet and Johan Springael
Appl. Sci. 2024, 14(21), 9863; https://doi.org/10.3390/app14219863 - 28 Oct 2024
Viewed by 2031
Abstract
This study compares various F1-score variants—micro, macro, and weighted—to assess their performance in evaluating text-based emotion classification. Lexicon distillation is employed using the multilabel emotion-annotated datasets XED and GoEmotions. The aim of this paper is to understand when each F1-score variant is better [...] Read more.
This study compares various F1-score variants—micro, macro, and weighted—to assess their performance in evaluating text-based emotion classification. Lexicon distillation is employed using the multilabel emotion-annotated datasets XED and GoEmotions. The aim of this paper is to understand when each F1-score variant is better suited for evaluating text-based multilabel emotion classification. Unigram lexicons were derived from the annotated GoEmotions and XED datasets through a binary classification approach. The distilled lexicons were then applied to the GoEmotions and XED annotated datasets to calculate their emotional content, and the results were compared. The findings highlight the behavior of each F1-score variant under different class distributions, emphasizing the importance of appropriate metric selection for reliable model performance evaluation in imbalanced multilabel datasets. Additionally, this study also investigates the effect of the aggregation of negative emotions into broader categories on said F1 metrics. The contribution of this study is to provide insights into how different F1-score variants could improve the reliability of multilabel emotion classifier evaluation, particularly in the context of class imbalance present in the case of phishing emails. Full article
(This article belongs to the Special Issue Affective Computing: Technology and Application)
Show Figures

Figure 1

12 pages, 1398 KiB  
Article
A Bullet Screen Sentiment Analysis Method That Integrates the Sentiment Lexicon with RoBERTa-CNN
by Yupan Liu, Shuo Wang and Shengshi Yu
Electronics 2024, 13(20), 3984; https://doi.org/10.3390/electronics13203984 - 10 Oct 2024
Viewed by 986
Abstract
Bullet screen, a form of online video commentary in emerging social media, is widely used on video websites frequented by young people. It has become a novel means of expressing emotions towards videos. The characteristics, such as varying text lengths and the presence [...] Read more.
Bullet screen, a form of online video commentary in emerging social media, is widely used on video websites frequented by young people. It has become a novel means of expressing emotions towards videos. The characteristics, such as varying text lengths and the presence of numerous new words, lead to ambiguous emotional information. To address these characteristics, this paper proposes a Robustly Optimized BERT Pretraining Approach (RoBERTa) + Convolutional Neural Network (CNN) sentiment classification algorithm integrated with a sentiment lexicon. RoBERTa encodes the input text to enhance semantic feature representation, and CNN extracts local features using multiple convolutional kernels of different sizes. Sentiment classification is then performed by a softmax classifier. Meanwhile, we use the sentiment lexicon to calculate the emotion score of the input text and normalize the emotion score. Finally, the classification results of the sentiment lexicon and RoBERTa+CNN are weighted and calculated. The bullet screens are grouped according to their length, and different weights are assigned to the sentiment lexicon based on their length to enhance the features of the model’s sentiment classification. The method combines the sentiment lexicon can be customized for the domain vocabulary and the pre-trained model can deal with the polysemy. Experimental results demonstrate that the proposed method achieves improvements in precision, recall, and F1 score. The experiments in this paper take the Russia–Ukraine war as the research topic, and the experimental methods can be extended to other events. The experiment demonstrates the effectiveness of the model in the sentiment analysis of bullet screen texts and has a positive effect on grasping the current public opinion status of hot events and guiding the direction of public opinion in a timely manner. Full article
(This article belongs to the Special Issue New Advances in Affective Computing)
Show Figures

Figure 1

19 pages, 7056 KiB  
Article
A Data-Centric Approach to Understanding the 2020 U.S. Presidential Election
by Satish Mahadevan Srinivasan and Yok-Fong Paat
Big Data Cogn. Comput. 2024, 8(9), 111; https://doi.org/10.3390/bdcc8090111 - 4 Sep 2024
Viewed by 1087
Abstract
The application of analytics on Twitter feeds is a very popular field for research. A tweet with a 280-character limitation can reveal a wealth of information on how individuals express their sentiments and emotions within their network or community. Upon collecting, cleaning, and [...] Read more.
The application of analytics on Twitter feeds is a very popular field for research. A tweet with a 280-character limitation can reveal a wealth of information on how individuals express their sentiments and emotions within their network or community. Upon collecting, cleaning, and mining tweets from different individuals on a particular topic, we can capture not only the sentiments and emotions of an individual but also the sentiments and emotions expressed by a larger group. Using the well-known Lexicon-based NRC classifier, we classified nearly seven million tweets across seven battleground states in the U.S. to understand the emotions and sentiments expressed by U.S. citizens toward the 2020 presidential candidates. We used the emotions and sentiments expressed within these tweets as proxies for their votes and predicted the swing directions of each battleground state. When compared to the outcome of the 2020 presidential candidates, we were able to accurately predict the swing directions of four battleground states (Arizona, Michigan, Texas, and North Carolina), thus revealing the potential of this approach in predicting future election outcomes. The week-by-week analysis of the tweets using the NRC classifier corroborated well with the various political events that took place before the election, making it possible to understand the dynamics of the emotions and sentiments of the supporters in each camp. These research strategies and evidence-based insights may be translated into real-world settings and practical interventions to improve election outcomes. Full article
(This article belongs to the Special Issue Machine Learning in Data Mining for Knowledge Discovery)
Show Figures

Figure 1

18 pages, 11461 KiB  
Article
Development of a Drawing Set for the Achievement Emotions Adjective List (DS-AEAL): Preliminary Data on a Pictorial Instrument for Children
by Daniela Raccanello and Roberto Burro
Educ. Sci. 2024, 14(7), 756; https://doi.org/10.3390/educsci14070756 - 11 Jul 2024
Cited by 1 | Viewed by 872
Abstract
This work investigated the goodness of a Drawing Set for assessing children’s achievement emotions, to be used together with a short form of the Achievement Emotions Adjective List (DS-AEAL). We considered control-value theory as the main theoretical framework. In Study 1, we developed [...] Read more.
This work investigated the goodness of a Drawing Set for assessing children’s achievement emotions, to be used together with a short form of the Achievement Emotions Adjective List (DS-AEAL). We considered control-value theory as the main theoretical framework. In Study 1, we developed a set of 10 drawings of faces representing enjoyment, pride, hope, relief, relaxation, anxiety, anger, shame, sadness, and boredom, involving 259 adults as raters. In Study 2, we administered a matching task and a labelling task to 89 adults. The results supported the goodness of the correspondence between the DS-AEAL and the verbal labels. In Study 3, we proposed the same tasks to 192 7-year-olds and 10-year-olds. We found age differences, with lower performance for younger children in line with their less-developed abilities in recognition and recall. Overall, recognition and recall were better for primary compared to secondary emotions. Notwithstanding their preliminary nature, our results support the goodness of the DS-AEAL to assess achievement emotions in various learning contexts, together with the corresponding verbal labels. It can satisfy research and educational purposes, primarily in academic contexts such as the school, where reliable, valid, and easy-to-administer methods are essential. Full article
Show Figures

Figure 1

33 pages, 531 KiB  
Article
The Limits of Words: Expanding a Word-Based Emotion Analysis System with Multiple Emotion Dictionaries and the Automatic Extraction of Emotive Expressions
by Lu Wang, Sho Isomura, Michal Ptaszynski, Pawel Dybala, Yuki Urabe, Rafal Rzepka and Fumito Masui
Appl. Sci. 2024, 14(11), 4439; https://doi.org/10.3390/app14114439 - 23 May 2024
Viewed by 1219
Abstract
Wide adoption of social media has caused an explosion of information stored online, with the majority of that information containing subjective, opinionated, and emotional content produced daily by users. The field of emotion analysis has helped effectively process such human emotional expressions expressed [...] Read more.
Wide adoption of social media has caused an explosion of information stored online, with the majority of that information containing subjective, opinionated, and emotional content produced daily by users. The field of emotion analysis has helped effectively process such human emotional expressions expressed in daily social media posts. Unfortunately, one of the greatest limitations of popular word-based emotion analysis systems has been the limited emotion vocabulary. This paper presents an attempt to extensively expand one such word-based emotion analysis system by integrating multiple emotion dictionaries and implementing an automatic extraction mechanism for emotive expressions. We first leverage diverse emotive expression dictionaries to expand the emotion lexicon of the system. To do that, we solve numerous problems with the integration of various dictionaries collected using different standards. We demonstrate the performance improvement of the system with improved accuracy and granularity of emotion classification. Furthermore, our automatic extraction mechanism facilitates the identification of novel emotive expressions in an emotion dataset, thereby enriching the depth and breadth of emotion analysis capabilities. In particular, the automatic extraction method shows promising results for applicability in further expansion of the dictionary base in the future, thus advancing the field of emotion analysis and offering new avenues for research in sentiment analysis, affective computing, and human–computer interaction. Full article
(This article belongs to the Section Computing and Artificial Intelligence)
Show Figures

Figure 1

24 pages, 8284 KiB  
Article
Hybrid Natural Language Processing Model for Sentiment Analysis during Natural Crisis
by Marko Horvat, Gordan Gledec and Fran Leontić
Electronics 2024, 13(10), 1991; https://doi.org/10.3390/electronics13101991 - 20 May 2024
Cited by 2 | Viewed by 1607
Abstract
This paper introduces a novel natural language processing (NLP) model as an original approach to sentiment analysis, with a focus on understanding emotional responses during major disasters or conflicts. The model was created specifically for Croatian and is based on unigrams, but it [...] Read more.
This paper introduces a novel natural language processing (NLP) model as an original approach to sentiment analysis, with a focus on understanding emotional responses during major disasters or conflicts. The model was created specifically for Croatian and is based on unigrams, but it can be used with any language that supports the n-gram model and expanded to multiple word sequences. The presented model generates a sentiment score aligned with discrete and dimensional emotion models, reliability metrics, and individual word scores using affective datasets Extended ANEW and NRC WordEmotion Association Lexicon. The sentiment analysis model incorporates different methodologies, including lexicon-based, machine learning, and hybrid approaches. The process of preprocessing includes translation, lemmatization, and data refinement, utilized automated translation services as well as the CLARIN Knowledge Centre for South Slavic languages (CLASSLA) library, with a particular emphasis on diacritical mark correction and tokenization. The presented model was experimentally evaluated on three simultaneous major natural crises that recently affected Croatia. The study’s findings reveal a significant shift in emotional dimensions during the COVID-19 pandemic, particularly a decrease in valence, arousal, and dominance, which corresponded with the two-month recovery period. Furthermore, the 2020 Croatian earthquakes elicited a wide range of negative discrete emotions, including anger, fear, and sadness, with the recuperation period much longer than in the case of COVID-19. This study represents an advancement in sentiment analysis, particularly in linguistically specific contexts, and provides insights into the emotional landscape shaped by major societal events. Full article
(This article belongs to the Special Issue Emerging Theory and Applications in Natural Language Processing)
Show Figures

Figure 1

27 pages, 2276 KiB  
Review
Sentiment Dimensions and Intentions in Scientific Analysis: Multilevel Classification in Text and Citations
by Aristotelis Kampatzis, Antonis Sidiropoulos, Konstantinos Diamantaras and Stefanos Ougiaroglou
Electronics 2024, 13(9), 1753; https://doi.org/10.3390/electronics13091753 - 2 May 2024
Cited by 2 | Viewed by 4984
Abstract
Sentiment Analysis in text, especially text containing scientific citations, is an emerging research field with important applications in the research community. This review explores the field of sentiment analysis by focusing on the interpretation of citations, presenting a detailed description of techniques and [...] Read more.
Sentiment Analysis in text, especially text containing scientific citations, is an emerging research field with important applications in the research community. This review explores the field of sentiment analysis by focusing on the interpretation of citations, presenting a detailed description of techniques and methods ranging from lexicon-based approaches to Machine and Deep Learning models. The importance of understanding both the emotion and the intention behind citations is emphasized, reflecting their critical role in scientific communication. In addition, this study presents the challenges faced by researchers (such as complex scientific terminology, multilingualism, and the abstract nature of scientific discourse), highlighting the need for specialized language processing techniques. Finally, future research directions include improving the quality of datasets as well as exploring architectures and models to improve the accuracy of sentiment detection. Full article
Show Figures

Figure 1

16 pages, 523 KiB  
Article
An Effective Strategy for Sentiment Analysis Based on Complex-Valued Embedding and Quantum Long Short-Term Memory Neural Network
by Zhulu Chu, Xihan Wang, Meilin Jin, Ning Zhang, Quanli Gao and Lianhe Shao
Axioms 2024, 13(3), 207; https://doi.org/10.3390/axioms13030207 - 21 Mar 2024
Cited by 3 | Viewed by 1639
Abstract
Sentiment analysis aims to study, analyse and identify the sentiment polarity contained in subjective documents. In the realm of natural language processing (NLP), the study of sentiment analysis and its subtask research is a hot topic, which has very important significance. The existing [...] Read more.
Sentiment analysis aims to study, analyse and identify the sentiment polarity contained in subjective documents. In the realm of natural language processing (NLP), the study of sentiment analysis and its subtask research is a hot topic, which has very important significance. The existing sentiment analysis methods based on sentiment lexicon and machine learning take into account contextual semantic information, but these methods still lack the ability to utilize context information, so they cannot effectively encode context information. Inspired by the concept of density matrix in quantum mechanics, we propose a sentiment analysis method, named Complex-valued Quantum-enhanced Long Short-term Memory Neural Network (CQLSTM). It leverages complex-valued embedding to incorporate more semantic information and utilizes the Complex-valued Quantum-enhanced Long Short-term Memory Neural Network for feature extraction. Specifically, a complex-valued neural network based on density matrix is used to capture interactions between words (i.e., the correlation between words). Additionally, the Complex-valued Quantum-enhanced Long Short-term Memory Neural Network, which is inspired by the quantum measurement theory and quantum long short-term memory neural network, is developed to learn interactions between sentences (i.e., contextual semantic information). This approach effectively encodes semantic dependencies, which reflects the dispersion of words in the embedded space of sentences and comprehensively captures interactive information and long-term dependencies among the emotional features between words. Comparative experiments were performed on four sentiment analysis datasets using five traditional models, showcasing the effectiveness of the CQLSTM model. Full article
(This article belongs to the Special Issue Applications of Quantum Computing in Artificial Intelligence)
Show Figures

Figure 1

15 pages, 1608 KiB  
Article
MM-EMOG: Multi-Label Emotion Graph Representation for Mental Health Classification on Social Media
by Rina Carines Cabral, Soyeon Caren Han, Josiah Poon and Goran Nenadic
Robotics 2024, 13(3), 53; https://doi.org/10.3390/robotics13030053 - 18 Mar 2024
Cited by 1 | Viewed by 2621
Abstract
More than 80% of people who commit suicide disclose their intention to do so on social media. The main information we can use in social media is user-generated posts, since personal information is not always available. Identifying all possible emotions in a single [...] Read more.
More than 80% of people who commit suicide disclose their intention to do so on social media. The main information we can use in social media is user-generated posts, since personal information is not always available. Identifying all possible emotions in a single textual post is crucial to detecting the user’s mental state; however, human emotions are very complex, and a single text instance likely expresses multiple emotions. This paper proposes a new multi-label emotion graph representation for social media post-based mental health classification. We first construct a word–document graph tensor to describe emotion-based contextual representation using emotion lexicons. Then, it is trained by multi-label emotions and conducts a graph propagation for harmonising heterogeneous emotional information, and is applied to a textual graph mental health classification. We perform extensive experiments on three publicly available social media mental health classification datasets, and the results show clear improvements. Full article
(This article belongs to the Section AI in Robotics)
Show Figures

Figure 1

17 pages, 1401 KiB  
Article
A Study on the Emotional Tendency of Aquatic Product Quality and Safety Texts Based on Emotional Dictionaries and Deep Learning
by Xingxing Tong, Ming Chen and Guofu Feng
Appl. Sci. 2024, 14(5), 2119; https://doi.org/10.3390/app14052119 - 4 Mar 2024
Cited by 1 | Viewed by 1231
Abstract
The issue of aquatic product quality and safety has gradually become a focal point of societal concern. Analyzing textual comments from people about aquatic products aids in promptly understanding the current sentiment landscape regarding the quality and safety of aquatic products. To address [...] Read more.
The issue of aquatic product quality and safety has gradually become a focal point of societal concern. Analyzing textual comments from people about aquatic products aids in promptly understanding the current sentiment landscape regarding the quality and safety of aquatic products. To address the challenge of the polysemy of modern network buzzwords in word vector representation, we construct a custom sentiment lexicon and employ the Roberta-wwm-ext model to extract semantic feature representations from comment texts. Subsequently, the obtained semantic features of words are put into a bidirectional LSTM model for sentiment classification. This paper validates the effectiveness of the proposed model in the sentiment analysis of aquatic product quality and safety texts by constructing two datasets, one for salmon and one for shrimp, sourced from comments on JD.com. Multiple comparative experiments were conducted to assess the performance of the model on these datasets. The experimental results demonstrate significant achievements using the proposed model, achieving a classification accuracy of 95.49%. This represents a notable improvement of 6.42 percentage points compared to using Word2Vec and a 2.06 percentage point improvement compared to using BERT as the word embedding model. Furthermore, it outperforms LSTM by 2.22 percentage points and textCNN by 2.86 percentage points in terms of semantic extraction models. The outstanding effectiveness of the proposed method is strongly validated by these results. It provides more accurate technical support for calculating the concentration of negative emotions using a risk assessment system in public opinion related to quality and safety. Full article
(This article belongs to the Special Issue Natural Language Processing (NLP) and Applications—2nd Edition)
Show Figures

Figure 1

16 pages, 1830 KiB  
Article
Shifting Perceptions and Emotional Responses to Autonomous Vehicles Using Simulated Experiences
by Jose L. Tapia, David Sánchez-Borda, Carmen Iniesta, Francisco Badea and Jon Andoni Duñabeitia
Behav. Sci. 2024, 14(1), 29; https://doi.org/10.3390/bs14010029 - 30 Dec 2023
Cited by 2 | Viewed by 2310
Abstract
The societal integration of autonomous vehicles (AVs) relies on public acceptance, closely related to individual emotions and perceptions. This study explores the emotional factors affecting AV acceptance in Spain through lexical tasks, virtual AV simulations, and questionnaires, surpassing traditional attitude surveys by examining [...] Read more.
The societal integration of autonomous vehicles (AVs) relies on public acceptance, closely related to individual emotions and perceptions. This study explores the emotional factors affecting AV acceptance in Spain through lexical tasks, virtual AV simulations, and questionnaires, surpassing traditional attitude surveys by examining subtle emotional and lexical reactions to AVs. Acceptance was measured in terms of AV knowledge, perception of autonomous driving, and safety, with emphasis on lexical-emotional analysis after simulation. Findings indicate gender differences in AV acceptance, with women showing less knowledge and comfort with AV technology. Simulation improved understanding and generated more positive responses. This study shows how lexical tasks can reveal emotional influences on AV perception and suggests a wider approach to assess technology acceptance. These findings aid in creating campaigns and experiences to enhance public AV acceptance, mindful of demographic differences. Future studies should extend this framework to various populations to investigate the emotional lexicon’s role in AV acceptance. Full article
(This article belongs to the Section Cognition)
Show Figures

Figure 1

14 pages, 863 KiB  
Article
Development of Emotion Lexicons to Describe Sugar-Free Chocolate According to Consumers’ PROP Taster Status
by Telana van Zyl, Annchen Mielmann and Neoline le Roux
Appl. Sci. 2023, 13(24), 12994; https://doi.org/10.3390/app132412994 - 5 Dec 2023
Viewed by 1417
Abstract
Taste sensitivity can have a significant impact on consumers’ food choices. Consumers’ taster status and emotions can be guided by sensory information of sugared products. This paper aimed to develop emotional lexicons for sugar-free chocolates based on consumers’ taster status applying the check-all-that-apply [...] Read more.
Taste sensitivity can have a significant impact on consumers’ food choices. Consumers’ taster status and emotions can be guided by sensory information of sugared products. This paper aimed to develop emotional lexicons for sugar-free chocolates based on consumers’ taster status applying the check-all-that-apply (CATA) methodology. South African respondents’ (n = 153) bitter perception was evaluated with n-propylthiouracil (PROP) paper strips. Respondents received one sugar-free dark chocolate and one sugar-free milk chocolate and completed an electronic questionnaire. Respondents mainly purchased chocolate for its flavour, and enjoyed the taste of the sugar-free dark chocolate more than sugar-free milk chocolate. The non-tasters (>50%) chose positive emotions for sugar-free milk chocolate, while the medium tasters, selected more positive emotions for dark chocolate. The supertasters selected the most negative emotions for the sugar-free dark chocolate. Practical significant associations were found between the non-tasters and the emotion guilty, as well as between the supertasters and the emotions, discontented and disgust. Each taster status requires the development of a distinctive lexicon to be emotionally satisfied by sugar-free products. Full article
(This article belongs to the Special Issue Sensory Characteristics and Consumers Acceptance of Food Products)
Show Figures

Figure 1

1401 KiB  
Proceeding Paper
Development of an Emotion Lexicon in Greek for the Self-Report and Measurement of Emotions Elicited by Foods
by Malamatenia Panagiotou and Konstantinos Gkatzionis
Biol. Life Sci. Forum 2023, 26(1), 42; https://doi.org/10.3390/Foods2023-15090 - 14 Oct 2023
Viewed by 611
Abstract
Sensory linguistics and food science meet in the field of consumer studies. Glossaries of emotions and tools for measuring feelings related to food consumption are being developed in order to understand consumer preferences, and to gain insight to be used in consumer-focused product [...] Read more.
Sensory linguistics and food science meet in the field of consumer studies. Glossaries of emotions and tools for measuring feelings related to food consumption are being developed in order to understand consumer preferences, and to gain insight to be used in consumer-focused product development and marketing. Although there are lexicons and tools for measuring emotions in various languages, there are none in Greek, leading to reduced competitiveness of Greek products and companies. As is the trend in cross-cultural studies, for the present study, an English emotion measurement tool was translated into Greek. The consumers with whom the translated tool was tested reported that many of the emotions contained were inappropriate for the task. Thus, the need to develop a lexicon in Greek from scratch was identified. Following the methodology for the development of the EsSense Profile an established commercial measurement tool, input from consumers was collected using questionnaires of various forms and for a variety of foods and beverages. Additionally, language sources were used for the development of the new Greek tool. The World Wide Web and Instagram were also used as linguistic resources, a practice that does not belong to standard methodology but follows the current literature. The new emotion lexicon was used as a measurement tool and compared with a broadly used measurement tool that contains emojis. Full article
(This article belongs to the Proceedings of The 4th International Electronic Conference on Foods)
Show Figures

Figure 1

Back to TopTop