Summary
The paper explores the concept of "first-person fairness" in chatbots, particularly focusing on biases that arise when chatbots respond based on user names, which may indicate gender or other demographic traits. The authors developed a tool using LLMs, called AI Research Assistant (AI RA), which aids in analyzing response patterns while protecting user privacy. The study found that while harmful biases were minimal (less than 1% of generated pairs), they were most notable in open-ended tasks, such as story generation. The research also highlighted that demographic biases might influence responses differently across groups.
Strengths
- The topic of first-person fairness in chatbots is novel and could be important, especially for real-world applications.
- The paper provides an extensive evaluation of biases, using innovative privacy-preserving techniques.
- The "axis of differences" experiment was particularly compelling, showcasing the capability of language models to analyze data and identify patterns.
Weaknesses
While I acknowledge the use of first-person fairness in contexts beyond large language models (LLMs), I find the distinction between this concept and third-person fairness in chatbots unclear. Since LLMs essentially sample from a distribution conditioned on the current input, incorporating the user's name into the system prompt effectively makes third-person and first-person fairness equivalent. In my view, intrinsically addressing third-person fairness should inherently resolve first-person fairness as well.
The work presents limited novelty. Although I recognize the value of the data used, the idea of evaluating gender bias in language models through the proxy of names is not new. The most interesting part of the study was the evaluation of patterns in LLM responses to different groups, and the authors introduced their LLM-based agent as the main contribution of this paper. However, as discussed in Section 3.1, this agent failed to successfully correlate with human ratings in this particular experiment.
Another concern is that the study used models from the same family to evaluate each other. This approach may not provide reliable bias evaluations, as models within the same family often share similar data, architectures, and underlying principles. Using models from different families would have offered more robust insights.
There are several presentation issues in the submission. For instance, there are multiple instances where spaces are missing between words or at sentence boundaries (e.g., Line 78: "Weuse"; Line 101: "Asin"; Line 118: "productmore"; Line 193: "Weextract"; Line 490: "Q2-smallas"; Lines 201 and 213: missing spaces between paragraph titles and the start of the paragraphs; and many other places where the first word of a sentence is not properly spaced from the period of the previous sentence, such as Line 110). Additionally, there is a faulty citation on Line 102. Moreover, in Section 2.1, from what I understand, y_1 and y_2 in the formula for h correspond to the variables response_1 and response_2 in the template shown in Figure 3. This is not immediately clear when the formula for h is explained in Lines 261–267, primarily due to insufficient detailed explanation of the variables in the formula.
Questions
Q1: You mentioned that the user’s name is provided to the model in the context. Could you elaborate on how exactly this influences the model to differentiate between first-person and third-person fairness?