This repository contains a dataset collected from the Ukrainian StackExchange website. The parsed date is 02/04/2023. The dataset is in JSON format and includes text data parsed from the website https://ukrainian.stackexchange.com/.
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
The dataset is structured as follows:
question: Contains information about the question
id: 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 questionanswers: 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 noturl: The URL of the question on the Ukrainian StackExchange websiteTo 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")
This dataset is provided under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License.
5 commits
This repository contains a dataset collected from the Ukrainian StackExchange website. The parsed date is 02/04/2023. The dataset is in JSON format and includes text data parsed from the website https://ukrainian.stackexchange.com/.
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
The dataset is structured as follows:
question: Contains information about the question
id: 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 questionanswers: 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 noturl: The URL of the question on the Ukrainian StackExchange websiteTo 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")
This dataset is provided under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License.
5 commits