--- language: - uk license: cc-by-4.0 task_categories: - text-generation task_ids: - language-modeling tags: - ukrainian - social - telegram - reddit - nlp - corpus size_categories: - 100K quotes`, headings, inline code - Ad tails removed line-by-line from the bottom of posts (channel promotions, social links) - Emoji-heavy lines removed (>50% emoji by character count) - Separator lines removed: `————`, `___`, etc. - HTML entities decoded: `>` → `>`, `&` → `&`, etc. **Anonymization** - Person names - `` - Usernames - `` - Phone numbers - `` - Card numbers - `` - Email addresses - `` - URLs - `` **Deduplication** - Exact match deduplication on lowercased, whitespace-normalized text --- ## Format Each record is a flat object with the following fields: ```json {"text": "...", "source": "telegram", "channel": "nazva_kanalu", "date": "2025-08-05T16:19:38+00:00", "lang": "uk"} {"text": "...", "source": "reddit", "subreddit": "ukraine", "date": "2024-11-12T10:00:00+00:00", "score": 42, "lang": "uk"} ``` | Field | Description | |---|---| | `text` | Cleaned Ukrainian text | | `source` | Origin platform: `telegram` or `reddit` | | `channel` | Telegram channel identifier (telegram only) | | `subreddit` | Subreddit name (reddit only) | | `date` | ISO 8601 timestamp (may be empty) | | `score` | Reddit upvote score (reddit only) | | `lang` | Language code — always `uk` | --- ## Part of UkrLM This dataset is one component of the broader **UkrLM** project, which aims to produce open Ukrainian-language datasets and eventually a trained language model. Related datasets in this initiative: - `ruvimx/UkrLM-social` — social corpus (this dataset) - `ruvimx/UkrLM-wiki` — Ukrainian Wikipedia --- ## License This dataset is released under [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) for **research purposes**. Source platforms (Telegram, Reddit) retain their own terms of service over the original content. > Built with ❤️ for the Ukrainian NLP community.