Indian Election Trend Prediction Using Improved Competitive Vector Regression Model

Size: px
Start display at page:

Download "Indian Election Trend Prediction Using Improved Competitive Vector Regression Model"

Transcription

1 Indian Election Trend Prediction Using Improved Competitive Vector Regression Model Navya S 1 1 Department of Computer Science and Engineering, University, India Abstract Election result forecasting has become an important requirement in many emerging markets. Industries, stock markets etc are strongly depend on election forecasting results. Most accurate election forecasting is needed and this necessitates accurate models to forecast. In this paper, we propose a social network based election forecasting model, which uses tweets collected week wise to build the model and use the model to predict for next weeks. Current models for forecasting are not adaptive and highly dependent on sampling time during which the public opinion was collected, but deviating from this we design a continuous trend prediction model. We test this model for Indian elections. I. INTRODUCTION Political elections, especially presidential election and House race, are extremely influential events in INDIA. Many consulting agencies, interests groups, think-tanks, journalists, and political analysts have devoted tremendous effort to predict or forecast the outcome of the election. These predictions are influential in two aspects on the one hand, the voting population and interest groups are interested in the predictions. On the other hand, the candidates and parties may adjust their campaign strategies according to the predictions. Until today, the highest authority resource for predicting the Indian election is opinion polls, which randomly choose small samples of the voting population and aggregate their opinions. Due to the nature of the Indian elections, two kinds of relevant opinion polls, nationwide and state wide, are relevant to election prediction. The sampling size of each poll is usually about one thousand or some comparable number. The candidates for the polling investigation are either registered voters or likely voters. Due to the importance of the presidential election, there were many different polls administered by different agencies. However, polls based forecasting has shown limitations. It has been criticized for survey design, the sampling bias and so on. Indeed, the low percentage of sampling rate inevitably introduces sampling bias and causes prediction errors. Recent research has shown trend of increasing skepticism on polling predictions of election outcomes. A recently emerging trend in data analytics is to rely on social media data from the web for prediction and forecasting, where the actions of individual Internet users can be properly pooled to indicate macro trend. But this kind of social media based election forecasting is new to INDIA and this paper we propose a improved competitive vector regression to predict the election trend based on data collected from social networks. We evaluate out approach for a sample data set from twitter and prove the accuracy. II. RELATED WORK In this section we survey the current solutions for election forecasting. DOI: /IJRTER MAJ7L 1

2 In [1], authors employed LIWC text analysis software to investigate whether Twitter is used as a forum for political deliberation in German federal election. Their results show that Twitter is indeed used extensively for political deliberation, where the mere number of messages mentioning a party reflects the election results. Moreover, joint mentions of two parties are in line with real world political ties and coalitions. In [2] authors forecasted the vote share of the 2010 UK General Election with the motivation of wisdom of the crowds, employing the ARIMA model that accurately predicted the votes for the Labour party, Liberal-Democrats and Conservatives. However, there are counter argumentsthat question whether prediction using Twitter data is reliable enough. They find that electoral predictions using the published research methods on Twitter data are not better than chance In [3] authors found no correlation between existing analysis techniques using Twitter messages and election outcomes. In [4] authors illustrated non-significant correction between Likes of candidates in Facebook and their share of votes in the election. Their analysis indicated that this was due to the bias in the social network itself; and may be solved by developing robust models and accumulating abundant data. Note that it is easy to make fake Twitter follower In [5] authors model successfully predicted the winning party in all the 50 states of the 2012 U.S. presidential election. However, the details of his model have not been published. In his interview, he talked about the importance of big data, and distinguishing signal and noise as the key to improving the accuracy of prediction. In [6] discussed how to refine noisy tags and geo tags using image features and ecological phenomena including ground snow cover, snow fall and vegetation density. In [7] author used more than ten million Flickr images for semantic understanding and topic modeling. In [8] tried to better understand and evaluate image data by utilizing social curation data. In [9] authors tried to enhancing the annotation of Flickr images via Logistic Canonical Correlation Regression. Motivated by these studies, as well as the attempt author in [110] to use Flickr images to forecast the 2008 presidential election and the sales of popular IT products and achieved promising All Rights Reserved 389

3 III. PROPOSED SOLUTION The architecture of the proposed solution Figure 1: Architecture diagram Twitter data is extracted week wise and all politics related tweet is alone extracted from the tweets. The related tweets are found by defining a key word dictionary for Indian election with involved parties, personalities and issues. Each tweet is tokenized and the tokens are matched to dictionary to find if the tweet is related to politics or not. The related tweet is then analyzed for sentiment and based on sentiment analysis results week wise popularity is calculated. In our model, popularity is not only count of positive sentiment of a party, but also the negative sentiment of other parties. Once week wise popularity is calculated for each week for each party, ARIMA model is build on the popularity. With ARIMA model, the popularity for next and subsequent weeks can be predicted. Popularity distribution for week wise for each party can be seen in our system. IV. RESULTS We implemented the proposed system in Java for three different classifier ARIMA, CVAR (competitive vector auto regression) and Improved CVAR for different weeks of twitter political comments. Figure 2: Creating Data Set All Rights Reserved 390

4 In the system tweeter data set folder is given and the how many weeks of data for which model must be used. Figure 3: Analyzing tweets For each tweet which is a political tweet, sentiment is extracted from the tweet and the popularity is calculated. Figure 4: Forecasting Once forecasting is completed, we can check the result of forecasting for next week. Figure 5: Popularity results The popularity values for parties over week wise is predicted using the improved competitive auto vector regression model and the result is All Rights Reserved 391

