paper-with-me

Papers

Optimizing Soft Prompt Tuning via Structural Evolution

2026-02-18 · Zhenzhen Huang, Chaoning Zhang, Haoyu Bian, Songbo Zhang, Chi-lok Andy Tai, Jiaquan Zhang, Caiyan Qin, Jingjing Qu, Yalan Ye, Yang Yang, Heng Tao Shen arxiv

Soft prompt tuning leverages continuous embeddings to capture task-specific information in large pre-trained language models (LLMs), achieving competitive performance in few-shot settings. However, soft prompts rely on high-dimensional, implicit representations and lack explicit semantics and traceable training behaviors, which limits their interpretability. To address this limitation, we propose a soft prompt tuning optimization method based on topological morphological evolution. Specifically, we employ persistent homology from topological data analysis (TDA) to quantify the structural representations of soft prompts in continuous parameter space and their training process evolution. Quantitative analysis shows that topologically stable and compact soft prompts achieve better downstream performance. Based on this empirical observation, we construct a loss function for optimizing soft prompt tuning, termed Topological Soft Prompt Loss (TSLoss). TSLoss guides the model to learn structurally stable adaptations by quantifying inter-parameter connectivity and redundancy. Extensive experiments show that training with TSLoss accelerates convergence and improves tuning performance, providing an interpretable method to understand and optimize soft prompt tuning from structural and topological perspectives.

📄 PDF Abstract BibTeX arXiv:2602.16500

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Soft-Prompt Tuning for Fair and Efficient LLM Benchmark Evaluation

2026-06-10 · Selen Erkan, Bastian Boll, Kristian Kersting, Björn Deiseroth 외 arxiv

Benchmark scores often misrepresent a large language model's (LLM's) knowledge, because they rely, e.g., on the model's ability to follow specific formatting requirements. This especially penalizes base models that may k…

LoPT: Low-Rank Prompt Tuning for Parameter Efficient Language Models

2024-06-27 · Shouchang Guo, Sonam Damani, Keng-hao Chang

In prompt tuning, a prefix or suffix text is added to the prompt, and the embeddings (soft prompts) or token indices (hard prompts) of the prefix/suffix are optimized to gain more control over language models for specifi…

Language ModelingLanguage ModellingPrompt Engineering

CGP-Tuning: Structure-Aware Soft Prompt Tuning for Code Vulnerability Detection

2025-01-08 · Ruijun Feng, Hammond Pearce, Pietro Liguori, Yulei Sui

Large language models (LLMs) have been proposed as powerful tools for detecting software vulnerabilities, where task-specific fine-tuning is typically employed to provide vulnerability-specific knowledge to the LLMs for …

Computational Efficiencycross-modal alignmentVulnerability Detection

ADePT: Adaptive Decomposed Prompt Tuning for Parameter-Efficient Fine-tuning

2025-01-06 · Pengwei Tang, Xiaolin Hu, Yong liu

Prompt Tuning (PT) enables the adaptation of Pre-trained Large Language Models (PLMs) to downstream tasks by optimizing a small amount of soft virtual tokens, which are prepended to the input token embeddings. Recently, …

parameter-efficient fine-tuning

Transducer Tuning: Efficient Model Adaptation for Software Tasks Using Code Property Graphs

2024-12-18 · Imam Nur Bani Yusuf, Lingxiao Jiang

Large language models have demonstrated promising performance across various software engineering tasks. While fine-tuning is a common practice to adapt these models for downstream tasks, it becomes challenging in resour…

Code SummarizationCode TranslationLarge Language Model