+ All Categories
Home > Documents > Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance...

Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance...

Date post: 22-Sep-2020
Category:
Upload: others
View: 5 times
Download: 0 times
Share this document with a friend
32
<Your Name> 1 Center for Computational Analysis of Social and Organizational Systems http://www.casos.cs.cmu.edu/ Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar [email protected] 7 June 2020 2 Sumeet Kumar Let’s Define the Terms Stance is defined as a mental or emotional position adopted with respect to a proposition, a person, an idea, etc. [1]. Users’ Stance is categorized as: Pro (Favor) Con (Anti) Neutral (or unknown) 1. https://www.thefreedictionary.com/stance
Transcript
Page 1: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

1

Center for Computational Analysis of Social and Organizational Systems

http://www.casos.cs.cmu.edu/

Case Study: Social Media Analytics for Stance

MiningWith Examples From COVID-19 Twitter Analysis

Sumeet Kumar

[email protected]

7 June 2020 2Sumeet Kumar

Let’s Define the Terms

• Stance is defined as a mental or emotional position adopted with respect to a proposition, a person, an idea, etc. [1].

• Users’ Stance is categorized as:– Pro (Favor)– Con (Anti)– Neutral (or unknown)

1. https://www.thefreedictionary.com/stance

Page 2: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

2

7 June 2020 3Sumeet Kumar

How to Learn Users’ Stance (Pro/Anti)? Prior research on stance mining has appeared in two flavors

1. Language (Text) based Approach [1]2. Network based Approach [2]

1. SemEval-2016 Task 6: Detecting Stance in Tweets. Mohammad et al., 20162. 2011, Conover, Michael, Jacob Ratkiewicz, Matthew R. Francisco, Bruno Gonçalves, Filippo Menczer, and Alessandro Flammini.

"Political polarization on twitter." ICWSM 133 (2011): 89-96

7 June 2020 4Sumeet Kumar

Gun Gun Contr

ol

Tweet Target/Topic Stance (Pro/Anti)

Prior work on Language Based Stance Learning is Mostly Supervised which Requires Labeled data. Labeling data is

Expensive.

SemEval-2016 Task 6: Detecting Stance in Tweets. Mohammad et al., 2016

Page 3: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

3

7 June 2020 5Sumeet Kumar

Stance could also be learned from other multi-modal interactions (Networks)

7 June 2020 6Sumeet Kumar

Network Based Stance Learning Methods are often Semi-Supervised, so Require Less Labeled

Data. However, they can’t handle isolates

2011, Conover, Michael, Jacob Ratkiewicz, Matthew R. Francisco, Bruno Gonçalves, Filippo Menczer, and Alessandro Flammini. "Political polarization on twitter." ICWSM 133 (2011): 89-96

Right Leaning Users

Left Leaning Users

Page 4: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

4

7 June 2020 7Sumeet Kumar

In a Real (un-processed) Network, the Isolates in the Network form a Good Fraction of the Dataset

Unprocessed gun-control conversations on Twitter Collected by searching gun-control

related terms. Links are based on Retweets.

Twitter Users

A retweets-based Network after removing the isolates

Conover et al. Political polarization on twitter." ICWSM 133 (2011): 89-96

7 June 2020 8Sumeet Kumar

Three Main Challenges in Existing Approaches to Stance Mining

1.Most language-based stance mining models use supervised machine learning which is expensive

2.Network based semi-supervised approaches require less labeled data but cannot handle isolates

3.Topics change fast and new topics emerge which make the problem more challenging

Page 5: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

5

7 June 2020 9Sumeet Kumar

Goal of this New Methodology: Can we Combine the Strengths of Text based Methods and Networks

based Methods?

Predict the Stance of All Users in a Realistic

NetworkText based Stance Learner

Network based Stance Learner

7 June 2020 10Sumeet Kumar

Co-Training on Social Networks: A Joint Network Label Propagation and Text Classification Approach

for Stance Mining [2]

Red nodes are `Pro’ and Green nodes are `Anti’ Users

Gun-control users’ Network. Links

represent retweets-based interactions.

Input#GunControlNow: Pro#2ndAmendment: Anti

Model Training

Step 1Step 2