5 Figure 6: Forecast Accuracy The accuracy values for week wise distribution are compared and from the graph we see that the proposed Improved competitive vector auto regression system is able to achieve higher accuracy than other prediction models. V. CONCLUSION We implemented the proposed improved competitive vector based regression to predict the election trend. From the results we showed that our system was able to predict the trend in line with actual results every week wise. Right now we implemented only for national level elections and we will extend the solution for state wise election also in our future work. REFERENCES [1] A. Tumasjan, T. O. Sprenger, P. G. Sandner, and I. M. Welpe, Predicting elections with twitter: What 140 characters reveal about political sentiment, in ICWSM 10, 2010 [2] F. Franch, Wisdom of the crowds: 2010 UK election prediction with social media, JITP, vol. 9, no. 4, 2012 [3] D. Gayo-Avello, P. T. Metaxas, and E. Mustafaraj, Limits of electoral predictions using twitter, in ICWSM 11, [4] F. Giggliest, If likes were votes: An empirical study on the 2011 Italian administrative elections, in ICWSM 12, [5] N. Silver, The Signal and the Noise: Why So Many Predictions Fail-but Some Don t. Penguin Press, 2012 [6] H. Zhang, M. Korayem, D. J. Crandall, and G. LeBuhn, Mining photo-sharing websites to study ecological phenomena, in WWW 12, [7] G. Kim, L. Fei-Fei, and E. Xing, Web image prediction using multivariate point processes, in SIGKDD 12, [8] K. Ishiguro, A. Kimura, and K. Takeuchi, Towards automatic image understanding and mining via social curation, in ICDM 12, [9] L. Cao, J. Yu, J. Luo, and T. S. Huang, Enhancing semantic and geographic annotation of web images via logistic canonical correlation regression, in ACM MM 09, [10] X. Jin, A. Gallagher, L. Cao, J. Luo, and J. Han, The wisdom of social multimedia: using flickr for prediction and forecast, in ACM MM 10, All Rights Reserved 392

A Multifaceted Approach to Social Multimedia-Based Prediction of Elections

A Multifaceted Approach to Social Multimedia-Based Prediction of Elections IEEE TRANSACTIONS ON MULTIMEDIA, VOL 17, NO 12, DECEMBER 2015 2271 A Multifaceted Approach to Social Multimedia-Based Prediction of Elections Quanzeng You, Liangliang Cao, Yang Cong, Senior Member, IEEE,

More information

Electoral Predictions with Twitter: a Machine-Learning approach

Electoral Predictions with Twitter: a Machine-Learning approach Electoral Predictions with Twitter: a Machine-Learning approach M. Coletto 1,3, C. Lucchese 1, S. Orlando 2, and R. Perego 1 1 ISTI-CNR, Pisa 2 University Ca Foscari of Venice 3 IMT Institute for Advanced

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1 Real Time Social Data Analysis for Forecasting Nature Disasters P.Balaji, G.Ilancheziapandian 2, A.Appandairaj 3 PG Student, Department of Computer Science and Engineering, Ganadipathy Tulsi s Jain Engineering

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March ISSN Web and Text Mining Sentiment Analysis

International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March ISSN Web and Text Mining Sentiment Analysis International Journal of Scientific & Engineering Research, Volume 6, Issue 3, March-2015 672 Web and Text Mining Sentiment Analysis Ms. Anjana Agrawal Abstract This paper describes the key steps followed

More information

Public Opinion Mining on Social Media: A Case Study of Twitter Opinion on Nuclear Power 1

Public Opinion Mining on Social Media: A Case Study of Twitter Opinion on Nuclear Power 1 , pp.224-228 http://dx.doi.org/10.14257/astl.2014.51.51 Public Opinion Mining on Social Media: A Case Study of Twitter Opinion on Nuclear Power 1 DongSung Kim 2 and Jong Woo Kim 2,3 2 222 Wangsimni-ro,

More information

When Politicians Tweet: A Study on the Members of the German Federal Diet

When Politicians Tweet: A Study on the Members of the German Federal Diet When Politicians Tweet: A Study on the Members of the German Federal Diet Mark Thamm GESIS - Leibniz Institute for the Social Sciences Unter Sachsenhausen 6-8, 50667 Cologne, Germany Mark.thamm@gesis.org

More information

2016 U.S. PRESIDENTIAL ELECTION FAKE NEWS

2016 U.S. PRESIDENTIAL ELECTION FAKE NEWS 2016 U.S. PRESIDENTIAL ELECTION FAKE NEWS OVERVIEW Introduction Main Paper Related Work and Limitation Proposed Solution Preliminary Result Conclusion and Future Work TWITTER: A SOCIAL NETWORK AND A NEWS

More information

#bias: Measuring the Tweeting Behavior of Propagandists

#bias: Measuring the Tweeting Behavior of Propagandists Proceedings of the Sixth International AAAI Conference on Weblogs and Social Media #bias: Measuring the Tweeting Behavior of Propagandists Cristian Lumezanu NEC Laboratories America, Georgia Tech lume@nec-labs.com

More information

Are Twitter Users Equal in Predicting Elections? A Study of User Groups in Predicting 2012 U.S. Republican Primaries

Are Twitter Users Equal in Predicting Elections? A Study of User Groups in Predicting 2012 U.S. Republican Primaries Wright State University CORE Scholar Kno.e.sis Publications The Ohio Center of Excellence in Knowledge- Enabled Computing (Kno.e.sis) 12-2012 Are Twitter Users Equal in Predicting Elections? A Study of

More information

Online Journal of Communication and Media Technologies Volume: 7 Issue: 1 January Social Media Aided Sentiment Analysis in Forecasting

