File size: 2,079 Bytes
55f2840 0ba9dcc e32a447 6283d4a 0ba9dcc 55f2840 471ca05 55f2840 0ba9dcc 471ca05 02366bc 471ca05 |
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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: address
dtype: string
- name: name_ru
dtype: string
- name: rating
dtype: int64
- name: rubrics
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 369301294
num_examples: 500000
download_size: 170880716
dataset_size: 369301294
license: mit
task_categories:
- text-classification
- sentence-similarity
- token-classification
- text2text-generation
language: ru
multilinguality:
- monolingual
tags:
- reviews
- yandex
pretty_name: Geo Reviews Dataset 2023
size_categories:
- 100K<n<1M
source_datasets:
- original
---
# Geo Reviews Dataset 2023
Yandex is making available the largest Russian-language dataset of reviews about organizations published on Yandex Maps.
Use it for academic and research purposes, share your results with us in Issues.
## Dataset Description
- **Repository:** https://github.com/yandex/geo-reviews-dataset-2023
- **Paper:** [Яндекс Карты открывают крупнейший русскоязычный датасет отзывов на организации](https://habr.com/ru/companies/yandex/articles/763832/)
- **Point of Contact:** [[email protected]](mailto:[email protected])
## Description
- 500,000 unique reviews
- Only reviews about organizations in Russia
- Available on Yandex Maps
- Published from January to July 2023
- The dataset does not contain short one-word reviews
- Reviews have been cleared of personal data (phone numbers, email addresses)
## Dataset Fields
The dataset contains the following attributes:
- Organization address (`address`)
- Organization name (`name_ru`)
- List of categories to which the organization belongs (`rubrics`)
- User rating from 0 to 5 (`rating`)
- Review text (`text`)
## License
Distributed under MIT license.
## Contacts
For any inquiries or questions regarding the dataset, please contact us at [[email protected]](mailto:[email protected]). |