ProcData: An R Package for Process Data Analysis
Xueying Tang, Susu Zhang, Zhi Wang, Jingchen Liu, Zhiliang Ying

TL;DR
ProcData is an R package that facilitates processing, analyzing, and modeling educational process data, including feature extraction and neural network prediction, to improve assessment accuracy.
Contribution
It introduces a comprehensive R toolkit with new methods for organizing, summarizing, and modeling process data in educational assessments.
Findings
Provides new feature extraction methods for process data.
Includes neural network modeling functions for response sequences.
Demonstrates application on real assessment data.
Abstract
Process data refer to data recorded in the log files of computer-based items. These data, represented as timestamped action sequences, keep track of respondents' response processes of solving the items. Process data analysis aims at enhancing educational assessment accuracy and serving other assessment purposes by utilizing the rich information contained in response processes. The R package ProcData presented in this article is designed to provide tools for processing, describing, and analyzing process data. We define an S3 class "proc" for organizing process data and extend generic methods summary and print for class "proc". Two feature extraction methods for process data are implemented in the package for compressing information in the irregular response processes into regular numeric vectors. ProcData also provides functions for fitting and making predictions from a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Neural Networks and Applications · Tensor decomposition and applications
