Exploring Large Language Models (LLMs) through interactive Python activities
Eugenio Tufino
TL;DR
This study addresses the challenge of making Large Language Model concepts accessible to physics students by delivering hands-on Python-based activities in Google Colab that connect Word2Vec embeddings and GPT-2 to physics ideas. The approach leverages active learning to combine theory with practical exercises, visualizations, and discussion of biases and scaling in LLMs. Key contributions include a modular Colab-based curriculum with Word2Vec and GPT-2 activities, 2D embedding visualizations via PCA, exploration of analogies and biases, and demonstrations of how temperature and model size influence generation quality. The work demonstrates that such interactive, resource-light activities can build intuition about LLMs, foster critical evaluation of AI outputs, and offer a scalable template for physics education that can be extended to broader audiences.
Abstract
This paper presents an approach to introduce physics students to the basic concepts of Large Language Models (LLMs) using Python-based activities in Google Colab. The teaching strategy integrates active learning strategies and combines theoretical ideas with practical, physics-related examples. Students engage with key technical concepts, such as word embeddings, through hands-on exploration of the Word2Vec neural network and GPT-2 - an LLM that gained a lot of attention in 2019 for its ability to generate coherent and plausible text from simple prompts. The activities highlight how words acquire meaning and how LLMs predict subsequent tokens by simulating simplified scenarios related to physics. By focusing on Word2Vec and GPT-2, the exercises illustrate fundamental principles underlying modern LLMs, such as semantic representation and contextual prediction. Through interactive experimenting in Google Colab, students observe the relationship between model parameters (such as temperature) in GPT-2 and output behaviour, understand scaling laws relating data quantity to model performance, and gain practical insights into the predictive capabilities of LLMs. This approach allows students to begin to understand how these systems work by linking them to physics concepts - systems that will shape their academic studies, professional careers and roles in society.
