Is ChatGPT Fair for Recommendation? Evaluating Fairness in Large Language Model Recommendation

23d ago · Global · primary source: export.arxiv.org

A new benchmark designed to test fairness in AI-driven recommendations found that ChatGPT exhibits bias against certain sensitive user attributes, according to a study posted on arXiv. Researchers proposed the FaiRLLM framework to evaluate how large language models handle music and movie suggestions. [1] The study, submitted in May 2023 and last revised in June 2026, introduces the Fairness of Recommendation via LLM (FaiRLLM) benchmark. It comprises metrics and a dataset covering eight sensitive attributes across two recommendation scenarios: music and movies. [1] The authors, including Jizhi Zhang, note that large language models (LLMs) may contain social prejudices, making fairness evaluations essential as these models are increasingly used for personalized recommendations. [1] The work was posted on arXiv, an open-access repository for electronic preprints that is moderated but not peer-reviewed. [7] LLMs such as ChatGPT are examples of foundation models—machine learning systems trained on vast datasets so they can be applied to a wide range of tasks. [3] Building these models is often highly resource-intensive, with the most advanced costing hundreds of millions of dollars for data acquisition, curation, and compute power. [3] Adapting an existing foundation model for a specific task, such as recommendation, is far less costly because it leverages pre-trained capabilities and typically requires only fine-tuning on smaller, task-specific datasets. [3] Fairness in machine learning refers to efforts to correct algorithmic bias in automated decisions. [4] Decisions may be considered unfair if they rely on variables deemed sensitive, such as gender, ethnicity, sexual orientation, or disability. [4] The FaiRLLM benchmark was created because the RecLLM paradigm differs from traditional recommendation systems, making existing fairness benchmarks unsuitable for direct use. [1] The researchers evaluated ChatGPT using the FaiRLLM benchmark and discovered that it still exhibits unfairness to some sensitive attributes when generating recommendations. [1] The code and dataset have been made publicly available on GitHub. [1] The study arrives as LLMs continue to proliferate; the transformer architecture that underpins them was introduced in the 2017 paper “Attention Is All You Need,” which has since been cited more than 250,000 times. [9]

research-paperbenchmarktool-release

Background sources we checked (8)
  • arxiv.org ↗ The remarkable achievements of Large Language Models (LLMs) have led to the emergence of a novel recommendation paradigm -- Recommendation via LLM (RecLLM). Nevertheless, it is important to note that LLMs may contain social prejudices, and therefore, the fairness of recommendatio…
  • en.wikipedia.org ↗ In artificial intelligence, a foundation model (FM), also known as large x model (LxM, where "x" is a variable representing any text, image, sound, etc.), is a machine learning or deep learning model trained on vast datasets so that it can be applied across a wide range of use ca…
  • en.wikipedia.org ↗ Fairness in machine learning (ML) refers to the various attempts to correct algorithmic bias in automated decision processes based on ML models. Decisions made by such models after a learning process may be considered unfair if they were based on variables considered sensitive (e…
  • en.wikipedia.org ↗ Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform tasks without being explicitly programmed. Advances in the field of de…
  • en.wikipedia.org ↗ Google DeepMind, trading as Google DeepMind or simply DeepMind, is a British-American artificial intelligence (AI) research laboratory which serves as a subsidiary of Alphabet Inc. Founded in the UK in 2010, it was acquired by Google in 2014 and merged with Google AI's Google Bra…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
  • en.wikipedia.org ↗ "Attention Is All You Need" is a 2017 research paper in machine learning authored by eight scientists and engineers working at Google. The paper introduced a new deep learning architecture known as the transformer, based on the attention mechanism proposed in 2014 by Bahdanau et …

Sources

Spot something wrong? Report an issue