File size: 2,856 Bytes
3672d96 |
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 |
---
configs:
- config_name: default
data_files:
- split: train
path:
- "*.jsonl.zst"
default: true
annotations_creators:
- found
language:
- ru
- en
- multilingual
license: cc0-1.0
multilinguality:
- multilingual
pretty_name: Pedsite.ru Pedagogical Website Dataset
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- text-classification
- text-retrieval
---
# Dataset Card for Pedsite.ru Pedagogical Website
### Dataset Summary
This dataset contains metadata and original files for 9,536 educational materials from the [pedsite.ru](https://pedsite.ru) platform, a website for teachers to share experiences and showcase the best creative findings in the field of teaching and learning. The dataset includes information such as material titles, URLs, download URLs, author information, and extracted text content where available.
### Languages
The dataset is primarily in Russian, but includes content in other languages:
- Russian (ru): The majority of the content
- English (en): Present in materials for English language teaching
- Other: Some content in other languages may be present, particularly for foreign language teaching materials
## Dataset Structure
### Data Files
The dataset consists of:
- Metadata: Stored in JSON Lines format
- Original files: Various document types (e.g., PPT, DOCX)
### Data Fields
This dataset includes the following fields:
- `url`: URL of the material page on pedsite.ru (string)
- `title`: Title of the educational material (string)
- `author_name`: Name of the author (string)
- `author_info`: Information about the author, typically their position and institution (string)
- `description`: Description of the educational material (string)
- `target_group`: Intended audience for the material (string)
- `document_type`: Type of document (e.g., "Презентация", "Другое") (string)
- `publication_date`: Date of publication (string)
- `download_count`: Number of times the material has been downloaded (integer)
- `download_url`: URL for downloading the material (string)
- `filepath`: Local filepath of the downloaded material (string)
- `extracted_text`: Extracted text content of the material (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)
|