paper-with-me

Papers

Supervised Sentiment Classification with CNNs for Diverse SE Datasets

2018-12-23 · Achyudh Ram, Meiyappan Nagappan

Sentiment analysis, a popular technique for opinion mining, has been used by the software engineering research community for tasks such as assessing app reviews, developer emotions in issue trackers and developer opinions on APIs. Past research indicates that state-of-the-art sentiment analysis techniques have poor performance on SE data. This is because sentiment analysis tools are often designed to work on non-technical documents such as movie reviews. In this study, we attempt to solve the issues with existing sentiment analysis techniques for SE texts by proposing a hierarchical model based on convolutional neural networks (CNN) and long short-term memory (LSTM) trained on top of pre-trained word vectors. We assessed our model's performance and reliability by comparing it with a number of frequently used sentiment analysis tools on five gold standard datasets. Our results show that our model pushes the state of the art further on all datasets in terms of accuracy. We also show that it is possible to get better accuracy after labelling a small sample of the dataset and re-training our model rather than using an unsupervised classifier.

📄 PDF Abstract BibTeX arXiv:1812.09653

Code (1)

achyudhk/SentiGH 공식 구현 tf

Tasks

ClassificationGeneral ClassificationOpinion MiningSentiment AnalysisSentiment Classification

Similar Papers 제목 키워드 기반

Learning Comment Controversy Prediction in Web Discussions Using Incidentally Supervised Multi-Task CNNs

2018-10-01 · WS 2018 10 · Nils Rethmeier, Marc H{\"u}bner, Leonhard Hennig

Comments on web news contain controversies that manifest as inter-group agreement-conflicts. Tracking such \textit{rapidly evolving controversy} could ease conflict resolution or journalist-user interaction. However, thi…

Binary ClassificationLanguage ModelingLanguage Modelling

A Combined CNN and LSTM Model for Arabic Sentiment Analysis

2018-07-09 · Abdulaziz M. Alayba, Vasile Palade, Matthew England, Rahat Iqbal

Deep neural networks have shown good data modelling capabilities when dealing with challenging and large datasets from a wide range of application areas. Convolutional Neural Networks (CNNs) offer advantages in selecting…

Arabic Sentiment AnalysisClassificationDiversityGeneral Classification+3

A Deep Convolutional Neural Network-based Model for Aspect and Polarity Classification in Hausa Movie Reviews

2024-05-29 · Umar Ibrahim, Abubakar Yakubu Zandam, Fatima Muhammad Adam, Aminu Musa

Aspect-based Sentiment Analysis (ABSA) is crucial for understanding sentiment nuances in text, especially across diverse languages and cultures. This paper introduces a novel Deep Convolutional Neural Network (CNN)-based…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment AnalysisTerm Extraction

Semi-supervised Convolutional Neural Networks for Text Categorization via Region Embedding

2015-04-06 · NeurIPS 2015 12 · Rie Johnson, Tong Zhang

This paper presents a new semi-supervised framework with convolutional neural networks (CNNs) for text categorization. Unlike the previous approaches that rely on word embeddings, our method learns embeddings of small te…

ClassificationGeneral ClassificationSentiment AnalysisSentiment Classification+4

Aspect-based Opinion Summarization with Convolutional Neural Networks

2015-11-30 · Haibing Wu, Yiwei Gu, Shangdi Sun, Xiaodong Gu

This paper considers Aspect-based Opinion Summarization (AOS) of reviews on particular products. To enable real applications, an AOS system needs to address two core subtasks, aspect extraction and sentiment classificati…

Aspect ExtractionClassificationGeneral ClassificationOpinion Summarization+4