org-reviews / README.md
tebuchet's picture
Upload README.md with huggingface_hub
639b3da verified
---
license: mit
task_categories:
- text-classification
language:
- ru
tags:
- 2gis
- organizations
- reviews
- moscow
- sentiment-analysis
pretty_name: 2GIS Organizations Reviews Dataset
size_categories:
- 1K<n<10K
---
# 2GIS Organizations Dataset
This dataset contains scraped organization data from 2GIS (Russia's leading local search and maps service).
## Dataset Description
- **Mode**: reviews
- **Total Records**: 2819
- **Total Files**: 1
- **Format**: JSONL
## Data Fields
### Reviews Mode
- `text`: Review text content
- `rating`: Rating (1-5 stars)
- `organizationName`: Name of the reviewed organization
## Data Collection
Data was collected using Playwright browser automation to scrape public information from 2GIS.
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("tebuchet/org-reviews")
```
## License
MIT License - This dataset is provided for research and educational purposes.
## Citation
```bibtex
@misc{2gis_dataset,
author = {Your Name},
title = {2GIS Organizations Dataset},
year = {2026},
publisher = {Hugging Face},
howpublished = {\\url{https://huggingface.co/datasets/tebuchet/org-reviews}}
}
```
## Disclaimer
This dataset contains publicly available information from 2GIS. Users should respect the original data source's terms of service.