Papers › QUACK: Questioning, Understanding, and Auditing Communicated Knowledge in Multimodal...

QUACK: Questioning, Understanding, and Auditing Communicated Knowledge in Multimodal Social Deduction Agents

26 May 2026arXiv:2605.27068added by Syntology

Ye Yuan, Rui Song, Weien Li, Zeyu Li, Haochen Liu, Xiangyu Kong, Changjiang Han, Yonghan Yang, Zichen Zhao, Zixuan Dong, Fuyuan Lyu, Bowei He, Haolun Wu, Jikun Kang, Xue Liu

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

Social deduction games have become a popular testbed for probing reasoning, deception, coordination, and belief modeling in Large Language Model (LLM) agents. However, most environments are scored only by game outcomes such as win rates and largely remain to text-only interaction, making it difficult to tell whether an agent's language is actually grounded in what it perceived and did, or to identify the failure modes underlying its behavior. To address this gap, we introduce QUACK, an open-source environment and evaluation framework for auditing the grounding of agent language in multimodal social reasoning. QUACK evaluates agents at three levels: game outcomes, behavioral trajectories, and utterance-level consistency. Its core Statement Verification Pipeline reconstructs each agent's ground-truth trajectory from engine logs and checks every discussion claim against it, automatically flagging spatial hallucination, unsupported accusation, deception collapse, and language-action inconsistency. Evaluating three frontier VLMs in both homogeneous and cross-model adversarial settings, we find that even the strongest agent hallucinates 15.1% of its verifiable spatial claims and makes over half of its accusations without grounded evidence. We release the full engine, evaluation framework, toolkit, and logs at https://github.com/AAAAA-Academia-Attractions/QUACK.

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.27068")

Code

Syntology Ran 6 of 14 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 2 ran with no contract checked.

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

AAAAA-Academia-Attractions/QUACK 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

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

4ran · our draft was wrong
2ran
8unverified

Licence: 0 of the 14 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 AAAAA-Academia-Attractions/QUACK. “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.

MeetingMemory AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · faf4eb1e065b783d · report
TickMemory AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · f1deb9dda270a8a8 · report
build_vlm_messages AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · ca0749dc87268c1e · report
combine_action_and_say AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · b60ec523479ff997 · report
extract_say_clause AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 02e09e4b09d128ee · report
image_to_base64 AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 7709ec9d28bc19a0 · report
AgentMemory AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology unverified MIT (permissive) · 8aa16d43c7b18b23 · report
BaseAgent AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology unverified MIT (permissive) · ed456165ba9c9e7f · report
VLMAgent AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology unverified MIT (permissive) · 751c3d293bc78167 · report
_is_retryable_error AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology unverified MIT (permissive) · 99965b041f3276a0 · report
build_action_prompt AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology unverified MIT (permissive) · bd8e7f72bfe189e2 · report
build_discussion_prompt AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology unverified MIT (permissive) · 4e906b62ad7dd69d · report
build_system_prompt AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology unverified MIT (permissive) · 491e0e71f9e48cbf · report
build_vote_prompt AAAAA-Academia-Attractions/QUACK/quack/agents/vlm_agent.py found in paper text by Syntology unverified MIT (permissive) · edbf68303c290906 · report

Results from the paper

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