paper-with-me

홈 › Papers

Reverse Prompt Engineering

2024-11-11 · Hanqing Li, Diego Klabjan

This paper explores a new black-box, zero-shot language model inversion problem and proposes an innovative framework for prompt reconstruction using only text outputs from a language model. Leveraging a large language model alongside an optimization algorithm, the proposed method effectively recovers prompts with minimal resources. Experimental results on several datasets derived from public sources indicate that the proposed approach achieves high-quality prompt recovery and generates prompts more similar to the originals than current state-of-the-art methods. Additionally, the use-case study demonstrates the method's strong potential for generating high-quality text data.

📄 PDF Abstract BibTeX arXiv:2411.06729

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

Similar Papers 제목 키워드 기반

Reverse Prompt: Cracking the Recipe Inside Text-to-Image Generation

2025-03-25 · Zhiyao Ren, Yibing Zhan, Baosheng Yu, DaCheng Tao

Text-to-image generation has become increasingly popular, but achieving the desired images often requires extensive prompt engineering. In this paper, we explore how to decode textual prompts from reference images, a pro…

Image CaptioningImage GenerationPrompt EngineeringText to Image Generation+1

Investigating Detection and Obfuscation of Prompt Injection Attacks Against Software Reverse Engineering AI Agents

2026-05-29 · Brian Crawford, Patrick McClure arxiv

Agentic software reverse engineering systems are vulnerable to prompt injection attacks placed into the source code of executable binary files. This research demonstrates defensive tactics for detecting the presences of …

Pop Quiz! Can a Large Language Model Help With Reverse Engineering?

2022-02-02 · Hammond Pearce, Benjamin Tan, Prashanth Krishnamurthy, Farshad Khorrami 외

Large language models (such as OpenAI's Codex) have demonstrated impressive zero-shot multi-task capabilities in the software domain, including code explanation. In this work, we examine if this ability can be used to he…

Language ModelingLanguage ModellingLarge Language Model

Dual Inversion for Text-to-Image Diffusion Models: From Both Prompt and Noise Perspectives

2026-07-29 · Xiaolong Liu, Junjian Li, Yuan Xiao, Jiaqi Deng 외 arxiv

Prompt inversion, as a typical reverse engineering technique, enables text-to-image (T2I) diffusion models to generate the desired target images without extensive prompt engineering. However, existing prompt inversion me…

Prompt EngineeringImage Editing

Exploring Large Language Models for Semantic Analysis and Categorization of Android Malware

2025-01-08 · Brandon J Walton, Mst Eshita Khatun, James M Ghawaly, Aisha Ali-Gombe

Malware analysis is a complex process of examining and evaluating malicious software's functionality, origin, and potential impact. This arduous process typically involves dissecting the software to understand its compon…

Malware AnalysisPrompt Engineering