Update README.md
Browse files
README.md
CHANGED
|
@@ -40,10 +40,39 @@ size_categories:
|
|
| 40 |
source_datasets:
|
| 41 |
- original
|
| 42 |
---
|
| 43 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
## Dataset Description
|
| 46 |
|
| 47 |
- **Repository:** https://github.com/yandex/geo-reviews-dataset-2023
|
| 48 |
- **Paper:** [Яндекс Карты открывают крупнейший русскоязычный датасет отзывов на организации](https://habr.com/ru/companies/yandex/articles/763832/)
|
| 49 |
-
- **Point of Contact:** [[email protected]](mailto:[email protected])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
source_datasets:
|
| 41 |
- original
|
| 42 |
---
|
| 43 |
+
# Geo Reviews Dataset 2023
|
| 44 |
+
|
| 45 |
+
Yandex is making available the largest Russian-language dataset of reviews about organizations published on Yandex Maps.
|
| 46 |
+
|
| 47 |
+
Use it for academic and research purposes, share your results with us in Issues.
|
| 48 |
|
| 49 |
## Dataset Description
|
| 50 |
|
| 51 |
- **Repository:** https://github.com/yandex/geo-reviews-dataset-2023
|
| 52 |
- **Paper:** [Яндекс Карты открывают крупнейший русскоязычный датасет отзывов на организации](https://habr.com/ru/companies/yandex/articles/763832/)
|
| 53 |
+
- **Point of Contact:** [[email protected]](mailto:[email protected])
|
| 54 |
+
|
| 55 |
+
- 500,000 unique reviews
|
| 56 |
+
- Only reviews about organizations in Russia
|
| 57 |
+
- Available on Yandex Maps
|
| 58 |
+
- Published from January to July 2023
|
| 59 |
+
- The dataset does not contain short one-word reviews
|
| 60 |
+
- Reviews have been cleared of personal data (phone numbers, email addresses)
|
| 61 |
+
|
| 62 |
+
## Dataset Fields
|
| 63 |
+
|
| 64 |
+
The dataset contains the following attributes:
|
| 65 |
+
|
| 66 |
+
- Organization address (`address`)
|
| 67 |
+
- Organization name (`name_ru`)
|
| 68 |
+
- List of categories to which the organization belongs (`rubrics`)
|
| 69 |
+
- User rating from 0 to 5 (`rating`)
|
| 70 |
+
- Review text (`text`)
|
| 71 |
+
|
| 72 |
+
## License
|
| 73 |
+
|
| 74 |
+
Distributed under MIT license.
|
| 75 |
+
|
| 76 |
+
## Contacts
|
| 77 |
+
|
| 78 |
+
For any inquiries or questions regarding the dataset, please contact us at [[email protected]](mailto:[email protected]).
|