Datasets:
Commit
·
8001dfa
1
Parent(s):
37650ab
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,20 @@ Since B2W-Reviews01 offers the exact text written by users, this corpus also off
|
|
59 |
|
60 |
### Data Fields
|
61 |
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
### Data Splits
|
65 |
|
@@ -74,4 +87,4 @@ Since B2W-Reviews01 offers the exact text written by users, this corpus also off
|
|
74 |
|
75 |
### Contributions
|
76 |
|
77 |
-
[
|
|
|
59 |
|
60 |
### Data Fields
|
61 |
|
62 |
+
* **submission_date**: the date and time when the review was submitted.
|
63 |
+
* **reviewer_id**: a unique identifier for the reviewer.
|
64 |
+
* **product_id**: a unique identifier for the product being reviewed.
|
65 |
+
* **product_name**: the name of the product being reviewed.
|
66 |
+
* **product_brand**: the brand of the product being reviewed.
|
67 |
+
* **site_category_lv1**: the highest level category for the product on the site where the review is being submitted.
|
68 |
+
* **site_category_lv2**: the second level category for the product on the site where the review is being submitted.
|
69 |
+
* **review_title**: the title of the review.
|
70 |
+
* **overall_rating**: the overall star rating given by the reviewer on a scale of 1 to 5.
|
71 |
+
* **recommend_to_a_friend**: whether or not the reviewer would recommend the product to a friend (Yes/No).
|
72 |
+
* **review_text**: the full text of the review.
|
73 |
+
* **reviewer_birth_year**: the birth year of the reviewer.
|
74 |
+
* **reviewer_gender**: the gender of the reviewer (F/M).
|
75 |
+
* **reviewer_state**: the Brazilian state of the reviewer (e.g. RJ).
|
76 |
|
77 |
### Data Splits
|
78 |
|
|
|
87 |
|
88 |
### Contributions
|
89 |
|
90 |
+
Thanks to [@ruanchaves](https://github.com/ruanchaves) for adding this dataset.
|