File size: 709 Bytes
52e0a8b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
task_categories:
- text-classification
- text-generation
language:
- ru
tags:
- reviews
size_categories:
- 100K<n<1M
pretty_name: Dataset of user reviews from "Перекрёсток/Perekrestok" shop.
---

### Dataset
Dataset of user reviews from "Перекрёсток/Perekrestok" shop.

### Dataset Format
Dataset is in JSONLines format. Trivia:

`product_id` - Product internal ID (https://www.perekrestok.ru/cat/1/p/ID)

`product_name` - Product name

`product_category` - Category of product

`product_price` - Product price in RUB (decimal)

`review_id` - Review internal ID

`review_author` - Author of review

`review_text` - Text of review

`rating` - Review rating (decimal, from 0.0 to 5.0)