Views
No views yet
SallySims/equibert-event-exclusion| ID | Label | Example |
|---|---|---|
| 0 | none | No exclusion detected |
| 1 | dietary | Pork BBQ only, no alternatives offered |
| 2 | cultural | Christmas party framed as mandatory |
| 3 | religious | Friday evening events conflicting with observance |
| 4 | ability | No lift, standing room only venue |
| 5 | socioeconomic | Expensive mandatory team activities |
| 6 | family_status | After-hours events excluding carers |
| 7 | timezone | Global calls at unsuitable times |
1text = "Team drinks Friday at the pub — first round on the company. No lift at venue."
2inputs = tokenizer(text, return_tensors="pt", truncation=True, max_length=128)
3# label = id2label[model(**inputs).logits.argmax(-1).item()]Input Text
│
├──▶ RoBERTa-base encoder ──▶ Linear projection
│ │
└──▶ DeBERTa-v3-base encoder ──▶ Linear projection
│
Weighted fusion (learned α)
│
Layer Norm + Dropout
│
Task-specific head (see below)1@misc{equibert2024,
2 author = {SallySims},
3 title = {EquiBERT: A Multi-Task DEI Transformer},
4 year = {2024},
5 publisher = {HuggingFace},
6 url = {https://huggingface.co/SallySims}
7}| 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 |