Step 3

2. Sumeet Kumar, Tom Mitchell, Kathleen M. Carley, Co-Training on Social Networks, Currently under review

Extract Data

Page 6: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

6

7 June 2020 11Sumeet Kumar

Proposed Idea: A Three Step Process

label_propagation_v2.p

ptx

label_propagation_v2.p

ptx

Users ‐ Text

Co‐Hashtags Graph

label_propagation_v2.p

ptxRetweets Graph

Network with Text features

Label Propagationto Unlabeled Nodes

Text Classifiers’Predictions of Unlabeled Nodes

Add new `Confident’ Node Labels

New Label

New

Nod

e L

abel

s

Updates for the Next Iteration

Labe

l Mix

ing

Seed Labeled Users

#GunControlNow: Pro#2ndAmendment: Anti

Extract Text Features and Users Networks

Label 2 to 4 hashtagsDerive stance of other users

from seed users

Step 3

Step 1

Step 2

7 June 2020 12Sumeet Kumar

Step 1: Extract users’ text features and users’ networks from data

Interactions Extracted text-data and Networks

label_propagation_v2.p

ptx

label_propagation_v2.p

ptx

Users ‐ Text

Users ‐ Hashtags Graph

label_propagation_v2.p

ptxUsers ‐ Retweets Graph

Page 7: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

7

7 June 2020 13Sumeet Kumar

Step 1: Extract text features and users’ networks from data

1.Extract users text data2.Extract networks

Users-Hashtags (Networks)

Users’ Text

User Tag Weightcenkuygur #IowaCau

cuses 1cenkuygur #NotMeUS 1

Users-Retweets (Networks)

User Retweet Weightspthursby cenkuygur 1

7 June 2020 14Sumeet Kumar

Step 2: Label 2 to 4 popular hashtags with clear stance

Steps:1. Use hashtags that

appear at the end of tweets

2. Sort hashtags by their popularity

3. Label a few popular hashtags that have clear stance e.g. #GunControlNow

Page 8: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

8

7 June 2020 15Sumeet Kumar

Step 3: A Semi-supervised Approach (Co-Training + Label Propagation)

• Semi-supervised approaches of machine learning is suitable for partially labeled data

• We use a co-training setting

7 June 2020 16Sumeet Kumar

What is Co-Training?

• Co-training requires two independent views to train two separate classifiers (weak learners) iteratively [1]

• In the training process, more confident predictions are used as new training data [1] Image Source

https://www.slideshare.net/butest/semisupervised-learning

1: Blum, Avrim, and Tom Mitchell. "Combining labeled and unlabeled data with co-training." Proceedings of the eleventh annual conference on Computational learning theory.

ACM, 1998.

New labeled example

Page 9: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

9

7 June 2020 17Sumeet Kumar

What is Co-Training? Applied to Website Classification

Blum, Avrim, and Tom Mitchell. "Combining labeled and unlabeled data with co-training." Proceedings of the eleventh annual conference on Computational learning theory. ACM, 1998.

Academic / Non- Academic Webpage Classification

View 1 (website)

My advisor is Tom Mitchelland I work on…..

View 2 (Text on the Links to the website)

Prof. Mitchell’s work on never ending learning …

Prof. Mitchell, an expert in machine learning,

mentioned …

7 June 2020 18Sumeet Kumar

Co-Training could be useful if each data point has two (or more) views

Blum, Avrim, and Tom Mitchell. "Combining labeled and unlabeled data with co-training." Proceedings of the eleventh annual conference on Computational learning theory. ACM, 1998.

Vie

w 1

Vie

w 2

New labeled examples

Unlabeled examples

Page 10: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

10

7 June 2020 19Sumeet Kumar

Co-Training on Social-Networks.. What could be the multiple views?

Vie

w 1

Vie

w 2

User 1  #1 #2 .... #n

User 3 0 1 9

User 3 2 0 0

User 4 1 1 1

User 5 0 6 1

Users‐Hashtags Matrix

Stance from Users’ Interaction Networks

New labeled examples

Unlabeled examples

Social Networks Data

7 June 2020 20Sumeet Kumar

Co-Training on Social Networks - Texts and Networks Could be Considered as

Different Views

Network with Text features

Label Propagationto Unlabeled Nodes

Text Classifiers’Predictions of Unlabeled Nodes

Add new `Confident’ Node Labels

