Papers
Topics
Authors
Recent
Search
2000 character limit reached

SBIC: Social Bias Inference Corpus

Updated 26 January 2026
  • Social Bias Inference Corpus (SBIC) is a dataset that employs structured, multi-dimensional Social Bias Frames to capture nuanced language bias and implicit stereotypes.
  • It utilizes a detailed annotation scheme that records offensiveness, intent, and group targeting through both categorical labels and free-text fields.
  • SBIC supports bias research by enabling the training and evaluation of neural models for social bias detection and mitigating biased outputs in dialogue systems.

A Social Bias Frame is a formal, multifaceted structure devised to capture, decompose, and systematically annotate the complex pragmatic implications of language that perpetuates, discusses, or subverts social bias. Developed to address limitations in prior work, Social Bias Frames support fine-grained annotation and analysis through several orthogonal yet interrelated dimensions. Core applications include detailed corpus annotation for bias research, training and evaluating neural models for social bias detection, and providing foundations for constructing safer, normatively aware open-domain dialog and generation systems (Sap et al., 2019, Zhou et al., 2022).

1. Formal Structure of Social Bias Frames

A Social Bias Frame (SBF) specifies a multi-dimensional annotation scheme for any text instance (typically, a sentence or dialog turn), with each dimension encoding a distinct aspect of bias or implied social meaning. The prototypical SBF is a tuple applied to a document or utterance pp:

F(p)=(Llewd,Loff,Lint,Lgrp,G,S,Ling)F(p) = (L_{\mathit{lewd}}, L_{\mathit{off}}, L_{\mathit{int}}, L_{\mathit{grp}}, G, S, L_{\mathit{ing}})

where:

  • Llewd{yes,maybe,no}L_{\mathit{lewd}} \in \{\text{yes}, \text{maybe}, \text{no}\}: presence of lewd or sexual content
  • Loff{yes,maybe,no}L_{\mathit{off}} \in \{\text{yes}, \text{maybe}, \text{no}\}: judged offensiveness
  • Lint{yes,probably,probably not,no}L_{\mathit{int}} \in \{\text{yes}, \text{probably}, \text{probably not}, \text{no}\}: perceived intent to offend
  • Lgrp{yes,no}L_{\mathit{grp}} \in \{\text{yes}, \text{no}\}: whether a social/demographic group is invoked
  • GG: free-text group label(s) (e.g., "women", "Black folks")
  • SS: free-text stereotype or proposition being implied
  • Ling{yes,maybe,no}L_{\mathit{ing}} \in \{\text{yes}, \text{maybe}, \text{no}\}: whether the speaker is an in-group member

This design enables simultaneous categorical slot filling and open-text inference, essential for linguistic phenomena where bias is communicated through implicature, connotation, or stereotyped propositions (Sap et al., 2019).

2. Sequential Annotation Workflow and Granularity

SBF annotation schemas unfold in a sequential, slot-filling process:

  1. Annotators label the text for Llewd,Loff,LintL_{\mathit{lewd}}, L_{\mathit{off}}, L_{\mathit{int}} (sexual content, offensiveness, intent).
  2. If group targeting (Lgrp=yesL_{\mathit{grp}} = \text{yes}) is detected, annotators provide group label(s) (GG).
  3. For each GG, annotators articulate stereotyped implications SS (e.g., “women are less qualified”).
  4. LingL_{\mathit{ing}} records in-group status.

Categorial variables can be binarized for simplified analysis (e.g., "yes/maybe" mapped to positive, "no" to negative), but free-text fields GG and SS remain central for interpretability and broader coverage.

This strategy is also evident in the Dial-Bias Frame for dialogues (Zhou et al., 2022), which incorporates: F(c,r)=yctx,ydt,ygroup,ybiasF(c, r) = \langle y_{\mathrm{ctx}}, y_{\mathrm{dt}}, y_{\mathrm{group}}, y_{\mathrm{bias}} \rangle where yctxy_{\mathrm{ctx}} is context sensitivity, ydty_{\mathrm{dt}} is data-type (irrelevant, bias-discussing, bias-expressing), ygroupy_{\mathrm{group}} is a set of targeted groups, ybiasy_{\mathrm{bias}} is the implied attitude.

