File size: 2,521 Bytes
06a2ceb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
81
82
83
84
85
86
87
88
89
90
91
92
---
configs:
- config_name: default
  data_files:
  - split: train
    path:
    - "bigslide_0.jsonl.zst"
    - "bigslide_1.jsonl.zst"
    - "bigslide_2.jsonl.zst"
    - "bigslide_3.jsonl.zst"
    - "bigslide_4.jsonl.zst"
    - "bigslide_5.jsonl.zst"
    - "bigslide_6.jsonl.zst"
    - "bigslide_7.jsonl.zst"
    - "bigslide_8.jsonl.zst"
    - "bigslide_9.jsonl.zst"
  default: true
annotations_creators:
- found
language:
- ru
- en
- multilingual
license: cc0-1.0
multilinguality:
- multilingual
pretty_name: Bigslide.ru Presentations Dataset
size_categories:
- 10K<n<100K
source_datasets:
- original
task_categories:
- text-classification
- text-retrieval
---

# Dataset Card for Bigslide.ru Presentations

### Dataset Summary

This dataset contains metadata and original files for 50,872 presentations from the [bigslide.ru](https://bigslide.ru) platform, a presentation storage and viewing service for school students. The dataset includes information such as presentation titles, URLs, download URLs, and extracted text content where available.

### Languages

The dataset is multilingual, with Russian being the primary language. Other languages present include:

- Russian (ru): The majority of the content
- English (en): Primarily for English language lessons, a small portion of the dataset
- Other: Some content in other languages may be present

## Dataset Structure

### Data Files

The dataset consists of:

- Metadata: Stored in JSON Lines format
- Presentation files: Original PPT/PPTX files

### Data Fields

This dataset includes the following fields:

- `url`: URL of the presentation page on bigslide.ru (string)
- `title`: Title of the presentation (string)
- `download_url`: URL for downloading the presentation (string)
- `filepath`: Local filepath of the downloaded presentation (string)
- `text`: Extracted text content of the presentation (string or null)

### Data Splits

All examples are in a single split.

## Additional Information

### License

This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
* Use it for any purpose, including commercial projects.
* Modify it however you like.
* Distribute it without asking permission.

No attribution is required, but it's always appreciated!

CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en

To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/

### Dataset Curators

- [nyuuzyou](https://ducks.party)