93 datasets found
  1. Sentiment Dataset (Bangla Text)

    • kaggle.com
    zip
    Updated Jan 2, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Tasrif Nur Himel (2024). Sentiment Dataset (Bangla Text) [Dataset]. https://www.kaggle.com/datasets/tasrifnurhimel/sentiment-dataset-bangla-text
    Explore at:
    zip(639787 bytes)Available download formats
    Dataset updated
    Jan 2, 2024
    Authors
    Tasrif Nur Himel
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    About this Dataset

    This dataset is designed for sentiment analysis tasks, specifically to classify text comments as positive or negative. It's a supervised dataset, meaning each comment is already labeled with its corresponding sentiment.

    Key Features:

    Two Columns: - Text: Contains the raw text of the comments. - Tag: Indicates the sentiment of the comment, labeled as either "positive" or "negative."

    Supervised Learning: Ideal for training and evaluating machine learning models for sentiment classification.

    Potential Applications: - Sentiment Analysis: Build models to automatically analyze emotions and opinions in various text data. - Social Media Analysis: Understand public sentiment towards brands, products, or topics on social media platforms. - Customer Feedback Analysis: Gauge customer satisfaction and identify areas for improvement based on reviews and feedback. - Text Classification: Develop text categorization systems for diverse applications.

  2. Large Sentiment Analysis Bangla Dataset

    • kaggle.com
    zip
    Updated Jul 27, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mir Tahmid (2024). Large Sentiment Analysis Bangla Dataset [Dataset]. https://www.kaggle.com/datasets/tahmidmir/largesentimentdata
    Explore at:
    zip(275593 bytes)Available download formats
    Dataset updated
    Jul 27, 2024
    Authors
    Mir Tahmid
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    This is a large-scale Bangla dataset based on positive, negative, and and neutral comments. It has four features: platform, where we get the comments; sources; comment; sentiment; and label.

    There are four columns which are Platform, Comment, Sentiment, and Label. I have collected Bangla comments from Twitter, Youtube, and Google. Comment is about positive, negative, and neutral. Sentiment is about making toxic, neutral, sad, funny, and happy comments that are labeled by 0, 1, 2, 3, and 4.

  3. m

    Bangla ( Bengali ) sentiment analysis classification benchmark dataset...

    • data.mendeley.com
    Updated Jan 8, 2021
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Salim Sazzed (2021). Bangla ( Bengali ) sentiment analysis classification benchmark dataset corpus [Dataset]. http://doi.org/10.17632/p6zc7krs37.4
    Explore at:
    Dataset updated
    Jan 8, 2021
    Authors
    Salim Sazzed
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Bangla ( Bengali ) sentiment analysis dataset

    The repository contains 3307 Negative reviews and 8500 Positive reviews collected and manually annotated from Youtube Bengali drama.

    If you use this dataset, please cite the following paper-

    @inproceedings{sazzed2020cross, title={Cross-lingual sentiment classification in low-resource Bengali language}, author={Sazzed, Salim}, booktitle={Proceedings of the Sixth Workshop on Noisy User-generated Text (W-NUT 2020)}, pages={50--60}, year={2020} }

    If you have any questions, please email me- salimsazzad222@gmail.com.

  4. h

    roots_indic-bn_bangla_sentiment_classification_datasets

    • huggingface.co
    Updated Sep 23, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    BigScience Data (2022). roots_indic-bn_bangla_sentiment_classification_datasets [Dataset]. https://huggingface.co/datasets/bigscience-data/roots_indic-bn_bangla_sentiment_classification_datasets
    Explore at:
    Dataset updated
    Sep 23, 2022
    Dataset authored and provided by
    BigScience Data
    License

    Attribution-NonCommercial-ShareAlike 4.0 (CC BY-NC-SA 4.0)https://creativecommons.org/licenses/by-nc-sa/4.0/
    License information was derived automatically

    Description

    ROOTS Subset: roots_indic-bn_bangla_sentiment_classification_datasets

      Bangla Sentiment Classification Datasets
    

    Dataset uid: bangla_sentiment_classification_datasets

      Description
    

    Multiple sentiment classification datasets for Bengali, which can also be used for training LMs. The Datasets are the following: ABSA_datasets -- This dataset has developed to perform aspect based sentiment analysis task in Bangla. License: CC BY 4.0 SAIL_data -- This dataset, consists of tweet… See the full description on the dataset page: https://huggingface.co/datasets/bigscience-data/roots_indic-bn_bangla_sentiment_classification_datasets.

  5. Synthetic Bengali Sentiment Analysis Dataset

    • kaggle.com
    zip
    Updated Jun 10, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    piketar (2025). Synthetic Bengali Sentiment Analysis Dataset [Dataset]. https://www.kaggle.com/datasets/piketar/synthetic-bengali-sentiment-json
    Explore at:
    zip(838685 bytes)Available download formats
    Dataset updated
    Jun 10, 2025
    Authors
    piketar
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Synthetic Bengali Sentiment Analysis Dataset

    Overview

    This dataset contains 44,236 Bengali sentences with corresponding sentiment labels, synthetically generated using ChatGPT. The dataset is designed for Bengali natural language processing tasks, particularly sentiment analysis.

    Dataset Information

    • Language: Bengali (বাংলা)
    • Size: 44,236 entries
    • Format: JSON
    • Generation Method: Synthetic data created using ChatGPT
    • Encoding: UTF-8

    Data Structure

    Each entry contains: - text: Bengali sentence/phrase - label: Sentiment label (integer)

    Label Distribution

    • 0: Negative sentiment
    • 1: Neutral sentiment
    • 2: Positive sentiment

    Sample Data

    [
     {
      "text": "আজকের দিনটা একদম ভালো যায়নি।",
      "label": 0
     },
     {
      "text": "বাসা থেকে বের হতে দেরি হয়ে গেল।", 
      "label": 0
     },
     {
      "text": "আমার খুব ভাল লাগছে।",
      "label": 2
     }
    ]
    
    
    Run Code:
    https://www.kaggle.com/code/piketar/bengali-sentiment-analysis
    
  6. h

    Bengali-E-commerce-sentiments

    • huggingface.co
    Updated Aug 31, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mahadi Hassan (2024). Bengali-E-commerce-sentiments [Dataset]. https://huggingface.co/datasets/Mahadih534/Bengali-E-commerce-sentiments
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 31, 2024
    Authors
    Mahadi Hassan
    License

    Attribution 2.5 (CC BY 2.5)https://creativecommons.org/licenses/by/2.5/
    License information was derived automatically

    Description

    Mahadih534/Bengali-E-commerce-sentiments dataset hosted on Hugging Face and contributed by the HF Datasets community

  7. m

    RevBangla: Bangla Product Sentiment Analysis Dataset

    • data.mendeley.com
    Updated Mar 6, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Saieef Sarower Sunny (2024). RevBangla: Bangla Product Sentiment Analysis Dataset [Dataset]. http://doi.org/10.17632/bnbbcdsf4m.1
    Explore at:
    Dataset updated
    Mar 6, 2024
    Authors
    Saieef Sarower Sunny
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The Bangla Product Comments Dataset is a comprehensive collection of product reviews gathered from diverse ecommerce platforms in Bangladesh. This dataset offers a rich source of information reflecting customer opinions and sentiments towards various products available online. This dataset holds significant value for businesses, researchers, and data scientists interested in understanding consumer behavior, product perception, and sentiment analysis within the Bangladeshi ecommerce landscape. By leveraging this dataset, stakeholders can derive actionable insights to enhance product quality, marketing strategies, and overall customer satisfaction.

    Columns:

    1. Product_ID: A unique identifier for each product, facilitating organization and referencing.
    2. Date: The date when the comment was posted, providing temporal context for analysis.
    3. Customer Name: The name or identifier of the customer who submitted the comment, ensuring traceability and potential user segmentation.
    4. Rating: A numerical representation (typically on a scale of 1 to 5) reflecting the customer's overall satisfaction level with the product.
    5. Label Sentiment: A categorical label assigned to each comment indicating the sentiment expressed by the customer (e.g., positive, negative). This classification facilitates sentiment analysis tasks.
    6. Comment: The actual text of the customer's review or comment, conveying specific opinions, feedback, or experiences regarding the product.
  8. h

    bn_code_mix_sentiment_dataset

    • huggingface.co
    Updated Sep 10, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Swarnadeep Das (2025). bn_code_mix_sentiment_dataset [Dataset]. https://huggingface.co/datasets/Swarnadeep-28/bn_code_mix_sentiment_dataset
    Explore at:
    Dataset updated
    Sep 10, 2025
    Authors
    Swarnadeep Das
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    Bengali-English Code-Mixed Sentiment Dataset

      Dataset Summary
    

    This dataset contains Bengali–English code-mixed social media text annotated for sentiment classification.The primary goal is to support research and applications in code-mixed NLP, especially sentiment analysis in low-resource Indic languages. The dataset combines and cleans multiple publicly available sources:

    BnSentMix: Bengali–English code-mixed sentiment dataset
    SentMix-3L: Multi-lingual code-mixed… See the full description on the dataset page: https://huggingface.co/datasets/Swarnadeep-28/bn_code_mix_sentiment_dataset.

  9. n

    Data Set For Sentiment Analysis On Bengali News Comments

    • narcis.nl
    • data.mendeley.com
    Updated Sep 15, 2019
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Chowdhury, M (via Mendeley Data) (2019). Data Set For Sentiment Analysis On Bengali News Comments [Dataset]. http://doi.org/10.17632/n53xt69gnf.2
    Explore at:
    Dataset updated
    Sep 15, 2019
    Dataset provided by
    Data Archiving and Networked Services (DANS)
    Authors
    Chowdhury, M (via Mendeley Data)
    Description

    This is a data set of Sentiment Analysis On Bangla News Comments where every data was annotated by three different individuals to get three different perspectives and based on the majorities decisions the final tag was chosen. This data set contains 13802 data in total.

  10. Bangla (Bengali) Drama Review Dataset

    • figshare.com
    txt
    Updated May 30, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    salim sazzed (2023). Bangla (Bengali) Drama Review Dataset [Dataset]. http://doi.org/10.6084/m9.figshare.13162085.v1
    Explore at:
    txtAvailable download formats
    Dataset updated
    May 30, 2023
    Dataset provided by
    Figsharehttp://figshare.com/
    figshare
    Authors
    salim sazzed
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The repository contains 3307 Negative reviews and 8500 Positive reviews collected and manually annotated from Youtube Bengali drama.If you use this dataset, please cite the following paper-@inproceedings{sazzed2020cross,title={Cross-lingual sentiment classification in low-resource Bengali language},author={Sazzed, Salim},booktitle={Proceedings of the Sixth Workshop on Noisy User-generated Text (W-NUT 2020)},pages={50--60},year={2020}

    }If you have any questions, please email me- salimsazzad222@gmail.com.

  11. Bengali Sentiment Dataset

    • kaggle.com
    zip
    Updated Jul 25, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Nuhash Afnan (2020). Bengali Sentiment Dataset [Dataset]. https://www.kaggle.com/nuhashafnan/pseudolabel
    Explore at:
    zip(631287 bytes)Available download formats
    Dataset updated
    Jul 25, 2020
    Authors
    Nuhash Afnan
    Description

    Dataset

    This dataset was created by Nuhash Afnan

    Contents

  12. n

    Bangla Bengali sentiment lexicon dictionary with positive and negative words...

    • narcis.nl
    • data.mendeley.com
    Updated Mar 9, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sazzed, S (via Mendeley Data) (2021). Bangla Bengali sentiment lexicon dictionary with positive and negative words [Dataset]. http://doi.org/10.17632/zggnjpnmwp.2
    Explore at:
    Dataset updated
    Mar 9, 2021
    Dataset provided by
    Data Archiving and Networked Services (DANS)
    Authors
    Sazzed, S (via Mendeley Data)
    Description

    This dataset contains around 1300 positive and negative Bengal ( Bangla ) sentiment words. This lexicon was created from a Bengali review corpus.

    If you use this lexicon please cite following paper-

    @inproceedings{sazzed2020development, title={Development of Sentiment Lexicon in Bengali utilizing Corpus and Cross-lingual Resources}, author={Sazzed, Salim}, booktitle={2020 IEEE 21st International Conference on Information Reuse and Integration for Data Science (IRI)}, pages={237--244}, year={2020}, organization={IEEE Computer Society} }

    https://www.cs.odu.edu/~ssazzed/IEEE_IRI_2020.pdf

  13. m

    BANGLA-ABSA: Unique Aspect Based Sentiment Analysis datasets in Bangla...

    • data.mendeley.com
    Updated Jul 9, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mahmudul Hasan (2024). BANGLA-ABSA: Unique Aspect Based Sentiment Analysis datasets in Bangla Language [Dataset]. http://doi.org/10.17632/998m4jy3m9.3
    Explore at:
    Dataset updated
    Jul 9, 2024
    Authors
    Mahmudul Hasan
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    In the Bangla language, sentiment analysis is becoming more and more significant. Aspect-based sentiment analysis (ABSA) predicts the sentiment polarity on an aspect level. The data were collected from numerous individuals with a minimum of two aspects. Every comment is a complex or compound sentence. The datasets are organized in a folder named "BANGLA_ABSA dataset" which has four Excel files, one for each of the datasets: Car_ABSA, Mobile_phone_ABSA, Movie_ABSA, and Restaurant_ABSA. Each Excel file contains three columns namely Id, Comment, and {Aspect category, Sentiment Polarity}. Car_ABSA, Mobile_phone_ABSA, Movie_ABSA, and Restaurant_ABSA datasets have 1149, 975, 800, and 801 rows of data respectively.

  14. all_results.json

    • figshare.com
    • datasetcatalog.nlm.nih.gov
    json
    Updated Apr 18, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sadia Sharmin (2025). all_results.json [Dataset]. http://doi.org/10.6084/m9.figshare.28824797.v1
    Explore at:
    jsonAvailable download formats
    Dataset updated
    Apr 18, 2025
    Dataset provided by
    Figsharehttp://figshare.com/
    figshare
    Authors
    Sadia Sharmin
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    As a result of the technological advancements of the internet, Bangladeshi users are increasingly active on social networks. In this sense, social media influencers are becoming more well-known and attracting a growing number of users. Bangladeshi food review influencers are becoming more and more well-known every day. The most sophisticated Bengali sequence classification model was used in this study's analysis of social network interaction data. Through an extensive exploration of the social media landscape, we delve into the realm of food reviews. We used the sequence classification model to classify the comments collected from social media for our study. Our findings reveal that the majority of viewers hold a positive perception of Bengali food reviews on social media, while a small number of outliers may express contrasting opinions. Notably, our classifier, BanglaBERT, achieves an impressive prediction accuracy of 83.76%, emphasizing the reliability and effectiveness of our approach.

  15. Bengali Sentiment Analysis

    • kaggle.com
    zip
    Updated Oct 28, 2018
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Tazim H (2018). Bengali Sentiment Analysis [Dataset]. https://www.kaggle.com/datasets/tazimhoque/bengali-sentiment-text/discussion
    Explore at:
    zip(23704454 bytes)Available download formats
    Dataset updated
    Oct 28, 2018
    Authors
    Tazim H
    Description

    Dataset

    This dataset was created by Tazim H

    Contents

  16. m

    Bengali Political Sentiment Analysis Dataset

    • data.mendeley.com
    Updated Oct 2, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Adib Mahmud (2025). Bengali Political Sentiment Analysis Dataset [Dataset]. http://doi.org/10.17632/x5yc4m5yg2.2
    Explore at:
    Dataset updated
    Oct 2, 2025
    Authors
    Adib Mahmud
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset comprises 3,290 Bengali political comments sourced from social media platforms, news comment sections, and online political discussions, specifically curated for sentiment analysis research in Bengali NLP. The corpus provides a comprehensive resource for training and evaluating sentiment classification models within the political domain. The dataset features 3,290 instances distributed across five sentiment classes with excellent balance (variance <8%): Very Negative (675, 20.5%), Negative (663, 20.2%), Neutral (626, 19.0%), Very Positive (664, 20.2%), and Positive (662, 20.1%). Stored in Excel format with two columns containing Bengali political comments (Unicode text) and corresponding sentiment labels, the dataset maintains high quality with no missing values and verified annotations. Comment lengths average 83 characters, ranging from 11 to 398 characters. The collection encompasses diverse political discourse including government policies and governance, electoral processes and democracy, political parties and leadership dynamics, social and economic issues, current affairs and political events, along with public opinion and citizen responses to political developments. This dataset serves multiple research purposes, including Bengali sentiment analysis model development and benchmarking, political discourse analysis and opinion mining, natural language processing research for low-resource languages, cross-lingual sentiment analysis studies, social media analytics for Bengali content, multi-class text classification research, and comparative political sentiment studies across different linguistic and cultural contexts.

  17. f

    Sentiment classification for restaurant dataset.

    • figshare.com
    xls
    Updated Sep 20, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Shihab Ahmed; Moythry Manir Samia; Maksuda Haider Sayma; Md. Mohsin Kabir; M. F. Mridha (2024). Sentiment classification for restaurant dataset. [Dataset]. http://doi.org/10.1371/journal.pone.0308050.t010
    Explore at:
    xlsAvailable download formats
    Dataset updated
    Sep 20, 2024
    Dataset provided by
    PLOS ONE
    Authors
    Shihab Ahmed; Moythry Manir Samia; Maksuda Haider Sayma; Md. Mohsin Kabir; M. F. Mridha
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    In recent years, the surge in reviews and comments on newspapers and social media has made sentiment analysis a focal point of interest for researchers. Sentiment analysis is also gaining popularity in the Bengali language. However, Aspect-Based Sentiment Analysis is considered a difficult task in the Bengali language due to the shortage of perfectly labeled datasets and the complex variations in the Bengali language. This study used two open-source benchmark datasets of the Bengali language, Cricket, and Restaurant, for our Aspect-Based Sentiment Analysis task. The original work was based on the Random Forest, Support Vector Machine, K-Nearest Neighbors, and Convolutional Neural Network models. In this work, we used the Bidirectional Encoder Representations from Transformers, the Robustly Optimized BERT Approach, and our proposed hybrid transformative Random Forest and Bidirectional Encoder Representations from Transformers (tRF-BERT) models to compare the results with the existing work. After comparing the results, we can clearly see that all the models used in our work achieved better results than any of the previous works on the same dataset. Amongst them, our proposed transformative Random Forest and Bidirectional Encoder Representations from Transformers achieved the highest F1 score and accuracy. The accuracy and F1 score of aspect detection for the Cricket dataset were 0.89 and 0.85, respectively, and for the Restaurant dataset were 0.92 and 0.89 respectively.

  18. Bangla Sentiment Analysis for Online Gaming.

    • kaggle.com
    Updated May 16, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Saiful Islam (2024). Bangla Sentiment Analysis for Online Gaming. [Dataset]. https://www.kaggle.com/datasets/saifulislamtarek/bangla-sentiment-analysis-for-online-gaming
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    May 16, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Saiful Islam
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    The most recent Natural Language Processing (NLP) method for ascertaining a user's sentiment is sentiment analysis. Online gaming is one of the activities that people of all ages, especially young people, are being forced to engage in as a result of the recent COVID-19 pandemic. Since smartphones have made it easy for people to access the internet, the number of people playing online games has increased. This research study has used various machines learning classification algorithms from over 401 data points in an attempt to investigate online gaming addiction. All age groups are taken into account when gathering data, but students in high school, college, and university are given special consideration.

    Data Collection :**

    This section identifies the different category of Bengali language. Here, two different parameters are considered. First one is "Class" and another one is "Opinions". The main focus of the proposed model is to get the user feedback on online game addiction, analyze the user data and identify the types of datasets accordingly. As a result, the proposed dataset is restricted to collecting 401 text documents and in only two columns. One is paragraph or text form and another one is classification. Paragraph or text means positive ,negative and neutral on which the class will be labelled on the other side, it means the 'opinions' of user about the online gaming addiction. ----more details of my paper: DOI : http://dx.doi.org/10.1109/I-SMAC55078.2022.9987343

  19. Bengali Identity Bias Evaluation Dataset (BIBED)

    • zenodo.org
    • data.niaid.nih.gov
    • +1more
    bin
    Updated Aug 7, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Dipto Das; Dipto Das; Shion Guha; Shion Guha; Bryan Semaan; Bryan Semaan (2023). Bengali Identity Bias Evaluation Dataset (BIBED) [Dataset]. http://doi.org/10.5281/zenodo.7775521
    Explore at:
    binAvailable download formats
    Dataset updated
    Aug 7, 2023
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Dipto Das; Dipto Das; Shion Guha; Shion Guha; Bryan Semaan; Bryan Semaan
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Critical studies found NLP systems to bias based on gender and racial identities. However, few studies focused on identities defined by cultural factors like religion and nationality. Compared to English, such research efforts are even further limited in major languages like Bengali due to the unavailability of labeled datasets. Our paper (see the reference) describes a process for developing a bias evaluation dataset highlighting cultural influences on identity. We also provide this Bengali dataset as an artifact outcome that can contribute to future critical research.

    If you find this dataset useful, please cite the associated paper:

    Das, D., Guha, S., & Semaan, B. (2023, May). Toward Cultural Bias Evaluation Datasets: The Case of Bengali Gender, Religious, and National Identity. In Proceedings of the First Workshop on Cross-Cultural Considerations in NLP (C3NLP) (pp. 68-83).

    BibTeX:

    @inproceedings{das-etal-2023-toward,
      title = "Toward Cultural Bias Evaluation Datasets: The Case of {B}engali Gender, Religious, and National Identity",
      author = "Das, Dipto and
       Guha, Shion and
       Semaan, Bryan",
      booktitle = "Proceedings of the First Workshop on Cross-Cultural Considerations in NLP (C3NLP)",
      month = may,
      year = "2023",
      address = "Dubrovnik, Croatia",
      publisher = "Association for Computational Linguistics",
      url = "https://aclanthology.org/2023.c3nlp-1.8",
      pages = "68--83",
    }
  20. h

    RBE_Sent

    • huggingface.co
    Updated Apr 20, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Dalia Barua (2025). RBE_Sent [Dataset]. https://huggingface.co/datasets/DaliaBarua/RBE_Sent
    Explore at:
    Dataset updated
    Apr 20, 2025
    Authors
    Dalia Barua
    Description

    RBE_Sent Dataset Description: The RBE_Sent (Roman Bengali-English Sentiment) dataset is a synthetic, gold-standard code-mixed dataset developed for sentiment analysis tasks involving Romanized Bengali and English. It captures real-world bilingual usage by blending Roman Bengali with English tokens within the same textual instances. The dataset is designed to support research in multilingual natural language processing, especially in the context of low-resource, code-mixed languages. Each… See the full description on the dataset page: https://huggingface.co/datasets/DaliaBarua/RBE_Sent.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Tasrif Nur Himel (2024). Sentiment Dataset (Bangla Text) [Dataset]. https://www.kaggle.com/datasets/tasrifnurhimel/sentiment-dataset-bangla-text
Organization logo

Sentiment Dataset (Bangla Text)

This dataset basically identify the comment is the comment negative or positive.

Explore at:
zip(639787 bytes)Available download formats
Dataset updated
Jan 2, 2024
Authors
Tasrif Nur Himel
License

Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically

Description

About this Dataset

This dataset is designed for sentiment analysis tasks, specifically to classify text comments as positive or negative. It's a supervised dataset, meaning each comment is already labeled with its corresponding sentiment.

Key Features:

Two Columns: - Text: Contains the raw text of the comments. - Tag: Indicates the sentiment of the comment, labeled as either "positive" or "negative."

Supervised Learning: Ideal for training and evaluating machine learning models for sentiment classification.

Potential Applications: - Sentiment Analysis: Build models to automatically analyze emotions and opinions in various text data. - Social Media Analysis: Understand public sentiment towards brands, products, or topics on social media platforms. - Customer Feedback Analysis: Gauge customer satisfaction and identify areas for improvement based on reviews and feedback. - Text Classification: Develop text categorization systems for diverse applications.

Search
Clear search
Close search
Google apps
Main menu