DORY: Deliberative Prompt Recovery for LLM
Lirong Gao, Ru Peng, Yiming Zhang, Junbo Zhao
TL;DR
Prompt recovery for API-based LLMs is challenging due to limited outputs. The authors introduce DORY, a framework that leverages uncertainty from output probabilities to guide prompt recovery via three stages: Draft Reconstruction, Hint Refinement, and Noise Reduction. They demonstrate a strong negative correlation between uncertainty (LN-PE) and recovery success and show that DORY achieves a new state-of-the-art across multiple LLMs and benchmarks, improving BLEU-1 by about 10.82% on average. Crucially, DORY operates with a single LLM and no external resources, yielding a cost-effective and user-friendly solution for prompt recovery in practical LLM deployments.
Abstract
Prompt recovery in large language models (LLMs) is crucial for understanding how LLMs work and addressing concerns regarding privacy, copyright, etc. The trend towards inference-only APIs complicates this task by restricting access to essential outputs for recovery. To tackle this challenge, we extract prompt-related information from limited outputs and identify a strong(negative) correlation between output probability-based uncertainty and the success of prompt recovery. This finding led to the development of Deliberative PrOmpt RecoverY (DORY), our novel approach that leverages uncertainty to recover prompts accurately. DORY involves reconstructing drafts from outputs, refining these with hints, and filtering out noise based on uncertainty. Our evaluation across diverse LLMs and prompt benchmarks shows that DORY outperforms existing baselines, improving performance by approximately 10.82% and establishing a new state-of-the-art record in prompt recovery tasks. Significantly, DORY operates using a single LLM without any external resources or model, offering a cost-effective, user-friendly prompt recovery solution.
