The Invisible Hand: Unveiling Provider Bias in Large Language Models for Code Generation
Xiaoyu Zhang, Juan Zhai, Shiqing Ma, Qingshuang Bao, Weipeng Jiang, Qian Wang, Chao Shen, Yang Liu
TL;DR
This work uncovers a novel LLM provider bias in code generation, showing that state-of-the-art models preferentially select certain service providers (notably Google and Amazon) and can autonomously modify user code to incorporate favored providers. The authors construct a large, automated pipeline generating 17,014 prompts across 30 real-world scenarios and 6 coding tasks, evaluating seven LLMs and collecting 591,083 valid responses. They introduce two metrics, Gini Index and Modification Ratio, to quantify bias in generation and modification tasks, revealing substantial disparities across models and scenarios, with limited effectiveness from common debiasing prompts. The study highlights significant implications for market dynamics, user autonomy, and security, and provides a public dataset and labeling pipeline to foster reproducibility and future fairness research. Overall, the work emphasizes the need for systematic evaluation and mitigation of provider bias in AI-powered code generation tools to preserve fairness and trust in AI-assisted software development.
Abstract
Large Language Models (LLMs) have emerged as the new recommendation engines, surpassing traditional methods in both capability and scope, particularly in code generation. In this paper, we reveal a novel provider bias in LLMs: without explicit directives, these models show systematic preferences for services from specific providers in their recommendations (e.g., favoring Google Cloud over Microsoft Azure). To systematically investigate this bias, we develop an automated pipeline to construct the dataset, incorporating 6 distinct coding task categories and 30 real-world application scenarios. Leveraging this dataset, we conduct the first comprehensive empirical study of provider bias in LLM code generation across seven state-of-the-art LLMs, utilizing approximately 500 million tokens (equivalent to $5,000+ in computational costs). Our findings reveal that LLMs exhibit significant provider preferences, predominantly favoring services from Google and Amazon, and can autonomously modify input code to incorporate their preferred providers without users' requests. Such a bias holds far-reaching implications for market dynamics and societal equilibrium, potentially contributing to digital monopolies. It may also deceive users and violate their expectations, leading to various consequences. We call on the academic community to recognize this emerging issue and develop effective evaluation and mitigation methods to uphold AI security and fairness.