Online Journal of Communication and Media Technologies Volume: 7 Issue: 1 January Social Media Aided Sentiment Analysis in Forecasting Social Media Aided Sentiment Analysis in Forecasting K.Nirmala Devi, Kongu Engineering College, India Abstract User generated contents on web and social media grow rapidly in this emerging information

More information

What s in Your Tweets? I Know Who You Supported in the UK 2010 General Election

What s in Your Tweets? I Know Who You Supported in the UK 2010 General Election What s in Your Tweets? I Know Who You Supported in the UK 2010 General Election Antoine Boutet, Hyoungshick Kim, Eiko Yoneki To cite this version: Antoine Boutet, Hyoungshick Kim, Eiko Yoneki. What s in

More information

Coverage Bias in Election Research using Data from Social Media

Coverage Bias in Election Research using Data from Social Media Coverage Bias in Election Research using Data from Social Media Authors: Hannah Bucher (hannah.bucher@gesis.org) Marie Kühn(marie.kuehn@gesis.org) Joss Roßmann (joss.rossmann@gesis.org) Social Media Data

More information

Using Twitter to Predict Voting Behavior

Using Twitter to Predict Voting Behavior Using Twitter to Predict Voting Behavior Mike Chrzanowski mc2711@stanford.edu Daniel Levick dlevick@stanford.edu December 14, 2012 Background: An increasing amount of research has emerged in the past few

More information

majority, plurality Polls are not perfect Margin of error Margin of error

majority, plurality Polls are not perfect Margin of error Margin of error 349 Polls and surveys Reporting on public opinion research requires rigorous inspection of a poll s methodology, provenance and results. The mere existence of a poll is not enough to make it news. Do not

More information

TEXT MINING APPROACH TO EXTRACT KNOWLEDGE FROM SOCIAL MEDIA DATA TO ENHANCE BUSINESS INTELLIGENCE

TEXT MINING APPROACH TO EXTRACT KNOWLEDGE FROM SOCIAL MEDIA DATA TO ENHANCE BUSINESS INTELLIGENCE International Journal of Advance Research In Science And Engineering http://www.ijarse.com TEXT MINING APPROACH TO EXTRACT KNOWLEDGE FROM SOCIAL MEDIA DATA TO ENHANCE BUSINESS INTELLIGENCE R. Jayanthi

More information

Sby several interdependencies. Social media has changed the nature of

Sby several interdependencies. Social media has changed the nature of International Journal of Operational Research in Management, Social Sciences & Education Vol. 2, No. 1 September, 2016 Hard Print: 2536-6521 Online: 2536-653 X International Standard Research Publishing

More information

Data Mining in Social Network. Presenter: Keren Ye

Data Mining in Social Network. Presenter: Keren Ye Data Mining in Social Network Presenter: Keren Ye References Kwak, Haewoon, et al. "What is Twitter, a social network or a news media?." Proceedings of the 19th international conference on World wide web.

More information

Cyber-Social-Physical Features for Mood Prediction over Online Social Networks

Cyber-Social-Physical Features for Mood Prediction over Online Social Networks DEIM Forum 2017 B1-3 Cyber-Social-Physical Features for Mood Prediction over Online Social Networks Chaima DHAHRI Kazunori MATSUMOTO and Keiichiro HOASHI KDDI Research, Inc 2-1-15 Ohara, Fujimino-shi,

More information

Quantising Opinions for Political Tweets Analysis

Quantising Opinions for Political Tweets Analysis Quantising Opinions for Political Tweets Analysis Yulan He 1, Hassan Saif 1, Zhongyu Wei 2, Kam-Fai Wong 2 1 Knowledge Media Institute, The Open University, UK {y.he, h.saif}@open.ac.uk 2 Dept. of Systems

More information

A meta-analysis of state-of-the-art electoral prediction from Twitter data

A meta-analysis of state-of-the-art electoral prediction from Twitter data A meta-analysis of state-of-the-art electoral prediction from Twitter data DANIEL GAYO-AVELLO, University of Oviedo (Spain) Electoral prediction from Twitter data is an appealing research topic. It seems

More information

What s in Twitter: I Know What Parties are Popular and Who You are Supporting Now!

What s in Twitter: I Know What Parties are Popular and Who You are Supporting Now! What s in Twitter: I Know What Parties are Popular and Who You are Supporting Now! Antoine Boutet INRIA Rennes Bretagne Atlantique Rennes, France antoine.boutet@inria.fr Hyoungshick Kim University of British

More information

Twitter and Facebook are not representative of the general population: Political attitudes and demographics of British social media users

Twitter and Facebook are not representative of the general population: Political attitudes and demographics of British social media users 720008RAP0010.1177/2053168017720008Research & PoliticsMellon and Prosser research-article20172017 Research Note Twitter and Facebook are not representative of the general population: Political attitudes

More information

TWITTER SENTIMENT ANALYSIS AND TEXT MINING IN R

TWITTER SENTIMENT ANALYSIS AND TEXT MINING IN R TWITTER SENTIMENT ANALYSIS AND TEXT MINING IN R Rishabh Nigam Department of IT Maharaja Agrasen Institute of Technology, Delhi, India Email- nigamrishabh10@gmail.com Nidhi Sengar Department of IT Maharaja

More information

COMMUNICATIONS H TOOLKIT H NATIONAL VOTER REGISTRATION DAY. A Partner Communications Toolkit for Traditional and Social Media

