dataset_info:
features:
- name: Q
dtype: string
description: The mathematical question in LaTeX encoded format.
- name: A
dtype: string
description: The answer to the mathematical question, also in LaTeX encoded format.
- name: metadata
dtype: object
description: A collection of metadata for each question-answer pair.
fields:
- name: language
dtype: string
description: The language in which the question and answer are written.
- name: url
dtype: string
description: The URL of the original question on Stack Exchange.
- name: timestamp
dtype: string
description: The date and time when the question was posted.
- name: source
dtype: string
description: >-
The source from which the data was obtained, in this case, Stack
Exchange.
- name: question_score
dtype: integer
description: The score (upvotes - downvotes) of the question.
- name: answer_count
dtype: integer
description: The number of answers the question received.
- name: answer_id
dtype: integer
description: A unique identifier for the answer.
license: mit
task_categories:
- text-generation
language:
- en
pretty_name: StackMathQA
size_categories:
- 1B<n<10B
StackMathQA
StackMathQA is a meticulously curated collection of 2 million mathematical questions and answers, sourced from various Stack Exchange sites. This repository is designed to serve as a comprehensive resource for researchers, educators, and enthusiasts in the field of mathematics and data science.
Preprocessed Data
In the ./preprocessed/stackexchange-math
directory and ./preprocessed/stackexchange-math--1q1a
directory, you will find the data structured in two formats:
Question and List of Answers Format: Each entry is structured as {"Q": "question", "A_List": ["answer1", "answer2", ...]}.
math.stackexchange.com.jsonl
: 827,439 linesmathoverflow.net.jsonl
: 90,645 linesstats.stackexchange.com.jsonl
: 103,024 linesphysics.stackexchange.com.jsonl
: 117,318 lines- In total: 1,138,426 questions
Question and Single Answer Format: Each line contains a question and one corresponding answer, structured as {"Q": "question", "A": "answer"}. Multiple answers for the same question are separated into different lines.
math.stackexchange.com.jsonl
: 1,407,739 linesmathoverflow.net.jsonl
: 166,592 linesstats.stackexchange.com.jsonl
: 156,143 linesphysics.stackexchange.com.jsonl
: 226,532 lines- In total: 1,957,006 answers
Selected Data
The dataset has been carefully curated using importance sampling. We offer selected subsets of the dataset (./preprocessed/stackexchange-math--1q1a
) with different sizes to cater to varied needs:
StackMathQA1600K
- Location:
./data/stackmathqa1600k
- Contents:
all.jsonl
: Containing 1.6 million entries.meta.json
: Metadata and additional information.
StackMathQA800K
- Location:
./data/stackmathqa800k
- Contents:
all.jsonl
: Containing 800k entries.meta.json
: Metadata and additional information.
Similar structures are available for StackMathQA400K, StackMathQA200K, and StackMathQA100K subsets.
Citation
We appreciate your use of StackMathQA in your work. If you find this repository helpful, please consider citing it and star this repo. Feel free to contact zhangyif21@tsinghua.edu.cn or open an issue if you have any questions.
@misc{stackmathqa2024,
title={StackMathQA: A Curated Collection of 2 Million High-Quality Mathematical Questions and Answers Sourced from Stack Exchange},
author={Yifan Zhang, et al.},
year={2024},
}