Source-linked AI summary

Benevolent Bias in Multi-Turn Human-Agent Dialogue

Qianqi Liu, Jin Huang, Fethiye Irmak Dogan, Hatice Gunes

arXiv:2608.29206v1cs.AI

TL;DR

Benevolent bias concerns unequal treatment hidden behind warmth, a gap in bias detection because surface-focused systems may miss disparate treatment. The paper operationalises tone and treatment, builds BENEVDIAL, and evaluates detector families, finding that overt-bias sensitivity does not reliably transfer to benevolent bias. The results motivate monitoring treatment disparities rather than tone alone, while the synthetic health-focused scope limits direct claims about real-world interactions.

  • Problem

    Current bias detection focuses on how bias is expressed, leaving unequal treatment behind warm language difficult to detect in human-agent interaction.

  • Method

    The paper separates tone from treatment, constructs 362,880 balanced multi-turn dialogues across three classes and controlled demographics, roles, and generators, and evaluates two detector families.

  • Results

    Off-the-shelf detectors largely miss benevolent bias, while prompted LLM judges improve sensitivity under explicit criteria but increasingly confuse neutral support with benevolent bias.

  • Takeaways & Limitations

    Reliable monitoring of supportive dialogue must assess whether the agent’s treatment is disparate rather than relying primarily on surface tone.

  • Takeaways & Limitations

    The controlled synthetic dialogues do not establish how benevolent bias appears, how often it occurs, or how it develops in longer real-world interactions.

Abstract

from arXiv · show

Bias in human-agent interaction can manifest not only through hostile language but also as benevolent bias, whereby unequal treatment hides behind a warm, positive tone. To make it detectable, we operationalise benevolent bias along two dimensions, tone and treatment, yielding three classes: neutral support, overt bias, and benevolent bias. Building on these definitions, we construct BENEVDIAL, a class-balanced corpus of 362,880 multi-turn support dialogues spanning user and agent demographics, roles, and generators, to support controlled evaluation. We then test two detector families on it: off-the-shelf safety detectors and prompted large language model (LLM) judges. Our results reveal a detection gap: off-the-shelf detectors reliably flag overt bias yet largely miss benevolent bias, while LLM judges catch more under more explicit detection criteria but increasingly misclassify neutral support as benevolent bias, and demographic context amplifies the false alarms. These findings suggest that fair monitoring of human-agent dialogue must look beyond surface cues to whether the agent's treatment is disparate.

1 Introduction

Benevolent bias gives unequal treatment a warm, positive form that can evade detectors focused on hostile language. The paper operationalises this distinction and evaluates detectors on a controlled dialogue corpus.

  • Motivation: Benevolent bias is unequal treatment expressed through a warm, positive tone, extending beyond hostile or overt bias.The concept includes benevolent sexism, ageism, and ableism under a broader definition.
  • Motivation: In human-agent interaction, warm support can make unequal treatment harder to recognise while narrowing users’ autonomy.This concern is especially relevant in health and education, where agents guide real-world decisions.
  • Approach: The paper separates tone from treatment: neutral support is uniform treatment, overt bias is disparate treatment without warmth, and benevolent bias is disparate treatment under warmth.This operationalisation makes the boundary between warm and fair and warm but disparate treatment measurable.
  • Approach: 362,880 balanced dialogues span three classes, user and agent demographics, support roles, and three open-weight generators.The corpus is designed for controlled evaluation of benevolent-bias detection.
  • Findings: Off-the-shelf detectors flag overt bias but largely miss benevolent bias, whereas prompted LLM judges trade greater sensitivity for more false alarms on neutral support.More explicit criteria and demographic context further increase the judges’ over-flagging.
  • Findings: Fine-tuning can produce near-perfect scores while relying on overlapping spurious correlations, so BENEVDIAL is positioned primarily as an evaluation resource.Removing one correlation shifts reliance onto others.

2 Related Work

Prior work studies benevolent bias mainly as positive-sounding sexism in single utterances, while detection research spans task-specific, off-the-shelf, and LLM-based approaches. Synthetic-data research adds structural and attribute controls but warns of limited diversity and exploitable artifacts.

  • Benevolent Bias in AI: Research on benevolent bias in AI largely narrows the phenomenon to positive-toned sexism in single utterances.This paper adopts the broader conceptualisation for multi-turn dialogue.
  • Bias Detection and LLM-as-a-judge: Bias detectors include task-specific classifiers, off-the-shelf scorers, and more recent general-LLM judges.These groups differ in how the detector is built.
  • Synthetic Data Generation and Challenges: Synthetic dialogue generation can combine structural role controls with fixed social attributes and multiple language-model generators.The cited approach supports controlled multi-turn interaction settings.
  • Synthetic Data Generation and Challenges: Synthetic data may have limited fidelity and diversity, and downstream classifiers may exploit generation artifacts as spurious correlations.These risks motivate validation and careful interpretation of synthetic benchmarks.

3 BENEVDIAL Creation & Analysis

BENEVDIAL defines bias through tone and treatment, then constructs a balanced, controlled multi-turn corpus across classes, contexts, demographics, roles, and generators. Human annotation and linguistic analyses provide validation of the generated conditions.

  • 3.1 Operational Definition: The framework treats treatment as disparate when demographics lead to narrower options, lower expectations, or less autonomy under fixed needs.Tone distinguishes benevolent from overt bias, while treatment determines whether the behaviour is biased.
  • 3.2 Dataset Construction: BENEVDIAL represents each dialogue with a class label and interaction context containing user and agent roles and demographics.The controlled attributes define the generation condition.
  • 3.2 Dataset Construction: The corpus covers mental-health and wellbeing support plus daily health and lifestyle advice, where guidance can affect users’ options and autonomy.These roles make treatment differences observable.
  • 3.2 Dataset Construction: User demographics span age, gender, race, and ability, while agent demographics span age, gender, and race; every configuration appears equally across classes.This balancing prevents demographics alone from revealing the class label.
  • 3.2 Dataset Construction: 362,880 dialogues result from crossing three classes with demographic configurations, two role pairs, and three generators, producing an exactly balanced dataset.Each combination appears once.
  • 3.3 Analysis: Human annotation agrees with intended labels on 289 of 300 dialogues, yielding Cohen’s κ = 0.945; all 11 disagreements are labelled benevolent bias.The reference labels are therefore used in subsequent experiments.
  • 3.3 Analysis: Both biased classes use shorter sentences and ask fewer questions than neutral support, while benevolent-bias dialogues also have more exclamations and longer agent turns.These patterns align with linguistic markers associated with patronising communication.

4 Evaluating Benevolent Bias Detection: Experiments, Results, and Analysis

The evaluation compares off-the-shelf safety detectors with prompted LLM judges on balanced three-class detection, revealing that benevolent bias remains difficult to distinguish from neutral support. More explicit guidance improves benevolent-bias sensitivity but increases neutral false positives, while demographic context further worsens this boundary.

  • Evaluation setup: The evaluation uses a balanced 10% sample of 36,288 BENEVDIAL dialogues and compares off-the-shelf detectors with prompted LLM judges.The evaluation reports binary bias metrics and class-conditional trigger rates for neutral support, overt bias, and benevolent bias.
  • Overall performance: Prompted LLM judges achieve the strongest overall binary bias detection, while Granite Guardian 4.1 reaches 73.1 binary F1 among off-the-shelf detectors.Operational prompting performs best among the LLM-judge settings.
  • Detection gap: Granite Guardian 4.1 triggers on 93.1% of overt-bias dialogues but only 22.0% of benevolent-bias dialogues, producing a 71.1-point overt–benevolent gap.This contrast shows why aggregate binary performance can obscure class-specific sensitivity.
  • Error analysis: The dominant prompted-judge errors occur between neutral support and benevolent bias, whereas direct neutral–overt-bias confusions remain rare.Figure 3 presents row-normalised confusion matrices under three levels of task guidance.
  • Task guidance: Operational prompting raises benevolent-bias sensitivity and narrows the gap, but increases neutral false triggering from 0.1% to 30.0%.Stronger detection alone leaves many benevolent-bias cases undetected, while explicit operational guidance trades fewer missed cases for more neutral false positives.
  • Demographic context: Adding demographic context lowers binary F1 from 90.2 to 89.1 and three-way macro-F1 from 0.784 to 0.763, with 74–82% of N→BB flips introducing errors.Cognitive- and self-care-disability profiles show the most N→BB flips.
  • Evaluation stability: Bootstrap analyses show that the main trigger-rate pattern is stable below the 10% evaluation size, with uncertainty already below approximately ±1 percentage point at 10%.Larger samples primarily reduce sampling uncertainty and support finer-grained subgroup analyses.

5 Can BENEVDIAL Support Fine-tuning?

The authors test whether BENEVDIAL supports supervised fine-tuning and find that near-perfect clean performance partly depends on overlapping spurious correlations. Interventions reveal that weakening one cue can leave alternative or newly introduced label-correlated signals available.

  • Setup: BENEVDIAL is split into balanced 80% training, 10% validation, and 10% test sets for three-way classification.The fine-tuned bert-base-uncased classifier uses dialogue text only and reports macro-F1, per-class recall, and benevolent-bias precision.
  • Intervention design: Evaluation-side interventions modify test inputs while holding the clean classifier fixed, whereas training-side interventions modify training data before retraining and testing on unmodified data.The protocols diagnose which cues predictions depend on and whether altered training distributions change clean-test performance.
  • Evaluation-side results: The clean baseline is near-perfect, remains robust to punctuation folding, drops moderately with cue masking, and loses substantially more performance under shuffling.Combining punctuation folding with cue masking degrades performance more than either targeted intervention alone.
  • Training-side results: Frequency normalisation causes the largest clean-test degradation, symmetric injection causes a modest drop, and shuffling alone stays close to the clean baseline.Injection-based interventions increasingly turn neutral and overtly biased dialogues into benevolent-bias predictions, while benevolent-bias recall remains almost unchanged.
  • Analysis: The classifier partly relies on multiple overlapping spurious correlations, so near-perfect in-distribution performance does not establish that it learned the intended treatment distinction.Simple interventions can preserve alternative cues or introduce new label-correlated cues rather than robustly removing spurious correlations.

6 Discussion and Recommendations

The discussion presents BENEVDIAL as a controlled synthetic benchmark that enables large-scale study but requires validation beyond synthetic data. It also shows that detectors struggle to distinguish warm, fair support from warm, disparate treatment, while fine-tuning performance can reflect spurious correlations.

  • Synthetic data: BENEVDIAL demonstrates that controlled generation can support systematic study of benevolent bias at otherwise difficult-to-achieve scale.Generation conditions and human annotation show high agreement (κ = 0.945), alongside linguistic patterns consistent with prior work.
  • Synthetic data: Synthetic control does not establish how benevolent bias occurs, how often it appears, or how users experience it in naturally occurring interactions.The authors recommend complementing synthetic benchmarks with other generators, domains, human-authored interactions, and user studies.
  • Detection: Benevolent bias is detected less accurately than overt bias: off-the-shelf detectors miss supportive unequal treatment, while explicit LLM guidance shifts errors toward neutral support.Providing demographic context can further increase false-positive judgments.
  • Fine-tuning: Near-perfect fine-tuning performance on synthetic data partly depends on multiple overlapping spurious correlations, so robustness cannot be inferred from in-distribution performance alone.The authors recommend complementary interventions, reassessment after mitigation, and robustness testing across generators and prompting strategies.

7 Conclusions and Limitations

The paper establishes benevolent bias as a measurable target by separating tone from treatment, introduces BENEVDIAL, and identifies a detection gap between overt and benevolent bias. Its conclusions are bounded by the controlled synthetic health-and-wellbeing setting and by the absence of evidence about real-world experience.

  • Contributions: The paper operationalises benevolent bias by separating tone from treatment and constructs BENEVDIAL with 362,880 dialogues across demographics, support roles, and generators.The corpus supports controlled evaluation across neutral support, overt bias, and benevolent bias.
  • Conclusions: Off-the-shelf safety detectors largely miss benevolent bias, while prompted LLM judges confuse it with neutral support under different prompting conditions.The findings indicate that detection requires assessing disparate treatment rather than relying primarily on surface cues.
  • Limitations: Controlled synthetic dialogues do not establish how benevolent bias appears, how frequently it occurs, or how it develops over longer real-world interactions.The authors identify authentic and deployed human-agent dialogue as an important next step.
  • Limitations: The study covers health and wellbeing settings and four demographic dimensions, leaving extension to domains such as education, employment, and public services for future work.User studies are also needed to examine when warm unequal treatment is experienced as support or becomes restrictive.

A Dataset Details

The dataset varies user and agent demographic contexts and uses class-specific prompting to generate benevolent bias, overt bias, and neutral support. Neutral-support prompts omit bias-specific instructions, while the biased classes explicitly request disparate treatment with different tones.

  • Demographic configuration: User and agent contexts vary age, gender, and race, while ability status varies for users only; agents also include an unspecified-demographics condition.The agent-side demographic table defines the values used to instantiate contexts.
  • Prompt construction: The three class prompts share a generation template for each fixed role and demographic condition and differ only in the bias-status instruction.This design isolates the intended class distinction within otherwise matched generation conditions.
  • Class instructions: Benevolent-bias prompts request superficially positive, well-intentioned language that produces systematic disadvantage through disparate treatment.The instruction directly combines warm tone with unequal treatment.
  • Class instructions: Overt-bias prompts request systematic disadvantage through explicit disparate treatment without the benevolent-bias requirement of superficial positivity.The class instruction distinguishes overt expression from warm presentation.
  • Class instructions: Neutral-support prompts omit bias-specific instructions and specify only interaction roles and demographic context.They therefore do not instruct the agent to produce disparate treatment.

A.3 Diversity

