paper-with-me

Papers

On Conditional and Compositional Language Model Differentiable Prompting

2023-07-04 · Jonathan Pilault, Can Liu, Mohit Bansal, Markus Dreyer

Prompts have been shown to be an effective method to adapt a frozen Pretrained Language Model (PLM) to perform well on downstream tasks. Prompts can be represented by a human-engineered word sequence or by a learned continuous embedding. In this work, we investigate conditional and compositional differentiable prompting. We propose a new model, Prompt Production System (PRopS), which learns to transform task instructions or input metadata, into continuous prompts that elicit task-specific outputs from the PLM. Our model uses a modular network structure based on our neural formulation of Production Systems, which allows the model to learn discrete rules -- neural functions that learn to specialize in transforming particular prompt input patterns, making it suitable for compositional transfer learning and few-shot learning. We present extensive empirical and theoretical analysis and show that PRopS consistently surpasses other PLM adaptation techniques, and often improves upon fully fine-tuned models, on compositional generalization tasks, controllable summarization and multilingual translation, while needing fewer trainable parameters.

📄 PDF Abstract BibTeX arXiv:2307.01446

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningLanguage ModelingLanguage ModellingmodelTransfer Learning

Similar Papers 제목 키워드 기반

Prompting Large Pre-trained Vision-Language Models For Compositional Concept Learning

2022-11-09 · Guangyue Xu, Parisa Kordjamshidi, Joyce Chai

This work explores the zero-shot compositional learning ability of large pre-trained vision-language models(VLMs) within the prompt-based learning framework and propose a model (\textit{PromptCompVL}) to solve the compos…

Zero-Shot Learning

Cleared for Takeoff? Compositional & Conditional Reasoning may be the Achilles Heel to (Flight-Booking) Language Agents

2024-04-05 · Harsh Kohli, Huan Sun

The rapid progress of large language models (LLMs) has seen them excel and frequently surpass human performance on standard benchmarks. This has enabled many downstream applications, such as LLM agents, to rely on their …

Multiple-choiceNavigate

Compositional Semantic Parsing with Large Language Models

2022-09-29 · Andrew Drozdov, Nathanael Schärli, Ekin Akyürek, Nathan Scales 외

Humans can reason compositionally when presented with new tasks. Previous research shows that appropriate prompting techniques enable large language models (LLMs) to solve artificial compositional generalization tasks su…

Semantic Parsing

GIPCOL: Graph-Injected Soft Prompting for Compositional Zero-Shot Learning

2023-11-09 · Guangyue Xu, Joyce Chai, Parisa Kordjamshidi

Pre-trained vision-language models (VLMs) have achieved promising success in many fields, especially with prompt learning paradigm. In this work, we propose GIP-COL (Graph-Injected Soft Prompting for COmpositional Learni…

AttributeCompositional Zero-Shot LearningPrompt LearningZero-Shot Learning

Visual Prompting in Multimodal Large Language Models: A Survey

2024-09-05 · Junda Wu, Zhehao Zhang, Yu Xia, Xintong Li 외

Multimodal large language models (MLLMs) equip pre-trained large-language models (LLMs) with visual capabilities. While textual prompting in LLMs has been widely studied, visual prompting has emerged for more fine-graine…

In-Context LearningPrompt LearningSurveyVisual Grounding+1