From Course to Skill: Evaluating LLM Performance in Curricular Analytics
Zhen Xu, Xinjin Li, Yingqi Huan, Veronica Minaya, Renzhe Yu
TL;DR
This paper evaluates how well four text-alignment strategies—TF-IDF, SBERT embeddings, zero-shot prompting across multiple LLMs, and retrieval-augmented generation (RAG)—perform on skill extraction for curricular analytics. Using a stratified sample of 400 curriculum documents and a human–LLM collaborative evaluation framework, it shows that RAG consistently delivers the best precision and ranking accuracy across document types, while zero-shot prompting often underperforms traditional NLP methods, except for GPT-4o in some cases. The study provides practical guidelines on model choice and prompting for CA tasks and highlights the need for rigorous evaluation and calibration when deploying LLM-based analytics in curricular contexts. Overall, the findings underscore the potential of LLMs, especially with retrieval augmentation, to analyze sparse or heterogeneous curricula, enabling more evidence-based curriculum design and refinement.
Abstract
Curricular analytics (CA) -- systematic analysis of curricula data to inform program and course refinement -- becomes an increasingly valuable tool to help institutions align academic offerings with evolving societal and economic demands. Large language models (LLMs) are promising for handling large-scale, unstructured curriculum data, but it remains uncertain how reliably LLMs can perform CA tasks. In this paper, we systematically evaluate four text alignment strategies based on LLMs or traditional NLP methods for skill extraction, a core task in CA. Using a stratified sample of 400 curriculum documents of different types and a human-LLM collaborative evaluation framework, we find that retrieval-augmented generation (RAG) is the top-performing strategy across all types of curriculum documents, while zero-shot prompting performs worse than traditional NLP methods in most cases. Our findings highlight the promise of LLMs in analyzing brief and abstract curriculum documents, but also reveal that their performance can vary significantly depending on model selection and prompting strategies. This underscores the importance of carefully evaluating the performance of LLM-based strategies before large-scale deployment.
