paper-with-me

Papers

A SentiWordNet Strategy for Curriculum Learning in Sentiment Analysis

2020-05-10 · Vijjini Anvesh Rao, Kaveri Anuranjana, Radhika Mamidi

Curriculum Learning (CL) is the idea that learning on a training set sequenced or ordered in a manner where samples range from easy to difficult, results in an increment in performance over otherwise random ordering. The idea parallels cognitive science's theory of how human brains learn, and that learning a difficult task can be made easier by phrasing it as a sequence of easy to difficult tasks. This idea has gained a lot of traction in machine learning and image processing for a while and recently in Natural Language Processing (NLP). In this paper, we apply the ideas of curriculum learning, driven by SentiWordNet in a sentiment analysis setting. In this setting, given a text segment, our aim is to extract its sentiment or polarity. SentiWordNet is a lexical resource with sentiment polarity annotations. By comparing performance with other curriculum strategies and with no curriculum, the effectiveness of the proposed strategy is presented. Convolutional, Recurrence, and Attention-based architectures are employed to assess this improvement. The models are evaluated on a standard sentiment dataset, Stanford Sentiment Treebank.

📄 PDF Abstract BibTeX arXiv:2005.04749

Code (1)

nvshrao/SentiWordNet-Curriculum 공식 구현

Tasks

Sentiment Analysis

Similar Papers 제목 키워드 기반

Building a SentiWordNet for Odia

2017-09-01 · WS 2017 9 · Gaurav Mohanty, Abishek Kannan, Radhika Mamidi

As a discipline of Natural Language Processing, Sentiment Analysis is used to extract and analyze subjective information present in natural language data. The task of Sentiment Analysis has acquired wide commercial uses …

Machine TranslationSentiment AnalysisTranslationWord Alignment

Optimization Of Cross Domain Sentiment Analysis Using Sentiwordnet

2013-10-08 · K Paramesha, K C Ravishankar

The task of sentiment analysis of reviews is carried out using manually built / automatically generated lexicon resources of their own with which terms are matched with lexicon to compute the term count for positive and …

General ClassificationSentenceSentiment Analysis

JU_KS@SAIL_CodeMixed-2017: Sentiment Analysis for Indian Code Mixed Social Media Texts

2018-02-15 · Kamal Sarkar

This paper reports about our work in the NLP Tool Contest @ICON-2017, shared task on Sentiment Analysis for Indian Languages (SAIL) (code mixed). To implement our system, we have used a machine learning algo-rithm called…

PositionSentiment Analysis

Sentiment Analysis: How to Derive Prior Polarities from SentiWordNet

2013-09-23 · EMNLP 2013 10 · Marco Guerini, Lorenzo Gatti, Marco Turchi

Assigning a positive or negative score to a word out of context (i.e. a word's prior polarity) is a challenging task for sentiment analysis. In the literature, various approaches based on SentiWordNet have been proposed.…

General ClassificationSentiment Analysis

Expanding Vietnamese SentiWordNet to Improve Performance of Vietnamese Sentiment Analysis Models

2025-01-15 · Hong-Viet Tran, Van-Tan Bui, Lam-Quan Tran

Sentiment analysis is one of the most crucial tasks in Natural Language Processing (NLP), involving the training of machine learning models to classify text based on the polarity of opinions. Pre-trained Language Models …

Sentiment AnalysisSentiment ClassificationVietnamese Sentiment Analysis