vix.ing · top · new · best · stats · spec

Learning to Rewrite Prompts for Bootstrapping LLMs on Downstream Tasks

2025/10/08 by Qinhao Zhou, Zhou, Qinhao, Xiang Xiang +4
Computer Science · #Artificial Intelligence (cs.AI) #Audio and Speech Processing (eess.AS) #Computation and Language (cs.CL) #FOS: Computer and information sciences #FOS: Electrical engineering #Machine Learning (cs.LG) #Natural Language Processing Techniques #Semantic Web and Ontologies #Topic Modeling #electronic engineering #information engineering

paper · pdf · doi:10.48550/arxiv.2510.06695

openalex publication_date 2025/10/08 · openalex created_date 2025/10/13 · openalex updated_date 2026/07/28

Abstract

In recent years, the growing interest in Large Language Models (LLMs) has significantly advanced prompt engineering, transitioning from manual design to model-based optimization. Prompts for LLMs generally comprise two components: the instruction, which defines the task or objective, and the input, which is tailored to the instruction type. In natural language generation (NLG) tasks such as machine translation, the input component is particularly critical, while the instruction component tends to be concise. Existing prompt engineering methods primarily focus on optimizing the instruction component for general tasks, often requiring large-parameter LLMs as auxiliary tools. However, these approaches exhibit limited applicability for tasks like machine translation, where the input component plays a more pivotal role. To address this limitation, this paper introduces a novel prompt optimization method specifically designed for machine translation tasks. The proposed approach employs a small-parameter model trained using a back-translation-based strategy, significantly reducing training overhead for single-task optimization while delivering highly effective performance. With certain adaptations, this method can also be extended to other downstream tasks.

Citations

Related