paper-with-me

Papers

Code-Mixed Sentiment Analysis Using Machine Learning and Neural Network Approaches

2018-08-09 · Pruthwik Mishra, Prathyusha Danda, Pranav Dhakras

Sentiment Analysis for Indian Languages (SAIL)-Code Mixed tools contest aimed at identifying the sentence level sentiment polarity of the code-mixed dataset of Indian languages pairs (Hi-En, Ben-Hi-En). Hi-En dataset is henceforth referred to as HI-EN and Ben-Hi-En dataset as BN-EN respectively. For this, we submitted four models for sentiment analysis of code-mixed HI-EN and BN-EN datasets. The first model was an ensemble voting classifier consisting of three classifiers - linear SVM, logistic regression and random forests while the second one was a linear SVM. Both the models used TF-IDF feature vectors of character n-grams where n ranged from 2 to 6. We used scikit-learn (sklearn) machine learning library for implementing both the approaches. Run1 was obtained from the voting classifier and Run2 used the linear SVM model for producing the results. Out of the four submitted outputs Run2 outperformed Run1 in both the datasets. We finished first in the contest for both HI-EN with an F-score of 0.569 and BN-EN with an F-score of 0.526.

📄 PDF Abstract BibTeX arXiv:1808.03299

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningSentenceSentiment Analysis

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

ExCode-Mixed: Explainable Approaches towards Sentiment Analysis on Code-Mixed Data using BERT models

2021-09-07 · Aman Priyanshu, Aleti Vardhan, Sudarshan Sivakumar, Supriti Vijay 외

The increasing use of social media sites in countries like India has given rise to large volumes of code-mixed data. Sentiment analysis of this data can provide integral insights into people's perspectives and opinions. …

Sentiment Analysis

Sentiment Analysis of Code-Mixed Languages leveraging Resource Rich Languages

2018-04-03 · Nurendra Choudhary, Rajat Singh, Ishita Bindlish, Manish Shrivastava

Code-mixed data is an important challenge of natural language processing because its characteristics completely vary from the traditional structures of standard languages. In this paper, we propose a novel approach cal…

ClusteringContrastive LearningSentiment Analysis

“Something Something Hota Hai!” An Explainable Approach towards Sentiment Analysis on Indian Code-Mixed Data

2021-11-01 · WNUT (ACL) 2021 11 · Aman Priyanshu, Aleti Vardhan, Sudarshan Sivakumar, Supriti Vijay 외

The increasing use of social media sites in countries like India has given rise to large volumes of code-mixed data. Sentiment analysis of this data can provide integral insights into people’s perspectives and opinions. …

SentenceSentiment Analysis

IRLab\_DAIICT at SemEval-2020 Task 9: Machine Learning and Deep Learning Methods for Sentiment Analysis of Code-Mixed Tweets

2020-12-01 · SEMEVAL 2020 · Apurva Parikh, Abhimanyu Singh Bisht, Prasenjit Majumder

The paper describes systems that our team IRLab{\_}DAIICT employed for the shared task Sentiment Analysis for Code-Mixed Social Media Text in SemEval 2020. We conducted our experiments on a Hindi-English CodeMixed Tweet …

regressionSentiment Analysis

Sentiment Identification in Code-Mixed Social Media Text

2017-07-04 · Souvick Ghosh, Satanu Ghosh, Dipankar Das

Sentiment analysis is the Natural Language Processing (NLP) task dealing with the detection and classification of sentiments in texts. While some tasks deal with identifying the presence of sentiment in the text (Subject…

Sentiment AnalysisSubjectivity Analysis