paper-with-me

홈 › Papers

Efficient Feature Selection techniques for Sentiment Analysis

2019-11-01 · Avinash Madasu, Sivasankar E

Sentiment analysis is a domain of study that focuses on identifying and classifying the ideas expressed in the form of text into positive, negative and neutral polarities. Feature selection is a crucial process in machine learning. In this paper, we aim to study the performance of different feature selection techniques for sentiment analysis. Term Frequency Inverse Document Frequency (TF-IDF) is used as the feature extraction technique for creating feature vocabulary. Various Feature Selection (FS) techniques are experimented to select the best set of features from feature vocabulary. The selected features are trained using different machine learning classifiers Logistic Regression (LR), Support Vector Machines (SVM), Decision Tree (DT) and Naive Bayes (NB). Ensemble techniques Bagging and Random Subspace are applied on classifiers to enhance the performance on sentiment analysis. We show that, when the best FS techniques are trained using ensemble methods achieve remarkable results on sentiment analysis. We also compare the performance of FS methods trained using Bagging, Random Subspace with varied neural network architectures. We show that FS techniques trained using ensemble classifiers outperform neural networks requiring significantly less training time and parameters thereby eliminating the need for extensive hyper-parameter tuning.

📄 PDF Abstract BibTeX arXiv:1911.00288

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learningfeature selectionSentiment Analysis

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

DNN Multimodal Fusion Techniques for Predicting Video Sentiment

2018-07-01 · WS 2018 7 · Jennifer Williams, Ramona Comanescu, Oana Radu, Leimin Tian

We present our work on sentiment prediction using the benchmark MOSI dataset from the CMU-MultimodalDataSDK. Previous work on multimodal sentiment analysis have been focused on input-level feature fusion or decision-leve…

feature selectionMultimodal Sentiment AnalysisSentiment Analysis

Performance Investigation of Feature Selection Methods

2013-09-16 · Anuj sharma, Shubhamoy Dey

Sentiment analysis or opinion mining has become an open research domain after proliferation of Internet and Web 2.0 social media. People express their attitudes and opinions on social media including blogs, discussion fo…

feature selectionGeneral ClassificationOpinion MiningSentiment Analysis+2

Persian Sentiment Analyzer: A Framework based on a Novel Feature Selection Method

2014-12-27 · Ayoub Bagheri, Mohamad Saraee

In the recent decade, with the enormous growth of digital content in internet and databases, sentiment analysis has received more and more attention between information retrieval and natural language processing researche…

Classificationfeature selectionGeneral ClassificationInformation Retrieval+5

Tweets Sentiment Analysis via Word Embeddings and Machine Learning Techniques

2020-07-05 · Aditya Sharma, Alex Daniels

Sentiment analysis of social media data consists of attitudes, assessments, and emotions which can be considered a way human think. Understanding and classifying the large collection of documents into positive and negati…

BIG-bench Machine Learningfeature selectionSentiment AnalysisSentiment Classification+1

Leveraging Semantic and Sentiment Knowledge for User-Generated Text Sentiment Classification

2022-10-01 · COLING (WNUT) 2022 10 · Jawad Khan, Niaz Ahmad, Aftab Alam, Youngmoon Lee

Sentiment analysis is essential to process and understand unstructured user-generated content for better data analytics and decision-making. State-of-the-art techniques suffer from a high dimensional feature space becaus…

ClassificationDecision Makingfeature selectionSentiment Analysis+4