CoolFace
Datasetpublic

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.

sourceHugging Facecc-by-nc-4.0updated 5mo agoView on Hugging Face
1likes102downloads
Dataset Card

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:

  1. 1.Removing duplicates and near-duplicates
  2. 2.Excluding non-news content
  3. 3.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_ml

Columns

ColumnTypeDescription
message_idstring (UUID)Unique message identifier
id_channelintChannel ID (1–7)
messagestringFull post text (Russian)
viral_finalfloatComposite virality score [0, 1]
is_economicboolEconomic post flag
economic_topicstringLLM-assigned economic topic (9 categories)
topic_confidencefloatTopic classification confidence
channel_namestringTelegram channel name
channel_wfloatChannel weight
message_vectorstringPostgreSQL tsvector (full-text search index)
subscribersintChannel subscriber count
datedatetimeExact publication timestamp (UTC)
date_daydatetimePublication date (day-level, UTC)

Channels (7)

ChannelPosts
Forbes Russia—
Блумберг—
РИА Новости—
Экономика—
Раньше всех. Ну почти—
Банки, деньги, два офшора—
Сигналы РЦБ—

Topics (9)

TopicCount
Государственная экономическая политика9,040
Корпоративные финансы4,572
Макроэкономика3,978
Санкции и геополитика3,582
Рынки капитала3,169
Сырьевые рынки2,118
Международная торговля1,825
Другое1,608
Валютный рынок1,400

Usage

python
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:

bibtex
@article{economic_narratives_2025,
  title={Going Viral: LLM-Based Modeling of Economic Narratives},
  journal={Записки научных семинаров ПОМИ},
  year={2025}
}

License

CC-BY-NC-4.0