Dimension Social Bias Frame (Sap et al., 2019) Dial-Bias Frame (Zhou et al., 2022)
Contextualization No explicit context Explicit context sensitivity (yctx)(y_{\mathrm{ctx}})
Data-Type Not modeled Discriminates discussing vs. expressing bias ( ydty_{\mathrm{dt}} )
Target Group GG (free text) ygroupy_{\mathrm{group}} (free text/multi-set)
Attitude/Implicature SS (free text implication) ybiasy_{\mathrm{bias}} (categorical: anti-bias/neutral/biased)
Offensiveness LoffL_{\mathit{off}} Not modeled separately

3. Application to Corpus Construction and Benchmarking

The Social Bias Inference Corpus (SBIC) (Sap et al., 2019) operationalizes the SBF by annotating 44,671 English-language social media posts, resulting in approximately 147,139 frame instances mapping posts to group-target implication tuples. The design accommodates:

  • Fine-grained group target identification (1,414 unique labels)
  • Extraction of 32,028 unique implicit stereotypes
  • Precise breakdowns: 44.8% of posts offensive, 50.9% group-targeted, 43.4% with perceived intent

For dialog systems, the Dial-Bias Frame underpins the CDial-Bias dataset (Zhou et al., 2022), comprising ~28,000 Chinese question-response pairs focused on race, gender, region, and occupation. This dataset includes over 17,000 bias-related dialogues, distinguished by whether bias is discussed (52%) or expressed, and 171 distinct targeted groups.

4. Modeling and Evaluation Paradigms

Frame recovery is cast as a conditional sequence generation problem. In (Sap et al., 2019), SBFs are linearized and generated auto-regressively by transformer models (e.g., GPT-2), with output tokens corresponding to categorical slot values and free-text fields. Loss is computed as token-level cross-entropy over linearized targets, skipping irrelevant slots.

Performance for categorical slots (offensive, intent, lewd, group-targeted) using transformer models reaches F170%F_1 \approx 70\%81%81\%, with in-group identification being notably harder ( F114%F_1 \approx 14\% ). Free-text match for group (GG) and implication (SS) is evaluated with BLEU-2 and ROUGE-L. Generating target groups is relatively easy (BLEU \approx 74), while implication recovery is more challenging (BLEU \approx 50, ROUGE-L \approx 42).

The CDial-Bias dataset leverages fine-grained, multi-task classification strategies. Models informed by auxiliary frame labels achieve measurable improvements (\uparrow1% F1), particularly for context-sensitive cases, which are approximately 15 points harder than context-independent examples (Zhou et al., 2022).

Earlier bias detection frameworks such as StereoSet and CrowS-Pairs operate at the sentence level with coarse triplet labels (stereotypical / anti-stereotypical / unrelated) and lack contextual or dialog-aware structure. DIA Safety uses dichotomous classifiers for offensive and biased content but omits multi-step structured annotation (Zhou et al., 2022).

Social Bias Frames (Sap et al., 2019) expand on standard pipeline annotation by incorporating not only slot-based offense and group targeting, but also free-text explanations, shifting emphasis from purely surface-level features to pragmatic, commonsense reasoning.

The Dial-Bias Frame further innovates by:

  • Systematically decomposing conversational phenomena into context sensitivity, bias data-type (discussing vs. expressing), targeted group(s), and attitude.
  • Employing hierarchical, sequential annotation to reduce confounds and clarify annotator decisions.
  • Providing a trichotomous attitude dimension (explicit anti-bias, neutral, biased), in contrast to binary schemes.

These advances enable richer, normatively grounded annotation and more granular model evaluation.

6. Significance, Limitations, and Research Trajectories

Social Bias Frames facilitate detailed empirical study of linguistic bias, stereotype propagation, and marginalized group representation at scale. Their architecture supports not only evaluation, but also the development of norm-aware and mitigative interventions in dialog models.

However, challenges remain. Generative models, even when guided by SBFs, perform poorly on fine-grained free-text implication recovery, pointing to limitations in current pragmatic inference capabilities. In-group speaker identification also proves highly imbalanced and difficult. Further, while SBFs provide structured insight, operationalizing interventions or automated moderation on the basis of these labels requires robust advances in context tracking, discourse modeling, and ethical specification (Sap et al., 2019, Zhou et al., 2022).

Ongoing research is expected to refine frame designs for multilingual, multimodal, and real-time applications, and to further anchor annotation and modeling in practical safety requirements for deployed systems.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (2)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

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

Follow Topic

Get notified by email when new papers are published related to Social Bias Inference Corpus (SBIC).