COMMUNICATIONS H TOOLKIT H NATIONAL VOTER REGISTRATION DAY. A Partner Communications Toolkit for Traditional and Social Media NATIONAL VOTER REGISTRATION DAY COMMUNICATIONS H TOOLKIT H A Partner Communications Toolkit for Traditional and Social Media www.nationalvoterregistrationday.org Table of Contents Introduction 1 Key Messaging

More information

Affects of Social Networking Platforms on 2012 Republican Presidential Candidates

Affects of Social Networking Platforms on 2012 Republican Presidential Candidates Affects of Social Networking Platforms on 2012 Republican Presidential Candidates By: Qianlan Zeng, MS Richard Hartman, PhD Andrew Einhorn, MS OhMyGov Inc. Research December 2011 Abstract Social networking

More information

A SURVEY PAPER ON TWITTER DATA ANALYSIS FOR TERRORIST ATTACKS AND VARIOUS ASPECTS

A SURVEY PAPER ON TWITTER DATA ANALYSIS FOR TERRORIST ATTACKS AND VARIOUS ASPECTS A SURVEY PAPER ON TWITTER DATA ANALYSIS FOR TERRORIST ATTACKS AND VARIOUS ASPECTS Prof. Anjalidevi Pujari 1, Neha Amolik 2, Varsha Ibitwar 3, Apurva Keskar 4 1 Professor, Department of computer engineering,

More information

Political Campaigning In the Digital Age

Political Campaigning In the Digital Age Political Campaigning In the Digital Age J201 JungHwan Yang junghwan.yang@wisc.edu December 9, 2016 A Definition of Political Campaign Purposive attempts to inform, persuade, or motivate behavior

More information

A SURVEY ON PRODUCT REVIEW SENTIMENT ANALYSIS

A SURVEY ON PRODUCT REVIEW SENTIMENT ANALYSIS A SURVEY ON PRODUCT REVIEW SENTIMENT ANALYSIS Godge Isha Sudhir ishagodge37@gmail.com Arvikar Shruti Sanjay shrutiarvikar89@gmail.com Dang Poornima Mahesh dang.poornima@gmail.com Maske Rushikesh Kantrao

More information

PRODUCT REVIEW SENTIMENT ANALYSIS WITH TRENDY SYNTHETIC DICTIONARY AND AMBIGUITY MITIGATION

PRODUCT REVIEW SENTIMENT ANALYSIS WITH TRENDY SYNTHETIC DICTIONARY AND AMBIGUITY MITIGATION PRODUCT REVIEW SENTIMENT ANALYSIS WITH TRENDY SYNTHETIC DICTIONARY AND AMBIGUITY MITIGATION Prof. A. N. Nawathe anunawathe@gmail.com Godge Isha Sudhir ishagodge37@gmail.com Dang Poornima Mahesh dang.poornima@gmail.com

More information

CONNECTING SOCIAL MEDIA TO ECOMMERCE USING MICROBLOGGING AND ARTIFICIAL NEURAL NETWORK

CONNECTING SOCIAL MEDIA TO ECOMMERCE USING MICROBLOGGING AND ARTIFICIAL NEURAL NETWORK CONNECTING SOCIAL MEDIA TO ECOMMERCE USING MICROBLOGGING AND ARTIFICIAL NEURAL NETWORK Ms.S.P.VidhyaPriya 1,B.Gokhila 2, T.Santhiya 3, K.Saranya 4 1 M.E.,Assistant Professor-CSE, Kathir College Of Engineering,

More information

CS190 Part 3: The Social Web. Online Social Network Analysis

CS190 Part 3: The Social Web. Online Social Network Analysis CS190 Part 3: The Social Web Online Social Network Analysis Recap All should have a working "Hello World" Facebook App Assignment 4 (due tomorrow/wed/ night): Extend to display interesting information

More information

Tweet-Based Election Prediction

Tweet-Based Election Prediction Tweet-Based Election Prediction Master s Thesis, 17 December 2014 Nugroho Dwi Prasetyo Tweet-Based Election Prediction THESIS Submitted in the partial fulfillment of The

More information

Predicting Popularity of Messages in Twitter using a Feature-weighted Model

Predicting Popularity of Messages in Twitter using a Feature-weighted Model International Journal of Advanced Intelligence Volume 0, Number 0, pp.xxx-yyy, November, 20XX. c AIA International Advanced Information Institute Predicting Popularity of Messages in Twitter using a Feature-weighted

More information

Communicating with the Modern Citizen

Communicating with the Modern Citizen Communicating with the Modern Citizen Rise of the social citizen Changes how we work 44% of citizens complain via social media 20% expect a response within one hour via social media Always on -- Citizens

More information

[ An Introduction To Prediction Markets ]

[ An Introduction To Prediction Markets ] [ An Introduction To Prediction Markets ] 2 Fewer than 10% of all new products/services produce enough return on the company s investment to survive past the third year. As a market researcher that regularly

More information

Mining the Demographics of Political Sentiment from Twitter Using Learning from Label Proportions

Mining the Demographics of Political Sentiment from Twitter Using Learning from Label Proportions Mining the Demographics of Political Sentiment from Twitter Using Learning from Label Proportions Ehsan Mohammady Ardehaly Illinois Institute of Technology Chicago, Illinois 60616 Email: emohamm1@hawk.iit.edu

More information

7 - D A Y M A R K E T I N G Planner

7 - D A Y M A R K E T I N G Planner 7 -DAY MARKETING Planner Welcome! Welcome to Marketing Solved and Thank you for joining our community! We thrilled you're here and are excited to be joining you in your entrepreneurial journey. As business

More information

A PUBLICATION OF THE CAMPAIGN WORKSHOP. A Guide to. for Campaigns

