Proceedings Article10.1109/CONIT55038.2022.9847927
Constructing Sentiment Sentence Embedding Model Using Transfer Learning
Rajesh K. Yadav,Shivam Singhal,Shashank Chugh,Shivam Jaiswal +3 more
- 24 Jun 2022
pp 1-5
TL;DR: A model is constructed by fine-tuning Google's Universal Sentence Encoder using a Deep Neural Network and the embedding layer will be allowed to retrain through backpropagation on the Sentiment dataset.
read more
Abstract: For Sentiment classification a suitable embedding to train a machine learning model is needed. A lot of research has been done on generating embeddings that are capable of storing the context of words, but they are inefficient for sentiment extraction as they cannot differentiate words used in the same situation but contrasting sentiment polarity. To address this issue, a lot of researchers have proposed different embedding models, but most of them are word embeddings where lot of semantic information is lost. We have constructed a model by fine-tuning Google's Universal Sentence Encoder using a Deep Neural Network. The embedding layer will be allowed to retrain through backpropagation on the Sentiment dataset. Once training is completed, the hidden and output layers will be discarded, leaving only the USE layer, the output of this layer will be used as our Sentiment Embedding.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
References
Glove: Global Vectors for Word Representation
Jeffrey Pennington,Richard Socher,Christopher D. Manning +2 more
- 01 Oct 2014
TL;DR: A new global logbilinear regression model that combines the advantages of the two major model families in the literature: global matrix factorization and local context window methods and produces a vector space with meaningful substructure.
•Posted Content
Distributed Representations of Words and Phrases and their Compositionality
TL;DR: In this paper, the Skip-gram model is used to learn high-quality distributed vector representations that capture a large number of precise syntactic and semantic word relationships and improve both the quality of the vectors and the training speed.
•Posted Content
Thumbs up? Sentiment Classification using Machine Learning Techniques
TL;DR: This article used machine learning techniques such as Naive Bayes, maximum entropy classification, and support vector machines (SVM) for sentiment classification of movie reviews, and found that SVM outperformed human-produced baselines.
A unified architecture for natural language processing: deep neural networks with multitask learning
Ronan Collobert,Jason Weston +1 more
- 05 Jul 2008
TL;DR: This work describes a single convolutional neural network architecture that, given a sentence, outputs a host of language processing predictions: part-of-speech tags, chunks, named entity tags, semantic roles, semantically similar words and the likelihood that the sentence makes sense using a language model.
•Proceedings Article
Learning Word Vectors for Sentiment Analysis
Andrew L. Maas,Raymond E. Daly,Peter T. Pham,Dan Huang,Andrew Y. Ng,Christopher Potts +5 more
- 19 Jun 2011
TL;DR: This work presents a model that uses a mix of unsupervised and supervised techniques to learn word vectors capturing semantic term--document information as well as rich sentiment content, and finds it out-performs several previously introduced methods for sentiment classification.