paper-with-me

Papers

TopoTuner: Topological Finetuning of Large Language Models

2026-07-18 · Abdulkadir Erol, Yash Mahajan, Vepaul Hariprashad, Baha Rababah, Santu Karmaker, Cuneyt G. Akcora, Mubarak Shah arxiv

Full fine-tuning remains a strong way to adapt pretrained LLMs, but it updates all weights and can be expensive. LoRA reduces the number of trainable parameters, but it does not directly answer which pretrained components should be trained and which can be frozen during adaptation. We introduce TopoTuner, a topology-guided fine-tuning framework for selective freezing of attention projection matrices. \method treats each projection matrix as a row cloud and uses Wasserstein distances between persistence diagrams to measure how its topology changes during fine-tuning. TopoTuner learns a reusable freezing profile from a source dataset and transfers it to efficiently fine-tune models on out-of-domain datasets, evaluating whether task-specific topological drift generalizes across question answering and sentiment analysis tasks. Across LLaMA-3.1-8B, Mistral-7B-v0.3, and Qwen3-8B-Base, TopoTuner is competitive with full fine-tuning while training only 1-2\% of the model parameters, and outperforms LoRA in 7 out of 9 model-dataset settings, which can change up to 39.57\% of the projection parameters. Along with minimized updates, TopoTuner reduces training time by 20.4\% relative to full fine-tuning and 5.5\% relative to LoRA on average. TopoTuner opens a new direction for reusable freezing profiles, where fine-tuning behavior learned on one dataset can be shared across multiple tasks.

📄 PDF Abstract BibTeX arXiv:2607.16637

Code (0)

등록된 구현이 없습니다.

Tasks

Sentiment AnalysisQuestion Answering

Similar Papers 제목 키워드 기반

Transfer Learning for Finetuning Large Language Models

2024-11-02 · Tobias Strangmann, Lennart Purucker, Jörg K. H. Franke, Ivo Rapant 외

As the landscape of large language models expands, efficiently finetuning for specific tasks becomes increasingly crucial. At the same time, the landscape of parameter-efficient finetuning methods rapidly expands. Conseq…

Bayesian OptimizationMeta-LearningTransfer Learning

SpaRC and SpaRP: Spatial Reasoning Characterization and Path Generation for Understanding Spatial Reasoning Capability of Large Language Models

2024-06-07 · Md Imbesat Hassan Rizvi, Xiaodan Zhu, Iryna Gurevych

Spatial reasoning is a crucial component of both biological and artificial intelligence. In this work, we present a comprehensive study of the capability of current state-of-the-art large language models (LLMs) on spatia…

Spatial Reasoning

Ensembles and Cocktails: Robust Finetuning for Natural Language Generation

2021-09-29 · John Hewitt, Xiang Lisa Li, Sang Michael Xie, Benjamin Newman 외

When finetuning a pretrained language model for natural language generation tasks, one is currently faced with a tradeoff. Lightweight finetuning (e.g., prefix-tuning, adapters), which freezes all or most of the paramete…

Language ModellingText Generation

Mixout: Effective Regularization to Finetune Large-scale Pretrained Language Models

2019-09-25 · ICLR 2020 1 · Cheolhyoung Lee, Kyunghyun Cho, Wanmo Kang

In natural language processing, it has been observed recently that generalization could be greatly improved by finetuning a large-scale language model pretrained on a large unlabeled corpus. Despite its recent success an…

Language ModelingLanguage Modelling

Towards Consistent Natural-Language Explanations via Explanation-Consistency Finetuning

2024-01-25 · Yanda Chen, Chandan Singh, Xiaodong Liu, Simiao Zuo 외

Large language models (LLMs) often generate convincing, fluent explanations. However, different from humans, they often generate inconsistent explanations on different inputs. For example, an LLM may generate the explana…

Question Answering