paper-with-me

Papers

Improving generalization in large language models by learning prefix subspaces

2023-10-24 · Louis Falissard, Vincent Guigue, Laure Soulier

This article focuses on large language models (LLMs) fine-tuning in the scarce data regime (also known as the "few-shot" learning setting). We propose a method to increase the generalization capabilities of LLMs based on neural network subspaces. This optimization method, recently introduced in computer vision, aims to improve model generalization by identifying wider local optima through the joint optimization of an entire simplex of models in parameter space. Its adaptation to massive, pretrained transformers, however, poses some challenges. First, their considerable number of parameters makes it difficult to train several models jointly, and second, their deterministic parameter initialization schemes make them unfit for the subspace method as originally proposed. We show in this paper that "Parameter Efficient Fine-Tuning" (PEFT) methods, however, are perfectly compatible with this original approach, and propose to learn entire simplex of continuous prefixes. We test our method on a variant of the GLUE benchmark adapted to the few-shot learning setting, and show that both our contributions jointly lead to a gain in average performances compared to sota methods. The implementation can be found at the following link: https://github.com/Liloulou/prefix_subspace

📄 PDF Abstract BibTeX arXiv:2310.15793

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learningparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

PrefixAgent: An LLM-Powered Design Framework for Efficient Prefix Adder Optimization

2025-07-08 · Dongsheng Zuo, Jiadong Zhu, Yang Luo, Yuzhe ma

Prefix adders are fundamental arithmetic circuits, but their design space grows exponentially with bit-width, posing significant optimization challenges. Previous works face limitations in performance, generalization, an…

Language ModelingLanguage ModellingLarge Language Model

MIC: Maximizing Informational Capacity in Adaptive Representations via Isotropic Subspace Alignment

2026-05-28 · Dang Nguyen Hong, Nhi Ngoc-Yen Nguyen, Huy-Hieu Pham arxiv

Although multi-scales representation learning enables elastic-dimension embeddings, nested subspaces often suffer from dimensional redundancy and spectral collapse. To address this, we introduce MIC, a framework that opt…

Representation Learning

Zero-Shot Cross-Lingual Transfer using Prefix-Based Adaptation

2025-10-28 · Snegha A, Sayambhu Sen, Piyush Singh Pasi, Abhishek Singhania 외 arxiv

With the release of new large language models (LLMs) like Llama and Mistral, zero-shot cross-lingual transfer has become increasingly feasible due to their multilingual pretraining and strong generalization capabilities.…

Zero-Shot Cross-Lingual Transferparameter-efficient fine-tuning

Enhancing High-Quality Code Generation in Large Language Models with Comparative Prefix-Tuning

2025-03-12 · Yuan Jiang, Yujian Zhang, Liang Lu, Christoph Treude 외

Large Language Models (LLMs) have been widely adopted in commercial code completion engines, significantly enhancing coding efficiency and productivity. However, LLMs may generate code with quality issues that violate co…

Code CompletionCode Generation

Domain Aligned Prefix Averaging for Domain Generalization in Abstractive Summarization

2023-05-26 · Pranav Ajit Nair, Sukomal Pal, Pradeepika Verma

Domain generalization is hitherto an underexplored area applied in abstractive summarization. Moreover, most existing works on domain generalization have sophisticated training algorithms. In this paper, we propose a lig…

Abstractive Text SummarizationDomain Generalization