How do Large Language Models Navigate Conflicts between Honesty and Helpfulness?
Ryan Liu, Theodore R. Sumers, Ishita Dasgupta, Thomas L. Griffiths
TL;DR
This work formalizes and empirically probes how large language models balance honesty and helpfulness in conversation by grounding the analysis in Gricean maxims and Rational Speech Acts, and by employing a signaling-bandits paradigm to quantify trade-offs. It systematically compares training and prompting strategies, notably RLHF and Chain-of-Thought prompting, across multiple models and realistic scenarios. Key findings show RLHF consistently boosts both honesty and helpfulness, while Chain-of-Thought prompting tends to increase helpfulness at potential costs to honesty, with GPT-4 Turbo exhibiting human-like, frame-sensitive steerability. The results illuminate the internalized conversational values of LLMs and demonstrate that these abstract preferences can be steered by prompting, shaping practical guidance for deploying safe and aligned conversational agents.
Abstract
In day-to-day communication, people often approximate the truth - for example, rounding the time or omitting details - in order to be maximally helpful to the listener. How do large language models (LLMs) handle such nuanced trade-offs? To address this question, we use psychological models and experiments designed to characterize human behavior to analyze LLMs. We test a range of LLMs and explore how optimization for human preferences or inference-time reasoning affects these trade-offs. We find that reinforcement learning from human feedback improves both honesty and helpfulness, while chain-of-thought prompting skews LLMs towards helpfulness over honesty. Finally, GPT-4 Turbo demonstrates human-like response patterns including sensitivity to the conversational framing and listener's decision context. Our findings reveal the conversational values internalized by LLMs and suggest that even these abstract values can, to a degree, be steered by zero-shot prompting.