A PUBLICATION OF THE CAMPAIGN WORKSHOP. A Guide to. for Campaigns A PUBLICATION OF THE CAMPAIGN WORKSHOP A Guide to Overview LinkedIn is a social media platform designed to help professionals connect with one another. The platform hosts upwards of 450 million users and

More information

Bringing visibility to direct mail is what the mail industry is doing this cycle.

Bringing visibility to direct mail is what the mail industry is doing this cycle. 1 Today we re talking about the insights and opportunities in the $12 billion business of political campaigns. And in particular how direct mail has a critical role in being a central part of a campaign

More information

Time Series Analysis in the Social Sciences

Time Series Analysis in the Social Sciences one Time Series Analysis in the Social Sciences in the social sciences, data are usually collected across space, that is, across countries, cities, and so on. Sometimes, however, data are collected across

More information

Reaction Paper Regarding the Flow of Influence and Social Meaning Across Social Media Networks

Reaction Paper Regarding the Flow of Influence and Social Meaning Across Social Media Networks Reaction Paper Regarding the Flow of Influence and Social Meaning Across Social Media Networks Mahalia Miller Daniel Wiesenthal October 6, 2010 1 Introduction One topic of current interest is how language

More information

Elections in Ukraine October 28 Parliamentary Elections

Elections in Ukraine October 28 Parliamentary Elections Elections in Ukraine October 28 Parliamentary Elections Europe and Asia International Foundation for Electoral Systems 1850 K Street, NW Fifth Floor Washington, D.C. 20006 www.ifes.org October 25, 2012

More information

SOCIAL MEDIA MINING. Behavior Analytics

SOCIAL MEDIA MINING. Behavior Analytics SOCIAL MEDIA MINING Behavior Analytics Dear instructors/users of these slides: Please feel free to include these slides in your own material, or modify them as you see fit. If you decide to incorporate

More information

arxiv: v2 [cs.si] 7 Nov 2016

arxiv: v2 [cs.si] 7 Nov 2016 Predicting election trends with Twitter: Hillary Clinton versus Donald Trump Alexandre Bovet, Flaviano Morone, Hernán A. Makse Levich Institute and Physics Department, City College of New York, New York,

More information

MODEL OF SENTIMENT ANALYSIS FOR SOCIAL MEDIA DATA

MODEL OF SENTIMENT ANALYSIS FOR SOCIAL MEDIA DATA MODEL OF SENTIMENT ANALYSIS FOR SOCIAL MEDIA DATA Nurul Atasha Khairuddin, Kamilia Kamardin Advanced Informatics School, Universiti Teknologi Malaysia, Jalan Sultan Yahya Petra, 54100 Kuala Lumpur, Malaysia.

More information

Week 5: Media Effects

Week 5: Media Effects Week 5: Media Effects How do ads affect voting behavior? and spending? and news coverage? and media messages in general? The Start: The Idea of the Magic Bullet Expectations based on WWII propaganda, Orson

More information

Digital Trace Data in the Study of Public Opinion: An Indicator of Attention Toward Politics Rather Than Political Support Online Appendix

Digital Trace Data in the Study of Public Opinion: An Indicator of Attention Toward Politics Rather Than Political Support Online Appendix Digital Trace Data in the Study of Public Opinion: An Indicator of Attention Toward Politics Rather Than Political Support Online Appendix Andreas Jungherr, University Mannheim, Mannheim, Germany Harald

More information

International Journal of Advance Engineering and Research Development TOWARDS REAL TIME,COUNTRY LEVEL LOCATION CLASSIFICATION OF WORLDWIDE- FACEBOOK

International Journal of Advance Engineering and Research Development TOWARDS REAL TIME,COUNTRY LEVEL LOCATION CLASSIFICATION OF WORLDWIDE- FACEBOOK Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 03, March -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 TOWARDS

More information

Automatic Detection of Rumor on Social Network

Automatic Detection of Rumor on Social Network Automatic Detection of Rumor on Social Network Qiao Zhang 1,2, Shuiyuan Zhang 1,2, Jian Dong 3, Jinhua Xiong 2(B), and Xueqi Cheng 2 1 University of Chinese Academy of Sciences, Beijing, China 2 Institute

More information

Tweeting Questions in Academic Conferences: Seeking or Promoting Information?

Tweeting Questions in Academic Conferences: Seeking or Promoting Information? Tweeting Questions in Academic Conferences: Seeking or Promoting Information? Xidao Wen, University of Pittsburgh Yu-Ru Lin, University of Pittsburgh Abstract The fast growth of social media has reshaped

More information

Presentation Prepared for the Start of Charter Review Cleveland Heights, Ohio 16 November 2017

Presentation Prepared for the Start of Charter Review Cleveland Heights, Ohio 16 November 2017 Presentation Prepared for the Start of Charter Review Cleveland Heights, Ohio 16 November 2017 Dr. Larry Keller Associate Professor Emeritus l.keller@csuohio.edu Municipal Charters Overview and History

More information

Finding The Right Metrics For Evaluating Big Science

Finding The Right Metrics For Evaluating Big Science Finding The Right Metrics For Evaluating Big Science William Bianco, Indiana University Donald Gerhart, Challenger Biosciences Sean Nicholson-Crotty, Indiana University The Challenge As We See It Governments

More information

Transforming Social Media Marketing by Analyzing Weather Patterns and Twitter Activity

Transforming Social Media Marketing by Analyzing Weather Patterns and Twitter Activity Analytics & Insights Transforming Social Media Marketing by Analyzing Weather Patterns and Twitter Activity Abstract It has been proven that uctuations in the weather can greatly in uence consumers' emotions,

