File size: 2,038 Bytes
a454d39 390c131 d5229a7 390c131 d5229a7 390c131 d5229a7 390c131 d5229a7 390c131 d5229a7 ca10246 390c131 9fdc3ed 390c131 9fdc3ed 390c131 9fdc3ed 390c131 9fdc3ed 390c131 9fdc3ed d5229a7 390c131 9fdc3ed d5229a7 9fdc3ed d5229a7 |
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 |
---
pretty_name: Math StackExchange Curated (Parquet, CC BY-SA 4.0)
dataset_type: text
license: cc-by-sa-4.0
language:
- en
tags:
- math
- question-answering
- reasoning
- stackexchange
- cc-by-sa
- parquet
task_categories:
- question-answering
task_ids:
- open-domain-qa
- abstractive-qa
configs:
- config_name: default
data_files:
- split: train
path: math_stackexchange_train.parquet
- split: validation
path: math_stackexchange_val.parquet
- split: test
path: math_stackexchange_test.parquet
---
# Math StackExchange Curated (Parquet, CC BY-SA 4.0)
This dataset is a curated collection of Math StackExchange (MSE) Q&A pairs packaged in Parquet format.
Each sample contains a problem (`title`, `question_body`), its corresponding answer (`answer_body`), the original MSE tag string (`tags`), and a flag indicating whether the answer was accepted (`accepted`).
This dataset includes content derived from the Math StackExchange public data dump (CC BY-SA 4.0, © Stack Exchange Inc.).
This derived dataset is released under CC BY-SA 4.0 in accordance with the license terms.
---
## Files
- math_stackexchange_train.parquet
- math_stackexchange_val.parquet
- math_stackexchange_test.parquet
---
## Schema
Field | Type | Description
----- | ----- | -----------
title | string | Title of the Math StackExchange question.
question_body | string | Full body of the question (often contains LaTeX/MathJax).
answer_body | string | The selected answer included in this dataset.
tags | string | Pipe-delimited tag string, e.g. `|number-theory|algebra|`.
accepted | int64 | `1` if the answer was accepted; `0` otherwise.
---
## License & Attribution
License: CC BY-SA 4.0
Required attribution:
"This dataset includes content derived from the Math StackExchange public data dump (CC BY-SA 4.0, © Stack Exchange Inc.)."
Full license: https://creativecommons.org/licenses/by-sa/4.0/
---
## Changelog
v1.0 — Initial release (Parquet train/val/test) |