Neural Methods for Sentiment Analysis and Text Summarization

Neural Methods for Sentiment Analysis and Text Summarization

Author: Thien-Hoa Le

Publisher:

Published: 2020

Total Pages: 0

ISBN-13:

DOWNLOAD EBOOK

This thesis focuses on two Natural Language Processing tasks that require to extract semantic information from raw texts: Sentiment Analysis and Text Summarization. This dissertation discusses issues and seeks to improve neural models on both tasks, which have become the dominant paradigm in the past several years. Accordingly, this dissertation is composed of two parts: the first part (Neural Sentiment Analysis) deals with the computational study of people's opinions, sentiments, and the second part (Neural Text Summarization) tries to extract salient information from a complex sentence and rewrites it in a human-readable form. Neural Sentiment Analysis. Similar to computer vision, numerous deep convolutional neural networks have been adapted to sentiment analysis and text classification tasks. However, unlike the image domain, these studies are carried on different input data types and on different datasets, which makes it hard to know if a deep network is truly needed. In this thesis, we seek to find elements to address this question, i.e. whether neural networks must compute deep hierarchies of features for textual data in the same way as they do in vision. We thus propose a new adaptation of the deepest convolutional architecture (DenseNet) for text classification and study the importance of depth in convolutional models with different atom-levels (word or character) of input. We show that deep models indeed give better performances than shallow networks when the text input is represented as a sequence of characters. However, a simple shallow-and-wide network outperforms the deep DenseNet models with word inputs. Besides, to further improve sentiment classifiers and contextualize them, we propose to model them jointly with dialog acts, which are a factor of explanation and correlate with sentiments but are nevertheless often ignored. We have manually annotated both dialogues and sentiments on a Twitter-like social medium, and train a multi-task hierarchical recurrent network on joint sentiment and dialog act recognition. We show that transfer learning may be efficiently achieved between both tasks, and further analyze some specific correlations between sentiments and dialogues on social media. Neural Text Summarization. Detecting sentiments and opinions from large digital documents does not always enable users of such systems to take informed decisions, as other important semantic information is missing. People also need the main arguments and supporting reasons from the source documents to truly understand and interpret the document. To capture such information, we aim at making the neural text summarization models more explainable. We propose a model that has better explainability properties and is flexible enough to support various shallow syntactic parsing modules. More specifically, we linearize the syntactic tree into the form of overlapping text segments, which are then selected with reinforcement learning (RL) and regenerated into a compressed form. Hence, the proposed model is able to handle both extractive and abstractive summarization. Further, we observe that RL-based models are becoming increasingly ubiquitous for many text summarization tasks. We are interested in better understanding what types of information is taken into account by such models, and we propose to study this question from the syntactic perspective. We thus provide a detailed comparison of both RL-based and syntax-aware approaches and of their combination along several dimensions that relate to the perceived quality of the generated summaries such as number of repetitions, sentence length, distribution of part-of-speech tags, relevance and grammaticality. We show that when there is a resource constraint (computation and memory), it is wise to only train models with RL and without any syntactic information, as they provide nearly as good results as syntax-aware models with less parameters and faster training convergence.


Text Data Mining

Text Data Mining

Author: Chengqing Zong

Publisher: Springer Nature

Published: 2021-05-22

Total Pages: 363

ISBN-13: 9811601003

DOWNLOAD EBOOK

This book discusses various aspects of text data mining. Unlike other books that focus on machine learning or databases, it approaches text data mining from a natural language processing (NLP) perspective. The book offers a detailed introduction to the fundamental theories and methods of text data mining, ranging from pre-processing (for both Chinese and English texts), text representation and feature selection, to text classification and text clustering. It also presents the predominant applications of text data mining, for example, topic modeling, sentiment analysis and opinion mining, topic detection and tracking, information extraction, and automatic text summarization. Bringing all the related concepts and algorithms together, it offers a comprehensive, authoritative and coherent overview. Written by three leading experts, it is valuable both as a textbook and as a reference resource for students, researchers and practitioners interested in text data mining. It can also be used for classes on text data mining or NLP.


