arXiv:2409.06177cs.IR2024-09被引 3

用分层大模型解决题目推荐冷启动与海量题库难题

HierLLM: Hierarchical Large Language Model for Question Recommendation

  • 分层结构先选知识点再选题目,缩小推荐范围
  • 大模型推理能力应对冷启动场景,无需历史数据也能推荐
  • 适合教育科技领域,尤其在线学习平台使用

题目推荐旨在通过序列化推荐题目提升学生学习效率。给定学生的学习历史和学习目标,推荐系统需从题库中选出最能带来进步的题目。以往方法将此视为序列决策问题,通过学习历史估计学习状态,并输入神经网络选择推荐题目。然而面临两大挑战:(1)冷启动场景下学习历史缺失,导致推荐不准确;(2)题库规模庞大,难以精准选出最优题目。为此,我们提出面向题目推荐的分层大语言模型(HierLLM),采用基于大模型的分层结构。大模型赋予系统强推理能力,有效缓解冷启动问题;分层结构利用知识点数量远少于题目数量的特点,先识别目标题目的相关知识点,再基于该知识点筛选推荐题目,显著降低推荐难度。通过大量实验验证,结果表明HierLLM性能优异。

原文摘要 · Abstract (English)

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 best question precisely. To address the challenges, we propose a method called hierarchical large language model for question recommendation (HierLLM), which is a LLM-based hierarchical structure. The LLM-based structure enables HierLLM to tackle the cold start issue with the strong reasoning abilities of LLM. The hierarchical structure takes advantage of the fact that the number of concepts is significantly smaller than the number of questions, narrowing the range of selectable questions by first identifying the relevant concept for the to-recommend question, and then selecting the recommended question based on that concept. This hierarchical structure reduces the difficulty of the recommendation.To investigate the performance of HierLLM, we conduct extensive experiments, and the results demonstrate the outstanding performance of HierLLM.

题目推荐大模型教育AI分层结构

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。