paper-with-me

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, Nipuna Chhabra

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. Developing robust explainability techniques which explain why models make their predictions becomes essential. In this paper, we propose an adequate methodology to integrate explainable approaches into code-mixed sentiment analysis.

📄 PDF Abstract BibTeX arXiv:2109.03200

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment Analysis

Similar Papers 제목 키워드 기반

“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

Enhancing Multilingual Sentiment Analysis with Explainability for Sinhala, English, and Code-Mixed Content

2025-04-18 · Azmarah Rizvi, Navojith Thamindu, A. M. N. H. Adhikari, W. P. U. Senevirathna 외

Sentiment analysis is crucial for brand reputation management in the banking sector, where customer feedback spans English, Sinhala, Singlish, and code-mixed text. Existing models struggle with low-resource languages lik…

Aspect-Based Sentiment AnalysisSentiment Analysis

Flexible conditional density estimation for time series

2023-01-23 · Gustavo Grivol, Rafael Izbicki, Alex A. Okuno, Rafael B. Stern

This paper introduces FlexCodeTS, a new conditional density estimator for time series. FlexCodeTS is a flexible nonparametric conditional density estimator, which can be based on an arbitrary regression method. It is sho…

Density EstimationregressionTime SeriesTime Series 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

Retrofitting Code Using LLMs to Support Exceptional Behavior

2026-09-09 · Linghan Zhong, Jiyang Zhang, Jayanth Srinivasa, Junyi Jessy Li 외 arxiv

Exception Related Code (ERC), which includes throw statements, conditions (if statements) that guard those throw statements, and try/catch blocks, is an essential component of software systems, allowing developers to det…

Code Generation