Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- ru
|
7 |
+
tags:
|
8 |
+
- reviews
|
9 |
+
size_categories:
|
10 |
+
- 100K<n<1M
|
11 |
+
pretty_name: Dataset of user reviews from "Перекрёсток/Perekrestok" shop.
|
12 |
+
---
|
13 |
+
|
14 |
+
### Dataset
|
15 |
+
Dataset of user reviews from "Перекрёсток/Perekrestok" shop.
|
16 |
+
|
17 |
+
### Dataset Format
|
18 |
+
Dataset is in JSONLines format. Trivia:
|
19 |
+
|
20 |
+
`product_id` - Product internal ID (https://www.perekrestok.ru/cat/1/p/ID)
|
21 |
+
|
22 |
+
`product_name` - Product name
|
23 |
+
|
24 |
+
`product_category` - Category of product
|
25 |
+
|
26 |
+
`product_price` - Product price in RUB (decimal)
|
27 |
+
|
28 |
+
`review_id` - Review internal ID
|
29 |
+
|
30 |
+
`review_author` - Author of review
|
31 |
+
|
32 |
+
`review_text` - Text of review
|
33 |
+
|
34 |
+
`rating` - Review rating (decimal, from 0.0 to 5.0)
|