Papers
Topics
Authors
Recent
Search
2000 character limit reached

An Investigation of Linguistic Biases in LLM-Based Recommendations

Published 28 Apr 2026 in cs.CL and cs.AI | (2604.25456v1)

Abstract: We investigate linguistic biases in LLM-based restaurant and product recommendations given prompts varying across Southern American English (AE), Indian English (IE), and Code-Switched Hindi-English dialects, using the Yelp Open dataset (Yelp Inc., 2023) and Walmart product reviews dataset (PromptCloud,2020). We add lists of restaurant and product names balanced by cuisine type and product category to the prompts given to the LLM, and we zero-shot prompt the LLMs in a cold-start setting to select the top-20 restaurant and product recommendations from these lists for each of the dialect-varied prompts. We prompt LLMs using different list samples across 20 seeds for better generalization, and aggregate per cuisine-type and per category response counts for each seed, question/prompt, and LLM model. We run mixed-effects regression models for each model family and topic (restaurant/product) with the aggregate response counts as the dependent, and conduct likelihood ratio tests for the fixed effects with post-hoc pairwise testing of estimated marginal means differences, to investigate group-level differences in recommendation counts by model size and dialect type. Results show that dialect plays a role in the type of restaurant selected across the models tested with the mistral-small-3.1 model and both the llama-3.1 family models tested showing more sensitivity to Indian English and Code-Switched prompts. In terms of product recommendations, the llama-3.1-70B-model is particularly sensitive to Code-Switched prompts in four out of seven categories, and more beauty and home category recommendations are seen when using the Indian English and Code-Switched prompts for larger and smaller models, respectively. No broad trends are seen in the model-size based differences, with differing recommendations based on model sizes conditioned by the type of dialect.

Summary

  • The paper demonstrates that dialect differences in prompts lead to statistically significant variations in LLM recommendations across different model families.
  • It uses controlled experiments with varied dialects (AE, IE, CS) and regression analyses on diverse datasets to isolate linguistic biases.
  • The findings underscore ethical concerns and suggest that dialect-aware training and prompt normalization are essential for mitigating systemic cultural biases.

Linguistic Biases in LLM-Based Recommendation Systems: An Expert Evaluation

Problem Motivation and Research Objectives

This paper scrutinizes the susceptibility of LLM-based recommender systems to linguistic biases, specifically focusing on dialectal and code-switched syntactic variation in user queries. Recognizing that surface linguistic form—not semantic intent—can markedly affect system output, the authors pose two foundational research questions: (1) Do recommendations differ for semantically equivalent prompts written in alternate dialects or code-switching forms? (2) Does the degree of such linguistic bias vary as a function of LLM parameter size? By isolating dialect as the only variable in prompts and maintaining a cold-start scenario (no prior personalization or fine-tuning), the study seeks to reveal latent biases encoded in the pre-trained models.

Experimental Configuration and Methodology

Leveraging both the Yelp Open Dataset and the Walmart Product Reviews Dataset, the authors generate balanced lists of candidate restaurants (Indian vs. American cuisines) and products (across seven major categories). Prompts are engineered in three dialects: Southern American English (AE), Indian English (IE), and Code-Switched Hindi-English (CS). Lists are dynamically sampled on 20 seeds per prompt to minimize sampling bias and maximize statistical generalization. Three LLM families are examined, each with two parameter variants: Mistral (7B/24B), GPT-OSS (20B/120B), and Llama-3.1 (8B/70B).

For each experimental instance, models receive a context window containing a dialect-specific prompt and a randomized product/restaurant list, and return their top-20 recommendations. Only responses exactly matching the requested count are retained for analysis. Recommendation counts are then aggregated by cuisine or product category, dialect, model variant, prompt, and seed. Mixed-effects regression models are applied, treating dialect and model size as fixed effects and question and seed as random effects. Statistical significance is established via likelihood ratio tests and Bonferroni-corrected post-hoc pairwise comparisons. Figure 1