More information

What America Is Thinking On Energy Issues

What America Is Thinking On Energy Issues What America Is Thinking On Energy Issues Energy Platform 2016 Presented by: Harris Poll Interviewing: May 10 15, 2016 Respondents: 1,001 Registered Voters Method: Telephone Weighting: Results are weighted

More information

David All Shares Ideas on Emerging Trends for Campaigns and Elections

David All Shares Ideas on Emerging Trends for Campaigns and Elections www. Govtech.com David All Shares Ideas on Emerging Trends for Campaigns and Elections - p. 1 David All Shares Ideas on Emerging Trends for Campaigns and Elections Matt Williams Elaine Pittman June 28,

More information

Why the Internet of Things Mega-Trend will increase the value of your PI Infrastructure

Why the Internet of Things Mega-Trend will increase the value of your PI Infrastructure 1 Why the Internet of Things Mega-Trend will increase the value of your PI Infrastructure Presented by Enrique Herrera- OSIsoft Market Principal New Markets, Connected Devices Andy Castonguay - Machina

More information

Recruiting and Training Observers. A Field Guide for Election Monitoring Groups

Recruiting and Training Observers. A Field Guide for Election Monitoring Groups Recruiting and Training Observers A Field Guide for Election Monitoring Groups Recruiting and Training Observers This field guide is designed as an easy- reference tool for domestic non- partisan election

More information

Democracy Heroes Script

Democracy Heroes Script Democracy Heroes Script [ Door canvassing start here] My name is and this is We re volunteers with a non-profit group called Leadnow. We re in your neighborhood [tonight] because we re calling on our MP

More information

NDP submission to the Special Committee on Electoral Reform

NDP submission to the Special Committee on Electoral Reform NDP submission to the Special Committee on Electoral Reform Introduction Over the course of the past four months New Democrat Members of Parliament launched countrywide public consultations on the pressing

More information

Large Scale High-Precision Topic Modeling on Twitter. Shuang Yang, Alek Kolcz Andy Schlaikjer, Pankaj Gupta

Large Scale High-Precision Topic Modeling on Twitter. Shuang Yang, Alek Kolcz Andy Schlaikjer, Pankaj Gupta Large Scale High-Precision Topic Modeling on Twitter Shuang Yang, Alek Kolcz Andy Schlaikjer, Pankaj Gupta Topic modeling of Tweets Many Use Cases Business intelligence & analytics sports technology government

More information

Architecture of Text Mining Application in Analyzing Public Sentiments of West Java Governor Election using Naive Bayes Classification

Architecture of Text Mining Application in Analyzing Public Sentiments of West Java Governor Election using Naive Bayes Classification Architecture of Text Mining Application in Analyzing Public Sentiments of West Java Governor Election using Naive Bayes Classification Suryanto Nugroho Master of Informatics Engineering, Amikom Yogyakarta

More information

Sentiment Analysis and Political Party Classification in 2016 U.S. President Debates in Twitter

Sentiment Analysis and Political Party Classification in 2016 U.S. President Debates in Twitter Sentiment Analysis and Political Party Classification in 2016 U.S. President Debates in Twitter Tianyu Ding 1 and Junyi Deng 1 and Jingting Li 1 and Yu-Ru Lin 1 1 University of Pittsburgh, Pittsburgh PA

More information

MARKETING THROUGH SOCIAL MEDIA

MARKETING THROUGH SOCIAL MEDIA MARKETING THROUGH SOCIAL MEDIA M. Sakthi Niveda MBA, Anna University, Madurai Abstract Social media marketing refers to the process of gaining website traffic or attention through social media sites. When

More information

KnowledgeSTUDIO. Advanced Modeling for Better Decisions. Data Preparation, Data Profiling and Exploration

KnowledgeSTUDIO. Advanced Modeling for Better Decisions. Data Preparation, Data Profiling and Exploration KnowledgeSTUDIO Advanced Modeling for Better Decisions Companies that compete with analytics are looking for advanced analytical technologies that accelerate decision making and identify opportunities

More information

Intensified Multidimensional Style for User Belief Mining from Social Media

Intensified Multidimensional Style for User Belief Mining from Social Media 244 Intensified Multidimensional Style for User Belief Mining from Social Media Amit Singla 1 Dr. Vishal Goar 2 Prof. S.S. Sarangdevot 3 1 Research Scholar, J.R.N. Rajasthan Vidyapeeth, Udaipur (INDIA)

More information

October 20, Pat McCarthy PO Box Tacoma, WA Dear Ms. McCarthy:

October 20, Pat McCarthy PO Box Tacoma, WA Dear Ms. McCarthy: October 20, 2008 PO Box 111389 Tacoma, WA 98411 Dear Ms. McCarthy: In order to fully inform you about the conduct of the Ranked Choice Voting Election and how we will be reporting results, I thought it

More information

5 Great Reasons to Start Using Sendible

5 Great Reasons to Start Using Sendible 5 Great Reasons to Start Using Sendible Sendible is an online marketing service for businesses and marketers to promote, grow and track their brands through the use of Social Media, Email and SMS messaging.

More information

Product Aspect Ranking Based on the Customers Reviews.

Product Aspect Ranking Based on the Customers Reviews. Product Aspect Ranking Based on the Customers Reviews. Kadam Snehal, Dhomse Kalyani, Bhumkar Smita, Janrao Swati, Ambhore Shakuntala BE Scholar, Department of Computer Engineering S.R.E.S. s College of

More information

A STUDY ON THE EXPLORATION OF OPINION LEADERS AND OPINION MEDIATORS ON SOCIAL MEDIA: FOCUSED ON THE NUCLEAR POWER RELATED TWEETS

