Utilising Wikipedia for Text Mining Applications

Total Page:16

File Type:pdf, Size:1020Kb

Utilising Wikipedia for Text Mining Applications Utilising Wikipedia for Text Mining Applications Muhammad Atif Qureshi College of Engineering and Informatics National University of Ireland, Galway Department of Informatics, Systems and Communications University of Milano-Bicocca, Milan A thesis submitted for the degree of Doctor of Philosophy 2015 2 Acknowledgements I am very grateful to my supervisors Dr. Colm O'Riordan and Dr. Gabriella Pasi. Their guidance and support made this day possible as it stands to- day. In particular, I have found a great friend in Dr. Colm O'Riordan besides being my supervisor, he made my stay in Ireland such a delight and his kindness showed me that I have more to learn from him other than the scientific subject of this thesis. When my mother came to Ireland after the birth of my daughter, Colm visited our place with his family twice, we felt really thankful for his kind gesture and my mother asked me to say thanks in the best possible way for his gentleness on multiple occasions, and hence, from myself and my mother, I am writing a special thanks in this acknowledgement. I am also thankful to the several suggestions and interesting discussions throughout out my PhD program from different people in the National University of Ireland, Galway and University of Milano-Bicocca, Milan. I am very grateful to the College of Engineering and Informatics scholar- ship committee within National University of Ireland, Galway who consid- ered me worthy of the opportunity. It surely would not have been possible to complete the research conducted in this thesis without their support. I am grateful to my wife Arjumand who partnered me in all walks of life ranging from scientific discussions to home affairs. We have seen different ups and downs of life together and always stood by each other's side; we share workplace, home affairs, and enjoy different hobbies and activities. She developed an interest in SciFi because I am a fan of it, she enjoys watching sports (a problem solved for me) in terms of TV time. Together, we have a beautiful daughter Fareeha Qureshi whose smile makes the world look so easy and pleasant. Fareeha will be 5 months old at the time of submission of this thesis but even this short period is so dear and valuable that words can't explain. I am very grateful to my mother who has been a source of strength for me throughout my life; she raised me up after the passing of my father at an early age and she showed with her actions that nothing is impossible. I admire her for completing her PhD in the times when she was a single parent and sole earning hand for our family. It is from her that I learned that nothing is impossible to achieve if we have strong motivation, she is my inspiration and my lamp at home that turned me into a person that I am today. Lastly, and most importantly, I am humbled by the Blessings of the Cre- ator and Sustainer of the Universe, Allah swt. Indeed, it is He who grants us what we do not deserve and none is worthy of praise except Him. 4 Abstract The process whereby inferences are made from textual data is broadly referred to as text mining. In order to ensure the quality and effective- ness of the derived inferences, several approaches have been proposed for different text mining applications. Among these applications, classifying a piece of text into pre-defined classes through the utilisation of training data falls into supervised approaches while arranging related documents or terms into clusters falls into unsupervised approaches. In both these approaches, processing is undertaken at the level of documents to make sense of text within those documents. Recent research efforts have be- gun exploring the role of knowledge bases in solving the various problems that arise in the domain of text mining. Of all the knowledge bases, Wikipedia on account of being one of the largest human-curated, online encyclopaedia has proven to be one of the most valuable resources in dealing with various problems in the domain of text mining. However, previous Wikipedia-based research efforts have not taken both Wikipedia categories and Wikipedia articles together as a source of information. This thesis serves as a first step in eliminating this gap and through- out the contributions made in this thesis, we have shown the effective- ness of Wikipedia category-article structure for various text mining tasks. Wikipedia categories are organized in a taxonomical manner serving as semantic tags for Wikipedia articles and this provides a strong abstrac- tion and expressive mode of knowledge representation. In this thesis, we explore the effectiveness of this mode of Wikipedia's expression (i.e., the category-article structure) via its application in the domains of text classification, subjectivity analysis (via a notion of \perspective" in news search), and keyword extraction. First, we show the effectiveness of exploiting Wikipedia for two classi- fication tasks i.e., 1- classifying the tweets1 being relevant/irrelevant to 1Message sent using Twitter. an entity or brand, 2- classifying the tweets into different topical dimen- sions such as tweets related with workplace, innovation, etc. To do so, we define the notion of relatedness between the text in tweet and the informa- tion embedded within the Wikipedia category-article structure. Then, we present an application in the area of news search by using the same notion of relatedness to show more information related to each search result high- lighting the amount perspective or subjective bias in each returned result towards a certain opinion, topical drift, etc. Finally, we present a key- word extraction strategy using community detection over the Wikipedia categories to discover related keywords arranged in different communities. The relationship between Wikipedia categories and articles is explored via a textual phrase matching framework whereby the starting point is textual phrases that match Wikipedia articles' titles/redirects. The Wikipedia articles for which a match occurs are then utilised by extraction of their associated categories, and these Wikipedia categories are used to derive various structural measures such as those relating to taxonomical depth and Wikipedia articles they contain. These measures are utilised in our proposed text classification, subjectivity analysis, and keyword extrac- tion framework and the performance is analysed via extensive experimen- tal evaluations. These experimental evaluations undertake comparisons with standard text mining approaches in the literature and our Wikipedia framework based on its category-article structure outperforms the stan- dard text mining techniques. 6 Contents 1 Introduction 1 1.1 Motivation and Problem Statement . 1 1.1.1 Textual Data over the World Wide Web . 1 1.1.2 Role of Knowledge Bases in Text Mining Applications . 2 1.2 Open Challenges . 3 1.3 Research Questions . 3 1.4 Contributions . 5 1.5 Thesis Flow and Structure . 6 2 Background 9 2.1 Text Mining . 9 2.1.1 Document Representation Models . 9 2.1.1.1 Vector Space Model . 10 2.1.2 Unsupervised Learning Methods from Text Data . 12 2.1.2.1 Text Clustering . 12 2.1.2.2 Topic Modelling . 13 2.1.3 Supervised Learning Methods from Text Data . 14 2.1.4 Evaluation Measures . 15 2.2 Knowledge Bases . 17 2.2.1 DBPedia . 17 2.2.2 YAGO: Yet Another Great Ontology . 18 2.2.3 Freebase . 18 2.2.4 WordNet . 18 2.2.5 Cyc and OpenCyc . 19 2.2.6 Wikipedia . 19 2.3 The Data Source: Twitter . 21 2.4 Summary of the Chapter . 23 i 3 Related Research 24 3.1 Semantic Relatedness . 24 3.2 Named Entity Recognition . 26 3.3 Disambiguation Problem . 27 3.3.1 Word Sense Disambiguation (WSD) . 28 3.3.2 Named Entity Disambiguation (NED) . 28 3.4 Seeking Information for Complex Needs . 30 3.4.1 Search Result Diversification . 31 3.4.2 Exploratory Search . 31 3.5 Knowledge Extraction . 32 3.5.1 Document Summarization . 32 3.5.2 Keyword Extraction . 33 3.5.2.1 Supervised strategies . 34 3.5.2.2 Unsupervised strategies . 35 3.6 State-of-the-Art in Lieu of Thesis Contributions . 36 3.7 Summary of the Chapter . 37 4 Wikipedia Based Semantic Relatedness Framework 38 4.1 Generation of Candidate Phrases . 38 4.1.1 Variable-Length Phrase Chunking . 39 4.2 Relatedness Scores Using Wikipedia Category Hierarchies . 41 4.2.1 Generation of Relatedness Scores . 42 4.2.2 Relatedness Measures . 44 4.2.2.1 Heuristic 1: Depthsignificance . 45 4.2.2.2 Heuristic 2: Catsignificance . 46 4.2.2.3 Heuristic 3: P hrasesignificance . 46 4.2.2.4 Summary of Relatedness Scores . 47 4.3 Summary of the Chapter . 48 5 Entity Filtering and Reputation Dimensions Classification for Online Reputation Management 50 5.1 Introduction to Online Reputation Management . 51 5.2 Significant Subtasks within Online Reputation Management . 52 5.2.1 Filtering Task . 52 5.2.2 Reputation Dimensions Classification Task . 53 5.3 Challenging Nature of Task . 53 5.3.1 Explicit Challenges . 54 ii 5.3.2 Implicit Challenges . 54 5.4 Overview of Our Approach . 56 5.4.1 Filtering Task . 56 5.4.1.1 Baseline System for the Filtering Task . 57 5.4.2 Reputation Dimensions' Classification Task . 57 5.4.2.1 Baseline System for the Reputation Dimensions' Clas- sification Task . 58 5.5 Methodology . 58 5.5.1 Filtering Task . 58 5.5.1.1 Feature Set Based on Wikipedia Category-Article Struc- ture . 58 5.5.1.2 Feature Set Based on Topic Modelling . 60 5.5.1.3 Twitter-Specific Feature Set .
Recommended publications
  • Text Mining Course for KNIME Analytics Platform
    Text Mining Course for KNIME Analytics Platform KNIME AG Copyright © 2018 KNIME AG Table of Contents 1. The Open Analytics Platform 2. The Text Processing Extension 3. Importing Text 4. Enrichment 5. Preprocessing 6. Transformation 7. Classification 8. Visualization 9. Clustering 10. Supplementary Workflows Licensed under a Creative Commons Attribution- ® Copyright © 2018 KNIME AG 2 Noncommercial-Share Alike license 1 https://creativecommons.org/licenses/by-nc-sa/4.0/ Overview KNIME Analytics Platform Licensed under a Creative Commons Attribution- ® Copyright © 2018 KNIME AG 3 Noncommercial-Share Alike license 1 https://creativecommons.org/licenses/by-nc-sa/4.0/ What is KNIME Analytics Platform? • A tool for data analysis, manipulation, visualization, and reporting • Based on the graphical programming paradigm • Provides a diverse array of extensions: • Text Mining • Network Mining • Cheminformatics • Many integrations, such as Java, R, Python, Weka, H2O, etc. Licensed under a Creative Commons Attribution- ® Copyright © 2018 KNIME AG 4 Noncommercial-Share Alike license 2 https://creativecommons.org/licenses/by-nc-sa/4.0/ Visual KNIME Workflows NODES perform tasks on data Not Configured Configured Outputs Inputs Executed Status Error Nodes are combined to create WORKFLOWS Licensed under a Creative Commons Attribution- ® Copyright © 2018 KNIME AG 5 Noncommercial-Share Alike license 3 https://creativecommons.org/licenses/by-nc-sa/4.0/ Data Access • Databases • MySQL, MS SQL Server, PostgreSQL • any JDBC (Oracle, DB2, …) • Files • CSV, txt
    [Show full text]
  • Application of Machine Learning in Automatic Sentiment Recognition from Human Speech
    Application of Machine Learning in Automatic Sentiment Recognition from Human Speech Zhang Liu Ng EYK Anglo-Chinese Junior College College of Engineering Singapore Nanyang Technological University (NTU) Singapore [email protected] Abstract— Opinions and sentiments are central to almost all human human activities and have a wide range of applications. As activities and have a wide range of applications. As many decision many decision makers turn to social media due to large makers turn to social media due to large volume of opinion data volume of opinion data available, efficient and accurate available, efficient and accurate sentiment analysis is necessary to sentiment analysis is necessary to extract those data. Business extract those data. Hence, text sentiment analysis has recently organisations in different sectors use social media to find out become a popular field and has attracted many researchers. However, consumer opinions to improve their products and services. extracting sentiments from audio speech remains a challenge. This project explores the possibility of applying supervised Machine Political party leaders need to know the current public Learning in recognising sentiments in English utterances on a sentiment to come up with campaign strategies. Government sentence level. In addition, the project also aims to examine the effect agencies also monitor citizens’ opinions on social media. of combining acoustic and linguistic features on classification Police agencies, for example, detect criminal intents and cyber accuracy. Six audio tracks are randomly selected to be training data threats by analysing sentiment valence in social media posts. from 40 YouTube videos (monologue) with strong presence of In addition, sentiment information can be used to make sentiments.
    [Show full text]
  • Text KM & Text Mining
    Text KM & Text Mining An Introduction to Managing Knowledge in Unstructured Natural Language Documents Dekai Wu HKUST Human Language Technology Center Department of Computer Science and Engineering University of Science and Technology Hong Kong http://www.cs.ust.hk/~dekai © 2008 Dekai Wu Lecture Objectives Introduction to the concept of Text KM and Text Mining (TM) How to exploit knowledge encoded in text form How text mining is different from data mining Introduction to the various aspects of Natural Language Processing (NLP) Introduction to the different tools and methods available for TM HKUST Human Language Technology Center © 2008 Dekai Wu Textual Knowledge Management Text KM oversees the storage, capturing and sharing of knowledge encoded in unstructured natural language documents 80-90% of an organization’s explicit knowledge resides in plain English (Chinese, Japanese, Spanish, …) documents – not in structured relational databases! Case libraries are much more reasonably stored as natural language documents, than encoded into relational databases Most knowledge encoded as text will never pass through explicit KM processes (eg, email) HKUST Human Language Technology Center © 2008 Dekai Wu Text Mining Text Mining analyzes unstructured natural language documents to extract targeted types of knowledge Extracts knowledge that can then be inserted into databases, thereby facilitating structured data mining techniques Provides a more natural user interface for entering knowledge, for both employees and developers Reduces
    [Show full text]
  • Knowledge-Powered Deep Learning for Word Embedding
    Knowledge-Powered Deep Learning for Word Embedding Jiang Bian, Bin Gao, and Tie-Yan Liu Microsoft Research {jibian,bingao,tyliu}@microsoft.com Abstract. The basis of applying deep learning to solve natural language process- ing tasks is to obtain high-quality distributed representations of words, i.e., word embeddings, from large amounts of text data. However, text itself usually con- tains incomplete and ambiguous information, which makes necessity to leverage extra knowledge to understand it. Fortunately, text itself already contains well- defined morphological and syntactic knowledge; moreover, the large amount of texts on the Web enable the extraction of plenty of semantic knowledge. There- fore, it makes sense to design novel deep learning algorithms and systems in order to leverage the above knowledge to compute more effective word embed- dings. In this paper, we conduct an empirical study on the capacity of leveraging morphological, syntactic, and semantic knowledge to achieve high-quality word embeddings. Our study explores these types of knowledge to define new basis for word representation, provide additional input information, and serve as auxiliary supervision in deep learning, respectively. Experiments on an analogical reason- ing task, a word similarity task, and a word completion task have all demonstrated that knowledge-powered deep learning can enhance the effectiveness of word em- bedding. 1 Introduction With rapid development of deep learning techniques in recent years, it has drawn in- creasing attention to train complex and deep models on large amounts of data, in order to solve a wide range of text mining and natural language processing (NLP) tasks [4, 1, 8, 13, 19, 20].
    [Show full text]
  • LDA V. LSA: a Comparison of Two Computational Text Analysis Tools for the Functional Categorization of Patents
    LDA v. LSA: A Comparison of Two Computational Text Analysis Tools for the Functional Categorization of Patents Toni Cvitanic1, Bumsoo Lee1, Hyeon Ik Song1, Katherine Fu1, and David Rosen1! ! 1Georgia Institute of Technology, Atlanta, GA, USA (tcvitanic3, blee300, hyeoniksong) @gatech.edu (katherine.fu, david.rosen) @me.gatech.edu! !! Abstract. One means to support for design-by-analogy (DbA) in practice involves giving designers efficient access to source analogies as inspiration to solve problems. The patent database has been used for many DbA support efforts, as it is a pre- existing repository of catalogued technology. Latent Semantic Analysis (LSA) has been shown to be an effective computational text processing method for extracting meaningful similarities between patents for useful functional exploration during DbA. However, this has only been shown to be useful at a small-scale (100 patents). Considering the vastness of the patent database and realistic exploration at a large- scale, it is important to consider how these computational analyses change with orders of magnitude more data. We present analysis of 1,000 random mechanical patents, comparing the ability of LSA to Latent Dirichlet Allocation (LDA) to categorize patents into meaningful groups. Resulting implications for large(r) scale data mining of patents for DbA support are detailed. Keywords: Design-by-analogy ! Patent Analysis ! Latent Semantic Analysis ! Latent Dirichlet Allocation ! Function-based Analogy 1 Introduction Exposure to appropriate analogies during early stage design has been shown to increase the novelty, quality, and originality of generated solutions to a given engineering design problem [1-4]. Finding appropriate analogies for a given design problem is the largest challenge to practical implementation of DbA.
    [Show full text]
  • Impact of Word Embedding Methods on Performance of Sentiment Analysis with Machine Learning Techniques
    한국컴퓨터정보학회논문지 Journal of The Korea Society of Computer and Information Vol. 25 No. 8, pp. 181-188, August 2020 JKSCI https://doi.org/10.9708/jksci.2020.25.08.181 Impact of Word Embedding Methods on Performance of Sentiment Analysis with Machine Learning Techniques 1)Hoyeon Park*, Kyoung-jae Kim** *Ph.D. Candidate, Dept. of MIS, Graduate School, Dongguk University, Seoul, Korea **Professor, Dept. of MIS, Business School, Dongguk University, Seoul, Korea [Abstract] In this study, we propose a comparative study to confirm the impact of various word embedding techniques on the performance of sentiment analysis. Sentiment analysis is one of opinion mining techniques to identify and extract subjective information from text using natural language processing and can be used to classify the sentiment of product reviews or comments. Since sentiment can be classified as either positive or negative, it can be considered one of the general classification problems. For sentiment analysis, the text must be converted into a language that can be recognized by a computer. Therefore, text such as a word or document is transformed into a vector in natural language processing called word embedding. Various techniques, such as Bag of Words, TF-IDF, and Word2Vec are used as word embedding techniques. Until now, there have not been many studies on word embedding techniques suitable for emotional analysis. In this study, among various word embedding techniques, Bag of Words, TF-IDF, and Word2Vec are used to compare and analyze the performance of movie review sentiment analysis. The research data set for this study is the IMDB data set, which is widely used in text mining.
    [Show full text]
  • Automated Citation Sentiment Analysis Using High Order N-Grams: a Preliminary Investigation
    Turkish Journal of Electrical Engineering & Computer Sciences Turk J Elec Eng & Comp Sci (2018) 26: 1922 – 1932 http://journals.tubitak.gov.tr/elektrik/ © TÜBİTAK Research Article doi:10.3906/elk-1712-24 Automated citation sentiment analysis using high order n-grams: a preliminary investigation Muhammad Touseef IKRAM1;∗,, Muhammad Tanvir AFZAL1, Naveed Anwer BUTT2, 1Department of Computer Science, Capital University of Science and Technology, Islamabad, Pakistan 2Department of Computer Science, University of Gujrat, Gujrat, Pakistan Received: 03.12.2017 • Accepted/Published Online: 02.02.2018 • Final Version: 27.07.2018 Abstract: Scientific papers hold an association with previous research contributions (i.e. books, journals or conference papers, and web resources) in the form of citations. Citations are deemed as a link or relatedness of the previous work to the cited work. The nature of the cited material could be supportive (positive), contrastive (negative), or objective (neutral). Extraction of the author’s sentiment towards the cited scientific articles is an emerging research discipline due to various linguistic differences between the citation sentences and other domains of sentiment analysis. In this paper, we propose a technique for the identification of the sentiment of the citing author towards the cited paper by extracting unigram, bigram, trigram, and pentagram adjective and adverb patterns from the citation text. After POS tagging of the citation text, we use the sentence parser for the extraction of linguistic features comprising adjectives, adverbs, and n-grams from the citation text. A sentiment score is then assigned to distinguish them as positive, negative, and neutral. In addition, the proposed technique is compared with manually classified citation text and 2 commercial tools, namely SEMANTRIA and THEYSAY, to determine their applicability to the citation corpus.
    [Show full text]
  • Alignment-Based Topic Extraction Using Word Embedding
    Alignment-Based Topic Extraction Using Word Embedding [0000 0003 3108 8407] [0000 0002 8408 3944] Tyler Newman − − − and Paul Anderson − − − College of Charleston, Charleston SC 29424, USA [email protected] [email protected] Abstract. Being able to extract targeted topics from text can be a useful tool for understanding the large amount of textual data that exists in various domains. Many methods have surfaced for building frameworks that can successfully extract this topic data. However, it is often the case that a large number of training samples must be labeled properly, which requires both time and domain knowledge. This paper introduces new alignment-based methods for predicting topics within textual data that minimizes the dependence upon a large, properly-labeled training set. Leveraging Word2Vec word embeddings trained using unlabeled data in a semi-supervised approach, we are able to reduce the amount of labeled data necessary during the text annotation process. This allows for higher prediction levels to be attained in a more time-efficient manner with a smaller sample size. Our method is evaluated on both a publicly available Twitter sentiment classification dataset and on a real estate text classification dataset with 30 topics. Keywords: Topic extraction · Text annotation · Text classification · Word vectors · Text tagging 1 Introduction Finding specific topics within textual data is an important task for many do- mains. A multitude of approaches for achieving this task have appeared in recent years [14], no doubt due to the ever growing amount of textual data available to organizations and researchers. In the most straightforward case, topic labels are known a priori and non-domain experts can be trained to manually label examples using systems such as Mechanical Turk [4].
    [Show full text]
  • Information Extraction in Text Mining Matt Ulinsm Western Washington University
    Western Washington University Western CEDAR Computer Science Graduate and Undergraduate Computer Science Student Scholarship 2008 Information extraction in text mining Matt ulinsM Western Washington University Follow this and additional works at: https://cedar.wwu.edu/computerscience_stupubs Part of the Computer Sciences Commons Recommended Citation Mulins, Matt, "Information extraction in text mining" (2008). Computer Science Graduate and Undergraduate Student Scholarship. 4. https://cedar.wwu.edu/computerscience_stupubs/4 This Research Paper is brought to you for free and open access by the Computer Science at Western CEDAR. It has been accepted for inclusion in Computer Science Graduate and Undergraduate Student Scholarship by an authorized administrator of Western CEDAR. For more information, please contact [email protected]. Information Extraction in Text Mining Matt Mullins Computer Science Department Western Washington University Bellingham, WA [email protected] Information Extraction in Text Mining Matt Mullins Computer Science Department Western Washington University Bellingham, WA [email protected] ABSTRACT Text mining’s goal, simply put, is to derive information from text. Using multitudes of technologies from overlapping fields like Data Mining and Natural Language Processing we can yield knowledge from our text and facilitate other processing. Information Extraction (IE) plays a large part in text mining when we need to extract this data. In this survey we concern ourselves with general methods borrowed from other fields, with lower-level NLP techniques, IE methods, text representation models, and categorization techniques, and with specific implementations of some of these methods. Finally, with our new understanding of the field we can discuss a proposal for a system that combines WordNet, Wikipedia, and extracted definitions and concepts from web pages into a user-friendly search engine designed for topic- specific knowledge.
    [Show full text]
  • A Wordnet-Based Approach to Feature Selection in Text Categorization
    A WORDNET-BASED APPROACH TO FEATURE SELECTION IN TEXT CATEGORIZATION Kai Zhang, Jian Sun and Bin Wang Insititue of Computing Technology, Chinese Academy of Sciences, Beijing, China 100080 Abstract: This paper proposes a new feature selection method for text categorization. In this method, word tendency, which takes related words into consideration, is used to select best terms. Our experiments on binary classification tasks show that our method achieves better than DF and IG when the classes are semantically discriminative. Furthermore, our best performance is usually achieved in fewer features. Key words: Feature Selection, WordNet, Text Categorization 1. INTRODUCTION Feature selection is a key step in text classification. There are many automatic feature selection methods such as Document Frequency, Information Gain and Mutual Information. They work well in many cases. [Sebastiani 02], [Aas 99] and [Yang 97] showed their formulas and gave comparisons. Most of them use frequency of words and disregard semantic information. Their methods assume that words are equal and isolated, but actually they are different and inter-connected in semantic. WordNet ([Miller 90]), one of the best lexical databases, would be helpful to feature selection. There are a few studies in text classification using WordNet. Rodriguez's study ([Rodriguze 97]) using WordNet synonymy, involved a manual word sense disambiguation step, and took advantage of Reuters topical headings. Finally they got good results. Sam Scott's work ([Scott 98]) used hypemyms, and their representation works well for extended or 476 Intelligent Information Processing II unusual vocabulary like songs, but it is not likely to work well for texts that are concisely and efficiently written such as the texts in Reuters-21578.
    [Show full text]
  • More Than Words: Social Networks’ Text Mining for Consumer Brand Sentiments
    Expert Systems with Applications 40 (2013) 4241–4251 Contents lists available at SciVerse ScienceDirect Expert Systems with Applications journal homepage: www.elsevier.com/locate/eswa More than words: Social networks’ text mining for consumer brand sentiments Mohamed M. Mostafa Instituto Universitário de Lisboa, Business Research Unit, Avenida das Forças Armadas, Lisbon, Portugal article info abstract Keywords: Blogs and social networks have recently become a valuable resource for mining sentiments in fields as Consumer behavior diverse as customer relationship management, public opinion tracking and text filtering. In fact knowl- Global brands edge obtained from social networks such as Twitter and Facebook has been shown to be extremely valu- Sentiment analysis able to marketing research companies, public opinion organizations and other text mining entities. Text mining However, Web texts have been classified as noisy as they represent considerable problems both at the Twitter lexical and the syntactic levels. In this research we used a random sample of 3516 tweets to evaluate con- sumers’ sentiment towards well-known brands such as Nokia, T-Mobile, IBM, KLM and DHL. We used an expert-predefined lexicon including around 6800 seed adjectives with known orientation to conduct the analysis. Our results indicate a generally positive consumer sentiment towards several famous brands. By using both a qualitative and quantitative methodology to analyze brands’ tweets, this study adds breadth and depth to the debate over attitudes towards cosmopolitan brands. Ó 2013 Elsevier Ltd. All rights reserved. 1. Introduction negative word might have in one of its senses a sentiment score of negative 0.375, positive 0.125 and objective 0.5.
    [Show full text]
  • Sentimental Analysis of COVID-19 Tweets Using Deep Learning Models
    Article Sentimental Analysis of COVID-19 Tweets Using Deep Learning Models Nalini Chintalapudi 1,* , Gopi Battineni 1 and Francesco Amenta 1,2 1 Telemedicine and Telepharmacy Centre, School of Medicinal and health products sciences, University of Camerino, 62032 Camerino, Italy; [email protected] (G.B.); [email protected] (F.A.) 2 Research Department, International Radio Medical Centre (C.I.R.M.), 00144 Rome, Italy * Correspondence: [email protected]; Tel.: +39-353-377-6704 Abstract: The novel coronavirus disease (COVID-19) is an ongoing pandemic with large global attention. However, spreading false news on social media sites like Twitter is creating unnecessary anxiety towards this disease. The motto behind this study is to analyses tweets by Indian netizens during the COVID-19 lockdown. The data included tweets collected on the dates between 23 March 2020 and 15 July 2020 and the text has been labelled as fear, sad, anger, and joy. Data analysis was conducted by Bidirectional Encoder Representations from Transformers (BERT) model, which is a new deep-learning model for text analysis and performance and was compared with three other models such as logistic regression (LR), support vector machines (SVM), and long-short term memory (LSTM). Accuracy for every sentiment was separately calculated. The BERT model produced 89% accuracy and the other three models produced 75%, 74.75%, and 65%, respectively. Each sentiment classification has accuracy ranging from 75.88–87.33% with a median accuracy of 79.34%, which is a relatively considerable value in text mining algorithms. Our findings present the high prevalence of keywords and associated terms among Indian tweets during COVID-19.
    [Show full text]