/BERT-setimentAnls

Using Bert transformer for sentiment analysis.

Primary LanguageJupyter Notebook

Sentiment Analysis using BERT

Using Bert transformer for sentiment analysis, using this dataset, which contains movie reviews. BERT model is used to extract adequate embeddings from sentences.

Text Augmentation

Also for better generalization, multiple text augmentation methods has been used; like textaugment(gensim, word2vec), Pegasus transformer, reverse translation and BERT itself.