paper-with-me

홈 › Papers

Hoodwinked: Deception and Cooperation in a Text-Based Game for Language Models

2023-07-05 · Aidan O'Gara

Are current language models capable of deception and lie detection? We study this question by introducing a text-based game called $\textit{Hoodwinked}$, inspired by Mafia and Among Us. Players are locked in a house and must find a key to escape, but one player is tasked with killing the others. Each time a murder is committed, the surviving players have a natural language discussion then vote to banish one player from the game. We conduct experiments with agents controlled by GPT-3, GPT-3.5, and GPT-4 and find evidence of deception and lie detection capabilities. The killer often denies their crime and accuses others, leading to measurable effects on voting outcomes. More advanced models are more effective killers, outperforming smaller models in 18 of 24 pairwise comparisons. Secondary metrics provide evidence that this improvement is not mediated by different actions, but rather by stronger persuasive skills during discussions. To evaluate the ability of AI agents to deceive humans, we make this game publicly available at h https://hoodwinked.ai/ .

📄 PDF Abstract BibTeX arXiv:2308.01404

Code (1)

aogara-ds/hoodwinked 공식 구현

Methods 이 논문이 사용한 방법론

15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Honesty Is the Best Policy: Defining and Mitigating AI Deception

2023-12-03 · NeurIPS 2023 11 · Francis Rhys Ward, Francesco Belardinelli, Francesca Toni, Tom Everitt

Deceptive agents are a challenge for the safety, trustworthiness, and cooperation of AI systems. We focus on the problem that agents might deceive in order to achieve their goals (for instance, in our experiments with la…

Philosophy

Hidden in Plain Text: Measuring LLM Deception Quality Against Human Baselines Using Social Deduction Games

2026-01-20 · Christopher Kao, Vanshika Vats, James Davis arxiv

Large Language Model (LLM) agents are increasingly used in many applications, raising concerns about their safety. While previous work has shown that LLMs can deceive in controlled tasks, less is known about their abilit…

Among Us: A Sandbox for Measuring and Detecting Agentic Deception

2025-04-05 · Satvik Golechha, Adrià Garriga-Alonso

Prior studies on deception in language-based AI agents typically assess whether the agent produces a false statement about a topic, or makes a binary choice prompted by a goal, rather than allowing open-ended deceptive b…

Deception Detection

More Victories, Less Cooperation: Assessing Cicero's Diplomacy Play

2024-06-07 · Wichayaporn Wongkamjan, Feng Gu, Yanze Wang, Ulf Hermjakob 외

The boardgame Diplomacy is a challenging setting for communicative and cooperative artificial intelligence. The most prominent communicative Diplomacy AI, Cicero, has excellent strategic abilities, exceeding human player…

Abstract Meaning Representation

Deceptive Games

2018-01-31 · Damien Anderson, Matthew Stephenson, Julian Togelius, Christian Salge 외

Deceptive games are games where the reward structure or other aspects of the game are designed to lead the agent away from a globally optimal policy. While many games are already deceptive to some extent, we designed a s…