Beam Search Visualizer

Learn how LLMs select the next word
GitHub
Collaborators

Adam Boswell

Skills

React

CSS

Large Language Models

Challenge
Teach students how Beam Search works with an interactive web app
May have to scroll
No items found.
Action

We built a web app to let students interact with and visualize the Beam Search algorithm for next word selection in LLMs. Users enter a text sequence and the app queries GPT-2 to extend the sequence. The intermediate probabilities are extracted from the model and displayed in an animated tree graph that visualizes the generation and selection of beams.

Result

The Beam Search Visualizer is available online at https://tjefferson401.github.io/probability-tiptap/#/beamsearch. Students in Stanford's CS 109: Probability for Computer Scientists can use the visualizer to gain an appreciation for the Beam Search algorithm and how LLMs work.

▼Scroll Down ▼