paper-with-me

Papers

Preference Learning with Lie Detectors can Induce Honesty or Evasion

2025-05-20 · Chris Cundy, Adam Gleave

As AI systems become more capable, deceptive behaviors can undermine evaluation and mislead users at deployment. Recent work has shown that lie detectors can accurately classify deceptive behavior, but they are not typically used in the training pipeline due to concerns around contamination and objective hacking. We examine these concerns by incorporating a lie detector into the labelling step of LLM post-training and evaluating whether the learned policy is genuinely more honest, or instead learns to fool the lie detector while remaining deceptive. Using DolusChat, a novel 65k-example dataset with paired truthful/deceptive responses, we identify three key factors that determine the honesty of learned policies: amount of exploration during preference learning, lie detector accuracy, and KL regularization strength. We find that preference learning with lie detectors and GRPO can lead to policies which evade lie detectors, with deception rates of over 85\%. However, if the lie detector true positive rate (TPR) or KL regularization is sufficiently high, GRPO learns honest policies. In contrast, off-policy algorithms (DPO) consistently lead to deception rates under 25\% for realistic TPRs. Our results illustrate a more complex picture than previously assumed: depending on the context, lie-detector-enhanced training can be a powerful tool for scalable oversight, or a counterproductive method encouraging undetectable misalignment.

📄 PDF Abstract BibTeX arXiv:2505.13787

Code (1)

alignmentresearch/deception-evasion-honesty 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Dishonesty in Helpful and Harmless Alignment

2024-06-04 · Youcheng Huang, Jingkun Tang, Duanyu Feng, Zheng Zhang 외

People tell lies when seeking rewards. Large language models (LLMs) are aligned to human values with reinforcement learning where they get rewards if they satisfy human preference. We find that this also induces dishones…

Securing Behavior-based Opinion Spam Detection

2018-11-09 · Shuaijun Ge, Guixiang Ma, Sihong Xie, Philip S. Yu

Reviews spams are prevalent in e-commerce to manipulate product ranking and customers decisions maliciously. While spams generated based on simple spamming strategy can be detected effectively, hardened spammers can evad…

Spam detection

Explainability-Guided Adversarial Attacks on Transformer-Based Malware Detectors Using Control Flow Graphs

2026-04-04 · Andrew Wheeler, Kshitiz Aryal, Maanak Gupta arxiv

Transformer-based malware detection systems operating on graph modalities such as control flow graphs (CFGs) achieve strong performance by modeling structural relationships in program behavior. However, their robustness …

Malware Detection

Formulating Manipulable Argumentation with Intra-/Inter-Agent Preferences

2019-09-09 · Ryuta Arisaka, Makoto Hagiwara, Takayuki Ito

From marketing to politics, exploitation of incomplete information through selective communication of arguments is ubiquitous. In this work, we focus on development of an argumentation-theoretic model for manipulable mul…

Marketing

Self-Disguise Attack: Induce the LLM to disguise itself for AIGT detection evasion

2025-08-20 · Yinghan Zhou, Juan Wen, Wanli Peng, Zhengxian Wu 외 arxiv

AI-generated text (AIGT) detection evasion aims to reduce the detection probability of AIGT, helping to identify weaknesses in detectors and enhance their effectiveness and reliability in practical applications. Although…