CLDec 1, 2022

Extensible Prompts for Language Models on Zero-shot Language Style Customization

Microsoft
arXiv:2212.00616v29 citationsh-index: 102
Originality Incremental advance
AI Analysis

This addresses the communication gap between humans and LLMs by enabling more descriptive prompts, though it appears incremental as it builds on existing prompting methods.

The paper tackles the problem of enhancing large language model (LLM) prompts beyond natural language by introducing eXtensible Prompt (X-Prompt), which uses imaginary words for better concept description, and demonstrates its effectiveness in zero-shot language style customization with promising results.

We propose eXtensible Prompt (X-Prompt) for prompting a large language model (LLM) beyond natural language (NL). X-Prompt instructs an LLM with not only NL but also an extensible vocabulary of imaginary words. Registering new imaginary words allows us to instruct the LLM to comprehend concepts that are difficult to describe with NL words, thereby making a prompt more descriptive. Also, these imaginary words are designed to be out-of-distribution (OOD) robust so that they can be (re)used like NL words in various prompts, distinguishing X-Prompt from soft prompt that is for fitting in-distribution data. We propose context-augmented learning (CAL) to learn imaginary words for general usability, enabling them to work properly in OOD (unseen) prompts. We experiment X-Prompt for zero-shot language style customization as a case study. The promising results of X-Prompt demonstrate its potential to facilitate advanced interaction beyond the natural language interface, bridging the communication gap between humans and LLMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes