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
How It Works
The study utilized a multi-agent simulation where language model agents interacted over 500 turns. By manipulating the visibility of group labels and resource scarcity, researchers observed how these factors influenced the agents' behaviors.
When group labels were visible, agents exhibited a preference for their in-group, leading to trust biases and unequal resource distribution. This behavior mirrors human social dynamics, suggesting that AI can replicate similar biases.
Related