paper-with-me

홈 › Papers

Matching Tasks to Objectives: Fine-Tuning and Prompt-Tuning Strategies for Encoder-Decoder Pre-trained Language Models

2026-06-23 · Ahmad Pouramini, Hesham Faili arxiv

Prompt-based learning has emerged as a dominant paradigm in natural language processing. This study explores the impact of diverse pre-training objectives on the performance of encoder-decoder pre-trained language models across generation and question answering tasks, with a focus on commonsense knowledge retrieval and completion. We highlight the benefits of incorporating multiple objectives during both pre-training and fine-tuning stages. We introduce the Match Task to Objective (MTO) framework and methods for determining the appropriate objective for a given task. This framework offers automated methods to prepare task-related data for adaptation through unsupervised training, based on the identified objective. In the fine-tuning stage, we design novel templates that align with the objectives of the pre-training and adaptation stages. When aligned with task requirements, these strategies can achieve a performance gain of over 120\% compared to conventional methods in few-shot settings. They significantly outperform related works in few-shot settings and exceed the baseline even in full-dataset scenarios. Furthermore, we extend this approach to include prompt-tuning methodologies, providing guidance for more effective soft prompt engineering and optimization. Our strategies significantly enhance prompt-tuning performance as well. These insights hold substantial value, precisely guiding the selection and optimization of models customized for specific tasks. Code is available at https://github.com/puraminy/MTO/

📄 PDF Abstract BibTeX arXiv:2606.24841

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt EngineeringQuestion Answering

Similar Papers 제목 키워드 기반

Declaration-based Prompt Tuning for Visual Question Answering

2022-05-05 · Yuhang Liu, Wei Wei, Daowan Peng, Feida Zhu

In recent years, the pre-training-then-fine-tuning paradigm has yielded immense success on a wide spectrum of cross-modal tasks, such as visual question answering (VQA), in which a visual-language (VL) model is first opt…

Image-text matchingLanguage ModelingLanguage ModellingMasked Language Modeling+5

Unified Multimodal Pre-training and Prompt-based Tuning for Vision-Language Understanding and Generation

2021-12-10 · Tianyi Liu, Zuxuan Wu, Wenhan Xiong, Jingjing Chen 외

Most existing vision-language pre-training methods focus on understanding tasks and use BERT-like objectives (masked language modeling and image-text matching) during pretraining. Although they perform well in many under…

Image-text matchingImage-text RetrievalLanguage ModelingLanguage Modelling+9

Objective Matters: Fine-Tuning Objectives Shape Safety, Robustness, and Persona Drift

2026-01-19 · Daniel Vennemeyer, Punya Syon Pandey, Phan Anh Duong, Michael Umeokoli 외 arxiv

Fine-tuning LLMs on benign data can still degrade alignment and adversarial robustness, yet direct analysis of the role of fine-tuning objectives in shaping these safety outcomes remain limited. We present a controlled c…

Adversarial Robustness

Labels Need Prompts Too: Mask Matching for Natural Language Understanding Tasks

2023-12-14 · Bo Li, Wei Ye, Quansen Wang, Wen Zhao 외

Textual label names (descriptions) are typically semantically rich in many natural language understanding (NLU) tasks. In this paper, we incorporate the prompting methodology, which is widely used to enrich model input, …

Natural Language Understanding

PILLOW: Enhancing Efficient Instruction Fine-tuning via Prompt Matching

2023-12-09 · Zhenting Qi, Xiaoyu Tan, Shaojie Shi, Chao Qu 외

Instruction fine-tuning has conventionally been employed to adapt Large Language Models (LLMs) to a variety of tasks. Nonetheless, this technique often necessitates substantial computational resources, making it impracti…

GPUIn-Context Learning