license: cc-by-sa-4.0
task_categories:
- question-answering
language:
- uk
size_categories:
- 1K<n<10K
Ukrainian StackExchange Dataset
This repository contains a dataset collected from the Ukrainian StackExchange website, available at zeusfsx/ukrainian-stackexchange. The dataset is in JSON format and includes text data parsed from the website https://ukrainian.stackexchange.com/.
Dataset Description
The Ukrainian StackExchange Dataset is a rich source of text data for tasks related to natural language processing, machine learning, and data mining in the Ukrainian language. The dataset contains information such as questions, answers, comments, and associated metadata from the website.
The data has been collected from the following sections of the Ukrainian StackExchange website:
Questions Answers Tags Votes
Structure
The dataset is structured as follows:
question
: Contains information about the questionid
: Unique identifier for the questiontitle
: Title of the questiontext
: Text content of the questionupvoteCount
: The net upvote count of the questiontags
: List of tags associated with the question
answers
: A list of answers for the question, each containing:id
: Unique identifier for the answertext
: Text content of the answerupvoteCount
: The net upvote count of the answerisAccepted
: A boolean value indicating whether the answer is accepted or not
url
: The URL of the question on the Ukrainian StackExchange website
Usage
To use this dataset in your project, you can load it from the Hugging Face Hub:
from datasets import load_dataset
dataset = load_dataset("zeusfsx/ukrainian-stackexchange")
License
This dataset is provided under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License.