Enhancing Procedural Writing Through Personalized Example Retrieval: A Case Study on Cooking Recipes

Publication Information

Authors:

  • Paola Mejia-Domenzain,
  • Jibril Frej,
  • Tanja Käser,

Pages:

  • 330-366

Keywords:

  • Artificial Intelligence, Digital Education and Educational Technology, Example-based learning, Procedural writing, Large language models, Text quality evaluation

Abstract:

  • Writing high-quality procedural texts is a challenging task for many learners. While example-based learning has shown promise as a feedback approach, a limitation arises when all learners receive the same content without considering their individual input or prior knowledge. Consequently, some learners struggle to grasp or relate to the feedback, finding it redundant and unhelpful. To address this issue, we presentRELEX, an adaptive learning system designed to enhance procedural writing through personalized example-based learning. The core of our system is a multi-step example retrieval pipeline that selects a higher quality and contextually relevant example for each learner based on their unique input. We instantiate our system in the domain of cooking recipes. Specifically, we leverage a fine-tuned Large Language Model to predict the quality score of the learner’s cooking recipe. Using this score, we retrieve recipes with higher quality from a vast database of over180,000recipes. Next, we applyBM25to select the semantically most similar recipe in real-time. Finally, we use domain knowledge and regular expressions to enrich the selected example recipe with personalized instructional explanations. We evaluateRELEXin a 2x2 controlled study (personalized vs. non-personalized examples, reflective prompts vs. none) with 200 participants. Our results show that providing tailored examples contributes to better writing performance and user experience.