The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
Dataset Card for Yandex.Q
Dataset Summary
This is a dataset of questions and answers scraped from Yandex.Q. There are 836810 answered questions out of the total of 1297670.
The full dataset that includes all metadata returned by Yandex.Q APIs and contains unanswered questions can be found in full.jsonl.gz
Languages
The dataset is mostly in Russian, but there may be other languages present
Dataset Structure
Data Fields
The dataset consists of 3 fields:
question
- question title (string
)description
- question description (string
ornull
)answer
- answer to the question (string
)
Data Splits
All 836810 examples are in the train split, there is no validation split.
Dataset Creation
The data was scraped through some "hidden" APIs using several scripts, located in my GitHub repository
Additional Information
Dataset Curators
- Downloads last month
- 141