paper-with-me

홈 › Papers

Transfer-Prompting: Enhancing Cross-Task Adaptation in Large Language Models via Dual-Stage Prompts Optimization

2025-02-20 · Yupeng Chang, Yi Chang, Yuan Wu

Large language models (LLMs) face significant challenges when balancing multiple high-level objectives, such as generating coherent, relevant, and high-quality responses while maintaining efficient task adaptation across diverse tasks. To address these challenges, we introduce Transfer-Prompting, a novel two-stage framework designed to enhance cross-task adaptation in prompt generation. The framework comprises two key components: (1) source prompt construction, which refines the original prompts on source task datasets to generate source prompts with enhanced generalization ability, and (2) target prompt generation, which enhances cross-task adaptation of target prompts by fine-tuning a set of high-scored source prompts on task-specific datasets. In each optimization cycle, a reference LLM generates candidate prompts based on historical prompt-score pairs and task descriptions in our designed reference prompt. These candidate prompts are refined iteratively, while a scorer LLM evaluates their effectiveness using the multi-dimensional metrics designed in the objective prompts evaluator-a novel contribution in this work that provides a holistic evaluation of prompt quality and task performance. This feedback loop facilitates continuous refinement, optimizing both prompt quality and task-specific outcomes. We validate Transfer-Prompting through extensive experiments across 25 LLMs, including 7 foundational models and 18 specialized models, evaluated on 9 diverse datasets. The results demonstrate that Transfer-Prompting significantly improves task-specific performance, highlighting its potential for enhancing cross-task adaptation in LLMs. The code is available at https://github.com/llm172/Transfer-Prompting.

📄 PDF Abstract BibTeX arXiv:2502.14211

Code (1)

llm172/transfer-prompting 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Bridging Language Gaps: Enhancing Few-Shot Language Adaptation

2025-08-26 · Philipp Borchert, Jochen De Weerdt, Marie-Francine Moens arxiv

The disparity in language resources poses a challenge in multilingual NLP, with high-resource languages benefiting from extensive data, while low-resource languages lack sufficient data for effective training. Our Contra…

Natural Language UnderstandingNatural Language InferenceCross-Lingual TransferContrastive Learning

Bias after Prompting: Persistent Discrimination in Large Language Models

2025-09-09 · Nivedha Sivakumar, Natalie Mackraz, Samira Khorshidi, Krishna Patel 외 arxiv

A dangerous assumption that can be made from prior work on the bias transfer hypothesis (BTH) is that biases do not transfer from pre-trained large language models (LLMs) to adapted models. We invalidate this assumption …

Question Answering

Enhancing Cross-lingual Prompting with Two-level Augmentation

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Prompting approaches show promising results in few-shot scenarios. However, its strength for multilingual/cross-lingual problems has not been fully exploited. Zhao and Schütze (2021) made initial explorations in this dir…

Cross-Lingual TransferSensitivityVocal Bursts Valence Prediction

X-METRA-ADA: Cross-lingual Meta-Transfer Learning Adaptation to Natural Language Understanding and Question Answering

2021-04-20 · NAACL 2021 4 · Meryem M'hamdi, Doo Soon Kim, Franck Dernoncourt, Trung Bui 외

Multilingual models, such as M-BERT and XLM-R, have gained increasing popularity, due to their zero-shot cross-lingual transfer learning capabilities. However, their generalization ability is still inconsistent for typol…

Cross-Lingual TransferMeta-LearningNatural Language UnderstandingQuestion Answering+3

Exploring the Transferability of Visual Prompting for Multimodal Large Language Models

2024-04-17 · CVPR 2024 1 · Yichi Zhang, Yinpeng Dong, Siyuan Zhang, Tianzan Min 외

Although Multimodal Large Language Models (MLLMs) have demonstrated promising versatile capabilities, their performance is still inferior to specialized models on downstream tasks, which makes adaptation necessary to enh…

HallucinationMultimodal ReasoningObject RecognitionVisual Prompting