Datasets:

Modalities:
Tabular
Text
Formats:
csv
ArXiv:
License:

You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

You agree to our Responsible Use Guidelines.

Log in or Sign Up to review the conditions and access this dataset content.

Overview of Foundational ASSIST

Foundational ASSIST is a dataset containing all natural text of problems and student answers as recorded by ASSISTments. The problems are from from Illustrative Mathematics 6th - 8th grade math curriculum, a common core aligned curriculum popular in the United States.

The dataset is comprised of three files:

  1. Interactions, which contains students attempts of problems,
  2. Problems, which includes information relevant to problems, and
  3. Skills, which links Problems to skills. The dataset was curated to include 5,000 unique students who have each completed between 211-421 problems in ASSISTments. The dataset includes 1.7 million instances of students solving problems, complete with the answer text, problem text, distractor text, and more.

Interactions File

Interactions consists of 1,722,169 unique instances of students solving problems. The information provided includes a) problem_id, linking to Problems b) hint_count, the number of hints the student requested c) answer_text, the exact text of their first answer d) saw_answer, a boolean indicating whether the student requested to see the correct answer e) discrete_score, 0 the students score f) end_time, the time at which the student put in the correct answer to the problem g) user_xid, a unique identifier for each student.

Note that ASSISTments provides a discrete_score of 1 only if the student gets the problem correct on their first attempt, without requesting any support. If the student requests a hint, requests the answer, or has multiple tries they receive a 0. Accordingly, a student's answer can be the correct answer, but they can receive a 0 if the student requests a hint or sees the answer before entering the answer. This is shown in “table 7 cognitive accuracy when answers are incorrect” in our paper.

Problems File

This file consists of information about 3,395 unique problems. The columns include

  1. Problem Set Id, which links problems that follow one another
  2. Problem Part, which indicates where in the Problem Set the problem occurs
  3. Problem Type, describing the type of problem
  4. Answer Type, describing the type of answer (see below table or more information)
  5. Problem Body, the problem text with HTML or markup illustrating exactly what the student saw (code to convert to natural language is available on the github)
  6. Fill-in Options
  7. Fill-in Answers
  8. Multiple Choice Options
  9. Multiple Choice Answers
  10. problem_id

Problem Set example: PSB6N4 consists of three problems. The first is problem_id 151389 (as it has ‘Problem Part’ = 1, the second is problem_id 151533, and the third/last is 151647.

Answer Type Description Fill-in Options Fill-in Answers Multiple Choice Options Multiple Choice Answers
Numeric The student must type in the correct number The correct answer. If there are multiple correct answers they are separated by a “,”. The correct answer. If there are multiple correct answers they are separated by a “,”. n/a n/a
Drop Down The student must select the correct option from a drop-down menu. These are similar to multiple choice All the drop down options, separated by “</p>,” The correct dropdown option. n/a n/a
Algebraic Expression The student must type in the correct, short, algebraic expression, or a similar equivalent expression. E.g. if the answer is a^2+b^2 then b^2+a^2 would also be correct. The correct answer. If there are multiple correct answers they are separated by a “,”. The correct answer. If there are multiple correct answers they are separated by a “,”. n/a n/a
Ordering The student must order some values in some order. Note the initial order of how these are presented to students is randomized. The correct order of objects, separated by “,”. The correct order of objects, separated by “,”. n/a n/a
Exact Match The student must type in exactly the correct answer. This could be a number, expression, point, list, etc. The correct answer. If there are multiple correct answers they are separated by a “,”. Note that some answers, e.g. lists, require the whole text (1,2,3) and there is only a single answer. The correct answer. If there are multiple correct answers they are separated by a “,”. Note that some answers, e.g. lists, require the whole text (1,2,3) and there is only a single answer. n/a n/a
Exact Fraction The student must type in exactly the correct fraction. The correct answer. If there are multiple correct answers they are separated by a “,”. The correct answer. If there are multiple correct answers they are separated by a “,”. n/a n/a
Numeric Expression The student must type in a numeric expression. Note that simplification occurs, e.g. if the answer is 11^3, 1331 is also considered correct. The correct answer. If there are multiple correct answers they are separated by a “,”. The correct answer. If there are multiple correct answers they are separated by a “,”. n/a n/a
Multiple Choice The student must select the correct option. n/a n/a A list of options, separated by ‘||’. The correct option.
Check all that apply The student must select all correct option(s). n/a n/a A list of options, separated by ‘||’. The correct option(s), separated by ‘||’.

Skills File

The skills file consists of

  1. problem_id, linking to problems in the Problems file
  2. skill_id, a unique identifier per skill
  3. node_code, which identifies the ASSISTments Skill tag Illustrative Math code for the skill and
  4. node_name, a description of the skill. In total there are 224 unique skills.

Data Source

All data across each file are from ASSISTments, where students complete in-class work as well as homework and receive support and feedback from the platform. This work was done in conjunction with Dr. Heffernan’s lab at WPI. To ensure student privacy, our team attempted to remove all Personal Identifiable Information (PII). However, it is possible students could type PII into fill-in problems, which we aimed to detect and remove, but short of a manual review of 1.7 million interaction logs becomes infeasible. Accordingly, we ask that if people using this dataset come across PII to please contact us at etrials@assistments.org so it can be removed.

License and Sharing Agreement

This dataset is licensed under CC-BY-NC-4.0. We require that this dataset is used for research and educational purposes following this Responsible Use Guidelines.

Citation

If you use the FoundationalASSIST dataset in your research, please cite the following paper:

Worden, E., Heffernan, C., Heffernan, N., & Sonkar, S. (2026). FoundationalASSIST: An Educational Dataset for Foundational Knowledge Tracing and Pedagogical Grounding of LLMs. arXiv preprint arXiv:2602.00070.

BibTeX

@article{worden2026foundationalassist,
  title={FoundationalASSIST: An Educational Dataset for Foundational Knowledge Tracing and Pedagogical Grounding of LLMs},
  author={Worden, Eamon and Heffernan, Cristina and Heffernan, Neil and Sonkar, Shashank},
  journal={arXiv preprint arXiv:2602.00070},
  year={2026}
}
Downloads last month
46

Paper for ASSISTments/FoundationalASSIST