Difference between revisions of "Prompt Injection Attack"

From
Jump to: navigation, search
m
m
Line 33: Line 33:
 
{| class="wikitable" style="width: 550px;"
 
{| class="wikitable" style="width: 550px;"
 
||
 
||
<youtube>b0ai_LiRRvM</youtube>
+
<youtube>V1eO2OpsXBE</youtube>
<b>Perplexity - AI Chat based Conversational Search Engine
+
<b>GPT2 Unlimited-Length Generation with Hidden Prompt Injections - Code Review
</b><br>Perplexity AI is an answer engine that delivers accurate answers to complex questions using large language models.
+
</b><br>Unlimited-Length Imagination Directed GPT2 Chained Generation by Overlapping Prompt-Injections. The same idea can be applied for any similar generative model with a prompt for producing more creative text and for changing the topic in a directed manner, which makes the text more interesting and original and less monotonous.  
Try it - Perplexity.ai
 
 
|}
 
|}
 
|}<!-- B -->
 
|}<!-- B -->

Revision as of 08:43, 18 February 2023

YouTube search... ...Google search


...a new vulnerability that is affecting some AI/ML models and, in particular, certain types of language models using prompt-based learning. ... create a malicious input that made a language model change its expected behaviour. - Exploring Prompt Injection Attacks | NCC Group

What is GPT-3 Prompt Injection & Prompt Leaking? AI Adversarial Attacks
In this video, we take a deeper look at GPT-3 or any Large Language Model's Prompt Injection & Prompt Leaking. These are security exploitation in Prompt Engineering. These are also AI Adversarial Attacks. The name Prompt Injection comes from the age-old SQL Injection where a malicious SQL script can be added to a web form to manipulate the underlying SQL query. In a similar fashion, Prompts can be altered to get abnormal results from a LLM or GPT-3 based Application.

GPT2 Unlimited-Length Generation with Hidden Prompt Injections - Code Review
Unlimited-Length Imagination Directed GPT2 Chained Generation by Overlapping Prompt-Injections. The same idea can be applied for any similar generative model with a prompt for producing more creative text and for changing the topic in a directed manner, which makes the text more interesting and original and less monotonous.