Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-nd-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-nd-4.0
|
| 3 |
+
language:
|
| 4 |
+
- ru
|
| 5 |
+
pretty_name: N + 1 News
|
| 6 |
+
size_categories:
|
| 7 |
+
- 10K<n<100K
|
| 8 |
+
tags:
|
| 9 |
+
- russian
|
| 10 |
+
- news
|
| 11 |
+
- science
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# N + 1 News
|
| 15 |
+
|
| 16 |
+
This dataset contains articles from [N + 1](https://nplus1.ru/), a leading Russian-language popular science media outlet.
|
| 17 |
+
|
| 18 |
+
## Data Structure
|
| 19 |
+
|
| 20 |
+
Each record in the dataset contains the following fields:
|
| 21 |
+
- `title` (string): Article title
|
| 22 |
+
- `url` (string): Original article URL on nplus1.ru
|
| 23 |
+
- `date_published` (timestamp): Publication timestamp in ISO 8601 format
|
| 24 |
+
- `author` (string): Article author name
|
| 25 |
+
- `tags` (list[string]): Topical categories
|
| 26 |
+
- `difficulty` (float): Article difficulty rating (this metric is [subjective](https://nplus1.ru/difficult))
|
| 27 |
+
- `subtitle` (string): Article subtitle/lead
|
| 28 |
+
- `text` (string): Full article text
|
| 29 |
+
|
| 30 |
+
## License
|
| 31 |
+
|
| 32 |
+
The original content is published by N + 1 under terms that permit non-commercial use without modifications with attribution.
|
| 33 |
+
|
| 34 |
+
**License:** CC BY-NC-ND 4.0 (Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International)
|
| 35 |
+
|
| 36 |
+
**Usage Terms:**
|
| 37 |
+
|
| 38 |
+
- ✅ Non-commercial use permitted
|
| 39 |
+
- ✅ Attribution required (link to N+1)
|
| 40 |
+
- ❌ No modifications allowed
|
| 41 |
+
- ❌ Commercial use prohibited
|
| 42 |
+
|
| 43 |
+
**Source Attribution:** N + 1 (https://nplus1.ru/)
|
| 44 |
+
|
| 45 |
+
When using this dataset, you must:
|
| 46 |
+
|
| 47 |
+
- Provide attribution to N + 1
|
| 48 |
+
- Use only for non-commercial purposes
|
| 49 |
+
- Not create derivative works of the articles
|