File size: 1,323 Bytes
5634fd1
 
 
 
 
 
 
 
 
639b3da
5634fd1
639b3da
 
5634fd1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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.