New Label

New

Nod

e La

bels

Updates for the Next Iteration

Labe

l Mix

ing

Seed Labeled Users

View 1 – Network based

View 2 –Text based

Page 11: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

11

7 June 2020 21Sumeet Kumar

Co-Training on Social Networks. Texts and Networks form Different Views

Network with Text features

Label Propagationto Unlabeled Nodes

Text Classifiers’Predictions of Unlabeled Nodes

Add new `Confident’ Node Labels

New Label

New

Nod

e L

abe

ls

Updates for the Next Iteration

Lab

el M

ixin

g

Seed Labeled Users

1 – Network based

2 – Text based

Proposed Algorithm

7 June 2020 22Sumeet Kumar

Classifier 1: Network Classifier – A Label Propagation Model

Step 1Initialize Step 2

Page 12: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

12

7 June 2020 23Sumeet Kumar

Classifier 1: Label propagation on user-user networks has shortcomings

• Many Social-Media Networks are bi-partitie i.e. users relate to other entities

• Often entities on Social Media follow power law distribution

• Converting user-posts network to user-user network explodes the size– For example. 100,000 users and 200 hashtags get

converted to 100,000 x 100,000 size user-user network

7 June 2020 24Sumeet Kumar

Label Propagation Model on Bipartite Networks

• New users are labeled by propagating hashtag stance to users

Stance =+1

Stance =-1

W`43 > W`23

Page 13: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

13

7 June 2020 25Sumeet Kumar

Label Propagation Model on Bipartite Networks With Influence Functions

• Influence functions are used to filter less confident predictions• In a Linear Threshold function, if a user gets higher then a

certain level of influence from the influencers, the user gets influenced

• New users are labeled by propagating hashtag stance to users

Stance = +1

Stance = -1

If (W`43 - W`23) > K

7 June 2020 26Sumeet Kumar

Classifier 1: Label Propagation Model on Bipartite Networks Better Suits our

Needs

• Influence functions are used to filter less confident predictions

• Influence functions ’ and are threshold functions and used to filter out not confident hashtags and users respectively

Page 14: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

14

7 June 2020 27Sumeet Kumar

Classifier 2: Learn Stance from Text in Users’ Tweets

Network with Text features

Label Propagationto Unlabeled Nodes

Text Classifiers’Predictions of Unlabeled Nodes

Add new `Confident’ Node Labels

New Label

New

Nod

e La

bels

Updates for the Next Iteration

Labe

l Mix

ing

Seed Labeled Users

7 June 2020 28Sumeet Kumar

Classifier 2: A Typical Text Based Classifier

• A simple text classifier (e.g. Support Vector Machine) uses labeled data to train a model

• The trained model is used to predict labels of unlabeled data

S1: ?

S2:+1S3: ?

S4:‐1

S5: ?

Labeled

Unlabeled

Initialize (θ, CT)Text 

ClassifierClassifier Predictions

E‐Step

M‐Step

Update (θ, CT)

Page 15: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

15

7 June 2020 29Sumeet Kumar

Classifier 2: A Text Classifier with Self-Training

• When plenty of unlabeled data is available, models’ predictions could be used to train a better model… also called self-training [1]

• Self-training exploits unlabeled data

• In self-training, in every iteration, new ‘confident’ predictions are used as new training examples

S1: ?

S2:+1S3: ?

S4:‐1

S5: ?

Labeled

Unlabeled

Initialize (θ, CT)Text 

ClassifierClassifier Predictions

E‐Step

M‐Step

Update (θ, CT)

Users with high confidence(Cj

T > Threshold)1. Nigam, Kamal, and Rayid Ghani. "Analyzing the effectiveness and applicability of co-training." In Proceedings of the ninth international conference on Information and knowledge management, pp. 86-93. 2000.

7 June 2020 30Sumeet Kumar

Classifier 2: An SVM Text Classifier with Confidence Estimate and a Decreasing Threshold Function

Stance and confidence estimate of user j based on his/her tweets’ text

