Large Language Model Integration for Knowledge Retrieval and Interaction for the DUNE Experiment
A. Rafique, A. Singh, R. Srinivas
TL;DR
This paper presents DUNE-GPT, an internal retrieval-augmented generation system enabling natural-language querying of DUNE's scattered documentation while preserving data privacy within Fermilab infrastructure. It describes a three-component pipeline—document processing and embeddings, a FAISS-based vector retriever, and an LLM interface—that grounds responses in verified DUNE sources using embeddings from $multi ext{-}qa ext{mpnet-base-dot-v1}$ and LLMs hosted on Argo and Ollama. Preliminary benchmarks report ~70% retrieval accuracy across detector, reconstruction, and data-analysis queries, with plans to expand the corpus, support multi-modal content, and deploy collaboration-wide. The work aims to boost collaboration productivity and onboarding by providing explainable, citation-grounded answers without exposing data externally.
Abstract
The Deep Underground Neutrino Experiment (DUNE) is a next-generation neutrino experiment that will generate an unprecedented volume of heterogeneous information-from documentation and technical notes to experimental data and reconstruction pipelines. Efficient knowledge retrieval and contextual understanding are increasingly critical for collaboration-wide productivity and onboarding. In this work, we present DUNE-GPT, a prototype framework that leverages large language models (LLMs) and retrieval-augmented generation (RAG) to enable natural-language querying of DUNE's internal documentation and technical resources. The system provides an intelligent interface for DUNE collaborators to interact with experiment-specific knowledge while maintaining data privacy and infrastructure compliance within Fermilab computing resources.
