Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,84 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Aisberg Telegram News UA (anon)
|
| 3 |
+
tags:
|
| 4 |
+
- ukraine
|
| 5 |
+
- telegram
|
| 6 |
+
- news
|
| 7 |
+
- social-media
|
| 8 |
+
- nlp
|
| 9 |
+
- disinformation
|
| 10 |
+
- media-literacy
|
| 11 |
+
task_categories:
|
| 12 |
+
- text-classification
|
| 13 |
+
- text-retrieval
|
| 14 |
+
language:
|
| 15 |
+
- uk
|
| 16 |
+
- ru
|
| 17 |
+
- en
|
| 18 |
+
license: cc-by-4.0
|
| 19 |
+
size_categories:
|
| 20 |
+
- 10K<n<100K
|
| 21 |
+
configs:
|
| 22 |
+
- config_name: monthly_splits
|
| 23 |
+
data_files:
|
| 24 |
+
- data/*.jsonl
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
# Aisberg Telegram News UA (anon)
|
| 28 |
+
|
| 29 |
+
**Aisberg Telegram News UA (anon)** is a de-identified dataset of Ukrainian Telegram news and discussions.
|
| 30 |
+
The data is collected by the Aisberg Public Organization for research in information security, narrative tracking, and the detection of manipulative techniques.
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
## Dataset Overview
|
| 35 |
+
|
| 36 |
+
- **Posts**: channel name, anonymized text, publication date, aggregated reactions (emoji → counts).
|
| 37 |
+
- **Comments (anon.)**: user pseudonym, comment text, timestamp in epoch milliseconds.
|
| 38 |
+
- **Splits**: monthly (`YYYY_MM`), reflecting the calendar month of publication.
|
| 39 |
+
- **Format**: JSONL, UTF-8 encoded.
|
| 40 |
+
|
| 41 |
+
This dataset is designed for research on disinformation, media analysis, sentiment tracking, and NLP experiments.
|
| 42 |
+
|
| 43 |
+
---
|
| 44 |
+
|
| 45 |
+
## Anonymization Policy
|
| 46 |
+
|
| 47 |
+
- User IDs and usernames are replaced with salted pseudonyms (`user_<hash>`).
|
| 48 |
+
- Personally identifiable information (emails, phone numbers, mentions, URLs) is replaced with tokens `[email]`, `[phone]`, `[mention]`, `[url]`.
|
| 49 |
+
- Timestamps are normalized to day-level granularity in the `date` field; comment `time` values are epoch milliseconds.
|
| 50 |
+
- Only channel **names** are preserved, internal Telegram IDs are removed.
|
| 51 |
+
|
| 52 |
+
These measures ensure user privacy while keeping the dataset useful for research.
|
| 53 |
+
|
| 54 |
+
---
|
| 55 |
+
|
| 56 |
+
## License
|
| 57 |
+
|
| 58 |
+
The dataset is released under **CC-BY-4.0**.
|
| 59 |
+
Attribution:
|
| 60 |
+
`© Aisberg Public Organization — https://aisberg.live`
|
| 61 |
+
|
| 62 |
+
---
|
| 63 |
+
|
| 64 |
+
## About Aisberg
|
| 65 |
+
|
| 66 |
+
We are a team committed to defending citizens' right to truthful information.
|
| 67 |
+
Our mission is to promote **information security, media literacy, and critical thinking** in Ukrainian society to strengthen democratic values and protect freedom of speech.
|
| 68 |
+
|
| 69 |
+
🔍 **What We Do**:
|
| 70 |
+
- Develop AI-powered tools for news analysis, detection of disinformation, fake content, manipulative narratives, and bot activity;
|
| 71 |
+
- Monitor public reactions to information events and conduct research in the field of media analytics;
|
| 72 |
+
- Promote the principles of information pluralism and counter opinion monopolies;
|
| 73 |
+
- Implement awareness and educational initiatives to enhance media literacy;
|
| 74 |
+
- Build partnerships with Ukrainian and international organizations that defend democracy and freedom of information.
|
| 75 |
+
|
| 76 |
+
Join us in shaping a resilient and trustworthy information environment for the future.
|
| 77 |
+
|
| 78 |
+
---
|
| 79 |
+
|
| 80 |
+
## Contact
|
| 81 |
+
|
| 82 |
+
- Website: https://aisberg.live
|
| 83 |
+
- Email: info@aisberg.live
|
| 84 |
+
- Maintainer: Illia Riznyk
|