--- 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