File size: 2,981 Bytes
e1d7180 294cff8 e1d7180 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
---
license: wtfpl
annotations_creators:
- no-annotation
language:
- en
language_creators:
- machine-generated
multilinguality:
- monolingual
pretty_name: math-stackexchange-qa
size_categories:
- 100K<n<1M
source_datasets:
- original
tags:
- math
task_categories:
- question-answering
- text-generation
- text-classification
task_ids:
- closed-domain-qa
- extractive-qa
- open-domain-qa
- dialogue-modeling
- language-modeling
- acceptability-classification
- text-scoring
---
# 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 question
- `asked_at`: the timestamp when the question was asked
- `author_name`: the name of the author who asked the question
- `author_rep`: the reputation of the author who asked the question
- `score`: the score of the question
- `title`: the title of the question
- `tags`: a list of tags associated with the question
- `body`: the body of the question
- `comments`: 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 comment
- `body`: the body of the comment
- `at`: the timestamp when the comment was posted
- `score`: the score of the comment
- `author`: the name of the author who posted the comment
- `author_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 answer
- `body`: the body of the answer
- `score`: the score of the answer
- `ts`: the timestamp when the answer was posted
- `author`: the name of the author who posted the answer
- `author_rep`: the reputation of the author who posted the answer
- `accepted`: whether the answer has been accepted
- `comments`: 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 comment
- `body`: the body of the comment
- `at`: the timestamp when the comment was posted
- `score`: the score of the comment
- `author`: the name of the author who posted the comment
- `author_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](http://www.wtfpl.net/txt/copying/) license.
## Contact
For any questions or comments about the dataset, please contact [email address]. |