The SMCR (Source-Message-Channel-Receiver) communication framework is a foundational model in communication theory, adapted here for analyzing the susceptibility of Large Language Models (LLMs) to persuasion. It precisely defines the components involved in any communication act: the Source (who sends the message), the Message (what is communicated), the Channel (how the message is transmitted), and the Receiver (who interprets the message). In the context of LLMs, this framework provides a structured approach to dissecting how various elements of a prompt or interaction can influence an LLM's "beliefs" or responses. It works by systematically varying these components to observe their impact on an LLM's stability against persuasive attempts. This framework is crucial for understanding and mitigating the risks of LLMs adopting counterfactual beliefs, which is vital for their reliable deployment in sensitive applications like factual knowledge, medical QA, and social bias domains. Researchers and ML engineers focused on LLM safety, robustness, and alignment utilize SMCR to develop more resilient AI systems.
The SMCR framework helps researchers understand how Large Language Models can be persuaded to change their "beliefs." It breaks down the persuasion process into four parts: who is trying to persuade (Source), what they say (Message), how they say it (Channel), and the AI model itself (Receiver). Studies using SMCR show that smaller AI models are easily swayed, and even asking them about their confidence can make them more vulnerable, though specific training methods can improve their resistance.
Source-Message-Channel-Receiver framework
Was this definition helpful?