CriSPO: Multi-Aspect Critique-Suggestion-guided Automatic Prompt Optimization for Text Generation

3 Oct 2024  ยท  Han He, Qianchu Liu, Lei Xu, Chaitanya Shivade, Yi Zhang, Sundararajan Srinivasan, Katrin Kirchhoff ยท

Existing automatic prompt engineering methods are typically designed for discriminative tasks, where new task prompts are iteratively refined with limited feedback from a single metric reflecting a single aspect. However, these approaches are suboptimal for generative tasks, which require more nuanced guidance beyond a single numeric metric to improve the prompt and optimize multiple aspects of the generated text. To address these challenges, we propose a novel multi-aspect Critique-Suggestion-guided automatic Prompt Optimization (CriSPO) approach. CriSPO introduces a critique-suggestion module as its core component. This module spontaneously discovers aspects, and compares generated and reference texts across these aspects, providing specific suggestions for prompt modification. These clear critiques and actionable suggestions guide a receptive optimizer module to make more substantial changes, exploring a broader and more effective search space. To further improve CriSPO with multi-metric optimization, we introduce an Automatic Suffix Tuning (AST) extension to enhance the performance of task prompts across multiple metrics. We evaluate CriSPO on 4 state-of-the-art LLMs across 4 summarization and 5 QA datasets. Extensive experiments show 3-4% ROUGE score improvement on summarization and substantial improvement of various metrics on QA. Code available at https://github.com/amazon-science/crispo

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Text Summarization ACI-Bench CriSPO 3-shot ROUGE-1 63.1 # 1
ROUGE-2 32.5 # 1
ROUGE-L 41 # 1
Abstractive Text Summarization CNN / Daily Mail CriSPO 3-shot ROUGE-L 27.4 # 50
Abstractive Text Summarization CNN/Daily Mail CriSPO 3-shot ROUGE-1 42.1 # 2
ROUGE-2 17 # 3
Text Summarization MeetingBank CriSPO 3-shot Rouge-1 58.5 # 1
ROUGE-L 54.1 # 1
ROUGE-2 46.5 # 1
Text Summarization SAMSum CriSPO 3-shot ROUGE-1 47.2 # 9
ROUGE-2 20.8 # 9
ROUGE-L 38.2 # 9

Methods


No methods listed for this paper. Add relevant methods here