sTj = stance of jth user

sk = stance of kth text message of user jft = Uniformly decreasing function

T = text thresholdcT

j = user text-based confidence estimate

Page 16: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

16

7 June 2020 31Sumeet Kumar

In ‘Label Mixing’, add the top 5% confident predictions as new training examples

in the next iteration

• In co-training, more confident predictions (of both classifiers) are added as new training data in each iteration

• In each iteration, we use the top 5% predictions of both classifiers as new training examples. In case of a conflict among classifiers, we use the the more confident prediction

Network with Text features

Label Propagationto Unlabeled Nodes

Text Classifiers’Predictions of Unlabeled Nodes

Add new `Confident’ Node Labels

New Label

New

Nod

e L

abe

ls

Updates for the Next Iteration

Lab

el M

ixin

g

Seed Labeled Users

Classifier 1

Classifier 2

7 June 2020 32Sumeet Kumar

Joint Model: It Combines the Predictions of Both the Text and the Network Classifier

The joint model uses the predictions of the more confident of the two classifiers (text and network) to

predict the final stance

sj = stance of jth user (joint model)sT

j = stance of jth user based on textsI

j = stance of jth user based on interactioncT

j = user text based confidence estimatecI

j = user interaction based confidence

Page 17: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

17

7 June 2020 33Sumeet Kumar

Summary - Three Steps to Train Two Stance Classifiers

label_propagation_v2.p

ptx

label_propagation_v2.p

ptx

Users ‐ Text

Co‐Hashtags Graph

label_propagation_v2.p

ptxRetweets Graph

Network with Text features

Label Propagationto Unlabeled Nodes

Text Classifiers’Predictions of Unlabeled Nodes

Add new `Confident’ Node Labels

New Label

New

Nod

e L

abel

s

Updates for the Next Iteration

Labe

l Mix

ing

Seed Labeled Users

#GunControlNow: Pro#2ndAmendment: Anti

Extract Text Features and Users Networks

Label 2 to 4 hashtagsDerive stance of other users

from seed users

Step 3

Step 1

Step 2

7 June 2020 34Sumeet Kumar

Experiment: Users’ Stance Dataset on Three Controversial Topics

Dataset

Labeled Users in the DatasetHaokai Lu, James Caverlee, and Wei Niu. 2015. BiasWatch: A Lightweight System for Discovering and Tracking Topic-Sensitive

