Baselight

🛒 Amazon Reviews For SA Fine-grained 5 Classes

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

@kaggle.yacharki_amazon_reviews_for_sentianalysis_finegrained_csv

Loading...
Loading...

About this Dataset

🛒 Amazon Reviews For SA Fine-grained 5 Classes

The Amazon reviews full score dataset is constructed by randomly taking 600,000 training samples and 130,000 testing samples for each review score from 1 to 5. In total there are 3,000,000 trainig samples and 650,000 testing samples.

The files train.csv and test.csv contain all the training samples as comma-sparated values. There are 3 columns in them, corresponding to class index (1 to 5), review title and review text. The review title and text are escaped using double quotes ("), and any internal double quote is escaped by 2 double quotes (""). New lines are escaped by a backslash followed with an "n" character, that is "\n".

Tables

Test

@kaggle.yacharki_amazon_reviews_for_sentianalysis_finegrained_csv.test
  • 180.77 MB
  • 650000 rows
  • 3 columns
Loading...

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

Share link

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