paper-with-me

Papers

Composable Interventions for Language Models

2024-07-09 · Arinbjorn Kolbeinsson, Kyle O'Brien, Tianjin Huang, ShangHua Gao, Shiwei Liu, Jonathan Richard Schwarz, Anurag Vaidya, Faisal Mahmood, Marinka Zitnik, Tianlong Chen, Thomas Hartvigsen

Test-time interventions for language models can enhance factual accuracy, mitigate harmful outputs, and improve model efficiency without costly retraining. But despite a flood of new methods, different types of interventions are largely developing independently. In practice, multiple interventions must be applied sequentially to the same model, yet we lack standardized ways to study how interventions interact. We fill this gap by introducing composable interventions, a framework to study the effects of using multiple interventions on the same language models, featuring new metrics and a unified codebase. Using our framework, we conduct extensive experiments and compose popular methods from three emerging intervention categories -- Knowledge Editing, Model Compression, and Machine Unlearning. Our results from 310 different compositions uncover meaningful interactions: compression hinders editing and unlearning, composing interventions hinges on their order of application, and popular general-purpose metrics are inadequate for assessing composability. Taken together, our findings showcase clear gaps in composability, suggesting a need for new multi-objective interventions. All of our code is public: https://github.com/hartvigsen-group/composable-interventions.

📄 PDF Abstract BibTeX arXiv:2407.06483

Code (1)

hartvigsen-group/composable-interventions 공식 구현 pytorch

Tasks

knowledge editingMachine UnlearningModel Compression

Similar Papers 제목 키워드 기반

EditRoom: LLM-parameterized Graph Diffusion for Composable 3D Room Layout Editing

2024-10-03 · Kaizhi Zheng, Xiaotong Chen, Xuehai He, Jing Gu 외

Given the steep learning curve of professional 3D software and the time-consuming process of managing large 3D assets, language-guided 3D scene editing has significant potential in fields such as virtual reality, augment…

3D scene Editing

Towards Verified Robustness under Text Deletion Interventions

2020-05-01 · ICLR 2020 1 · Johannes Welbl, Po-Sen Huang, Robert Stanforth, Sven Gowal 외

Neural networks are widely used in Natural Language Processing, yet despite their empirical successes, their behaviour is brittle: they are both over-sensitive to small input changes, and under-sensitive to deletions of …

Natural Language InferenceSensitivity

Policy Gradient Steering: Interventions from Behavioral Objectives

2026-07-30 · Yoann Poupart, Aurélie Beynier, Nicolas Maudet arxiv

Activation steering has emerged in large language models as a lightweight alternative for dynamically changing a model's behavior at inference time. However, we show that existing steering methods fail to steer even a si…

Reinforcement Learning

The Expressivity Boundary of Probabilistic Circuits: A Comparison with Large Language Models

2026-05-13 · Zhiyu Zhao, Xuejie Liu, Muhan Zhang, Anji Liu arxiv

Probabilistic Circuits (PCs) are deep generative models that support exact and efficient probabilistic inference. Yet in autoregressive language modeling, PCs still lag behind Transformer-based large language models (LLM…

DreamReader: An Interpretability Toolkit for Text-to-Image Models

2026-03-02 · Nirmalendu Prakash, Narmeen Oozeer, Michael Lan, Luka Samkharadze 외 arxiv

Despite the rapid adoption of text-to-image (T2I) diffusion models, causal and representation-level analysis remains fragmented and largely limited to isolated probing techniques. To address this gap, we introduce DreamR…