paper-with-me

Papers

Identifying Query-Relevant Neurons in Large Language Models for Long-Form Texts

2024-06-16 · Lihu Chen, Adam Dejl, Francesca Toni

Large Language Models (LLMs) possess vast amounts of knowledge within their parameters, prompting research into methods for locating and editing this knowledge. Previous work has largely focused on locating entity-related (often single-token) facts in smaller models. However, several key questions remain unanswered: (1) How can we effectively locate query-relevant neurons in decoder-only LLMs, such as Llama and Mistral? (2) How can we address the challenge of long-form (or free-form) text generation? (3) Are there localized knowledge regions in LLMs? In this study, we introduce Query-Relevant Neuron Cluster Attribution (QRNCA), a novel architecture-agnostic framework capable of identifying query-relevant neurons in LLMs. QRNCA allows for the examination of long-form answers beyond triplet facts by employing the proxy task of multi-choice question answering. To evaluate the effectiveness of our detected neurons, we build two multi-choice QA datasets spanning diverse domains and languages. Empirical evaluations demonstrate that our method outperforms baseline methods significantly. Further, analysis of neuron distributions reveals the presence of visible localized regions, particularly within different domains. Finally, we show potential applications of our detected neurons in knowledge editing and neuron-based prediction.

📄 PDF Abstract BibTeX arXiv:2406.10868

Code (1)

tigerchen52/qrneuron 공식 구현 pytorch

Tasks

DecoderFormknowledge editingQuestion AnsweringText GenerationTriplet

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Neuron-Level Knowledge Attribution in Large Language Models

2023-12-19 · Zeping Yu, Sophia Ananiadou

Identifying important neurons for final predictions is essential for understanding the mechanisms of large language models. Due to computational constraints, current attribution techniques struggle to operate at neuron l…

knowledge editing

CRANE: Causal Relevance Analysis of Language-Specific Neurons in Multilingual Large Language Models

2026-01-08 · Yifan Le, Yunliang Li arxiv

Multilingual large language models (LLMs) achieve strong performance across languages, yet how language capabilities are organized at the neuron level remains poorly understood. Prior work has identified language-related…

PURE: Turning Polysemantic Neurons Into Pure Features by Identifying Relevant Circuits

2024-04-09 · Maximilian Dreyer, Erblina Purelku, Johanna Vielhaben, Wojciech Samek 외

The field of mechanistic interpretability aims to study the role of individual neurons in Deep Neural Networks. Single neurons, however, have the capability to act polysemantically and encode for multiple (unrelated) fea…

Analysing Neural Network Topologies: a Game Theoretic Approach

2019-04-17 · Julian Stier, Gabriele Gianini, Michael Granitzer, Konstantin Ziegler

Artificial Neural Networks have shown impressive success in very different application cases. Choosing a proper network architecture is a critical decision for a network's success, usually done in a manual manner. As a s…

Network Pruning

From Heads to Neurons: Causal Attribution and Steering in Multi-Task Vision-Language Models

2026-04-20 · Qidong Wang, Junjie Hu, Ming Jiang arxiv

Recent work has increasingly explored neuron-level interpretation in vision-language models (VLMs) to identify neurons critical to final predictions. However, existing neuron analyses generally focus on single tasks, lim…