Sentiment Analysis of Citations Using Word2vec
Haixia Liu

TL;DR
This paper evaluates the effectiveness of word2vec-based sentence embeddings for citation sentiment analysis, demonstrating that embeddings are useful but handcrafted features still outperform them overall.
Contribution
It introduces a method using word2vec embeddings for citation sentiment classification and compares its performance with traditional handcrafted features.
Findings
Word embeddings are effective for classifying citation polarity.
Handcrafted features outperform embeddings in overall classification.
Polarity-specific embeddings improve sentiment detection.
Abstract
Citation sentiment analysis is an important task in scientific paper analysis. Existing machine learning techniques for citation sentiment analysis are focusing on labor-intensive feature engineering, which requires large annotated corpus. As an automatic feature extraction tool, word2vec has been successfully applied to sentiment analysis of short texts. In this work, I conducted empirical research with the question: how well does word2vec work on the sentiment analysis of citations? The proposed method constructed sentence vectors (sent2vec) by averaging the word embeddings, which were learned from Anthology Collections (ACL-Embeddings). I also investigated polarity-specific word embeddings (PS-Embeddings) for classifying positive and negative citations. The sentence vectors formed a feature space, to which the examined citation sentence was mapped to. Those features were input into…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Text Analysis Techniques · Topic Modeling · Sentiment Analysis and Opinion Mining
