AIAny
Icon for item

IlyaGusev/habr

Contains tech-blog posts scraped from Habr (primarily Russian, some English) in Parquet format with ~100K–1M records. Suited for multilingual text-generation and language-model fine-tuning; license is not specified, so verify before redistribution.

Introduction

Most usable web text corpora are either too generic or too small for domain-specific generation. This dataset fills a practical niche: a mid-sized, Parquet-formatted collection of Habr tech-blog posts that preserves article-level structure and is straightforward to load into dataframes and ML pipelines.

What Sets It Apart
  • Domain-focused content: tech and programming blog posts in the style common to Habr, which helps train models sensitive to technical vocabulary and forum-style explanations — so what: models fine-tuned on this data better capture Russian-language developer discourse and terminology.
  • Mid-sized and pre-structured: categorized as 100K–1M examples, stored as Parquet — so what: fast columnar loading with pandas/polars/dask for efficient preprocessing and batching without heavy custom parsing.
  • Practical interoperability: metadata and tabular layout work well with common ML toolchains (datasets library, pandas, polars) — so what: you can rapidly prototype fine-tuning, retrieval-augmented generation, or text-generation baselines on domain text.
Who It's For and Tradeoffs

Great fit if you need domain-specific Russian technical prose for fine-tuning, evaluation, or style-transfer experiments, and if you prefer Parquet-ready corpora for dataframe-centric preprocessing. Look elsewhere if you require explicitly licensed, curated, or human-annotated datasets (this dataset's license is unspecified and content may contain noise or scraping artifacts). Also avoid relying on it as a broad general-purpose Russian corpus — its topical bias toward programming/tech limits coverage for conversatonal or literary tasks.

Practical notes
  • Typical uses: fine-tuning multilingual LLMs, domain adaptation for code/tech Q&A, style-conditioned generation, and downstream evaluation of Russian technical language understanding.
  • Known constraints: unspecified license, likely scraping-origin noise, and domain bias. Validate provenance and run content filtering before public redistribution or commercial use.

Information

Categories

More Items

Hugging Face

Evaluates retrievers and search agents on synthetic multi-hop questions that require assembling a complete set of supporting evidence. Provides English and Russian variants (395 questions each), a fixed dense index embedded with Qwen3-Embedding-8B, and BrowseComp-Plus evaluation integrations.

Hugging Face

Provides re-annotated academic video instruction data for captioning, video QA, and fine-grained motion understanding; rewrites short answers and concise captions into evidence-grounded, instruction-following responses and supplies JSONL annotation files (original videos not included).

Hugging Face

Provides 324 Russian short-answer web-search tasks with gold supporting documents to evaluate fixed-index retrievers and search agents. Tasks span eight topical categories and five retrieval challenge types (multihop, structured evidence, temporal, entity disambiguation, comparative) and use a Qwen3-Embedding-8B index for evaluation.