Text Classification Dataset For Sentiment Analysis
A Collection of Datasets for Sentiment Analysis & Text Classification
@kaggle.jsonali2003_text_classification_dataset_for_sentiment_analysis
A Collection of Datasets for Sentiment Analysis & Text Classification
@kaggle.jsonali2003_text_classification_dataset_for_sentiment_analysis
This dataset collection contains textual data from diverse domains, designed for sentiment analysis and text classification. The data covers topics such as biodiversity conservation, climate change, social justice, space exploration, and the impact of technology. It is suitable for natural language processing (NLP) tasks such as classifying sentiments, extracting themes, or training machine learning models for text analytics.
CREATE TABLE biodiversityconservationdataset (
"sentence" VARCHAR,
"sentiment" VARCHAR
);CREATE TABLE climatechangedataset (
"sentence" VARCHAR,
"sentiment" VARCHAR
);CREATE TABLE socialjusticedataset (
"sentence" VARCHAR,
"sentiment" VARCHAR
);CREATE TABLE spaceexplorationdataset (
"sentence" VARCHAR,
"sentiment" VARCHAR
);CREATE TABLE technologyimpactdataset (
"sentence" VARCHAR,
"sentiment" VARCHAR
);Anyone who has the link will be able to view this.