Investigating Large Language Models for Prompt-Based Open-Ended Question Generation in the Technical Domain
摘要
We explore the automated generation of open-ended questions from technical domain textbooks. These questions are more diverse than those typically examined in the field of question generation (QG) for reading comprehension. To facilitate this endeavor, we curate EngineeringQ, a prompt-based QG dataset that contains triples of (1) Context: a segment from which the questions are formed; (2) Prompt: a prompt is a concise and specific keyphrase that serves as a short guiding reference to generate a question based on a given context; (3) Question: a question that aligns with the context and is coherent with the prompt. We evaluate the performance of several fine-tuned encoder-decoder based large language models (LLMs), including Pegasus, BART, Flan-T5, and T5 on EngineeringQ. We introduce a novel prompt-tuning method for these encoder-decoder based LLMs. We also investigate the potential of general-purpose decoder-only LLMs such as GPT