Figure 1: Example prompt for LLM restaurant recommendation task, illustrating controlled experimental setup with dialectal variation.

Dialect-Induced Bias in Restaurant Recommendations

The results reveal that LLMs do exhibit substantial dialect sensitivity. In the restaurant recommendation experiments, dialect-induced group differences are statistically significant across all model families. Specifically, the larger Llama-3.1-70B model demonstrates pronounced responsiveness to code-switched prompts, with a mean increase of 5.9 Indian restaurant recommendations relative to the American English condition. Similar, but weaker, effects are observed for the Llama-3.1-8B, the Mistral-24B, and the Mistral-7B models. By contrast, the GPT-OSS models show minimal differentiation, consistent with their robustness in surface semantic parsing. Figure 2

Figure 2: Distribution of Indian and American restaurant recommendations across dialect, model family, and model size.

Key empirical claims emphasized:

  • Dialectal prompts (IE and CS) systematically trigger a larger number of Indian restaurant recommendations compared to AE prompts, even under semantically matched queries.
  • The Llama-3.1 models, especially 70B, are particularly sensitive to dialect; GPT-OSS models manifest the least sensitivity.
  • Model size does not consistently moderate bias directionality; trends appear model-family dependent rather than monotonic by parameter count.

Dialectal Variation and Product Category Bias

Parallel effects emerge in the product recommendation experiments. Product category distributions shift based on dialect, with CS prompts eliciting significantly higher recommendations in home, sports, clothing, and exercise categories for Llama-3.1-70B. Indian English prompts drive increased beauty category recommendations in larger models, while smaller models preferentially recommend home products upon CS prompting. Figure 3

Figure 3: Product category recommendation distributions for the mistral family under dialectal variation.

Figure 4

Figure 4: Product category recommendation distributions for the gpt-oss family under dialectal variation.

Figure 5

Figure 5: Product category recommendation distributions for the llama-3.1 family under dialectal variation.

Statistically, dialect and category interaction effects are strongest in Llama-3.1 models, and generally absent in GPT-OSS. Across all model families, there is no evidence of monotonic bias attenuation or exacerbation with increasing parameter size.

Theoretical and Practical Implications

The evidence that LLMs encode latent, dialect-linked cultural priors—even when semantic intent is conserved—has important ethical ramifications. Recommendation systems that infer user preferences from linguistic form carry risks of reinforcing stereotypes, constraining user autonomy, and creating fairness deficits. From a system design perspective, treating dialectal invariance as a first-class constraint is necessary; normalization of prompts, dialect-aware training, and fairness-constrained inference can be considered as remediation strategies.

On the theoretical front, the observed model differences suggest that pre-training regime and architectural decisions (not simply scaling) are key determinants of dialect sensitivity. Improving robustness to surface syntactic variation requires explicit methodological interventions, as evidenced by GPT-OSS's superior resistance to dialect-induced shifts.

The findings emphasize the need for comprehensive language coverage in both training and evaluation datasets and challenge the assumption that increased scale or generalization always improves fairness. Systematic dialect-aware benchmarking should become standard in recommender system validation.

Limitations and Future Directions

Limitations include the restriction to a cold-start scenario, absence of personalization or fine-tuning, and the study's focus on a single variant each of Southern American and Indian English dialects. In operational recommender deployments, post-training personalization may mitigate some biases, but cold-start analysis is essential for baseline assessment. Future work should extend to additional geographic and code-switching dialects, develop quantitative fairness metrics for linguistic bias, and evaluate mitigation strategies (e.g., prompt normalization and dialect-aware training).

Conclusion

This study provides compelling evidence that LLMs used for recommendations respond not only to semantic content but also to dialectal form, producing systematic, statistically significant biases in both restaurant and product recommendation scenarios. The differences are contingent on model family and dialect, but do not uniformly depend on model size. This underexplored source of bias has far-reaching implications for user autonomy, fairness, and reliability in AI-driven recommender systems. Addressing dialect sensitivity should be considered a priority in the continued development of LLM-based recommendation systems.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.