Concepedia

Publication | Open Access

AMGPT: A large language model for contextual querying in additive manufacturing

20

Citations

21

References

2024

Year

Abstract

Generalized large language models (LLMs) such as GPT-4 may not provide specific answers to queries formulated by materials science researchers. These models may produce a high-level outline but lack the capacity to return detailed instructions on manufacturing and material properties of novel alloys. We introduce “AMGPT”, a specialized LLM text generator designed for metal AM queries. The goal of AMGPT is to assist researchers and users in navigating a curated corpus of literature. Instead of training from scratch, we employ a pre-trained Llama2-7B model from Hugging Face in a Retrieval-Augmented Generation (RAG) setup, utilizing it to dynamically incorporate information from ∼ 50 AM papers and textbooks in PDF format. Mathpix is used to convert these PDF documents into TeX format, facilitating their integration into the RAG pipeline managed by LlamaIndex. A query retrieval function has also been added, enabling the system to fetch relevant literature from Elsevier journals based on the context of the query. Expert evaluations of this project highlight that specific embeddings from the RAG setup accelerate response times and maintain coherence in the generated text. • Developed a RAG setup using an LLM for additive manufacturing queries. • LLM-RAG system outperforms GPT-4 with better domain knowledge and specificity. • Evaluated LLM-RAG using parameters like sampling temperature and top_k similarity. • Built a chat interface with Streamlit, enabling chat history and memory for LLM-RAG.

References

YearCitations

Page 1