paper-with-me

Papers

Palisade -- Prompt Injection Detection Framework

2024-10-28 · Sahasra Kokkula, Somanathan R, Nandavardhan R, Aashishkumar, G Divya

The advent of Large Language Models LLMs marks a milestone in Artificial Intelligence, altering how machines comprehend and generate human language. However, LLMs are vulnerable to malicious prompt injection attacks, where crafted inputs manipulate the models behavior in unintended ways, compromising system integrity and causing incorrect outcomes. Conventional detection methods rely on static, rule-based approaches, which often fail against sophisticated threats like abnormal token sequences and alias substitutions, leading to limited adaptability and higher rates of false positives and false negatives.This paper proposes a novel NLP based approach for prompt injection detection, emphasizing accuracy and optimization through a layered input screening process. In this framework, prompts are filtered through three distinct layers rule-based, ML classifier, and companion LLM before reaching the target model, thereby minimizing the risk of malicious interaction.Tests show the ML classifier achieves the highest accuracy among individual layers, yet the multi-layer framework enhances overall detection accuracy by reducing false negatives. Although this increases false positives, it minimizes the risk of overlooking genuine injected prompts, thus prioritizing security.This multi-layered detection approach highlights LLM vulnerabilities and provides a comprehensive framework for future research, promoting secure interactions between humans and AI systems.

📄 PDF Abstract BibTeX arXiv:2410.21146

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Prompt Injection Detection and Mitigation via AI Multi-Agent NLP Frameworks

2025-03-14 · Diego Gosmar, Deborah A. Dahl, Dario Gosmar

Prompt injection constitutes a significant challenge for generative AI systems by inducing unintended outputs. We introduce a multi-agent NLP framework specifically designed to address prompt injection vulnerabilities th…

Hallucination

AEGIS : Automated Co-Evolutionary Framework for Guarding Prompt Injections Schema

2025-08-27 · Ting-Chun Liu, Ching-Yu Hsu, Kuan-Yi Lee, Chi-An Fu 외 arxiv

Prompt injection attacks pose a significant challenge to the safe deployment of Large Language Models (LLMs) in real-world applications. While prompt-based detection offers a lightweight and interpretable defense strateg…

Prompt Engineering

GenTel-Safe: A Unified Benchmark and Shielding Framework for Defending Against Prompt Injection Attacks

2024-09-29 · Rongchang Li, Minjie Chen, Chang Hu, Han Chen 외

Large Language Models (LLMs) like GPT-4, LLaMA, and Qwen have demonstrated remarkable success across a wide range of applications. However, these models remain inherently vulnerable to prompt injection attacks, which can…

Benchmarking

Integrating earth observation data into the tri-environmental evaluation of the economic cost of natural disasters: a case study of 2025 LA wildfire

2025-05-03 · Zongrong Li, Haiyang Li, Yifan Yang, Siqin Wang 외

Wildfires in urbanized regions, particularly within the wildland-urban interface, have significantly intensified in frequency and severity, driven by rapid urban expansion and climate change. This study aims to provide a…

Earth ObservationManagement

Unified Threat Detection and Mitigation Framework (UTDMF): Combating Prompt Injection, Deception, and Bias in Enterprise-Scale Transformers

2025-10-06 · Santhosh KumarRavindran arxiv

The rapid adoption of large language models (LLMs) in enterprise systems exposes vulnerabilities to prompt injection attacks, strategic deception, and biased outputs, threatening security, trust, and fairness. Extending …