paper-with-me

Papers

Penzai + Treescope: A Toolkit for Interpreting, Visualizing, and Editing Models As Data

2024-08-01 · Daniel D. Johnson

Much of today's machine learning research involves interpreting, modifying or visualizing models after they are trained. I present Penzai, a neural network library designed to simplify model manipulation by representing models as simple data structures, and Treescope, an interactive pretty-printer and array visualizer that can visualize both model inputs/outputs and the models themselves. Penzai models are built using declarative combinators that expose the model forward pass in the structure of the model object itself, and use named axes to ensure each operation is semantically meaningful. With Penzai's tree-editing selector system, users can both insert and replace model components, allowing them to intervene on intermediate values or make other edits to the model structure. Users can then get immediate feedback by visualizing the modified model with Treescope. I describe the motivation and main features of Penzai and Treescope, and discuss how treating the model as data enables a variety of analyses and interventions to be implemented as data-structure transformations, without requiring model designers to add explicit hooks.

📄 PDF Abstract BibTeX arXiv:2408.00211

Code (2)

google-deepmind/penzai 공식 구현 jax
google-deepmind/treescope 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Visualizing NLP annotations for Crowdsourcing

2015-08-25 · Hanchuan Li, Haichen Shen, Shengliang Xu, Congle Zhang

Visualizing NLP annotation is useful for the collection of training data for the statistical NLP approaches. Existing toolkits either provide limited visual aid, or introduce comprehensive operators to realize sophistica…

Clustering

MUCK: A toolkit for extracting and visualizing semantic dimensions of large text collections

2014-06-01 · WS 2014 6 · Rebecca Weiss

LDAvis: A method for visualizing and interpreting topics

2014-06-01 · WS 2014 6 · Carson Sievert, Kenneth Shirley
Topic Models

The Cultural Mapping and Pattern Analysis (CMAP) Visualization Toolkit: Open Source Text Analysis for Qualitative and Computational Social Science

2025-10-17 · Corey M. Abramson, Yuhan, Nian arxiv

The CMAP (cultural mapping and pattern analysis) visualization toolkit introduced in this paper is an open-source suite for analyzing and visualizing text data - from qualitative fieldnotes and in-depth interview transcr…

DiRe-JAX: A JAX based Dimensionality Reduction Algorithm for Large-scale Data

2025-03-05 · Alexander Kolpakov, Igor Rivin

DiRe - JAX is a new dimensionality reduction toolkit designed to address some of the challenges faced by traditional methods like UMAP and tSNE such as loss of global structure and computational efficiency. Built on the …

Computational EfficiencyDimensionality Reduction