Skip to content

my-ai-university/finite-element-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI University: Finite Element Method

This repository, part of the AI University (AI-U) initiative, demonstrates the AI-U framework via a graduate-level Finite Element Method (FEM) case study, providing scripts, notebooks, configurations, and raw data for data generation, model fine-tuning, and workflow evaluation.

Overview

We fine-tune a large language model (LLM) using LoRA to create an expert model that responds in the instructor's style. User queries are first answered by this expert model. The expert's response and original user query are then passed to a synthesis model, which retrieves relevant context from course materials using RAG and integrates this context with the expert’s response via an LLM guided by a system prompt, generating an enhanced answer.

Highlights

  • Scalable AI-driven pipeline to generate fine-tuning data, verified by domain experts
  • A workflow in which a fine-tuned expert model, LLaMA-TOMMI-1.0, feeds into a RAG-based synthesis model, enabling adaptable updates and course-style responses with references
  • Web prototype linking AI responses to relevant materials and video timestamps
  • Fully open-source stack enabling local deployment and minimizing data privacy risks

Resources

Main Data Sources

Citation

@misc{aiu2025fem,
  title={AI University: An LLM-based platform for instructional alignment to scientific classrooms},
  author={Mostafa Faghih Shojaei and Rahul Gulati and Benjamin A. Jasperson and Shangshang Wang and Simone Cimolato and Dangli Cao and Willie Neiswanger and Krishna Garikipati},
  year={2025},
  archivePrefix={arXiv},
  eprint={2504.08846},
  primaryClass={cs.CY}
}

About

AI teaching model for Finite Element Method (FEM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published