IRAIDec 26, 2024

From Interests to Insights: An LLM Approach to Course Recommendations Using Natural Language Queries

arXiv:2412.19312v210 citationsh-index: 1
Originality Synthesis-oriented
AI Analysis

This addresses course discovery challenges for university students and advisors, but appears incremental as it applies existing RAG methods to a new educational domain.

The paper tackles the problem of helping students discover relevant courses in dynamic university environments by developing an LLM-based recommendation system using Retrieval Augmented Generation (RAG) on course descriptions, though no concrete performance numbers are provided.

Most universities in the United States encourage their students to explore academic areas before declaring a major and to acquire academic breadth by satisfying a variety of requirements. Each term, students must choose among many thousands of offerings, spanning dozens of subject areas, a handful of courses to take. The curricular environment is also dynamic, and poor communication and search functions on campus can limit a student's ability to discover new courses of interest. To support both students and their advisers in such a setting, we explore a novel Large Language Model (LLM) course recommendation system that applies a Retrieval Augmented Generation (RAG) method to the corpus of course descriptions. The system first generates an 'ideal' course description based on the user's query. This description is converted into a search vector using embeddings, which is then used to find actual courses with similar content by comparing embedding similarities. We describe the method and assess the quality and fairness of some example prompts. Steps to deploy a pilot system on campus are discussed.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes