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.
Mathematics StackExchange Dataset
This dataset contains questions and answers from Mathematics StackExchange (math.stackexchange.com). The data was collected using the Stack Exchange API. Total collected questions 465.295.
Data Format
The dataset is provided in JSON Lines format, with one JSON object per line. Each object contains the following fields:
id
: the unique ID of the questionasked_at
: the timestamp when the question was askedauthor_name
: the name of the author who asked the questionauthor_rep
: the reputation of the author who asked the questionscore
: the score of the questiontitle
: the title of the questiontags
: a list of tags associated with the questionbody
: the body of the questioncomments
: a list of comments on the question, where each comment is represented as a dictionary with the following fields:id
: the unique ID of the commentbody
: the body of the commentat
: the timestamp when the comment was postedscore
: the score of the commentauthor
: the name of the author who posted the commentauthor_rep
: the reputation of the author who posted the comment
answers
: a list of answers to the question, where each answer is represented as a dictionary with the following fields:id
: the unique ID of the answerbody
: the body of the answerscore
: the score of the answerts
: the timestamp when the answer was postedauthor
: the name of the author who posted the answerauthor_rep
: the reputation of the author who posted the answeraccepted
: whether the answer has been acceptedcomments
: a list of comments on the answer, where each comment is represented as a dictionary with the following fields:id
: the unique ID of the commentbody
: the body of the commentat
: the timestamp when the comment was postedscore
: the score of the commentauthor
: the name of the author who posted the commentauthor_rep
: the reputation of the author who posted the comment
Preprocessing
There was no preprocessing done, this dataset contains raw unfiltered data, also there might be problems with redundant line breaks or spacings
License
This dataset is released under the WTFPL license.
Contact
For any questions or comments about the dataset, please contact nurik040404@gmail.com.
- Downloads last month
- 57