错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Improving Question Recommendation Through Oracle Recommendation Imitation

  • Haipeng Liu,
  • Ting Long,
  • Yixiang Shan,
  • Liang Yin,
  • Yi Chang

摘要

Question recommendation aims to sequentially recommend personalized questions to improve student learning effects. Most existing question recommenders are built on online reinforcement learning pipelines, which simultaneously collect training data and update the model. While effective for exploration, the collected data is often low quality, limiting the recommender’s ability to learn strategies that truly enhance learning. In this paper, we conduct an empirical study of this issue and propose a new pipeline named Oracle Recommendation Imitation (ORI). ORI first trains a preliminary recommender to generate high-quality samples and uses an oracle selection mechanism to efficiently extract reliable offline data enriched with collaborative information. This oracle dataset, combined with real-time online data, guides the recommender toward effective strategies. Extensive experiments show that ORI, despite its simplicity, can boost the performance of various recommenders by up to several tens of percentage points. Our code is available at https://github.com/wuming29/ORI .