bruhwalkk/economic-telegram-news-corpus-2025
Economic Telegram News Corpus 2025 A corpus of 31,292 Russian-language economic news posts collected from 7 major Telegram channels, spanning January 2024 to September 2025. The dataset supports research on economic narrative detection, topic classification, and information diffusion in social media. Associated Paper Going Viral: LLM-Based Modeling of Economic Narratives Dataset Description The raw collection contains 123,273 posts. The economic… See the full description on the dataset page: https://huggingface.co/datasets/bruhwalkk/economic-telegram-news-corpus-2025.
Economic Telegram News Corpus 2025
A corpus of 31,292 Russian-language economic news posts collected from 7 major Telegram channels, spanning January 2024 to September 2025. The dataset supports research on economic narrative detection, topic classification, and information diffusion in social media.
Associated Paper
Going Viral: LLM-Based Modeling of Economic Narratives
Dataset Description
The raw collection contains 123,273 posts. The economic corpus was constructed by:
- Removing duplicates and near-duplicates
- Excluding non-news content
- Selecting posts assigned to economic topics via an LLM-based classifier (~90% accuracy on the Golden Set)
Virality Score
Each post includes a composite virality score (viral_final) computed over a 3-day window after publication:
viral_final = 0.45 * viral_static + 0.20 * viral_dynamic + 0.35 * viral_mlColumns
Channels (7)
Topics (9)
Usage
from datasets import load_dataset
ds = load_dataset("bruhwalkk/economic-telegram-news-corpus-2025")Citation
If you use this dataset, please cite the associated paper:
@article{economic_narratives_2025,
title={Going Viral: LLM-Based Modeling of Economic Narratives},
journal={Записки научных семинаров ПОМИ},
year={2025}
}License
CC-BY-NC-4.0