Opinion Bias in Social Media. In Proceedings of the 24th ACM International on Conference on Information and Knowledge Management (CIKM '15). ACM, New York, NY, USA, 213-222. DOI: https://doi.org/10.1145/2806416.2806573

Page 18: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

18

7 June 2020 35Sumeet Kumar

Experiment: Manually Labeled Four Hashtags in Each Dataset

Labeled two pro and two anti hashtags in each dataset

7 June 2020 36Sumeet Kumar

Experiment Details

• 3 hop label propagation is used by the network classifier

• SVM classifier is used as the text classifier – TF-IDF features– Unigrams and bigrams are used

• Hyper-parameters were determined by evaluating them on the gun-control dataset– Top 250 hashtags are used– Top 5000 retweets are used

Page 19: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

19

7 June 2020 37Sumeet Kumar

Result: Co-Trained Classifiers Perform Better than Self-Trained

Test Accuracy Trend for the Gun-Control dataset

7 June 2020 38Sumeet Kumar

Result: Co-trained Models Outperform Self-Trained Models

Red nodes are `Pro’ and Green are `Anti’

Red nodes are `Pro’ and Green are `Anti’

Co-trained Joint Model 85 % Accurate

Text based Self-Trained Model

68 % Accurate

Gun-Control Dataset

Page 20: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

20

7 June 2020 39Sumeet Kumar

Result: Co-Trained Classifiers Perform Better than Self-Trained on All Dataset

• Text classifier improves by more than 17% on all three datasets

• LP in the figure implies bi-partitielabel propagation

Gun-control Abortion Obamacare

7 June 2020 40Sumeet Kumar

Results: Comparing Different Seed Hashtags

Comparison of Seed Hashtags: Some Seed Hashtags May lead to Poor Models

Page 21: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

21

7 June 2020 41Sumeet Kumar

Any Questions So Far?

41

7 June 2020 42Sumeet Kumar

Case Study- Twitter COVID-19 DataAnalyze Users Stance on `Fire Dr. Fauci’

Topic -- Fire Dr. Fauci

Page 22: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

22

7 June 2020 43Sumeet Kumar

Case Study- Twitter COVID-19 DataAnalyze Users Stance on `Fire Dr. Fauci’

Input:1. Twitter data as Json file2. Labeled Hashtags

Output:1. Users Stance Labels2. Other Hashtags Stance Labels3. URL Stance labels

7 June 2020 44Sumeet Kumar

Model for Propagating Stance from Users to Other Entities E.g. From Users’ Stance to Stance Given by

Hashtags

Users Stance Hashtags StanceUsers Stance URLs (Websites) Stance

Users Stance Media URLs (Pictures) Stance

Page 23: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

23

7 June 2020 45Sumeet Kumar

Stance Mining Applied to ‘Fire Dr. Fauci’ in Covid Data

– Fire Dr. Fauci (vs Save Dr. Fauci)

– Labeled seed hashtags for stance analysis

Tags used for data filtering: 'fauci’, 'firing fauci’, '#firefauci', '#firetrump' ,'#savefauci',

firefauci:1,firedrfauci:1,faucithefraud:1, savefauci:-1,fauciisahero: -1,keepfauci: -1,firetrumpkeepfauci: -1

7 June 2020 46Sumeet Kumar

Agenda - I Try to Answer Two Questions in This part of the Talk

1.How to identify the users that are pro (or anti) a given topic?

2.How the users differ in their usage of hashtags?

Page 24: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

24

7 June 2020 47Sumeet Kumar

Start ORA

• Start ORA and Import Data

7 June 2020 48Sumeet Kumar

Import Twitter Data

• Pick Twitter Data

Page 25: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

25

7 June 2020 49Sumeet Kumar

Import Twitter Data

• Pick Twitter Data• Select Import Options

7 June 2020 50Sumeet Kumar

Import Twitter Data

• Pick Twitter Data• Select Import Options

Page 26: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

26

7 June 2020 51Sumeet Kumar

Import Twitter Data

• Pick Twitter Data• Select Import Options

7 June 2020 52Sumeet Kumar

Import Twitter Data

• Pick Twitter Data• Select Import Options• Import Data

Page 27: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

27

7 June 2020 53Sumeet Kumar

Import Twitter Data

7 June 2020 54Sumeet Kumar

Start Stance Detection Analysis

• Pick the option shown below

Page 28: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

28

7 June 2020 55Sumeet Kumar

Start Stance Detection Analysis

• Pick the option shown below

7 June 2020 56Sumeet Kumar

Stance Detection Analysis

• Pick the option shown below

Page 29: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

29

7 June 2020 57Sumeet Kumar

Stance Detection Analysis

• Assign stance values to a selected set of hashtags• You can copy paste the values from the slide (or

enter it manually)

7 June 2020 58Sumeet Kumar

Stance Detection Analysis

• Assign stance values to a selected set of hashtags• You can copy paste the values from the slide (or

enter it manually)

Page 30: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

30

7 June 2020 59Sumeet Kumar

Stance Detection Analysis

• Select save option• Stance detection report will be generated

7 June 2020 60Sumeet Kumar

Stance Detection Analysis

• Stance detection report – shows selected options

Page 31: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

31

7 June 2020 61Sumeet Kumar

Stance Detection Analysis

• Stance detection report – shows Pro/Con Users

7 June 2020 62Sumeet Kumar

Stance Detection Analysis

• Stance detection report – shows Pro/Con hashtags by confidence

Page 32: Case Study: Social Media Analytics for Stance Mining...Case Study: Social Media Analytics for Stance Mining With Examples From COVID-19 Twitter Analysis Sumeet Kumar sumeetku@andrew.cmu.edu

<Your Name>

32

7 June 2020 63Sumeet Kumar

Stance Detection Analysis

• Stance detection report – shows Pro/Con hashtags by usage

7 June 2020 64Sumeet Kumar

Thank You

Please feel free to ask/send your questions


Recommended