A STUDY ON THE EXPLORATION OF OPINION LEADERS AND OPINION MEDIATORS ON SOCIAL MEDIA: FOCUSED ON THE NUCLEAR POWER RELATED TWEETS A STUDY ON THE EXPLORATION OF OPINION LEADERS AND OPINION MEDIATORS ON SOCIAL MEDIA: FOCUSED ON THE NUCLEAR POWER RELATED TWEETS 1 JI SEON JEONG, 2 JONG WOO KIM School of Business, Hanyang University,

More information

Bill 201: Election Finances Statute Law Amendment Act

Bill 201: Election Finances Statute Law Amendment Act Bill 201: Election Finances Statute Law Amendment Act Standing Committee on General Government Fred Hahn 7/26/2016 Introduction The Canadian Union of Public Employees (CUPE) Ontario is the largest union

More information

Drafting Election Statements and Reports. A Field Guide for Election Monitoring Groups

Drafting Election Statements and Reports. A Field Guide for Election Monitoring Groups Drafting Election Statements and Reports A Field Guide for Election Monitoring Groups Drafting Election Statements and Reports This field guide is designed as an easy- reference tool for domestic non-

More information

The infamous #Pizzagate conspiracy theory: Insight from a TwitterTrails investigation

The infamous #Pizzagate conspiracy theory: Insight from a TwitterTrails investigation The infamous #Pizzagate conspiracy theory: Insight from a TwitterTrails investigation Panagiotis Metaxas Samantha Finn 1 Introduction Social media have become part of modern news reporting, used by journalists

More information

Through Social

Through Social SOCIAL Making MEDIA 101 an Impact Through Social Media @ACNJforKids GETTING THE WORD OUT! Create buzz about upcoming reports and findings with teasers. Talk with them, not at them Encourage coworkers &

More information

Application of Location-Based Sentiment Analysis Using Twitter for Identifying Trends Towards Indian General Elections 2014

Application of Location-Based Sentiment Analysis Using Twitter for Identifying Trends Towards Indian General Elections 2014 Application of Location-Based Sentiment Analysis Using Twitter for Identifying Trends Towards Indian General Elections 2014 Omaima Almatrafi Suhem Parack Bravim Chavan George Mason University George Mason

More information

BLUEPRINT FOR SUCCESS

BLUEPRINT FOR SUCCESS The Social Media Marketer s BLUEPRINT FOR SUCCESS INTRODUCTION In any practice, you have to focus on the foundations before you can expand. Social media marketing is no exception, but as a young industry,

More information

Understanding Types of Users on Twitter

Understanding Types of Users on Twitter Understanding Types of Users on Twitter Muhammad Moeen Uddin 1, Muhammad Imran 2, Hassan Sajjad 2 Lahore University of Management Sciences, Lahore, Pakistan 1 Qatar Computing Research Institute, Doha,

More information

Various Techniques for Efficient Retrieval of Contents across Social Networks Based On Events

Various Techniques for Efficient Retrieval of Contents across Social Networks Based On Events Various Techniques for Efficient Retrieval of Contents across Social Networks Based On Events SAarif Ahamed 1 First Year ME (CSE) Department of CSE MIET EC ahamedaarif@yahoocom BAVishnupriya 1 First Year

More information

Estimating the Impact of User Personality Traits on electronic Word-of-Mouth Text-mining Social Media Platforms

Estimating the Impact of User Personality Traits on electronic Word-of-Mouth Text-mining Social Media Platforms Estimating the Impact of User Personality Traits on electronic Word-of-Mouth Text-mining Social Media Platforms Panos Adamopoulos Goizueta Business School Emory University padamop@emory.edu Anindya Ghose

More information

Predicting the Odds of Getting Retweeted

Predicting the Odds of Getting Retweeted Predicting the Odds of Getting Retweeted Arun Mahendra Stanford University arunmahe@stanford.edu 1. Introduction Millions of people tweet every day about almost any topic imaginable, but only a small percent

More information

Future of California Elections Fall Forum Presentation by Kim Alexander, President & Founder California Voter Foundation

Future of California Elections Fall Forum Presentation by Kim Alexander, President & Founder California Voter Foundation Future of California Elections Fall Forum 2015 Presentation by Kim Alexander, President & Founder California Voter Foundation Three big areas of change: New laws that will help ensure more vote-bymail

More information

How to Make an Online Voter Guide Quick Tips for the Voter Educator. Abstract

How to Make an Online Voter Guide Quick Tips for the Voter Educator. Abstract How to Make an Online Voter Guide Quick Tips for the Voter Educator Available online: http://www.calvoter.org/manual/quicktips.html Provided by the California Voter Foundation, publisher of the California

More information

A NEW QUANTIFYING POLITICAL LEANING FROM TWEETS, RETWEETS, AND RETWEETERS

A NEW QUANTIFYING POLITICAL LEANING FROM TWEETS, RETWEETS, AND RETWEETERS A NEW QUANTIFYING POLITICAL LEANING FROM TWEETS, RETWEETS, AND RETWEETERS D. JAYANTHI, MCA, Vasireddy Venkatadri Institute Of Technology MR. P.R.KRISHNA PRASAD, Associate Professor, Cse, Vasireddy Venkatadri

More information

Reputation trust Score Evaluation for E-Commerce Using Feedback Rating and Comments

Reputation trust Score Evaluation for E-Commerce Using Feedback Rating and Comments Reputation trust Score Evaluation for E-Commerce Using Feedback Rating and Comments Vinaya Ramesh Firake BE(IT),ME(CSE) Abstract: Reputation trust is one of the important factors of the development of

