paper-with-me

Papers

PUZZLED: Jailbreaking LLMs through Word-Based Puzzles

2025-08-02 · Yelim Ahn, Jaejin Lee arxiv

As large language models (LLMs) are increasingly deployed across diverse domains, ensuring their safety has become a critical concern. In response, studies on jailbreak attacks have been actively growing. Existing approaches typically rely on iterative prompt engineering or semantic transformations of harmful instructions to evade detection. In this work, we introduce PUZZLED, a novel jailbreak method that leverages the LLM's reasoning capabilities. It masks keywords in a harmful instruction and presents them as word puzzles for the LLM to solve. We design three puzzle types-word search, anagram, and crossword-that are familiar to humans but cognitively demanding for LLMs. The model must solve the puzzle to uncover the masked words and then proceed to generate responses to the reconstructed harmful instruction. We evaluate PUZZLED on five state-of-the-art LLMs and observe a high average attack success rate (ASR) of 88.8%, specifically 96.5% on GPT-4.1 and 92.3% on Claude 3.7 Sonnet. PUZZLED is a simple yet powerful attack that transforms familiar puzzles into an effective jailbreak strategy by harnessing LLMs' reasoning capabilities.

📄 PDF Abstract BibTeX arXiv:2508.01306

Code (0)

등록된 구현이 없습니다.

Tasks

Prompt Engineering

Similar Papers 제목 키워드 기반

Get Your Model Puzzled: Introducing Crossword-Solving as a New NLP Benchmark

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Solving crossword puzzles requires diverse reasoning capabilities, access to a vast amount of knowledge about language and the world, and the ability to satisfy the constraints imposed by the structure of the puzzle. In …

Natural Language UnderstandingOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Puzzled by Puzzles: When Vision-Language Models Can't Take a Hint

2025-05-29 · HeeKyung Lee, Jiaxin Ge, Tsung-Han Wu, Minwoo Kang 외

Rebus puzzles, visual riddles that encode language through imagery, spatial arrangement, and symbolic substitution, pose a unique challenge to current vision-language models (VLMs). Unlike traditional image captioning or…

Image CaptioningQuestion Answering

Making New Connections: LLMs as Puzzle Generators for The New York Times' Connections Word Game

2024-07-15 · Tim Merino, Sam Earle, Ryan Sudhakaran, Shyam Sudhakaran 외

The Connections puzzle is a word association game published daily by The New York Times (NYT). In this game, players are asked to find groups of four words that are connected by a common theme. While solving a given Conn…

Are LLMs Good Cryptic Crossword Solvers?

2024-03-15 · Abdelrahman Sadallah, Daria Kotova, Ekaterina Kochmar

Cryptic crosswords are puzzles that rely not only on general knowledge but also on the solver's ability to manipulate language on different levels and deal with various types of wordplay. Previous research suggests that …

General Knowledge

UNVEILING: What Makes Linguistics Olympiad Puzzles Tricky for LLMs?

2025-08-15 · Mukund Choudhary, KV Aditya Srivatsa, Gaurja Aeron, Antara Raaghavi Bhattacharya 외 arxiv

Large language models (LLMs) have demonstrated potential in reasoning tasks, but their performance on linguistics puzzles remains consistently poor. These puzzles, often derived from Linguistics Olympiad (LO) contests, p…