Using Text and Data Mining Techniques to extract Stock Market Sentiment from Live News Streams
|
|
|
- Aron Simmons
- 10 years ago
- Views:
Transcription
1 2012 International Conference on Computer Technology and Science (ICCTS 2012) IPCSIT vol. XX (2012) (2012) IACSIT Press, Singapore Using Text and Data Mining Techniques to extract Stock Market Sentiment from Live News Streams Anurag Nagar 1, Michael Hahsler 2 1 Computer Science and Engineering, Southern Methodist University, Dallas, TX, USA 2 Engineering Management, Information and Systems, Southern Methodist University, Dallas, TX, USA Abstract. Analyzing stock market trends and sentiment is an interdisciplinary area of research being undertaken by many disciplines such as Finance, Computer Science, Statistics, and Economics. It has been well established that real time news plays a strong role in the movement of stock prices. With the advent of electronic and online news sources, analysts have to deal with enormous amounts of real-time, unstructured streaming data. In this paper, we present an automated text mining based approach to aggregate news stories from diverse sources and create a News Corpus. The Corpus is filtered down to relevant sentences and analyzed using Natural Language Processing (NLP) techniques. A sentiment metric, called NewsSentiment, utilizing the count of positive and negative polarity words is proposed as a measure of the sentiment of the overall news corpus. We have used various open source packages and tools to develop the news collection and aggregation engine as well as the sentiment evaluation engine. Extensive experimentation has been done using news stories about various stocks. The time variation of NewsSentiment shows a very strong correlation with the actual stock price movement. Our proposed metric has many applications in analyzing current news stories and predicting stock trends for specific companies and sectors of the economy. Keywords: Text Mining, Stock Market, News Sentiment, Stock Trends 1. Introduction Many key factors that influence stock price of a company or a sector of the economy are also affected by the incoming news articles and feeds [1], [2]. Incoming news can be of various types - such as latest earnings statements, announcement of dividends by a company, information about new products, and trend analysis and prediction by financial experts. Figure 1 shows some of the factors that affect the stock price. Many of these factors are inferred from the incoming news about the company and have a strong influence on the trading patterns and ultimately the stock price itself. Fast growth in micro-blogging sites such as Twitter, have also contributed towards the exponential growth in the amount of text data generated about the financial markets. Clearly, this is an area in which text and data mining tools and techniques can be employed to provide summary information by extracting important keywords and action phrases from the incoming news stories. More importantly, there is need to find ways to find emotion and sentiment from this corpus of text. This is a hot area of research as indicated by the large number of recent publications, for example [2], [3], [4]. Most of the existing research papers focus on extracting sentiment from a static corpus of text such as financial reports, collection of previous financial news items [5], and analysts' reports. With the advent of online news sites such as Google Finance, Yahoo Finance and MSN Money, financial news is delivered in real-time, streaming format. There is a critical need for tools that can provide an accurate estimate of sentiment from streaming news items. 1 Corresponding author. Tel.: address: [email protected]
2 In this paper, we use the open source software R to build a news engine for gathering and aggregating news items from various financial sources. It has the capability to gather news in real time and analyze it for key financial terms and phrases. These phrases are analysed for positive/negative affect and polarity by comparing them with publically available lexicons and dictionaries. Our proposed algorithm filters out irrelevant sentences and noise from news stories and creates a text corpus from only those sentences which are relevant to the stock in question. This approach provides substantially better results than the bag of words approach taken by most researchers. Additionally, working with focussed sets of sentences allows the algorithm to analyse multiple stories in real time and provide instant sentiment scores, which we refer to as NewsSentiment score. To validate our approach, we will compare our NewsSentiment scores with the movement of the actual stock prices and check for a significant correlation between the two. The rest of the paper is organized as follows in section 2, we cover previous work that is closely related to this research. In section 3 we introduce our proposed method and develop a framework for extracting sentiment from streaming news. In section 4, we will present our results and compare it with the actual price movement. Finally, in section 5, some ideas for further improvement of our method will be presented. 2. Related Work There is a lot of on-going research and analysis in the area of text and news sentiment analysis. Theussl et al [5] have presented a framework for large scale sentiment analysis using the R package tm. They use a static text corpus from the New York Times and annotate terms based on their polarity and calculate a sentiment score. They also illustrate the use of distributed text mining techniques with the Map- Reduce paradigm. In a related work, the authors present an algorithm to generate sentiment scores from static corpus of newspaper articles and study its relationship with the current economic indices [6]. A drawback of their approach is that they consider the entire text and do not filter down the corpus to only relevant paragraphs or sentences. In a highly referenced article, Godbole et al [2] present a scheme for extracting sentiment from news articles and blogs. Their approach consists of associating entities with sentiments and aggregating and scoring each entity. They provide a good theoretical background and also a good evaluation of their work. However, they work with a static corpus that has been downloaded at a particular time and is therefore not dynamic. It is also not clear how well their method will work at predicting financial indices and stock prices. Goonatilake et al [1] present a study which indicates that news items have a strong association with economic indices and oil prices. They evaluate the impact of news items on major indices such as Dow Jones Industrial Index (DJIA), S&P 500, and NASDAQ. They classify news items in four categories and try to measure their impact on the daily movement of stock prices by developing a regression model. Bean [7] uses keyword tagging on Twitter feeds about airlines satisfaction to score them for polarity and sentiment. This can provide a quick idea of the sentiment prevailing about airlines and their customer satisfaction ratings. Yu et al [8] present a text mining based framework to determine the sentiment of news articles and illustrate its impact on energy demand. News sentiment is quantified and then presented as a time series and compared with fluctuations in energy demand and prices. 3. Proposed Method In this section, we will introduce our proposed method and its various steps gathering and aggregating news, filtering the news corpus, and evaluating the corpus based on the polarity of its words News Aggregation The first step in our method is to create an on-line news gathering and aggregation engine. It can read current financial news from various sources and then process them. For this, we use the various functionalities available in the open source R framework. Specifically, use the package tm and its various plugins such as tm.plugin.webmining [9]. We use these in conjunction with Google Finance News Feeds to read news in real time.
3 3.2. Analyzing and Filtering News Items Our method starts off by scanning the news items for the stock symbols in question. For example, we expect a news story about Apple Corporation to contain the stock symbol AAPL in the body of the news story. In fact, the entire news story may not be very interesting or useful for our analysis. Quite often, financial or stock market news articles are a comparison of several companies or even sectors of the economy. In such cases, it becomes necessary to separate sentences or paragraphs about different companies and work with the filtered sentences. As an example, Figure 1 shows a snippet of a news article from Bloomberg [10]. It talks about Apple (AAPL) and Coinstar (CSTR) in the same article, yet the article conveys different sentiment for each. A naive approach would simply use word tagging on the entire article, thereby producing erroneous results. The proposed method avoids this by filtering the article to only relevant sentences. It would thus take only the first paragraph into consideration for Apple Corporation (AAPL). Some of the key words and phrases that would be tagged for polarity would be sank 2.8 percent, fell, losing streak" (negative), and valuable" (positive). Figure 1 A snippet from a news article carrying different sentiments for two companies For breaking a story down to sentences, we have again used R and various Natural Language Processing (NLP) tools available therein, such as the package NLP [11]. This allows us to look at individual sentences and keep only those that contain the stock symbol. Another approach could be to look at the headlines of news items. This can provide us with a quick summary of the market sentiment. For example, the heading Cracks in Recent Leaders: CMG, PCLN, AAPL indicates negative sentiment for the stock AAPL. Similarly we can also look at specific paragraphs that contain stock symbols Identifying Sentiment Words Our method can work at different granularity levels such as sentences, headlines, paragraphs, or even the entire news article. We define an instance to be a unit of the granularity level at which the analysis is to be performed. For example, an instance can be one single sentence, or one single headline. Similarly, we define a corpus as the collection of relevant instances to the stock in question. After extracting the relevant instances, we identify the key words contained in them and match them against available sources of positive or negative sentiment terms. We have used the Multi-Perspective Question Answering (MPQA) Subjectivity Lexicon [12] and list of sentiment words from the R package tm.plugin.tags [13] to create a database of sentiment carrying words Scoring Text Corpus News articles are kept in memory in the form of a document-term matrix with the instances as rows and the terms as columns. We create scores for the instances based on the following definitions: Definition 1: An instance is classified as positive if the count of positive words is greater than or equal to the count of negative words. Similarly, an instance is negative if the count of negative words is greater than the count of positive words. s I = sign(n p n n ) (1) where s I is the score of the instance, n p is the number of positive words, n n is the number of negative words and the sign functions returns the sign of its argument.
4 For example, the sentence AAPL has been on a phenomenal rise but investors should be cautious has 2 positive terms phenomenal and rise", it also has 1 negative term cautious. So this would be a positive instance. We also define a score for the corpus as follows: Definition 2: Score of a corpus is defined as the ratio of positive instances to the total number of instances. s (2) C = {s Iε S s I > 0} S where s C is the corpus score, S is the set of all instance scores in the corpus, and. is the cardinality of the set. For example, if a news story has 8 instances out of a total of 10 filtered instances, the score of the corpus would be 0.8. The score is referred to hereafter as the NewsSentiment score. 4. Results In this section, we will present the results of our method and also its correlation with the actual stock price movement. The news aggregation engine was run each day and it collected the top 20 most relevant stories for the stock in question. We filtered the news items to relevant sentences and headlines before creating a text corpus from them. These corpuses were scored using the scheme presented in Section Analysis for Apple Corporation (AAPL) Figure 2 below shows a comparison of the score obtained by considering filtered sentences corpus to the stock price variation for Apple Corporation (AAPL) between April 3 and April 18, Fig. 2 Comparison of filtered sentences NewsSentiment score and actual stock price for AAPL between April 3 and April 18, 2012 It can be easily seen that there is a strong visual correlation between the NewsSentiment score and the stock price. Another thing to note is that there is a lag between the two values. For example, the stock reached its peak on April 10 and the NewsSentiment score reached its peak on April 12. This indicates that the news stories might be descriptive in nature they may be expressing a negative sentiment after the stock has started falling. This is quite consistent with what financial analysts believe to be true. Our method can thus clearly detect the direction of the market sentiment, which bears a close association with the direction of the actual stock price movement.
5 4.2. Other Results Besides the analysis shown for AAPL in section 4.1, we have carried out analysis for various other stocks and also for mutual funds and exchange traded funds. Due to space constraints, we are not including them in this paper. In all cases, NewsSentiment scores had a very strong correlation with the actual stock price variations and can pick up the direction of the market sentiment. 5. Future Work Our method is able to describe and quantify the market sentiment about stocks quite accurately.. Still, the accuracy can be further improved by considering stock market specific terms into account. For example, bullish run, bearish, short selling are some terms which are specific to stock market vocabulary but are not part of any normal sentiment lexicons. As a further step, the authority of the news source can be taken into account while creating the corpus. A higher weight can be given to trusted and authoritative sources. Similarly, if a news items contains too many stock symbols, it can be given a lower weight than one with few symbols. This will allow us to give a higher weight to a focussed news item. Finally, more resources including social networking and public stock review sites such as stockwits.com can also be taken into account while constructing the news corpus. 6. Acknowledgements This work was supported in part by the U.S. National Science Foundation under Grant No. IIS References [1] R. Goonatilake and S. Herath. The volatility of the stock market and news. International Research Journal of Finance and Economics, 2007, 11: [2] N. Godbole, M. Srinivasaiah, and S. Skiena. Large-scale sentiment analysis for news and blogs. Proceedings of the International Conference on Weblogs and Social Media (ICWSM), 2007 [3] B. Pang and L. Lee. Opinion mining and sentiment analysis. Trends Inf. Retr. 2008, 2 (1-2): 1-135, [4] J. Leskovec, L. Backstrom, and J. Kleinberg Meme-tracking and the dynamics of the news cycle. In Proceedings of the 15th ACM SIGKDD international conference on Knowledge discovery and data mining (KDD '09). ACM, New York, NY, USA, [5] S. Theussl, I. Feinerer, and K. Hornik Distributed text mining with tm. In Proceedings of R Finance [6] P. Hofmarcher, S. Theussl, and K. Hornik,. Do Media Sentiments Reflect Economic Indices? Chinese Business Review. 2011, 10(7): [7] J. Bean. R by example: Mining Twitter for consumer attitudes towards airlines. In Boston Predictive Analytics Meetup Presentation, [8] W.-B. Yu, B.-R. Lea, and B. Guruswamy. A Theoretic Framework Integrating Text Mining and Energy Demand Forecasting. International Journal of Electronic Business Management. 2011, 5(3): [9] M. Annau. tm.plugin.webmining: Retrieve structured, textual data from various web sources. 2012, R package version 0.1/r37. [Online]. Available: [10] R. Nazareth. S&P 500 Caps Biggest Weekly Decline in 2012 on Economy. 2012, [Accessed 15-April-2012]. [Online]. Available: [11] I. Feinerer and K. Hornik. opennlp: opennlp Interface, 2010, R package version [Online]. Available: [12] T. Wilson, J. Wiebe, and P. Homann. MPQA Subjectivity Lexicon. 2005, [Accessed 18-April-2012]. [Online]. Available: lexicon.html [13] S. Theussl. tm.plugin.tags: Text Mining Plug-In: Tag Categories, 2010, R package version
News Sentiment Analysis Using R to Predict Stock Market Trends
News Sentiment Analysis Using R to Predict Stock Market Trends Anurag Nagar and Michael Hahsler Computer Science Southern Methodist University Dallas, TX Topics Motivation Gathering News Creating News
Twitter sentiment vs. Stock price!
Twitter sentiment vs. Stock price! Background! On April 24 th 2013, the Twitter account belonging to Associated Press was hacked. Fake posts about the Whitehouse being bombed and the President being injured
Sentiment analysis on tweets in a financial domain
Sentiment analysis on tweets in a financial domain Jasmina Smailović 1,2, Miha Grčar 1, Martin Žnidaršič 1 1 Dept of Knowledge Technologies, Jožef Stefan Institute, Ljubljana, Slovenia 2 Jožef Stefan International
Text Opinion Mining to Analyze News for Stock Market Prediction
Int. J. Advance. Soft Comput. Appl., Vol. 6, No. 1, March 2014 ISSN 2074-8523; Copyright SCRG Publication, 2014 Text Opinion Mining to Analyze News for Stock Market Prediction Yoosin Kim 1, Seung Ryul
Tweets Miner for Stock Market Analysis
Tweets Miner for Stock Market Analysis Bohdan Pavlyshenko Electronics department, Ivan Franko Lviv National University,Ukraine, Drahomanov Str. 50, Lviv, 79005, Ukraine, e-mail: [email protected]
Social Market Analytics, Inc.
S-Factors : Definition, Use, and Significance Social Market Analytics, Inc. Harness the Power of Social Media Intelligence January 2014 P a g e 2 Introduction Social Market Analytics, Inc., (SMA) produces
Sentiment Analysis. D. Skrepetos 1. University of Waterloo. NLP Presenation, 06/17/2015
Sentiment Analysis D. Skrepetos 1 1 Department of Computer Science University of Waterloo NLP Presenation, 06/17/2015 D. Skrepetos (University of Waterloo) Sentiment Analysis NLP Presenation, 06/17/2015
Prediction of Stock Market Shift using Sentiment Analysis of Twitter Feeds, Clustering and Ranking
382 Prediction of Stock Market Shift using Sentiment Analysis of Twitter Feeds, Clustering and Ranking 1 Tejas Sathe, 2 Siddhartha Gupta, 3 Shreya Nair, 4 Sukhada Bhingarkar 1,2,3,4 Dept. of Computer Engineering
On the Predictability of Stock Market Behavior using StockTwits Sentiment and Posting Volume
On the Predictability of Stock Market Behavior using StockTwits Sentiment and Posting Volume Abstract. In this study, we explored data from StockTwits, a microblogging platform exclusively dedicated to
SOPS: Stock Prediction using Web Sentiment
SOPS: Stock Prediction using Web Sentiment Vivek Sehgal and Charles Song Department of Computer Science University of Maryland College Park, Maryland, USA {viveks, csfalcon}@cs.umd.edu Abstract Recently,
Twitter Stock Bot. John Matthew Fong The University of Texas at Austin [email protected]
Twitter Stock Bot John Matthew Fong The University of Texas at Austin [email protected] Hassaan Markhiani The University of Texas at Austin [email protected] Abstract The stock market is influenced
How To Analyze Sentiment On A Microsoft Microsoft Twitter Account
Sentiment Analysis on Hadoop with Hadoop Streaming Piyush Gupta Research Scholar Pardeep Kumar Assistant Professor Girdhar Gopal Assistant Professor ABSTRACT Ideas and opinions of peoples are influenced
Stock Market Prediction Using Data Mining
Stock Market Prediction Using Data Mining 1 Ruchi Desai, 2 Prof.Snehal Gandhi 1 M.E., 2 M.Tech. 1 Computer Department 1 Sarvajanik College of Engineering and Technology, Surat, Gujarat, India Abstract
Analysis of Tweets for Prediction of Indian Stock Markets
Analysis of Tweets for Prediction of Indian Stock Markets Phillip Tichaona Sumbureru Department of Computer Science and Engineering, JNTU College of Engineering Hyderabad, Kukatpally, Hyderabad-500 085,
Exploring the use of Big Data techniques for simulating Algorithmic Trading Strategies
Exploring the use of Big Data techniques for simulating Algorithmic Trading Strategies Nishith Tirpankar, Jiten Thakkar [email protected], [email protected] December 20, 2015 Abstract In the world
The Viability of StockTwits and Google Trends to Predict the Stock Market. By Chris Loughlin and Erik Harnisch
The Viability of StockTwits and Google Trends to Predict the Stock Market By Chris Loughlin and Erik Harnisch Spring 2013 Introduction Investors are always looking to gain an edge on the rest of the market.
Financial Text Mining
Enabling Sophisticated Financial Text Mining Calum Robertson Research Analyst, Sirca Background Data Research Strategies Obstacles Conclusions Overview Background Efficient Market Hypothesis Asset Price
Sentiment Analysis on Big Data
SPAN White Paper!? Sentiment Analysis on Big Data Machine Learning Approach Several sources on the web provide deep insight about people s opinions on the products and services of various companies. Social
Trading Strategies To Exploit Blog and News Sentiment
Trading Strategies To Exploit Blog and News Sentiment Wenbin Zhang and Steven Skiena {[email protected]} and {[email protected]} Department of Computer Science, Stony Brook University Stony Brook,
Forecasting stock markets with Twitter
Forecasting stock markets with Twitter Argimiro Arratia [email protected] Joint work with Marta Arias and Ramón Xuriguera To appear in: ACM Transactions on Intelligent Systems and Technology, 2013,
Sentiment analysis on news articles using Natural Language Processing and Machine Learning Approach.
Sentiment analysis on news articles using Natural Language Processing and Machine Learning Approach. Pranali Chilekar 1, Swati Ubale 2, Pragati Sonkambale 3, Reema Panarkar 4, Gopal Upadhye 5 1 2 3 4 5
Using The Stock Market Game (SMG)
Using The Stock Market Game (SMG) Created by Amy Cornelisen, Garin College What is a Company? A is a person or group of persons that create a product for others to buy. The product may be something that
Equity forecast: Predicting long term stock price movement using machine learning
Equity forecast: Predicting long term stock price movement using machine learning Nikola Milosevic School of Computer Science, University of Manchester, UK [email protected] Abstract Long
CS 229, Autumn 2011 Modeling the Stock Market Using Twitter Sentiment Analysis
CS 229, Autumn 2011 Modeling the Stock Market Using Twitter Sentiment Analysis Team members: Daniel Debbini, Philippe Estin, Maxime Goutagny Supervisor: Mihai Surdeanu (with John Bauer) 1 Introduction
WILL TWITTER MAKE YOU A BETTER INVESTOR? A LOOK AT SENTIMENT, USER REPUTATION AND THEIR EFFECT ON THE STOCK MARKET
WILL TWITTER MAKE YOU A BETTER INVESTOR? A LOOK AT SENTIMENT, USER REPUTATION AND THEIR EFFECT ON THE STOCK MARKET ABSTRACT Eric D. Brown Dakota State University [email protected] The use of social networks
Impact of Financial News Headline and Content to Market Sentiment
International Journal of Machine Learning and Computing, Vol. 4, No. 3, June 2014 Impact of Financial News Headline and Content to Market Sentiment Tan Li Im, Phang Wai San, Chin Kim On, Rayner Alfred,
Predicting the Stock Market with News Articles
Predicting the Stock Market with News Articles Kari Lee and Ryan Timmons CS224N Final Project Introduction Stock market prediction is an area of extreme importance to an entire industry. Stock price is
Stock Market Forecasting Using Machine Learning Algorithms
Stock Market Forecasting Using Machine Learning Algorithms Shunrong Shen, Haomiao Jiang Department of Electrical Engineering Stanford University {conank,hjiang36}@stanford.edu Tongda Zhang Department of
Neural Networks for Sentiment Detection in Financial Text
Neural Networks for Sentiment Detection in Financial Text Caslav Bozic* and Detlef Seese* With a rise of algorithmic trading volume in recent years, the need for automatic analysis of financial news emerged.
Social Media analysis: A very useful tool for trading and investing. Gerhard Lampen Head Sanlam itrade Online
Social Media analysis: A very useful tool for trading and investing Gerhard Lampen Head Sanlam itrade Online Agenda 1. A Growing Industry 2. Breaking News Discovery 3. Copy/Mirror Trading 4. Sentiment
Financial Trading System using Combination of Textual and Numerical Data
Financial Trading System using Combination of Textual and Numerical Data Shital N. Dange Computer Science Department, Walchand Institute of Rajesh V. Argiddi Assistant Prof. Computer Science Department,
A Comparative Study on Sentiment Classification and Ranking on Product Reviews
A Comparative Study on Sentiment Classification and Ranking on Product Reviews C.EMELDA Research Scholar, PG and Research Department of Computer Science, Nehru Memorial College, Putthanampatti, Bharathidasan
Keep Decypha-ing! What s in it for You?
What s in it for You? Decypha is a comprehensive financial platform offering decision-enabling intelligence on the MENA region and even beyond. It has been designed using global best practices for investment
How To Predict Stock Price With Mood Based Models
Twitter Mood Predicts the Stock Market Xiao-Jun Zeng School of Computer Science University of Manchester [email protected] Outline Introduction and Motivation Approach Framework Twitter mood model
Understanding the Equity Summary Score Methodology
Understanding the Equity Summary Score Methodology Provided By Understanding the Equity Summary Score Methodology The Equity Summary Score provides a consolidated view of the ratings from a number of independent
Big Data. Fast Forward. Putting data to productive use
Big Data Putting data to productive use Fast Forward What is big data, and why should you care? Get familiar with big data terminology, technologies, and techniques. Getting started with big data to realize
QUANTIFYING THE EFFECTS OF ONLINE BULLISHNESS ON INTERNATIONAL FINANCIAL MARKETS
QUANTIFYING THE EFFECTS OF ONLINE BULLISHNESS ON INTERNATIONAL FINANCIAL MARKETS Huina Mao School of Informatics and Computing Indiana University, Bloomington, USA ECB Workshop on Using Big Data for Forecasting
SENTIMENT ANALYSIS: TEXT PRE-PROCESSING, READER VIEWS AND CROSS DOMAINS EMMA HADDI BRUNEL UNIVERSITY LONDON
BRUNEL UNIVERSITY LONDON COLLEGE OF ENGINEERING, DESIGN AND PHYSICAL SCIENCES DEPARTMENT OF COMPUTER SCIENCE DOCTOR OF PHILOSOPHY DISSERTATION SENTIMENT ANALYSIS: TEXT PRE-PROCESSING, READER VIEWS AND
New Scan Wizard Stock Market Software Finds Trend and Force Breakouts First; Charts, Finds News, Logs Track Record
NEWS FOR IMMEDIATE RELEASE, Monday, October 2, 2000 Contact: John A. Sarkett, 847.446.2222, [email protected] http://option-wizard.com/scanwizard/ New Scan Wizard Stock Market Software Finds Trend
The process of gathering and analyzing Twitter data to predict stock returns EC115. Economics
The process of gathering and analyzing Twitter data to predict stock returns EC115 Economics Purpose Many Americans save for retirement through plans such as 401k s and IRA s and these retirement plans
A Statistical Text Mining Method for Patent Analysis
A Statistical Text Mining Method for Patent Analysis Department of Statistics Cheongju University, [email protected] Abstract Most text data from diverse document databases are unsuitable for analytical
JamiQ Social Media Monitoring Software
JamiQ Social Media Monitoring Software JamiQ's multilingual social media monitoring software helps businesses listen, measure, and gain insights from conversations taking place online. JamiQ makes cutting-edge
Sentiment Analysis of Twitter Data within Big Data Distributed Environment for Stock Prediction
Proceedings of the Federated Conference on Computer Science and Information Systems pp. 1349 1354 DOI: 10.15439/2015F230 ACSIS, Vol. 5 Sentiment Analysis of Twitter Data within Big Data Distributed Environment
Text Analytics Beginner s Guide. Extracting Meaning from Unstructured Data
Text Analytics Beginner s Guide Extracting Meaning from Unstructured Data Contents Text Analytics 3 Use Cases 7 Terms 9 Trends 14 Scenario 15 Resources 24 2 2013 Angoss Software Corporation. All rights
What s Up With The Stock Market? EPISODE # 404
What s Up With The Stock Market? EPISODE # 404 LESSON LEVEL Grades 9-12 KEY TOPICS Stock market Investing Stock research LEARNING OBJECTIVES 1. Understand what stocks are. 2. Identify investment strategies.
Can Twitter provide enough information for predicting the stock market?
Can Twitter provide enough information for predicting the stock market? Maria Dolores Priego Porcuna Introduction Nowadays a huge percentage of financial companies are investing a lot of money on Social
Leveraging Big Data. A case study from Thomson Reuters
Leveraging Big Data A case study from Thomson Reuters About the speakers Chawapong Suriyajan, Development Group Leader Sakol Suwinaitrakool Senior Solution Architect 2 FOLLOW US: facebook.com/thomsonreutersthailand
Big Data and High Quality Sentiment Analysis for Stock Trading and Business Intelligence. Dr. Sulkhan Metreveli Leo Keller
Big Data and High Quality Sentiment Analysis for Stock Trading and Business Intelligence Dr. Sulkhan Metreveli Leo Keller The greed https://www.youtube.com/watch?v=r8y6djaeolo The money https://www.youtube.com/watch?v=x_6oogojnaw
Stock Market Indicators: Fundamental, Sentiment, & Technical
Stock Market Indicators: Fundamental, Sentiment, & Technical January 12, 216 Dr. Edward Yardeni 516-972-7683 eyardeni@ Joe Abbott 732-497-536 jabbott@ Debbie Johnson 48-664-1333 djohnson@ Mali Quintana
Combining Social Data and Semantic Content Analysis for L Aquila Social Urban Network
I-CiTies 2015 2015 CINI Annual Workshop on ICT for Smart Cities and Communities Palermo (Italy) - October 29-30, 2015 Combining Social Data and Semantic Content Analysis for L Aquila Social Urban Network
Big Data Collection Study for Providing Efficient Information
, pp. 41-50 http://dx.doi.org/10.14257/ijseia.2015.9.12.03 Big Data Collection Study for Providing Efficient Information Jun-soo Yun, Jin-tae Park, Hyun-seo Hwang and Il-young Moon Computer Science and
Social Media Implementations
SEM Experience Analytics Social Media Implementations SEM Experience Analytics delivers real sentiment, meaning and trends within social media for many of the world s leading consumer brand companies.
A Capability Model for Business Analytics: Part 2 Assessing Analytic Capabilities
A Capability Model for Business Analytics: Part 2 Assessing Analytic Capabilities The first article of this series presented the capability model for business analytics that is illustrated in Figure One.
Sentiment Analysis of Equities using Data Mining Techniques and Visualizing the Trends
www.ijcsi.org 265 Sentiment Analysis of Equities using Data Mining Techniques and Visualizing the Trends Shradha Tulankar 1, Dr Rahul Athale 2, Sandeep Bhujbal 3 1 Department of Advanced Software and Computing
How To Make Sense Of Data With Altilia
HOW TO MAKE SENSE OF BIG DATA TO BETTER DRIVE BUSINESS PROCESSES, IMPROVE DECISION-MAKING, AND SUCCESSFULLY COMPETE IN TODAY S MARKETS. ALTILIA turns Big Data into Smart Data and enables businesses to
CSE 598 Project Report: Comparison of Sentiment Aggregation Techniques
CSE 598 Project Report: Comparison of Sentiment Aggregation Techniques Chris MacLellan [email protected] May 3, 2012 Abstract Different methods for aggregating twitter sentiment data are proposed and three
Italian Journal of Accounting and Economia Aziendale. International Area. Year CXIV - 2014 - n. 1, 2 e 3
Italian Journal of Accounting and Economia Aziendale International Area Year CXIV - 2014 - n. 1, 2 e 3 Could we make better prediction of stock market indicators through Twitter sentiment analysis? ALEXANDER
Using News Articles to Predict Stock Price Movements
Using News Articles to Predict Stock Price Movements Győző Gidófalvi Department of Computer Science and Engineering University of California, San Diego La Jolla, CA 9237 [email protected] 21, June 15,
Please note trading advice and risk statement on pages three and four
FTSE Buzz FTSE Sentiment 6,75 7,25 1 7, 5 6,5 1 % 6,75 6,5-5 6,25 6,25-1 12 12 Euro/US Dollar Buzz Euro/US Dollar Sentiment 1.36 1.36 5 1.34 1 % 1.34 1.32 1.32-5 26 26 Realtime data and updates on s tockpuls
Virtual Stock Market Game Glossary
Virtual Stock Market Game Glossary American Stock Exchange-AMEX An open auction market similar to the NYSE where buyers and sellers compete in a centralized marketplace. The AMEX typically lists small
NICE MULTI-CHANNEL INTERACTION ANALYTICS
NICE MULTI-CHANNEL INTERACTION ANALYTICS Revealing Customer Intent in Contact Center Communications CUSTOMER INTERACTIONS: The LIVE Voice of the Customer Every day, customer service departments handle
Data Mining Yelp Data - Predicting rating stars from review text
Data Mining Yelp Data - Predicting rating stars from review text Rakesh Chada Stony Brook University [email protected] Chetan Naik Stony Brook University [email protected] ABSTRACT The majority
Towards SoMEST Combining Social Media Monitoring with Event Extraction and Timeline Analysis
Towards SoMEST Combining Social Media Monitoring with Event Extraction and Timeline Analysis Yue Dai, Ernest Arendarenko, Tuomo Kakkonen, Ding Liao School of Computing University of Eastern Finland {yvedai,
Provalis Research Text Analytics and the Victory Index
point Provalis Research Text Analytics and the Victory Index Fern Halper, Ph.D. Fellow Daniel Kirsch Senior Analyst Provalis Research Text Analytics and the Victory Index Unstructured data is everywhere
The Italian Hate Map:
I-CiTies 2015 2015 CINI Annual Workshop on ICT for Smart Cities and Communities Palermo (Italy) - October 29-30, 2015 The Italian Hate Map: semantic content analytics for social good (Università degli
How To Understand The Stock Market
BIZ KID$ Episode 404: What s Up With The Stock Market? Episode Synopsis Have you ever tried to read the financial pages in the newspaper or understand the bottom of the TV screen financial ticker? It s
Particular Requirements on Opinion Mining for the Insurance Business
Particular Requirements on Opinion Mining for the Insurance Business Sven Rill, Johannes Drescher, Dirk Reinel, Jörg Scheidt, Florian Wogenstein Institute of Information Systems (iisys) University of Applied
Machine Learning Techniques for Stock Prediction. Vatsal H. Shah
Machine Learning Techniques for Stock Prediction Vatsal H. Shah 1 1. Introduction 1.1 An informal Introduction to Stock Market Prediction Recently, a lot of interesting work has been done in the area of
Advanced Big Data Analytics with R and Hadoop
REVOLUTION ANALYTICS WHITE PAPER Advanced Big Data Analytics with R and Hadoop 'Big Data' Analytics as a Competitive Advantage Big Analytics delivers competitive advantage in two ways compared to the traditional
A Big Data Analytical Framework For Portfolio Optimization Abstract. Keywords. 1. Introduction
A Big Data Analytical Framework For Portfolio Optimization Dhanya Jothimani, Ravi Shankar and Surendra S. Yadav Department of Management Studies, Indian Institute of Technology Delhi {dhanya.jothimani,
EXPLOITING TWITTER IN MARKET RESEARCH FOR UNIVERSITY DEGREE COURSES
EXPLOITING TWITTER IN MARKET RESEARCH FOR UNIVERSITY DEGREE COURSES Zhenar Shaho Faeq 1,Kayhan Ghafoor 2, Bawar Abdalla 3 and Omar Al-rassam 4 1 Department of Software Engineering, Koya University, Koya,
Predicting Stock Market Fluctuations. from Twitter
Predicting Stock Market Fluctuations from Twitter An analysis of the predictive powers of real-time social media Sang Chung & Sandy Liu Stat 157 Professor ALdous Dec 12, 2011 Chung & Liu 2 1. Introduction
HedgeChatter Case Study: Stock Price Manipulation Detection
HedgeChatter Case Study: Stock Price Manipulation Detection Case Study: Stock Price Manipulation Detection Company: Organovo Holdings, INC Ticker: ONVO Focus: Risk Mitigation TOC Table of Content: Pg3
ACTIVITY 20.1 THE LANGUAGE OF FINANCIAL MARKETS: DEFINITIONS
ACTIVITY 20.1 THE LANGUAGE OF FINANCIAL MARKETS: DEFINITIONS AMEX: The acronym stands for American Stock Exchange, formerly an independent market but now part of the New York Stock Exchange; the AMEX s
Applying Machine Learning to Stock Market Trading Bryce Taylor
Applying Machine Learning to Stock Market Trading Bryce Taylor Abstract: In an effort to emulate human investors who read publicly available materials in order to make decisions about their investments,
Some Experiments on Modeling Stock Market Behavior Using Investor Sentiment Analysis and Posting Volume from Twitter
Some Experiments on Modeling Stock Market Behavior Using Investor Sentiment Analysis and Posting Volume from Twitter Nuno Oliveira Centro Algoritmi Dep. Sistemas de Informação Universidade do Minho 4800-058
How Wall Street Works Nightly Business Report
Notes from the PBS video How Wall Street Works Nightly Business Report The New York Stock Exchange located on Wall Street in New York City, is traders can buy and sell stocks and bonds. Two major types
Why are Organizations Interested?
SAS Text Analytics Mary-Elizabeth ( M-E ) Eddlestone SAS Customer Loyalty [email protected] +1 (607) 256-7929 Why are Organizations Interested? Text Analytics 2009: User Perspectives on Solutions
Sentiment Analysis of Twitter Feeds for the Prediction of Stock Market Movement
Sentiment Analysis of Twitter Feeds for the Prediction of Stock Market Movement Ray Chen, Marius Lazer Abstract In this paper, we investigate the relationship between Twitter feed content and stock market
JetBlue Airways Stock Price Analysis and Prediction
JetBlue Airways Stock Price Analysis and Prediction Team Member: Lulu Liu, Jiaojiao Liu DSO530 Final Project JETBLUE AIRWAYS STOCK PRICE ANALYSIS AND PREDICTION 1 Motivation Started in February 2000, JetBlue
Comparing Artificial Intelligence Systems for Stock Portfolio Selection
Abstract Comparing Artificial Intelligence Systems for Stock Portfolio Selection Extended Abstract Chiu-Che Tseng Texas A&M University Commerce P.O. BOX 3011 Commerce, Texas 75429 Tel: (903) 886-5497 Email:
Approaches for Sentiment Analysis on Twitter: A State-of-Art study
Approaches for Sentiment Analysis on Twitter: A State-of-Art study Harsh Thakkar and Dhiren Patel Department of Computer Engineering, National Institute of Technology, Surat-395007, India {harsh9t,dhiren29p}@gmail.com
Big Data to trade bonds/fx & Python demo on FX intraday vol
Big Data to trade bonds/fx & Python demo on FX intraday vol Saeed Amen, Quantitative Strategist Managing Director & Co-founder of The Thalesians @thalesians / commentary around finance [email protected]
Big Data Analytics. An Introduction. Oliver Fuchsberger University of Paderborn 2014
Big Data Analytics An Introduction Oliver Fuchsberger University of Paderborn 2014 Table of Contents I. Introduction & Motivation What is Big Data Analytics? Why is it so important? II. Techniques & Solutions
Bridging CAQDAS with text mining: Text analyst s toolbox for Big Data: Science in the Media Project
Bridging CAQDAS with text mining: Text analyst s toolbox for Big Data: Science in the Media Project Ahmet Suerdem Istanbul Bilgi University; LSE Methodology Dept. Science in the media project is funded
Cleaned Data. Recommendations
Call Center Data Analysis Megaputer Case Study in Text Mining Merete Hvalshagen www.megaputer.com Megaputer Intelligence, Inc. 120 West Seventh Street, Suite 10 Bloomington, IN 47404, USA +1 812-0-0110
IT services for analyses of various data samples
IT services for analyses of various data samples Ján Paralič, František Babič, Martin Sarnovský, Peter Butka, Cecília Havrilová, Miroslava Muchová, Michal Puheim, Martin Mikula, Gabriel Tutoky Technical
Sentiment Analysis and Time Series with Twitter Introduction
Sentiment Analysis and Time Series with Twitter Mike Thelwall, School of Technology, University of Wolverhampton, Wulfruna Street, Wolverhampton WV1 1LY, UK. E-mail: [email protected]. Tel: +44 1902
COLLECTIVE INTELLIGENCE: A NEW APPROACH TO STOCK PRICE FORECASTING
COLLECTIVE INTELLIGENCE: A NEW APPROACH TO STOCK PRICE FORECASTING CRAIG A. KAPLAN* iq Company (www.iqco.com) Abstract A group that makes better decisions than its individual members is considered to exhibit
