Abstract
Recent developments in artificial intelligence (AI), leading to the release of continuously improving large language models (LLMs) provide the opportunity for educators to automate repetitive tasks with stimulant experiences for the students. In fact, the ability of LLMs to extract content and key information from text offers a powerful tool for enhancing the learning experience. In this work, we present an example of how LLMs can be used to automate educational processes. We implement FermentAI, a virtual tutor (VT) to answer students' questions about fermentation for a Master's Degree course taught at the Technical University of Denmark. The model used is a pre-trained sequence-to-sequence model. The prompt provided to the LLM is composed of a question and its context, the curated information for the model to generate the answer. The context is retrieved through semantic search by calculating the cosine similarity between the query question and a dataset of historical questions. The primary objective of this work is to create an interactive, freely available, and accurate tool that students can use to ask questions about fermentation. The VT is integrated into BioVL, an online educational platform for (bio)chemical processes developed by the authors. The code and data are open-source on GitHub.
Original language | English |
---|---|
Title of host publication | Proceedings of the 34th European Symposium on Computer Aided Process Engineering |
Editors | Flavio Manenti, Gintaras V. Reklaitis |
Volume | 53 |
Publisher | Elsevier |
Publication date | 2024 |
Pages | 3493-3498 |
DOIs | |
Publication status | Published - 2024 |
Event | 34th European Symposium on Computer Aided Process Engineering / 15th International Symposium on Process Systems Engineering - Florence, Italy Duration: 2 Jun 2024 → 6 Jun 2024 |
Conference
Conference | 34th European Symposium on Computer Aided Process Engineering / 15th International Symposium on Process Systems Engineering |
---|---|
Country/Territory | Italy |
City | Florence |
Period | 02/06/2024 → 06/06/2024 |
Keywords
- Large Language Models
- AI in Education
- Chatbots in Engineering Curriculum
- Education 4.0
- Prompt Engineering