SECLJul 4, 2019

SEntiMoji: An Emoji-Powered Learning Approach for Sentiment Analysis in Software Engineering

arXiv:1907.02202v159 citations
Originality Highly original
AI Analysis

This work addresses sentiment analysis for software engineers by leveraging cross-domain emoji data, offering a novel approach to overcome domain-specific data scarcity.

The paper tackles the problem of unreliable sentiment analysis in software engineering due to technical jargon and scarce labeled data by proposing SEntiMoji, which uses emojis as noisy labels from Tweets and GitHub posts to learn sentiment-aware representations, achieving significant improvement on benchmark datasets.

Sentiment analysis has various application scenarios in software engineering (SE), such as detecting developers' emotions in commit messages and identifying their opinions on Q&A forums. However, commonly used out-of-the-box sentiment analysis tools cannot obtain reliable results on SE tasks and the misunderstanding of technical jargon is demonstrated to be the main reason. Then, researchers have to utilize labeled SE-related texts to customize sentiment analysis for SE tasks via a variety of algorithms. However, the scarce labeled data can cover only very limited expressions and thus cannot guarantee the analysis quality. To address such a problem, we turn to the easily available emoji usage data for help. More specifically, we employ emotional emojis as noisy labels of sentiments and propose a representation learning approach that uses both Tweets and GitHub posts containing emojis to learn sentiment-aware representations for SE-related texts. These emoji-labeled posts can not only supply the technical jargon, but also incorporate more general sentiment patterns shared across domains. They as well as labeled data are used to learn the final sentiment classifier. Compared to the existing sentiment analysis methods used in SE, the proposed approach can achieve significant improvement on representative benchmark datasets. By further contrast experiments, we find that the Tweets make a key contribution to the power of our approach. This finding informs future research not to unilaterally pursue the domain-specific resource, but try to transform knowledge from the open domain through ubiquitous signals such as emojis.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes