paper-with-me

Papers

Dodrio: Exploring Transformer Models with Interactive Visualization

2021-03-26 · ACL 2021 5 · Zijie J. Wang, Robert Turko, Duen Horng Chau

Why do large pre-trained transformer-based models perform so well across a wide variety of NLP tasks? Recent research suggests the key may lie in multi-headed attention mechanism's ability to learn and represent linguistic information. Understanding how these models represent both syntactic and semantic knowledge is vital to investigate why they succeed and fail, what they have learned, and how they can improve. We present Dodrio, an open-source interactive visualization tool to help NLP researchers and practitioners analyze attention mechanisms in transformer-based models with linguistic knowledge. Dodrio tightly integrates an overview that summarizes the roles of different attention heads, and detailed views that help users compare attention weights with the syntactic structure and semantic information in the input text. To facilitate the visual comparison of attention weights and linguistic knowledge, Dodrio applies different graph visualization techniques to represent attention weights scalable to longer input text. Case studies highlight how Dodrio provides insights into understanding the attention mechanism in transformer-based models. Dodrio is available at https://poloclub.github.io/dodrio/.

📄 PDF Abstract BibTeX arXiv:2103.14625

Code (1)

poloclub/dodrio 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Interactive Visualization for Linguistic Structure

2017-09-01 · EMNLP 2017 9 · Aaron Sarnat, Vidur Joshi, Cristian Petrescu-Prahova, Alvaro Herrasti 외

We provide a visualization library and web interface for interactively exploring a parse tree or a forest of parses. The library is not tied to any particular linguistic representation, but provides a general-purpose API…

Interactive Visualization for Exploring Information Fragments in Software Repositories

2021-04-28 · Youngtaek Kim, Hyeon Jeon, Kiroong Choe, Hyunjoo Song 외

Software developers explore and inspect software repository data to obtain detailed information archived in the development history. However, developers who are not acquainted with the development context suffer from del…

Quantum Machine Learning Playground

2025-07-23 · Pascal Debus, Sebastian Issel, Kilian Tscharke arxiv

This article introduces an innovative interactive visualization tool designed to demystify quantum machine learning (QML) algorithms. Our work is inspired by the success of classical machine learning visualization tools,…

Quantum Machine Learning

A Web-based Interactive Visual Graph Analytics Platform

2015-02-02 · Nesreen K. Ahmed, Ryan A. Rossi

This paper proposes a web-based visual graph analytics platform for interactive graph mining, visualization, and real-time exploration of networks. GraphVis is fast, intuitive, and flexible, combining interactive visuali…

Community DetectionDecision MakingGraph Mining

Interactive slice visualization for exploring machine learning models

2021-01-18 · Catherine B. Hurley, Mark O'Connell, Katarina Domijan

Machine learning models fit complex algorithms to arbitrarily large datasets. These algorithms are well-known to be high on performance and low on interpretability. We use interactive visualization of slices of predictor…

BIG-bench Machine Learning