ReTrace: Interactive Visualizations for Reasoning Traces of Large Reasoning Models
Ludwig Felder, Jacob Miller, Markus Wallinger, Stephen Kobourov, Chunyang Chen
TL;DR
ReTrace tackles the challenge of overly verbose large reasoning model traces by applying a validated reasoning taxonomy to structure traces and rendering them through two interactive visualizations: Space-Filling Nodes for hierarchical structure and Sequential Timeline for chronological flow. The system supports progressive disclosure, enabling detail-on-demand while preserving provenance of the original reasoning steps. In a within-subject user study with 18 participants, ReTrace led to improved comprehension of the model's strategy and reduced perceived workload compared with raw traces, with users showing greater ability to identify verification steps and judge the reasoning process. The work provides design implications for AI explainability that emphasize abstraction, structure, and active sensemaking, and suggests directions for real-time, richer visual representations of reasoning processes in future LRMs.
Abstract
Recent advances in Large Language Models have led to Large Reasoning Models, which produce step-by-step reasoning traces. These traces offer insight into how models think and their goals, improving explainability and helping users follow the logic, learn the process, and even debug errors. These traces, however, are often verbose and complex, making them cognitively demanding to comprehend. We address this challenge with ReTrace, an interactive system that structures and visualizes textual reasoning traces to support understanding. We use a validated reasoning taxonomy to produce structured reasoning data and investigate two types of interactive visualizations thereof. In a controlled user study, both visualizations enabled users to comprehend the model's reasoning more accurately and with less perceived effort than a raw text baseline. The results of this study could have design implications for making long and complex machine-generated reasoning processes more usable and transparent, an important step in AI explainability.
