paper-with-me

홈 › Papers

Prompt-MII: Meta-Learning Instruction Induction for LLMs

2025-10-19 · Emily Xiao, Yixiao Zeng, Ada Chen, Chin-Jou Li, Amanda Bertsch, Graham Neubig arxiv

A popular method to adapt large language models (LLMs) to new tasks is in-context learning (ICL), which is effective but incurs high inference costs as context length grows. In this paper we propose a method to perform instruction induction, where we take training examples and reduce them to a compact but descriptive prompt that can achieve performance comparable to ICL over the full training set. Specifically, we propose PROMPT-MII, a reinforcement learning (RL) based framework to meta-learn an instruction induction model that can generate compact instructions on the fly for an arbitrary new dataset. We train on over 3,000 diverse classification datasets from the HuggingFace hub, and evaluate on 90 unseen tasks. PROMPT-MII improves downstream model quality by 4-9 F1 points (10-20% relative), matching ICL performance while requiring 3-13x fewer tokens.

📄 PDF Abstract BibTeX arXiv:2510.16932

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Strategy-Induct: Task-Level Strategy Induction for Instruction Generation

2026-05-20 · Po-Chun Chen, Hen-Hsen Huang, Hsin-Hsi Chen arxiv

Designing effective task-level prompts is crucial for improving the performance of Large Language Models (LLMs). While prior work on instruction induction demonstrates that LLMs can infer better instructions with limited…

CESAR: Automatic Induction of Compositional Instructions for Multi-turn Dialogs

2023-11-29 · Taha Aksu, Devamanyu Hazarika, Shikib Mehri, Seokhwan Kim 외

Instruction-based multitasking has played a critical role in the success of large language models (LLMs) in multi-turn dialog applications. While publicly available LLMs have shown promising performance, when exposed to …

Induct-Learn: Short Phrase Prompting with Instruction Induction

2024-12-12 · Conference 2024 12 · Po-Chun Chen, Sheng-Lun Wei, Hen-Hsen Huang, Hsin-Hsi Chen

Large Language Models (LLMs) have demonstrated capability in “instruction induction,” generating instructions from demonstrations (input-output pairs). However, existing methods often rely on large datasets or numerous e…

PRIME: Evaluating Prompt Resolution Under Incompatible Instructions in LLMs

2026-06-21 · Tehreem Javed, Shumaim Fatimah, Masooma Bakhtiari, Gibrail Islam 외 arxiv

Large language models (LLMs) often encounter conflicting prompts, although current instruction following benchmarks assess those meta-instructions in isolation, limiting the insights about how models process conflicting …

Instruction Following

From Retrieval to Reasoning: A Framework for Cyber Threat Intelligence NER with Explicit and Adaptive Instructions

2025-12-22 · Jiaren Peng, Hongda Sun, Xuan Tian, Cheng Huang 외 arxiv

The automation of Cyber Threat Intelligence (CTI) relies heavily on Named Entity Recognition (NER) to extract critical entities from unstructured text. Currently, Large Language Models (LLMs) primarily address this task …

Semantic Similarity