Baselight

🎭Movie Reviews Sentences For Sentiment Analysis

Containes train.csv + test.csv + readme.csv

@kaggle.yacharki_movie_review_sentiment_analysis

Loading...
Loading...

About this Dataset

🎭Movie Reviews Sentences For Sentiment Analysis

This is a dataset of movie reviews to be used for the NLP task of sentiment analysis, it's in the form of sentences, were every sentence is given a sentiment score fro 0 to 4 (1 = Very Bad 2 = Bad 3 = Neutral 4 = Good 5 = Very Good).

Tables

Test

@kaggle.yacharki_movie_review_sentiment_analysis.test
  • 660.76 KB
  • 25174 rows
  • 2 columns
Loading...

CREATE TABLE test (
  "class_index" BIGINT,
  "review_text" VARCHAR
);

Train

@kaggle.yacharki_movie_review_sentiment_analysis.train
  • 2.44 MB
  • 100693 rows
  • 2 columns
Loading...

CREATE TABLE train (
  "class_index" BIGINT,
  "review_text" VARCHAR
);

Share link

Anyone who has the link will be able to view this.