Fine-Grained Emotion Detection with Gated Recurrent Neural Networks

Total Page:16

File Type:pdf, Size:1020Kb

Fine-Grained Emotion Detection with Gated Recurrent Neural Networks EmoNet: Fine-Grained Emotion Detection with Gated Recurrent Neural Networks Muhammad Abdul-Mageed Lyle Ungar School of Library, Archival & Computer and Information Science Information Studies University of Pennsylvania University of British Columbia [email protected] [email protected] Abstract However, emotion detection has remained a chal- lenging task, partly due to the limited availabil- Accurate detection of emotion from natu- ity of labeled data and partly due the controversial ral language has applications ranging from nature of what emotions themselves are (Aaron building emotional chatbots to better un- C. Weidman and Tracy, 2017). derstanding individuals and their lives. Recent advances in machine learning for natu- However, progress on emotion detection ral language processing (NLP) suggest that, given has been hampered by the absence of large enough labeled data, there should be an oppor- labeled datasets. In this work, we build tunity to build better emotion detection models. a very large dataset for fine-grained emo- Manual labeling of data, however, is costly and tions and develop deep learning models so it is desirable to develop labeled emotion data on it. We achieve a new state-of-the-art without annotators. While the proliferation of on 24 fine-grained types of emotions (with social media has made it possible for us to ac- an average accuracy of 87.58%). We also quire large datasets with implicit labels in the form extend the task beyond emotion types to of hashtags (Mohammad and Kiritchenko, 2015), model Robert Plutchik’s 8 primary emo- such labels are noisy and reliable. tion dimensions, acquiring a superior ac- In this work, we seek to enable deep learning curacy of 95.68%. by creating a large dataset of fine-grained emo- tions using Twitter data. More specifically, we 1 Introduction harness cues in Twitter data in the form of emo- tion hashtags as a way to build a labeled emotion According to the Oxford English Dictionary, emo- dataset that we then exploit using distant supervi- tion is defined as “[a] strong feeling deriving sion (Mintz et al., 2009) (the use of hashtags as a from one’s circumstances, mood, or relationships 1 surrogate for annotator-generated emotion labels) with others.” This “standard” definition identifies to build emotion models grounded in psychology. emotions as constructs involving something innate We construct such a dataset and exploit it using that is often invoked in social interactions and that powerful deep learning methods to build accu- aids in communicating with others(Hwang and rate, high coverage models for emotion prediction. Matsumoto, 2016). It is no exaggeration that hu- Overall, we make the following contributions: 1) mans are emotional beings: Emotions are an in- Grounded in psychological theory of emotions, we tegral part of human life, and affect our decision build a large-scale, high quality dataset of tweets making as well as our mental and physical health. labeled with emotions. Key to this are methods to As such, developing emotion detection models is ensure data quality, 2) we validate the data collec- important; they have a wide array of applications, tion method using human annotations, 3) we de- ranging from building nuanced virtual assistants velop powerful deep learning models using a gated that cater for the emotions of their users to de- recurrent network to exploit the data, yielding new tecting the emotions of social media users in order state-of-the-art on 24 fine-grained types of emo- to understand their mental and/or physical health. tions, and 4) we extend the task beyond these emo- 1https://en.oxforddictionaries.com/ tion types to model Plutick’s 8 primary emotion definition/emotion. dimensions. 718 Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics, pages 718–728 Vancouver, Canada, July 30 - August 4, 2017. c 2017 Association for Computational Linguistics https://doi.org/10.18653/v1/P17-1067 Our emotion modeling relies on distant supervi- example, (Mohammad, 2012) shows that by using sion (Read, 2005; Mintz et al., 2009), the approach a simple domain adaptation method to train a clas- of using cues in data (e.g., hashtags or emoticons) sifier on their data they are able to improve both as a proxy for “ground truth” labels as we ex- precision and recall on the SemEval-2007 (Strap- plained above. Distant supervision has been in- parava and Mihalcea, 2007) dataset. As the author vestigated by a number of researchers for emotion points out, this is another premise that the self- detection (Tanaka et al., 2005; Mohammad, 2012; labeled hashtags acquired from Twitter are con- Purver and Battersby, 2012; Wang et al., 2012; sistent, to some degree, with the emotion labels Pak and Paroubek, 2010; Yang et al., 2007) and given by the trained human judges who labeled for other semantic tasks such as sentiment anal- the SemEval-2007 data. As pointed out earlier, ysis (Read, 2005; Go et al., 2009) and sarcasm (Wang et al., 2012) randomly sample a set of 400 detection (Gonzalez-Ib´ anez´ et al., 2011). In these tweets from their data and human-label as rele- works, authors successfully use emoticons and/or vant/irrelevant, as a way to verify the distant super- hashtags as marks to label data after performing vision approach with the quality assurance heuris- varying degrees of data quality assurance. We tics they employ. The authors found that the pre- take a similar approach, using a larger collection cision on a test set is 93.16%, thus confirming of tweets, richer emotion definitions, and stronger the utility of the heuristics. (Wang et al., 2012) filtering for tweet quality. provide a number of important observations, as The remainder of the paper is organized as fol- conclusions based on their work. These include lows: We first overview related literature in Sec- that since they are provided by the tweets’ writers, tion2, describe our data collection in Section 3.1, the emotion hashtags are more natural and reli- and the annotation study we performed to validate able than the emotion labels traditionally assigned our distant supervision method in Section4. We by annotators to data by a few annotators. This then describe our methods in Section5, provide is the case since in the lab-condition method an- results in Section6, and conclude in Section8. notators need to infer the writers emotions from text, which may not be accurate. Additionally, 2 Related Work (Volkova and Bachrach, 2016) follow the same distant supervision approach and find correlations 2.1 Computational Treatment of Emotion of users’ emotional tone and the perceived demo- The SemEval-2007 Affective Text task (Strappa- graphics of these users’ social networks exploit- rava and Mihalcea, 2007) [SEM07] focused on ing the emotion hashtag-labeled data. Our dataset classification of emotion and valence (i.e., posi- is more than an order of magnitude larger than tive and negative texts) in news headlines. A to- (Mohammad, 2012) and (Volkova and Bachrach, tal of 1,250 headlines were manually labeled with 2016) and the range of emotions we target is much the 6 basic emotions of Ekman (Ekman, 1972) and more fine grained than (Mohammad, 2012; Wang made available to participants. Similarly, (Aman et al., 2012; Volkova and Bachrach, 2016) since and Szpakowicz, 2007) describe an emotion anno- we model 24 emotion types, rather than focus on tation task of identifying emotion category, emo- 7 basic emotions. tion intensity and the words/phrases that indicate ≤ emotion in blog post data of 4,090 sentences and a (Yan et al., 2016; Yan and Turtle, 2016a,b) de- system exploiting the data. Our work differs from velop a dataset of 15,553 tweets labeled with 28 both that of SEM07 (Strapparava and Mihalcea, emotion types and so target a fine-grained range 2007) and (Aman and Szpakowicz, 2007) in that as we do. The authors instruct human annotators we focus on a different genre (i.e., Twitter) and in- under lab conditions to assign any emotion they vestigate distant supervision as a way to acquire a feel is expressed in the data, allowing them to as- significantly larger labeled dataset. sign more than one emotion to a given tweet. A set Our work is similar to (Mohammad, 2012; Mo- of 28 chosen emotions was then decided upon and hammad and Kiritchenko, 2015), (Wang et al., further annotations were performed using Ama- 2012), and (Volkova and Bachrach, 2016) who use zon Mechanical Turk (AMT). The authors cite an distant supervision to acquire Twitter data with agreement of 0.50 Krippendorff’s alpha (α) be- emotion hashtags and report analyses and exper- tween the lab/expert annotators, and an (α) of 0.28 iments to validate the utility of this approach. For between experts and AMT workers. EmoTweet- 719 28 is a useful resource. However, the agreement son, 2013; Maas et al., 2011; Tang et al., 2014b,a) between annotators is not high and the set of as- aim to learn sentiment-specific word embeddings signed labels do not adhere to a specific theory of (Bengio et al., 2003; Mikolov et al., 2013) from emotion. We use a much larger dataset and report neighboring text. Another thread of research fo- an accuracy of the hashtag approach at 90% based cuses on learning semantic composition (Mitchell on human judgement as reported in Section4. and Lapata, 2010), including extensions to phrases and sentences with recursive neural networks (a 2.2 Mood class of syntax-tree models) (Socher et al., 2013; A number of studies have also been performed Irsoy and Cardie, 2014; Li et al., 2015) and to to analyze and/or model mood in social media documents with distributed representations of sen- data.
Recommended publications
  • An Analysis of Annotated Corpora for Emotion Classification in Text
    An Analysis of Annotated Corpora for Emotion Classification in Text Laura-Ana-Maria Bostan and Roman Klinger Institut fur¨ Maschinelle Sprachverarbeitung University of Stuttgart, Pfaffenwaldring 5b, 70569 Stuttgart, Germany [email protected] [email protected] Abstract Several datasets have been annotated and published for classification of emotions. They differ in several ways: (1) the use of different annotation schemata (e. g., discrete label sets, including joy, anger, fear, or sadness or continuous values including valence, or arousal), (2) the domain, and, (3) the file formats. This leads to several research gaps: supervised models often only use a limited set of available resources. Additionally, no previous work has compared emotion corpora in a systematic manner. We aim at contributing to this situation with a survey of the datasets, and aggregate them in a common file format with a common annotation schema. Based on this aggregation, we perform the first cross-corpus classification experiments in the spirit of future research enabled by this paper, in order to gain insight and a better understanding of differences of models inferred from the data. This work also simplifies the choice of the most appropriate resources for developing a model for a novel domain. One result from our analysis is that a subset of corpora is better classified with models trained on a different corpus. For none of the corpora, training on all data altogether is better than using a subselection of the resources. Our unified corpus is available at http://www.ims.uni-stuttgart.de/data/unifyemotion. Title and Abstract in German Eine Analyse von annotierten Korpora zur Emotionsklassifizierung in Text Es existieren bereits verschiedene Textkorpora, welche zur Erstellung von Modellen fur¨ die automatische Emotionsklassifikation erstellt wurden.
    [Show full text]
  • A Survey on Performance Evaluation of Emotion Recognition on Unison Model with LSSVM Classifier Miss
    IJRECE VOL. 7 ISSUE 2 (APRIL- JUNE 2019) ISSN: 2393-9028 (PRINT) | ISSN: 2348-2281 (ONLINE) A Survey on Performance Evaluation of Emotion Recognition on Unison Model with LSSVM Classifier Miss. Mayuri Nikam, Sheetal Thokal Department of Computer Engineering, JSPM’S Imperial college of Engineering and Research, Wagholi Pune. Abstract- The analysis of social networks is a very challenging categorization with two additional emotions and presented his research area while a fundamental aspect concerns the detection categorization in a wheel of emotions. Finally, Profile of Mood of user communities. The existing work of emotion recognition States (POMS) is a psychological instrument that defines a six- on Twitter specifically depends on the use of lexicons and dimensional mood state representation using text mining. The simple classifiers on bag-of words models. The vital question of novel algorithm a Profile of Mood States (POMS) generating our observation is whether or not we will enhance their overall twelve-dimensional mood state representation using 65 performance using machine learning algorithms. The novel adjectives with combination of Ekman’s and Plutchik’s algorithm a Profile of Mood States (POMS) represents twelve- emotions categories like, anger, depression, fatigue, vigour, dimensional mood state representation using 65 adjectives with tension, confusion, joy, disgust, fear, trust, surprise and combination of Ekman’s and Plutchik’s emotions categories anticipation. Previous work generally studied only one emotion like, anger, depression, fatigue, vigour, tension, confusion, joy, classification. Working with multiple classifications disgust, fear, trust, surprise and anticipation. These emotions simultaneously not only enables performance comparisons classify with the help of text based bag-of-words and LSI between different emotion categorizations on the same type of algorithms.
    [Show full text]
  • LNU-THESIS-2016.Pdf (2.995Mb)
    REAL TIME CLASSIFICATION OF EMOTIONS TO CONTROL STAGE LIGHTING DURING DANCE PERFORMANCE A Thesis Presented to The Faculty of the Department of Biomedical Engineering University of Houston In Partial Fulfillment of the Requirements for the Degree Master of Science In Biomedical Engineering By Shruti Ray August 2016 REAL TIME CLASSIFICATION OF EMOTIONS TO CONTROL STAGE LIGHTING DURING DANCE PERFORMANCE _____________________________ Shruti Ray Approved: ________________________________ Chair of The Committee Dr. Jose Luis Contreras – Vidal, Professor, Department of Electrical and Computer Engineering Committee Members: ________________________________ Dr. Ahmet Omurtag, Associate Professor, Department of Biomedical Engineering _______________________________ Dr. Saurabh Prasad, Assistant Professor, Department of Electrical and Computer Engineering, _______________________ ____________________________ Dr. Suresh K. Khator, Dr. Metin Akay, Founding Chair, Associate Dean John S. Dunn Cullen Endowed Professor, Cullen College of Engineering Department of Biomedical Engineering Acknowledgement I would like to show my deepest gratitude for my advisor, Dr. Jose Luis Contreras - Vidal, for his continuous guidance, encouragement and support throughout this research project. I would also like to thank my colleagues from Laboratory for Noninvasive Brain- Machine Interface Systems, for their immense support and encouragement and help in data collection for analysis. I would like to thank Ms. Rebecca B. Valls and Ms. Anastasiya Kopteva for their dancer performances with EEG caps to help me with the data collection. Additionally, I would like to thank all my friends Su Liu, Thomas Potter, Dr. Kinjal Dhar Gupta and my sister Shreya Ray who have supported me in both happy and adverse conditions. Last, but not the least, I would like to thank my parents and family to believe in my dreams and supporting my quest for higher education.
    [Show full text]
  • Download Article
    Advances in Intelligent Systems Research, volume 166 7th Scientific Conference on Information Technologies for Intelligent Decision Making Support (ITIDS 2019) Summarizing Emotions from Text Using Plutchik’s Wheel of Emotions Mohsin Manshad Abbasi Anatoly Beltiukov Theoratical Foundation of Computer Sciences Theoratical Foundation of Computer Sciences Udmurt State University Udmurt State University Izhevsk, Russian Federation Izhevsk, Russian Federation [email protected] [email protected] Abstract—Text is an important and major source of shopping. We will analyze and summarize the emotions from communication over Internet. It is analyzed to identify text using the concept of Plutchik’s wheel of emotions [1]. In interesting information and trends of communication. Within 1980’s Robert Plutchik divided emotions into eight main this work, we are analyzing emotions expressed by people on categories. Half of these emotions are positive emotions, and Internet using Plutchik’s wheel of emotions. Plutchik’s wheel of the other half are negative ones. They are seen as opposite to emotions is use as a tool to identify and summarize emotions to each other. We can observe this among secondary emotions, their primary classes. To accomplish it, we allocate a weight to such as joy is opposite to sadness, surprise is opposite to each emotion depending upon the class it belongs and its anticipation, trust is opposite to disgust, and anger is opposite distance from the center of Plutchik’s wheel of emotions. These to fear. He explained each emotion in detail and divided it weights are then multiplied by the frequencies of emotions in text to identify their intensity level.
    [Show full text]
  • Spin the Wheel of Emotions Well-Being Level 4-6
    Emotional Grade Spin the Wheel of Emotions Well-Being Level 4-6 Materials Access to the internet Learning Recognize a variety of emotions including opposite emotions, mixed Outcome emotions, and intensities of emotions. Description Ask the child to name as many emotions as possible. After they have done so, visit Plutchik’s Wheel of Emotions webpage and look at the wheel of emotions together. Review each section of the wheel and think about what the sections have in common. Observe the emotions with no colour and guess what they may mean. Read all of the emotions and provide a definition for any that the child does not know. After reviewing the Wheel of Emotions, share with the child that Robert Plutchik was a psychologist that stated there are eight basic emotions: joy, trust, fear, surprise, sadness, anticipation, anger, and disgust. Each basic emotion has a polar opposite. This means: Joy is the opposite of sadness Fear is the opposite of anger Anticipation is the opposite of surprise Disgust is the opposite of trust Look at the webpage again and explain to the child that the emotions with no colour represent an emotion that is a mix of two of the basic emotions. For example, the emotions of anticipation and joy combine to be the emotion of optimism. Also, explain that emotions get more intense as they move from the outside of the wheel to the center of the wheel. You can see this represented on the wheel with the darker shades representing the most intense emotions. After looking at the wheel again, ask the child: What do you think
    [Show full text]
  • Plutchik's Wheel of Emotions Cheat Sheet by [Deleted] Via Cheatography.Com/2754/Cs/6051
    Plutchik's Wheel of Emotions Cheat Sheet by [deleted] via cheatography.com/2754/cs/6051/ Intoduc​ tion Plutchik's Wheel of Emotions In 1980 Robert Plutchik constru​ cted a wheel-like diagram of emotions, an infograph that uses the color wheel to illustrate variations in human affect and the relatio​ nship among emotions. Current applica​ tions of the wheel of emotion include robotics and sentiment analysis. Psychol​ ogist Robert Plutchik created the 2D wheel and a conical 3D version in 1980 as a tool for underst​ anding his psychoe​ vol​ uti​ onary theory of emotion. Plutchik identified eight primary emotions, which he coordin​ ated in pairs of opposites (see table). Intensity of emotion and indicator color increases toward the center of the wheel and decreases outward. At the center, terror, for example, becomes fear and then apprehe​ nsion; ecstasy becomes joy and then serenity. Secondary emotions are displayed as combin‐​ ations of the primary ones. ConveyAPI, a web service that interfaces with a text analysis engine, Eight Basic Emotions applies the wheel of emotions to sentiment analysis for social media Human Feelings Emoti​ ons Oppos​ ite monitor​ ing. ConveyAPI uses the concepts of Plutchik's wheel of Optimism Anticip​ ation + Joy Disappr​ oval emotions in text analysis to identify the polarity (positive or negative) Love Joy + Trust Remorse and attribute specific emotions and their intensity. Submission Trust + Fear Contempt credit: http://​ wha​ tis​ .te​ cht​ arg​ et.com​ /de​ fin​ iti​ on/​ Plu​ tch​ iks​ -Wh​ eel​ -of​ -E‐​ motions Awe Fear + Surprise Aggression Disappr​ oval Surprise + Sadness Optimism Basic Emotions & Opposites Remorse Sadness + Disgust Love Basic Emotion Emoti​ onal Opposite Contempt Disgust + Anger Submission Joy Sadness Aggress​ ive​ ness Anger + Anticip​ ation Awe Trust Disgust Fear Anger Surprise Anticip​ ation By [deleted] Published 12th November, 2015.
    [Show full text]
  • 31 an Empirical Assessment of the Role of Emotions and Behavior in Conflict Using Automatically Generated Data* Abstract Keyword
    V2, N2, Jul. 2013, 31-47 An Empirical Assessment of the Role of Emotions and Behavior in Conflict Using Automatically Generated Data* Steve Shellman Sean O’Brien Strategic Analysis Enterprises (SAE), Inc. Abstract Automated event data extraction techniques have revolutionized the study of conflict dynamics through the ability of these techniques to generate large volumes of timely data measuring dynamic interactions among actors around the world. In this paper, we describe our approach for adapting these techniques to extract data on sentiments and emotions, which are theorized to crucially contribute to escalating and de-escalating conflict. Political scientists view political conflict as resulting from a series of strategic interactions between groups and individuals. Psychologists highlight additional factors in political conflict, such as endorsements and condemnations, the public’s attitude toward its leaders, the impact of public attitudes on policy, and decisions to engage in armed conflict. This project combines these two approaches to examine hypotheses regarding the effects that different emotional impulses have on government and dissident decisions to escalate or de-escalate their use of hostility and violence. Across the two cases examined—the democratic Philippines and authoritative Egypt between 2001 and 2012—we found consistent evidence that intense societal fear of dissidents and societal disgust toward the government were associated with increases in dissident hostility. Conversely, societal anger toward dissidents was associated with a reduction in dissident hostility. However, we also found noticeable differences between the two regimes. We close the article with a summary of these similarities and differences, along with an assessment of their implications for future conflict studies.
    [Show full text]
  • Testing Your Emotions
    TESTING YOUR EMOTIONS AND HOW YOU CAN APPLY SOME PERSONAL LEADERSHIP TO KEEP THEM UNDER CONTROL… THANKS TO…. • Robert Plutchik. • Hugo Lövheim. • Jerry Weinberg. • Michael Bolton. • And many more…. • And some cats. WHY? BECAUSE I BELIEVE THAT UNDERSTANDING OUR EMOTIONS MAKES US BETTER TESTERS EMOTIONS ARE BASIC HUMAN RESPONSES WE ALL EXPERIENCE EMOTIONS EMOTIONS CAN HAVE A POWERFUL IMPACT ON MEMORY WITHOUT EMOTION, WE DON’T REASON WELL. ANTONIO DAMASIO, “THE FEELING OF WHAT HAPPENS”. FRUSTRATION – A PERSONAL STORY WHAT ARE EMOTIONS? The word "emotion" dates back to 1579, when it was adapted from the French word émouvoir, which means "to stir up". However, the earliest precursors of the word likely dates back to the very origins of language. Wikipedia WHAT ARE EMOTIONS? • Discrete and consistent responses to internal or external events which have a particular significance for the organism. • Brief in duration and consist of a coordinated set of responses, which may include verbal, physiological, behavioral, and neural mechanisms. • Biologically given and a result of evolution because they provided good solutions to ancient and recurring problems that faced our ancestors. WHAT AREN’T THEY? • Feelings - a subjective representation of emotions, private to the individual experiencing them. • Moods - diffuse affective states that generally last for much longer durations than emotions and are also usually less intense than emotions. • Affects - a term that describe the topics of emotion, feelings, and moods together. HOW CAN WE UNDERSTAND? • Think about the last time you received an emotional response - How did it make you feel? • Think about the last time you felt “emotional” - Why was it? How did it make you feel? Did you try and hide it? SO WHAT ABOUT THESE? Source: Kerr Photography - http://www.flickr.com/photos/23992930@N04/4633061196/ OR THIS? Source: Michelle Tribe - http://www.flickr.com/photos/37539977@N00/3203922211/ ORIGINS Illustration from Charles Darwin's “The Expression of the Emotions in Man and Animals”.
    [Show full text]
  • An Emotional Analysis of False Information in Social Media and News Articles
    An Emotional Analysis of False Information in Social Media and News Articles BILAL GHANEM, Universitat Politècnica de València, Spain PAOLO ROSSO, Universitat Politècnica de València, Spain FRANCISCO RANGEL, Universitat Politècnica de València; Autoritas Consulting, Spain Fake news is risky since it has been created to manipulate the readers’ opinions and beliefs. In this work, we compared the language of false news to the real one of real news from an emotional perspective, considering a set of false information types (propaganda, hoax, clickbait, and satire) from social media and online news articles sources. Our experiments showed that false information has different emotional patterns in each of its types, and emotions play a key role in deceiving the reader. Based on that, we proposed a LSTM neural network model that is emotionally-infused to detect false news. CCS Concepts: • Computing methodologies → Neural networks; Natural language processing. Additional Key Words and Phrases: Fake News, Suspicious News, False information, Emotional Analysis ACM Reference Format: Bilal Ghanem, Paolo Rosso, and Francisco Rangel. 2018. An Emotional Analysis of False Information in Social Media and News Articles. 1, 1 (August 2018), 17 pages. https://doi.org/10.1145/1122445.1122456 1 INTRODUCTION With the complicated political and economic situations in many countries, some agendas are publishing suspicious news to affect public opinions regarding specific issues [23]. The spreading of this phenomenon is increasing recently with the large usage of social media and online news sources. Many anonymous accounts in social media platforms start to appear, as well as new online news agencies without presenting a clear identity of the owner.
    [Show full text]
  • COMMUNICATOR for a CYBER AGE in Africa. Edited by Fr
    COMMUNICATOR for a CYBER AGE in Africa. Edited by Fr. K D Tom Kunnel sdb Bosco Eastern Africa Multimedia Services (B.E.A.M.S) Salesians of Don Bosco Karen, 00502 Kenya COMMUNICATOR FOR A CYBER-AGE IN AFRICA TABLE OF CONTENTS Acknowledgement vi Foreword vii Introduction ix Guidelines x SECTION - 1 1.1 Communication and our Human Identity 3 1.2 The Challenge of Communication 7 1.3 Definition, Components and Forms of Communication 12 1.4 Simplified Models of Communication 18 1.5 Noise in Communication 23 1.6 Body Language 27 1.7 Eye Communication 31 1.8 The Language of Signs and Symbols 36 1.9 Etiquette for Better Communication 41 1.10 A Brief History of Communication 49 SECTION - 2 2.1 Intra-Personal Communication 57 2.2 Communication and Self Management 65 2.3 Advanced Models of Communication 72 2.4 Visual Media 77 2.5 Characteristics of an Audio-Visual Culture 87 2.6 A Biblical Framework for Human Communication 92 2.7 Significance of Words According to Scripture 96 2.8 Guidelines for Liturgical Music 100 2.9 Drama in the Liturgy 107 2.10 Dance in the Liturgy 113 SECTION - 3 3.1 Human Person as Communicator 119 3.2 Media and Meaning 123 3.3 The Levels of Meaning in Communication 127 3.4 People, Context, and Communication 131 3.5 Perception, Bias and Stereotypes 136 3.6 What is Truth? 144 3.7 Tolerance and the Communication of Truth 150 3.8 Reconstructing Reality 157 3.9 Dialogue – A Way of Being Fully Human 161 3.10 Enunciation Skills 167 3.11 Public Speaking Skills 173 3.12 The Power of Mass Media 180 3.13 Listening, the Biblical Perspective
    [Show full text]
  • Robert Plutchik's PSYCHOEVOLUTIONARY THEORY of BASIC EMOTIONS
    Robert Plutchik's PSYCHOEVOLUTIONARY THEORY OF BASIC EMOTIONS Postulates 1 ANIMALS AND HUMANS The concept of emotion is applicable to all evolutionary Basic Emotions, Similarity, Intensity levels and applies to all animals as well as humans. 2 EVOLUTIONARY HISTORY Emotions have an evolutionary history and have evolved various forms of expression in different species. 3 SURVIVAL ISSUES acceptance Emotions serve an adaptive role in helping organisms deal with key survival issues posed by the environment. delight tolerance timidity serenity PROTOTYPE PATTERNS trust apprehension 4 cheerfulness Dispite different forms of expression of emotions in different species, there are certain common elements, or prototype patterns, that can be identified. joyjoy fear admiration fright dismay 5 BASIC EMOTIONS elation panic There is a small number of basic, primary or prototype terror emotions. attentiveness extasy uncertainty 6 COMBINATIONS expectancy amazement All other emotions are mixed or derivative states; that is, vigilance surprise they occur as combinations, mixtures, or compounds of anticipation astonishment the primary emotions. curiosity distraction HYPOTHETICAL CONSTRUCTS 7 interest fury grief Primary emotions are hypothetical constructs or idealized states whose properties and characteristics can only be rage inferred from various kinds of evidence. loathing sorrow anger 8 OPPOSITES revulsion sadness Primary emotions can be conceptualized in terms of hostility dejection polar opposites. disgust gloominess 9 SIMILARITY annoyance pensiveness
    [Show full text]
  • Sharing Emotional Information Using a Three Layer Model
    ICIW 2011 : The Sixth International Conference on Internet and Web Applications and Services Sharing Emotional Information Using A Three Layer Model Imen Tayari Meftah1;2 and Nhan Le Thanh1 Chokri Ben Amar2 1University of Nice Sophia Antipolis and CNRS 2University of Sfax and ENIS I3S Laboratory REGIM laboratory Sophia Antipolis, France Sfax, Tunisia Email: [email protected], [email protected] Email: [email protected] Abstract—In this study, we present a generic model to In Section 3, we describe the different parts of our model. exchange emotional states information between heterogeneous Finally, we conclude in Section 4. multi-modal applications. Our proposal is composed of three distinct layers: the psychological layer, the formal computa- tional layer and the language layer. The first layer represents II. PROBLEM STATEMENT the psychological theory adopted in our approach, The second layer is based on a formal multidimensional model. It matches Emotions are an important key component of human with the psychological approach of the previous layer. The social interaction. Today there is a need for computers to un- final layer uses XML to generate the final emotional data to derstand this component in order to facilitate communication be transferred through the network. The remainder of this between users and to improves the credibility of interactions article describes each layer of our model. The proposed model enables the exchange of the emotional states regardless to the human-computer. Sharing emotional states becomes more modalities and sensors used in the detection step. Moreover our and more important in human-machine interactive systems.
    [Show full text]