Papers › REALISTA: Realistic Latent Adversarial Attacks that Elicit LLM Hallucinations

REALISTA: Realistic Latent Adversarial Attacks that Elicit LLM Hallucinations

12 May 2026ICMLarXiv:2605.12813added by Syntology

Buyun Liang, Jinqi Luo, Liangzu Peng, Kwan Ho Ryan Chan, Darshan Thaker, Kaleab A. Kinfu, Fengrui Tian, Hamed Hassani, René Vidal

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large language models (LLMs) achieve strong performance across many tasks but remain vulnerable to hallucinations, making it important to systematically evaluate their reliability under realistic adversarial inputs. We formulate hallucination elicitation as a constrained optimization problem, where the goal is to find semantically coherent adversarial prompts that are equivalent to benign user prompts. Existing attack methods remain limited: discrete prompt-based attacks preserve semantic equivalence and coherence but search only over a limited set of prompt variations, while continuous latent-space attacks explore a richer space but often decode into prompts that are no longer valid rephrasings. To address these limitations, we propose REALISTA, a realistic latent-space attack framework. REALISTA constructs an input-dependent dictionary of valid editing directions, each corresponding to a semantically equivalent and coherent rephrasing, and optimizes continuous combinations of these directions in latent space. This design combines the optimization flexibility of continuous attacks with the semantic realism of discrete rephrasing-based attacks. Experiments demonstrate that REALISTA achieves superior or comparable performance to state-of-the-art realistic attacks on open-source LLMs and, crucially, succeeds in attacking large reasoning models under free-form response settings, where prior realistic attacks fail. Code is available at https://github.com/Buyun-Liang/REALISTA.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.12813")

Code

Syntology Ran 16 of 25 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 12 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 25 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Buyun-Liang/REALISTA found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 16 ran; 2 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
12ran · our draft was wrong
1ran · fixture could not drive it
9unverified

Licence: 0 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Buyun-Liang/REALISTA. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_choice_headers Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 2f58159205f333ca · report
_choice_token_ids Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · c56d7e3b9a495229 · report
_prob_cells Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 86e1206f2614ec22 · report
_select_best_trial Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 687f1f1da535773b · report
_select_stage1_initializations Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · dd218e17560cd7be · report
feasibility_check Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · violated contract MIT (permissive) · 66d6ca7c75949643 · report
format_probs Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · f78445a8d4feec00 · report
get_full_input_embeds Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 0e6755ce2c27c984 · report
get_probs Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 33179574bc5bb0fb · report
get_prompt Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 4c2b9df401898003 · report
hallucination_judge_score Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 256bbe4baa3a523f · report
latent_from_delta Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 1ea47c37afad7783 · report
obj_fun Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 7fbc99fb0076b337 · report
project_l1_nonneg Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · dfdbcd1b1d4dcc87 · report
projection Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 90c470e61ee1a1fd · report
reconstruct_from_latent Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 09e38826e42900b7 · report
AttackResultRecorder Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology unverified MIT (permissive) · 548d217c9fe4923e · report
GPT Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology unverified MIT (permissive) · 431ed128bf63eb08 · report
PLD Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology unverified MIT (permissive) · 54e15db7b9a7752b · report
_print_choice_legend Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology unverified MIT (permissive) · 14355910d5b8c376 · report
_print_final_result Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology unverified MIT (permissive) · a82b86806665d63e · report
_print_header Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology unverified MIT (permissive) · ebcfec676c7f1aca · report
generate_full_response Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology unverified MIT (permissive) · 794eab336f0599d6 · report
obj_fun_with_prompt Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology unverified MIT (permissive) · cb54a7a753780f37 · report
set_seed Buyun-Liang/REALISTA/src/realista.py found in paper text by Syntology unverified MIT (permissive) · 9b76becfd7ca34c7 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.12813, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections