paper-with-me

Papers

Zhyper: Factorized Hypernetworks for Conditioned LLM Fine-Tuning

2025-10-22 · M. H. I. Abdalla, Zhipin Wang, Christian Frey, Steffen Eger, Josif Grabocka arxiv

Large Language Model (LLM) conditioning refers to instructing an LLM to generate content in accordance with the norms and values of a specific culture, beliefs of a particular political orientation, or any desired text-specified semantic conditioning. Unfortunately, prompt engineering does not ensure that LLMs behave in accordance with a desired conditioning due to the inductive bias of the pre-training and alignment datasets. Prior works have focused on fine-tuning LLMs by directly conditioning the LoRA weights; however, such methods introduce a large number of parameters. As a remedy, we propose Zhyper, a parameter-efficient factorized hypernetwork framework that generates context-aware LoRA adapters from textual descriptions. Experiments on multiple benchmarks show that Zhyper achieves competitive performance with up to 26x fewer parameters than the state-of-the-art baselines. Furthermore, we extend Zhyper to cultural alignment, demonstrating improved generalization to out-of-domain settings and a better capturing of fine-grained contextual values.

📄 PDF Abstract BibTeX arXiv:2510.19733

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

Hyperdecoders: Instance-specific decoders for multi-task NLP

2022-03-15 · Hamish Ivison, Matthew E. Peters

We investigate input-conditioned hypernetworks for multi-tasking in NLP, generating parameter-efficient adaptations for a decoder using a hypernetwork conditioned on the output of an encoder. This approach produces a uni…

Decoderparameter-efficient fine-tuning

Continual learning with hypernetworks

2019-06-03 · ICLR 2020 1 · Johannes von Oswald, Christian Henning, Benjamin F. Grewe, João Sacramento

Artificial neural networks suffer from catastrophic forgetting when they are sequentially trained on multiple tasks. To overcome this problem, we present a novel approach based on task-conditioned hypernetworks, i.e., ne…

Continual LearningTransfer Learning

Finetuning-Free Personalization of Text to Image Generation via Hypernetworks

2025-11-05 · Sagar Shrestha, Gopal Sharma, Luowei Zhou, Suren Kumar arxiv

Personalizing text-to-image diffusion models has traditionally relied on subject-specific fine-tuning approaches such as DreamBooth~\cite{ruiz2023dreambooth}, which are computationally expensive and slow at inference. Re…

Image Generation

Factorized-Dreamer: Training A High-Quality Video Generator with Limited and Low-Quality Data

2024-08-19 · Tao Yang, Yangming Shi, Yunwen Huang, Feng Chen 외

Text-to-video (T2V) generation has gained significant attention due to its wide applications to video generation, editing, enhancement and translation, \etc. However, high-quality (HQ) video synthesis is extremely challe…

DescriptiveImage to Video GenerationVideo Generation

Investigating the Effectiveness of HyperTuning via Gisting

2024-02-26 · Jason Phang

Gisting (Mu et al., 2023) is a simple method for training models to compress information into fewer token representations using a modified attention mask, and can serve as an economical approach to training Transformer-b…