Deep Learning-Based Approaches for Sentiment Analysis

Deep Learning-Based Approaches for Sentiment Analysis

Author: Basant Agarwal

Publisher: Springer Nature

Published: 2020-01-24

Total Pages: 326

ISBN-13: 9811512167

DOWNLOAD EBOOK

This book covers deep-learning-based approaches for sentiment analysis, a relatively new, but fast-growing research area, which has significantly changed in the past few years. The book presents a collection of state-of-the-art approaches, focusing on the best-performing, cutting-edge solutions for the most common and difficult challenges faced in sentiment analysis research. Providing detailed explanations of the methodologies, the book is a valuable resource for researchers as well as newcomers to the field.


Computational Techniques for Text Summarization based on Cognitive Intelligence

Computational Techniques for Text Summarization based on Cognitive Intelligence

Author: V. Priya

Publisher: CRC Press

Published: 2023-03-17

Total Pages: 229

ISBN-13: 1000849910

DOWNLOAD EBOOK

The book is concerned with contemporary methodologies used for automatic text summarization. It proposes interesting approaches to solve well-known problems on text summarization using computational intelligence (CI) techniques including cognitive approaches. A better understanding of the cognitive basis of the summarization task is still an open research issue; an extent of its use in text summarization is highlighted for further exploration. With the ever-growing text, people in research have little time to spare for extensive reading, where summarized information helps for a better understanding of the context at a shorter time. This book helps students and researchers to automatically summarize the text documents in an efficient and effective way. The computational approaches and the research techniques presented guides to achieve text summarization at ease. The summarized text generated supports readers to learn the context or the domain at a quicker pace. The book is presented with reasonable amount of illustrations and examples convenient for the readers to understand and implement for their use. It is not to make readers understand what text summarization is, but for people to perform text summarization using various approaches. This also describes measures that can help to evaluate, determine, and explore the best possibilities for text summarization to analyse and use for any specific purpose. The illustration is based on social media and healthcare domain, which shows the possibilities to work with any domain for summarization. The new approach for text summarization based on cognitive intelligence is presented for further exploration in the field.


Opinion Mining in Information Retrieval

Opinion Mining in Information Retrieval

Author: Surbhi Bhatia

Publisher: Springer Nature

Published: 2020-05-19

Total Pages: 119

ISBN-13: 9811550433

DOWNLOAD EBOOK

This book discusses in detail the latest trends in sentiment analysis,focusing on “how online reviews and feedback reflect the opinions of users and have led to a major shift in the decision-making process at organizations.” Social networking has become essential in today’s society. In the past, people’s decisions to buy certain products (and companies’ efforts to sell them) were largely based on advertisements, surveys, focus groups, consultants, and the opinions of friends and relatives. But now this is no longer limited to one’s circle of friends, family or small surveys;it has spread globally to online social media in the form of blogs, posts, tweets, social networking sites, review sites and so on. Though not always easy, the transition from surveys to social media is certainly lucrative. Business analytical reports have shown that many organizations have improved their sales, marketing and strategy, setting up new policies and making decisions based on opinion mining techniques.


Sentiment Analysis

Sentiment Analysis

Author: Bing Liu

Publisher: Cambridge University Press

Published: 2020-10-15

Total Pages: 451

ISBN-13: 1108787282

DOWNLOAD EBOOK

Sentiment analysis is the computational study of people's opinions, sentiments, emotions, moods, and attitudes. This fascinating problem offers numerous research challenges, but promises insight useful to anyone interested in opinion analysis and social media analysis. This comprehensive introduction to the topic takes a natural-language-processing point of view to help readers understand the underlying structure of the problem and the language constructs commonly used to express opinions, sentiments, and emotions. The book covers core areas of sentiment analysis and also includes related topics such as debate analysis, intention mining, and fake-opinion detection. It will be a valuable resource for researchers and practitioners in natural language processing, computer science, management sciences, and the social sciences. In addition to traditional computational methods, this second edition includes recent deep learning methods to analyze and summarize sentiments and opinions, and also new material on emotion and mood analysis techniques, emotion-enhanced dialogues, and multimodal emotion analysis.