The paper evaluates synthetic-dialogue diversity at lexical, phrase, and semantic levels because generation can reduce diversity or collapse toward a narrow mode.

  • Overall assessment: Together, these measures assess whether synthetic generation preserves lexical, phrase-level, and semantic diversity.The three analyses target distinct forms of reduced diversity described for synthetic generation.
  • Lexical diversity: MTLD means were 95.3 for neutral support, 96.6 for overt bias, and 98.6 for benevolent bias, indicating similar lexical diversity across classes.Scores use the standard 0.72 threshold and average dialogue-level bidirectional MTLD.
  • Phrase-level repetition: Self-BLEU measures repeated phrasing within each generator-by-class cell, using sampled hypotheses and references across five random seeds.Higher Self-BLEU indicates greater similarity among generated texts.
  • Semantic diversity: Vendi score measures semantic diversity from the spectrum of pairwise dialogue similarities, with larger values indicating more effective distinct modes.Dialogues are encoded with bert-base-uncased [CLS] representations before computing the score.

B Detection Experiment Details

The detection experiments compare off-the-shelf detectors and prompted LLM judges under standardized dialogue inputs, output formats, prompting guidance, and demographic-context conditions.

  • Off-the-shelf detectors: Off-the-shelf detectors evaluate turns or user–agent exchanges, and a dialogue is flagged when any evaluated unit triggers the detector.Granite Guardian, Llama Guard 3, and Qwen3Guard use preceding dialogue context; other detectors use narrower units.
  • LLM judges: The three LLM-judge strategies share role, input, and output formats while varying only task guidance, and each is tested with and without demographic context.Demographic attributes are added only in the with-demographics condition.
  • Prompt guidance: The plain strategy supplies only the three class names, with judges returning one numeric code in valid JSON.The codes are 1 for neutral support, 2 for overt bias, and 3 for benevolent bias.
  • Prompt guidance: Conceptual guidance defines neutral support, overt bias, and benevolent bias as classification categories.The categories distinguish genuine non-prejudicial support, openly expressed disadvantage, and positive-seeming disparate treatment.
  • Prompt guidance: Operational guidance classifies dialogues by combining surface tone and intent with structural impact and disparate treatment.Benevolent bias is positive or well-intentioned tone paired with disparate treatment; overt bias is other tone paired with disparate treatment.

D Fine-Tuning Audit Details

The fine-tuning audit retrains a text-only three-way classifier and applies evaluation- and training-side interventions to test reliance on punctuation and class-specific cues.

  • Training configuration: The audit fine-tunes bert-base-uncased with a three-way head over neutral support, overt bias, and benevolent bias using dialogue text alone.Inputs use tagged user and agent lines and are capped at 512 tokens with head-and-tail truncation.
  • Training configuration: Training uses fixed optimization, checkpoint-selection, seed, and retraining procedures across conditions.The model trains for at most five epochs and selects the checkpoint with highest validation macro-F1.
  • Cue analysis: Class-specific cue lexicons comprise the 50 highest-ranked words per class from gradient-weighted attention-rollout attribution.Token relevance is computed over agent turns and aggregated by word type across the test split.
  • Evaluation-side interventions: Evaluation-side interventions transform a staged clean test set while keeping the clean classifier frozen, including punctuation folding and cue masking.Punctuation folding replaces affective punctuation with periods; cue masking removes whole-word matches from the union of class cue lexicons.
  • Training-side interventions: Training-side interventions modify training and validation splits before retraining, using frequency normalization, symmetric injection, and within-turn shuffling.Cue insertions target agent turns and use observed cue positions; combined conditions apply shuffling after frequency normalization.

E Fine-Tuning Audit: Extended Results

The extended audit separates generic masking damage from cue-specific effects and visualizes how training-side interventions shift learned representations on clean test data.

  • Masking controls: Without punctuation folding, random masking leaves macro-F1 at 99.7 and benevolent-bias recall at 99.2, versus 95.8 and 87.5 under cue masking.Random masking removes the same number of randomly selected non-cue words as cue masking removes.
  • Masking controls: With punctuation folding, random masking reaches macro-F1 93.8 and benevolent-bias recall 81.5, while cue masking reaches 78.3 and 42.2.The random-mask scores remain above the cue-masking scores on both metrics.
  • Masking controls: The comparison indicates that generic corruption contributes to the combined intervention, but removing identified cues adds a substantially larger effect.This conclusion follows from the larger degradation under cue masking than random masking.
  • Representation-space view: Intervention-trained models produce class-dependent shifts on clean test representations, with errors disproportionately flowing from neutral support and overt bias into benevolent bias.The representation projection compares clean test representations with training distributions learned under each training-side condition.
  • Representation-space view: The representation figure offers a representation-level view of asymmetric train–test shift rather than a causal account of classifier decisions.This scope condition is stated explicitly for the visualization.
  • Representation-space view: Figure 6 projects pooled [CLS] representations onto the plane through three training-class centroids and connects each centroid to its corresponding test-class mean.Filled points show training data, hollow points show the unmodified test set, and arrows annotate displacement in the original representation space.
Loading 2608.29206v1…