in neuron-explainer/neuron_explainer/explanations/puzzles.py [0:0]
def convert_puzzle_to_tokenized_sentences(puzzle: Puzzle) -> list[list[str]]:
"""Converts a puzzle to a list of tokenized sentences."""
return [record.tokens for record in puzzle.activation_records]