Applied Text Mining

Applied Text Mining

Author: Usman Qamar

Publisher: Springer Nature

Published: 2024

Total Pages: 505

ISBN-13: 3031519175

DOWNLOAD EBOOK

This textbook covers the concepts, theories, and implementations of text mining and natural language processing (NLP). It covers both the theory and the practical implementation, and every concept is explained with simple and easy-to-understand examples. It consists of three parts. In Part 1 which consists of three chapters details about basic concepts and applications of text mining are provided, including eg sentiment analysis and opinion mining. It builds a strong foundation for the reader in order to understand the remaining parts. In the five chapters of Part 2, all the core concepts of text analytics like feature engineering, text classification, text clustering, text summarization, topic mapping, and text visualization are covered. Finally, in Part 3 there are three chapters covering deep-learning-based text mining, which is the dominating method applied to practically all text mining tasks nowadays. Various deep learning approaches to text mining are covered, including models for processing and parsing text, for lexical analysis, and for machine translation. All three parts include large parts of Python code that shows the implementation of the described concepts and approaches. The textbook was specifically written to enable the teaching of both basic and advanced concepts from one single book. The implementation of every text mining task is carefully explained, based Python as the programming language and Spacy and NLTK as Natural Language Processing libraries. The book is suitable for both undergraduate and graduate students in computer science and engineering.


Natural Language Processing Recipes

Natural Language Processing Recipes

Author: Akshay Kulkarni

Publisher: Apress

Published: 2019-01-29

Total Pages: 253

ISBN-13: 148424267X

DOWNLOAD EBOOK

Implement natural language processing applications with Python using a problem-solution approach. This book has numerous coding exercises that will help you to quickly deploy natural language processing techniques, such as text classification, parts of speech identification, topic modeling, text summarization, text generation, entity extraction, and sentiment analysis. Natural Language Processing Recipes starts by offering solutions for cleaning and preprocessing text data and ways to analyze it with advanced algorithms. You’ll see practical applications of the semantic as well as syntactic analysis of text, as well as complex natural language processing approaches that involve text normalization, advanced preprocessing, POS tagging, and sentiment analysis. You will also learn various applications of machine learning and deep learning in natural language processing. By using the recipes in this book, you will have a toolbox of solutions to apply to your own projects in the real world, making your development time quicker and more efficient. What You Will LearnApply NLP techniques using Python libraries such as NLTK, TextBlob, spaCy, Stanford CoreNLP, and many more Implement the concepts of information retrieval, text summarization, sentiment analysis, and other advanced natural language processing techniques. Identify machine learning and deep learning techniques for natural language processing and natural language generation problems Who This Book Is ForData scientists who want to refresh and learn various concepts of natural language processing through coding exercises.


New Opportunities for Sentiment Analysis and Information Processing

New Opportunities for Sentiment Analysis and Information Processing

Author: Sharaff, Aakanksha

Publisher: IGI Global

Published: 2021-06-25

Total Pages: 311

ISBN-13: 179988063X

DOWNLOAD EBOOK

Multinational organizations have begun to realize that sentiment mining plays an important role for decision making and market strategy. The revolutionary growth of digital marketing not only changes the market game, but also brings forth new opportunities for skilled professionals and expertise. Currently, the technologies are rapidly changing, and artificial intelligence (AI) and machine learning are contributing as game-changing technologies. These are not only trending but are also increasingly popular among data scientists and data analysts. New Opportunities for Sentiment Analysis and Information Processing provides interdisciplinary research in information retrieval and sentiment analysis including studies on extracting sentiments from textual data, sentiment visualization-based dimensionality reduction for multiple features, and deep learning-based multi-domain sentiment extraction. The book also optimizes techniques used for sentiment identification and examines applications of sentiment analysis and emotion detection. Covering such topics as communication networks, natural language processing, and semantic analysis, this book is essential for data scientists, data analysts, IT specialists, scientists, researchers, academicians, and students.