EquiBERT β DEI Awareness Scorer
Model ID: SallySims/equibert-awareness-scorer
Scores individual statements and reflections on a five-level DEI awareness continuum β from pre-awareness through to structural advocacy.
Output Dimensions (all 0.0β1.0)
| Index | Dimension |
|---|---|
| 0 | awareness_score β overall level (main score) |
| 1 | self_awareness β recognises own biases |
| 2 | systemic_awareness β understands structural causes |
| 3 | empathy_depth β centres others' experiences |
| 4 | allyship_action β acts beyond awareness |
| 5 | intersectional_lens β holds multiple identities |
| 6 | growth_orientation β committed to continuous learning |
Awareness Levels
| Score | Level | Description |
|---|---|---|
| 0.0β0.2 | LEVEL_1 | Pre-awareness β meritocracy belief, colourblind |
| 0.2β0.4 | LEVEL_2 | Awareness β beginning to recognise bias |
| 0.4β0.6 | LEVEL_3 | Understanding β grasps systemic dimension |
| 0.6β0.8 | LEVEL_4 | Active learning β challenging own assumptions |
| 0.8β1.0 | LEVEL_5 | Advocacy β structural action and allyship |
Model Description
EquiBERT is a multi-task DEI (Diversity, Equity and Inclusion) transformer built on a dual-encoder backbone that fuses RoBERTa-base and DeBERTa-v3-base via a learned weighted sum (Ξ± parameter). The fused representation is fed into task-specific heads covering 17 distinct DEI analysis tasks.
Organisation: SallySims Framework: PyTorch + HuggingFace Transformers Backbone: RoBERTa-base + DeBERTa-v3-base (dual encoder, fused) Language: English Domain: Organisational DEI text β HR communications, policies, job descriptions, performance reviews, leadership statements, reports
Architecture
Input Text
β
ββββΆ RoBERTa-base encoder βββΆ Linear projection
β β
ββββΆ DeBERTa-v3-base encoder βββΆ Linear projection
β
Weighted fusion (learned Ξ±)
β
Layer Norm + Dropout
β
Task-specific head (see below)
Training Data
Trained on synthetic DEI organisational text generated by the EquiBERT synthetic data pipeline, covering 20 DEI categories across HR, policy, leadership, and workforce analytics domains. For production use, fine-tune on real labelled DEI data.
Limitations
- Trained on synthetic data β predictions should be validated before use in real HR or policy decisions.
- English-only.
- Not a substitute for qualified DEI practitioners or legal advice.
- May reflect biases present in the training corpus.
Citation
If you use EquiBERT in your research, please cite:
@misc{equibert2024,
author = {SallySims},
title = {EquiBERT: A Multi-Task DEI Transformer},
year = {2024},
publisher = {HuggingFace},
url = {https://huggingface.co/SallySims}
}
All EquiBERT Models
| Model | Task | Primary Metric |
|---|---|---|
| equibert-bias-classifier | Bias Detection | Macro F1 |
| equibert-microaggression | Microaggression Detection | Macro F1 |
| equibert-category-tagger | DEI Category Tagging | Macro F1 |
| equibert-event-exclusion | Event Exclusion Classification | Macro F1 |
| equibert-inclusive-language | Inclusive Language Scoring | Span F1 |
| equibert-review-auditor | Performance Review Auditing | Span F1 |
| equibert-washing-detector | DEI Washing Detection | MAE |
| equibert-framing-scorer | Report Framing Scoring | MAE |
| equibert-awareness-scorer | DEI Awareness Scoring | MAE |
| equibert-similarity | Semantic Similarity | Accuracy |
| equibert-ner | DEI Entity Recognition | Span F1 |
| equibert-relation-extraction | Relation Extraction | Macro F1 |
| equibert-qa | Extractive QA | Span EM |
| equibert-search | Semantic Search | MRR@10 |
| equibert-nli | NLI / Textual Entailment | Macro F1 |
| equibert-generator | DEI Text Generation | ROUGE-L |
- Downloads last month
- 59