paper-with-me

Papers

MetaPrompting: Learning to Learn Better Prompts

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Prompting method is regarded as one of the crucial progress for few-shot nature language processing. Recent research on prompting moves from discrete tokens based "hard prompts" to continuous "soft prompts", which employ learnable vectors as pseudo prompts and achieve better performance. Though showing promising prospects, these soft-prompting methods are observed to rely heavily on good initialization to take effect. Unfortunately, obtaining a perfect initialization for soft prompt requires understanding of inner language models working and elaborate design, which is no easy task and has to restart from scratch for each new task. To remedy this, we propose a generalized soft prompting method called MetaPrompting, which adopts the well-recognized model-agnostic meta-learning algorithm to automatically find better prompt initialization that facilitates fast adaptation to new prompting tasks. Experiments show MetaPrompting brings significant improvements on three different datasets (over 6.5 points improvements for 1-shot setting), and achieves new state-of-the-art performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

MetaPrompting: Learning to Learn Better Prompts

2022-09-23 · COLING 2022 10 · Yutai Hou, Hongyuan Dong, Xinghao Wang, Bohan Li 외

Prompting method is regarded as one of the crucial progress for few-shot nature language processing. Recent research on prompting moves from discrete tokens based ``hard prompts'' to continuous ``soft prompts'', which em…

Meta-Learning

Effective Structured Prompting by Meta-Learning and Representative Verbalizer

2023-06-01 · Weisen Jiang, Yu Zhang, James T. Kwok

Prompt tuning for pre-trained masked language models (MLM) has shown promising performance in natural language processing tasks with few labeled examples. It tunes a prompt for the downstream task, and a verbalizer is us…

Meta-Learning

Tuning LLM-based Code Optimization via Meta-Prompting: An Industrial Perspective

2025-08-02 · Jingzhi Gong, Rafail Giavrimis, Paul Brookes, Vardan Voskanyan 외 arxiv

There is a growing interest in leveraging multiple large language models (LLMs) for automated code optimization. However, industrial platforms deploying multiple LLMs face a critical challenge: prompts optimized for one …

Prompt Engineering

Merge and Conquer: Evolutionarily Optimizing AI for 2048

2025-10-23 · Maggie Bai, Ava Kim Cohen, Eleanor Koss, Charlie Lichtenbaum arxiv

Optimizing artificial intelligence (AI) for dynamic environments remains a fundamental challenge in machine learning research. In this paper, we examine evolutionary training methods for optimizing AI to solve the game 2…

Learning a Better Initialization for Soft Prompts via Meta-Learning

2022-05-25 · Yukun Huang, Kun Qian, Zhou Yu

Prompt tuning (PT) is an effective approach to adapting pre-trained language models to downstream tasks. Without a good initialization, prompt tuning doesn't perform well under few-shot settings. So pre-trained prompt tu…

Meta-Learning