Datasets:
File size: 1,393 Bytes
ac34882 | 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 | ---
license: cc-by-nc-nd-4.0
language:
- ru
pretty_name: N + 1 News
size_categories:
- 10K<n<100K
tags:
- russian
- news
- science
---
# N + 1 News
This dataset contains articles from [N + 1](https://nplus1.ru/), a leading Russian-language popular science media outlet.
## Data Structure
Each record in the dataset contains the following fields:
- `title` (string): Article title
- `url` (string): Original article URL on nplus1.ru
- `date_published` (timestamp): Publication timestamp in ISO 8601 format
- `author` (string): Article author name
- `tags` (list[string]): Topical categories
- `difficulty` (float): Article difficulty rating (this metric is [subjective](https://nplus1.ru/difficult))
- `subtitle` (string): Article subtitle/lead
- `text` (string): Full article text
## License
The original content is published by N + 1 under terms that permit non-commercial use without modifications with attribution.
**License:** CC BY-NC-ND 4.0 (Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International)
**Usage Terms:**
- ✅ Non-commercial use permitted
- ✅ Attribution required (link to N+1)
- ❌ No modifications allowed
- ❌ Commercial use prohibited
**Source Attribution:** N + 1 (https://nplus1.ru/)
When using this dataset, you must:
- Provide attribution to N + 1
- Use only for non-commercial purposes
- Not create derivative works of the articles |