paper-with-me

Papers

Beyond One Output: Visualizing and Comparing Distributions of Language Model Generations

2026-04-20 · Emily Reif, Claire Yang, Jared Hwang, Deniz Nazar, Noah A. Smith, Jeff Heer arxiv

Users typically interact with and evaluate language models via single outputs, but each output is just one sample from a broad distribution of possible completions. This interaction hides distributional structure such as modes, uncommon edge cases, and sensitivity to small prompt changes, leading users to over-generalize from anecdotes when iterating on prompts for open-ended tasks. Informed by a formative study with researchers who use LMs (n=13) examining when stochasticity matters in practice, how they reason about distributions over language, and where current workflows break down, we introduce GROVE. GROVE is an interactive visualization that represents multiple LM generations as overlapping paths through a text graph, revealing shared structure, branching points, and clusters while preserving access to raw outputs. We evaluate across three crowdsourced user studies (N=47, 44, and 40 participants) targeting complementary distributional tasks. Our results support a hybrid workflow: graph summaries improve structural judgments such as assessing diversity, while direct output inspection remains stronger for detail-oriented questions.

📄 PDF Abstract BibTeX arXiv:2604.18724

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Comparing Native and Non-native English Speakers' Behaviors in Collaborative Writing through Visual Analytics

2025-02-25 · Yuexi Chen, Yimin Xiao, Kazi Tasnim Zinat, Naomi Yamashita 외

Understanding collaborative writing dynamics between native speakers (NS) and non-native speakers (NNS) is critical for enhancing collaboration quality and team inclusivity. In this paper, we partnered with communication…

Neural Networks as Paths through the Space of Representations

2022-06-22 · Richard D. Lange, Devin Kwok, Jordan Matelsky, Xinyue Wang 외

Deep neural networks implement a sequence of layer-by-layer operations that are each relatively easy to understand, but the resulting overall computation is generally difficult to understand. We consider a simple hypothe…

Scattertext: a Browser-Based Tool for Visualizing how Corpora Differ

2017-03-02 · Jason S. Kessler

Scattertext is an open source tool for visualizing linguistic variation between document categories in a language-independent way. The tool presents a scatterplot, where each axis corresponds to the rank-frequency a term…

AI Policy Projector: Grounding LLM Policy Design in Iterative Mapmaking

2024-09-26 · Michelle S. Lam, Fred Hohman, Dominik Moritz, Jeffrey P. Bigham 외

Whether a large language model policy is an explicit constitution or an implicit reward model, it is challenging to assess coverage over the unbounded set of real-world situations that a policy must contend with. We intr…

Language ModelingLanguage ModellingLarge Language ModelNavigate

CompText: Visualizing, Comparing & Understanding Text Corpus

2022-07-27 · Suvi Varshney, Divjeet Singh Jas

A common practice in Natural Language Processing (NLP) is to visualize the text corpus without reading through the entire literature, still grasping the central idea and key points described. For a long time, researchers…