Beyond Polarity: Mapping the Emotional Pulse of Social Communities via Ekman’s Scale

Community Based Emotional Behaviour Using Ekman’s Emotional Scale

2019-12-15
Debadatta Naik, Naveen Babu Gorojanam, Dharavath Ramesh
Summary
Problem
Method
Results
Takeaways
Abstract

The paper proposes a novel framework for community-specific emotional analysis on social networks using the Girvan-Newman algorithm for topological community detection and Ekman’s emotional scale for multi-dimensional sentiment classification. It demonstrates how identifying influential nodes within these specific communities can be leveraged to shift the overall emotional collective state, achieving a more granular behavioral analysis than traditional binary (positive/negative) sentiment models.

TL;DR

The study shifts social media analysis from "What is everyone thinking?" to "How are specific groups feeling?" By combining Girvan-Newman community detection with Ekman’s six-dimensional emotional scale, the authors provide a framework to identify influential nodes and measure how their interventions can pivot the emotional state of an entire community—shifting from negative sentiments to positive engagement.

Background & Positioning

In the landscape of Social Network Analysis (SNA), most tools treat sentiment as a binary axis (Positive vs. Negative). This paper argues that such an approach is insufficient for the complexity of human reaction. By positioning their work at the intersection of Topological Network Analysis and Discrete Emotion Theory, the authors provide a toolset designed for high-stakes marketing and social monitoring.


The Problem: The "Single Group" Fallacy

Traditional sentiment analysis often misses the nuances of who is complaining and why.

  1. Lack of Granularity: Aggregating all data into one bucket masks the fact that "Students" might be sad about a price point while "Critics" are happy about tech specs.
  2. Structural Blindness: Existing methods often ignore the underlying network topology (who follows whom), which is the primary highway for emotional contagion.
  3. The Complexity Gap: Reducing human emotion to +/- ignores specific triggers like "Fear" (safety concerns) or "Disgust" (brand misalignment).

Methodology: The Three-Pillar Approach

The researchers implemented a pipeline that respects both the structure and the substance of social interaction.

1. Community Formation (Topology)

Instead of grouping people by what they say, they group people by who they are connected to. Using the Girvan-Newman algorithm, they iteratively remove edges with high betweenness centrality—the bridges between clusters—to reveal tightly knit sub-communities.

2. Multi-Dimensional Emotional Extraction

Moving beyond positive/negative, the authors map tweets to Ekman’s Emotional Scale:

  • Anger, Disgust, Fear, Happiness, Sadness, Surprise.

This is achieved through a dependency tree-based recognition tool that utilizes WordNet-Affect to categorize lexicons into emotional triplets.

3. Influence Quantification

They define a user's power through an **Influence Metric ()*, combining:

  • Post Impact: A product of retweets, replies, favorites, and clicks.
  • Follow-to-Follow (FtF) Count: The raw reach of the user.
  • Frequency: How active the user is on the platform.

Model Architecture and Workflow Figure 1: Workflow of the Emotion Recognition methodology from text segments to Ekman categories.


Experimental Analysis: iPhone 11 & Mob Lynching Cases

The authors applied their methodology to two distinct datasets: a commercial launch (iPhone 11) and a social crisis (Mob Lynching).

Key Result: The "Influencer Pivot"

In the iPhone 11 study, the aggregate data showed a baseline of surprise and some happiness. However, breaking this down by community revealed deep dissatisfaction in the "Students" cluster (high Sadness/Disgust).

By identifying a "High Influence" user (e.g., Marques Brownlee in the Youtubers community), they observed a tangible shift in community sentiment. When an influencer posted positive content, the "Happiness" level of the entire community increased significantly in subsequent data collections.

Comparison of Community Emotions Figure 2: Distribution of Ekman emotions across different detected communities (Youtubers, Tech Pages, etc.).


Critical Insights & Takeaways

Why This Works

The effectiveness of this method lies in the Topological Inductive Bias. Emotions on social media aren't random; they flow through social ties. By identifying the "valves" (influencers) of these ties, brands and governments can monitor and potentially guide the emotional health of the network.

Limitations

As the authors honestly note, the system has three primary "Threats to Validity":

  • Sarcasm: The current NLP tool struggles with linguistic irony.
  • Scale: The Girvan-Newman algorithm is computationally expensive (), making it difficult to apply to millions of nodes without parallelization.
  • Tag Dependency: The pipeline relies on hashtags, which might exclude organic conversations that lack explicit tagging.

Conclusion

This paper serves as a bridge for practitioners who need more than just a "Sentiment Score." It proves that where a sentiment comes from in the social graph is just as important as what the sentiment is. Future work involving modularity-based detection (like the Louvain method) will likely solve the scalability issues, opening the door for real-time emotional monitoring of the global social web.

Find Similar Papers

Try Our Examples

  • Find recent papers that integrate Community Detection algorithms (like Louvain or Infomap) with Deep Learning-based emotion recognition (e.g., BERT or RoBERTa) to handle social media sarcasm and slang.
  • Which research initially applied the Girvan-Newman algorithm to social network analysis, and how have modularity-based refinements improved detection speed for large-scale datasets compared to edge betweenness?
  • Explore studies that apply the concept of "Influence Metric" and emotional contagion within communities to public health crisis management, specifically regarding vaccine hesitancy or pandemic misinformation.
Contents
Beyond Polarity: Mapping the Emotional Pulse of Social Communities via Ekman’s Scale
1. TL;DR
2. Background & Positioning
3. The Problem: The "Single Group" Fallacy
4. Methodology: The Three-Pillar Approach
4.1. 1. Community Formation (Topology)
4.2. 2. Multi-Dimensional Emotional Extraction
4.3. 3. Influence Quantification
5. Experimental Analysis: iPhone 11 & Mob Lynching Cases
5.1. Key Result: The "Influencer Pivot"
6. Critical Insights & Takeaways
6.1. Why This Works
6.2. Limitations
7. Conclusion