HierLLM: Hierarchical Large Language Model for Question Recommendation
Yuxuan Liu, Haipeng Liu, Ting Long

TL;DR
HierLLM introduces a hierarchical large language model that improves question recommendation by addressing cold start issues and large question sets through a concept-based hierarchical approach, demonstrating superior performance.
Contribution
The paper presents HierLLM, a novel LLM-based hierarchical model that effectively handles cold start problems and large question sets in question recommendation tasks.
Findings
Outperforms existing methods in question recommendation accuracy
Effectively addresses cold start scenarios with strong reasoning abilities
Reduces complexity by hierarchical concept-question structure
Abstract
Question recommendation is a task that sequentially recommends questions for students to enhance their learning efficiency. That is, given the learning history and learning target of a student, a question recommender is supposed to select the question that will bring the most improvement for students. Previous methods typically model the question recommendation as a sequential decision-making problem, estimating students' learning state with the learning history, and feeding the learning state with the learning target to a neural network to select the recommended question from a question set. However, previous methods are faced with two challenges: (1) learning history is unavailable in the cold start scenario, which makes the recommender generate inappropriate recommendations; (2) the size of the question set is much large, which makes it difficult for the recommender to select the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Expert finding and Q&A systems
MethodsSparse Evolutionary Training