More information

Data Preprocessing, Sentiment Analysis & NER On Twitter Data.

Data Preprocessing, Sentiment Analysis & NER On Twitter Data. IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 73-79 www.iosrjournals.org Data Preprocessing, Sentiment Analysis & NER On Twitter Data. Mr.SanketPatil, Prof.VarshaWangikar,

More information

Rich People Don t Have More Followers! Overcoming Social Inequality With Social Media

Rich People Don t Have More Followers! Overcoming Social Inequality With Social Media Rich People Don t Have More Followers! Overcoming Social Inequality With Social Media Hemank Lamba, Momin M. Malik, Constantine Nakos, Jürgen Pfeffer (Alphabetical Order) Carnegie Mellon University 5000

More information

HOW TO JUDGE A CANDIDATE

HOW TO JUDGE A CANDIDATE HOW TO JUDGE A CANDIDATE Elections present voters with important choices. Whether it is a local race that will affect your community or a national race that could change the direction of the country, it

More information

Optimize Marketing Budget with Marketing Mix Model

Optimize Marketing Budget with Marketing Mix Model Optimize Marketing Budget with Marketing Mix Model Data Analytics Spreadsheet Modeling New York Boston San Francisco Hyderabad Perceptive-Analytics.com (646) 583 0001 cs@perceptive-analytics.com Executive

More information

e-issn: p-issn:

e-issn: p-issn: Available online at www.ijiere.com International Journal of Innovative and Emerging Research in Engineering e-issn: 2394 3343 p-issn: 2394 5494 Real Time Analysis of Social Media Text Using Stream Computing

More information

Supplemental Materials

Supplemental Materials Supplemental Materials Deus ex Machina: Candidate Web Presence and the Presidential Nomination Campaign Dino P. Christenson Assistant Professor Boston University dinopc@bu.edu Corwin D. Smidt Assistant

More information

Campaign Skills Trainer s Guide. Module 6 Message Development Creating Powerful and Persuasive Messages

Campaign Skills Trainer s Guide. Module 6 Message Development Creating Powerful and Persuasive Messages Campaign Skills Trainer s Guide Module 6 Message Development Creating Powerful and Persuasive Messages CAMPAIGN SKILLS TRAINER S GUIDE MODULE 6: MESSAGE DEVELOPMENT Creating Powerful and Persuasive Messages

More information

CLIMATE CHANGE. On many issues, public opinion is so. What Americans Think about

CLIMATE CHANGE. On many issues, public opinion is so. What Americans Think about What Americans Think about CLIMATE CHANGE Polling Americans about climate change reveals a largely united desire for government action and other surprises. Jon A. Krosnick, Nuri Kim, and Bo MacInnis report.

More information

The Science of Social Media. Kristina Lerman USC Information Sciences Institute

The Science of Social Media. Kristina Lerman USC Information Sciences Institute The Science of Social Media Kristina Lerman USC Information Sciences Institute ML meetup, July 2011 What is a science? Explain observed phenomena Make verifiable predictions Help engineer systems with

More information

WINNING BALLOT MEASURES OREGON FIRE DISTRICT DIRECTORS ASSOCIATION OREGON FIRE SERVICE CONFERENCE NOVEMBER 7, 2014

WINNING BALLOT MEASURES OREGON FIRE DISTRICT DIRECTORS ASSOCIATION OREGON FIRE SERVICE CONFERENCE NOVEMBER 7, 2014 WINNING BALLOT MEASURES OREGON FIRE DISTRICT DIRECTORS ASSOCIATION OREGON FIRE SERVICE CONFERENCE NOVEMBER 7, 2014 Outline Introduction Lay of the Land Assets and Liabilities Survey Research Effective

More information

Predicting Political Preference of Twitter Users

Predicting Political Preference of Twitter Users Predicting Political Preference of Twitter Users Aibek Makazhanov Nazarbayev University Research and Innovation System Astana, Kazakhstan Email: aibek.makazhanov@nu.edu.kz Davood Rafiei Computing Science

More information

It s A Matter Of Trust Media s Influence On Voters

It s A Matter Of Trust Media s Influence On Voters It s A Matter Of Trust Media s Influence On Voters The Ballot 1. Our Platform 3 2. Methodology 4 3.Who Are The Survey Respondents? 5-9 4. Today s Hot Button Issue: Fake News And Who Can You Trust? 10-18

More information

Democratising Access to Social Media Data: The Collaborative Online Social Media ObServatory (COSMOS)

Democratising Access to Social Media Data: The Collaborative Online Social Media ObServatory (COSMOS) Democratising Access to Social Media Data: The Collaborative Online Social Media ObServatory (COSMOS) Luke Sloan (@DrLukeSloan) Deputy Director Social Data Science Lab Cardiff School of Social Sciences

More information

Managing your IOSH official Twitter account

Managing your IOSH official Twitter account Managing your IOSH official Twitter account Join or start a conversation with a Tweet Log in to your account. Click the button in the top right-hand side: Make sure your Tweets are 140 characters or fewer.

More information

Electoral Reform in Canada: The Shape of Things to Come An Executive Summary March 2016

Electoral Reform in Canada: The Shape of Things to Come An Executive Summary March 2016 Electoral Reform in Canada: The Shape of Things to Come An Executive Summary March 2016 We are committed to ensuring that 2015 will be the last federal election conducted under the first- past- the- post

More information

Sentiment analysis using Singular Value Decomposition

Sentiment analysis using Singular Value Decomposition International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2016 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Veena

More information