paper-with-me

Papers

FlexModel: A Framework for Interpretability of Distributed Large Language Models

2023-12-05 · Matthew Choi, Muhammad Adil Asif, John Willes, David Emerson

With the growth of large language models, now incorporating billions of parameters, the hardware prerequisites for their training and deployment have seen a corresponding increase. Although existing tools facilitate model parallelization and distributed training, deeper model interactions, crucial for interpretability and responsible AI techniques, still demand thorough knowledge of distributed computing. This often hinders contributions from researchers with machine learning expertise but limited distributed computing background. Addressing this challenge, we present FlexModel, a software package providing a streamlined interface for engaging with models distributed across multi-GPU and multi-node configurations. The library is compatible with existing model distribution libraries and encapsulates PyTorch models. It exposes user-registerable HookFunctions to facilitate straightforward interaction with distributed model internals, bridging the gap between distributed and single-device model paradigms. Primarily, FlexModel enhances accessibility by democratizing model interactions and promotes more inclusive research in the domain of large-scale neural networks. The package is found at https://github.com/VectorInstitute/flex_model.

📄 PDF Abstract BibTeX arXiv:2312.03140

Code (1)

vectorinstitute/flex_model 공식 구현 pytorch

Tasks

Distributed ComputingGPU

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

RAVEL: Evaluating Interpretability Methods on Disentangling Language Model Representations

2024-02-27 · Jing Huang, Zhengxuan Wu, Christopher Potts, Mor Geva 외

Individual neurons participate in the representation of multiple high-level concepts. To what extent can different interpretability methods successfully disentangle these roles? To help address this question, we introduc…

AttributeLanguage ModelingLanguage Modelling

Coupling Distributed and Symbolic Execution for Natural Language Queries

2016-12-08 · ICML 2017 8 · Lili Mou, Zhengdong Lu, Hang Li, Zhi Jin

Building neural networks to query a knowledge base (a table) with natural language is an emerging research topic in deep learning. An executor for table querying typically requires multiple steps of execution because que…

Natural Language Queries

CLT-Forge: A Scalable Library for Cross-Layer Transcoders and Attribution Graphs

2026-03-22 · Florent Draye, Abir Harrasse, Vedant Palit, Tung-Yu Wu 외 arxiv

Mechanistic interpretability seeks to understand how Large Language Models (LLMs) represent and process information. Recent approaches based on dictionary learning and transcoders enable representing model computation in…

Progressive Localisation in Localist LLMs

2025-11-23 · Joachim Diederich arxiv

This paper demonstrates that progressive localization, the gradual increase of attention locality from early distributed layers to late localized layers, represents the optimal architecture for creating interpretable lar…

AILA--First Experiments with Localist Language Models

2025-11-05 · Joachim Diederich arxiv

This paper presents the first empirical demonstration of controllable locality in transformer language models, a novel architectural framework that enables continuous control over the degree of representation localizatio…

Continuous Control