English

DORY: Deliberative Prompt Recovery for LLM

Computation and Language 2024-06-10 v2

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.

Keywords

Cite

@article{arxiv.2405.20657,
  title  = {DORY: Deliberative Prompt Recovery for LLM},
  author = {Lirong Gao and Ru Peng and Yiming Zhang and Junbo Zhao},
  journal= {arXiv preprint arXiv:2405.20657},
  year   = {2024}
}

Comments

Findings of ACL 2024

R2 v1 2026-06-28T16:48:09.906Z