The Ultimate Tutorial for AI-driven Scale Development in Generative Psychometrics: Releasing AIGENIE from its Bottle
Summary: arXiv:2603.28643v1 Announce Type: new
Abstract: Psychological scale development has traditionally required extensive expert involvement, iterative revision, and large-scale pilot testing before psychometric evaluation can begin. The AIGENIE R package implements the AI-GENIE framework (Automatic Item Generation with Network-Integrated Evaluation), which integrates large language model (LLM) text generation with network psychometric methods to automate the early stages of this process.
The package generates candidate item pools using LLMs, transforms them into high-dimensional embeddings, and applies a multi-step reduction pipeline — Exploratory Graph Analysis (EGA), Unique Variable Analysis (UVA), and bootstrap EGA — to produce structurally validated item pools entirely in silico. This tutorial introduces the package across six parts:
- Installation and Setup
- Understanding Application Programming Interfaces (APIs)
- Text Generation
- Item Generation
- The
AIGENIEFunction - The
GENIEFunction
Two running examples illustrate the package’s use: the Big Five personality model (a well-established construct) and AI Anxiety (an emerging construct). The package supports multiple LLM providers, including:
- OpenAI
- Anthropic
- Groq
- HuggingFace
- Local models
The AIGENIE package offers a fully offline mode with no external API calls, making it a flexible option for researchers. Additionally, it provides the GENIE() function for researchers who wish to apply the psychometric reduction pipeline to existing item pools, regardless of their origin.
The AIGENIE package is freely available on R-universe at https://laralee.r-universe.dev/AIGENIE. This innovative tool not only streamlines the scale development process but also enhances the accuracy and reliability of psychological assessments by utilizing advanced AI methodologies.
As the field of psychometrics continues to evolve, the integration of AI technologies like AIGENIE represents a significant step toward more efficient and effective research practices. Researchers are encouraged to explore this package and leverage its capabilities to advance their work in psychological measurement.
