Papers › Beyond Prompt-Induced Lies: Investigating LLM Deception on Benign Prompts

Beyond Prompt-Induced Lies: Investigating LLM Deception on Benign Prompts

8 Aug 2025ICLRarXiv:2508.06361added by Syntology

Zhaomin Wu, Mingzhe Du, See-Kiong Ng, Bingsheng He

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) are widely deployed in reasoning, planning, and decision-making tasks, making their trustworthiness critical. A significant and underexplored risk is intentional deception, where an LLM deliberately fabricates or conceals information to serve a hidden objective. Existing studies typically induce deception by explicitly setting a hidden objective through prompting or fine-tuning, which may not reflect real-world human-LLM interactions. Moving beyond such human-induced deception, we investigate LLMs' self-initiated deception on benign prompts. To address the absence of ground truth, we propose a framework based on Contact Searching Questions (CSQ). This framework introduces two statistical metrics derived from psychological principles to quantify the likelihood of deception. The first, the Deceptive Intention Score, measures the model's bias toward a hidden objective. The second, the Deceptive Behavior Score, measures the inconsistency between the LLM's internal belief and its expressed output. Evaluating 16 leading LLMs, we find that both metrics rise in parallel and escalate with task difficulty for most models. Moreover, increasing model capacity does not always reduce deception, posing a significant challenge for future LLM development.

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="2508.06361")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

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

Xtra-Computing/LLM-Deception found in paper text by SyntologyApache-2.0 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

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 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.

15unverified

Licence: 0 of the 15 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 Xtra-Computing/LLM-Deception. “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.

auto_output_path Xtra-Computing/LLM-Deception/src/problem/gen_broken_linkedlist_problems.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0f2f1567bae36779 · report
auto_output_path Xtra-Computing/LLM-Deception/src/problem/gen_linkedlist_problems.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4ca7eb0f5169dd97 · report
calculate_cost Xtra-Computing/LLM-Deception/src/llm/ask_openai.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2a77d7d73c34539e · report
check_answer_correctness Xtra-Computing/LLM-Deception/src/llm/batch_ask_google.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 524fed6fd2309786 · report
check_answer_correctness Xtra-Computing/LLM-Deception/src/llm/batch_ask_openai.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2cfe7b80a254a5d8 · report
check_answer_file_exists Xtra-Computing/LLM-Deception/src/llm/local_inference.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c00c7f258a2353c4 · report
check_answer_file_exists Xtra-Computing/LLM-Deception/src/llm/vllm_generate_responses.py found in paper text by Syntology unverified Apache-2.0 (permissive) · dbca1f5a02eb8f07 · report
estimate_tokens Xtra-Computing/LLM-Deception/src/llm/ask_openai.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f325f37cde5f70c7 · report
extract_embeddings_from_results Xtra-Computing/LLM-Deception/src/llm/extract_embeddings_from_csv.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d9a732c50ecfadc2 · report
generate_unique_names Xtra-Computing/LLM-Deception/src/problem/gen_names.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 26f108de561d83f3 · report
load_csv_results Xtra-Computing/LLM-Deception/src/llm/extract_embeddings_from_csv.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9f5cd3898037646d · report
load_problems Xtra-Computing/LLM-Deception/src/llm/local_inference.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ba47bd9499eeb0c2 · report
parse_csv_filename_params Xtra-Computing/LLM-Deception/src/llm/extract_embeddings_from_csv.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4132c8a3a8c91eeb · report
parse_filename_params Xtra-Computing/LLM-Deception/src/llm/ask_openai.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ee25c3d8a7979f85 · report
parse_filename_params Xtra-Computing/LLM-Deception/src/llm/local_inference.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f35c3addc72bbf30 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2508.06361, was issued in August 2025, 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