TL;DR
Instruction-tuned language models (LLMs fine-tuned to follow human directions) exhibit in-group bias—favoring members of their own group—similar to human social behavior, but this phenomenon had not been systematically studied. Researchers designed experiments where LLM agents were assigned to groups and evaluated their decision-making in resource allocation and cooperation tasks.
✦ Why It Matters
Engineers deploying LLM agents in fairness-critical applications must audit for in-group bias and implement safeguards against discriminatory decision-making.
Key Takeaways
Full Summary
Instruction-tuned language models are large neural networks fine-tuned to follow human instructions and produce helpful outputs. Prior work documented that these models can exhibit human-like social biases, but in-group bias—the tendency to favor one's own group over others—had not been rigorously examined in agent behavior.
Researchers assigned LLM agents to artificial groups and measured their choices in economic games and cooperation scenarios. They found instruction-tuned models consistently favored in-group members in resource allocation decisions and cooperative tasks, mirroring documented human in-group bias patterns.
The bias persisted across different group assignments and task structures. These findings suggest that fine-tuning processes may inadvertently encode social preference structures from training data.
The results have implications for deploying LLM agents in multi-stakeholder environments where fairness and impartiality are critical.
Related