← Latest papers
🤖 AI

KNOWPLAN: Knowledge-Driven AI Agents for Smart Degree Pathway Planning

KnowPlan is a two-stage, knowledge-driven AI system that first reconstructs university curricula from heterogeneous sources using a proactive, extraction-first crawler (CatalogBrowse) and then optimizes personalized degree pathways via a certified hypergraph solver (DegreeMap), achieving high recall and feasibility while significantly reducing source access costs compared to end-to-end approaches.

Original authors: Shuheng Cao, Weijia Zhang, Jiaqi Wu, Xiyun Hu, Yat Yang, Juqy Chen, Zhaoxiang Feng

Published 2026-08-10
📖 4 min read☕ Coffee break read

Original authors: Shuheng Cao, Weijia Zhang, Jiaqi Wu, Xiyun Hu, Yat Yang, Juqy Chen, Zhaoxiang Feng

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to build the ultimate custom Lego castle, but the instructions are scattered across a million different websites, some written in code, some in PDFs, and some hidden behind doors you don't know exist. This is the world of academic advising, a field where computers try to help students figure out exactly which classes to take to graduate on time. For years, researchers have built smart systems that can suggest the perfect schedule if they already have the complete list of rules. But here's the catch: getting that list of rules is a nightmare. University websites are messy, inconsistent, and constantly changing. If a computer tries to "read" the rules while simultaneously deciding what classes to pick, it creates a confusing loop: it might skip a rule because it didn't think it was important yet, only to realize later that skipping that rule makes the whole plan impossible. This paper tackles that specific headache, asking: how can a computer gather all the messy rules first, without knowing the student's personal goals, and then use those rules to build a perfect, guaranteed plan?

Enter KnowPlan, a two-step robot team designed to untangle this academic knot. Think of the first robot, CatalogBrowse, as a super-organized librarian who doesn't care who you are or what you want to study. Its only job is to explore the university's digital library and find every single rule, course, and requirement, no matter how hidden. Instead of just clicking links randomly or following a simple map, this robot plays a high-stakes game of "what's next?" It calculates the value of every possible click, asking, "If I open this page, how much new information will I get compared to the effort?" It keeps going until it has a "closure certificate"—a digital seal of approval that proves it hasn't missed any critical pieces of the puzzle. It doesn't guess; it stops only when it is mathematically sure it has found everything it can find in that frozen snapshot of the website. Once it's done, it hands over three neat, organized digital files containing the entire curriculum.

The second robot, DegreeMap, is the master planner. It takes those three files and the student's personal profile (like their grades, interests, and how much work they can handle). It then builds a complex 3D map of requirements, where courses are connected by invisible strings of logic (like "you must take Math 101 before Math 102"). Using a powerful math engine, it doesn't just find a plan; it finds the best plan. It balances hard rules (you can't graduate without this class) with soft desires (you really love biology), ensuring the student finishes in the shortest time possible with the least stress. Crucially, because the first robot did its job perfectly, the second robot never has to guess if a rule exists. It just works with what it's given.

The results are impressive. When tested on 100 different universities, the first robot found 96.2% of all available courses and recovered 88.7% of the "hidden" pages that other methods missed, all while visiting 47% fewer web pages than a robot that just tries to read everything. The second robot then used this data to create plans that were 100% valid (no impossible schedules) and made students happier with their choices by a small but measurable margin compared to other top systems. The whole system successfully certified 99.5% of the requests, proving that by separating the "finding the rules" job from the "making the plan" job, we can build a much more reliable and personal guide for students. The authors show that this approach removes the confusion of circular logic, turning a chaotic search into a certified, step-by-step journey to graduation.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →