Bias Detection and Neutral Rewriting Benchmark for News Articles · Vector Institute AIXpert
An open benchmark for evaluating fine-tuned LLMs on bias detection and neutral rewriting of news articles. Evaluated on an out-of-distribution dataset of 300 samples, equally distributed between biased and unbiased examples, using an LLM as judge.
UnBias-Plus is an open project by the Vector Institute (AIXpert) for detecting and neutralizing bias in news articles using fine-tuned large language models.
Models return structured JSON with severity, bias_found, biased_segments (each with original, replacement, severity, bias_type, reasoning), and unbiased_text.
For questions or collaboration, email shaina.raza@vectorinstitute.ai.
All models are evaluated on an out-of-distribution dataset of 300 samples, equally distributed between biased and unbiased examples, using an LLM as judge.
Bias reduction % measures how much bias the model removes: (original_bias - rewrite_bias) / original_bias on a 0-5 GPT judge scale.
Recall at words measures segment localization: what percentage of ground-truth biased words appear in at least one model segment (substring match).
Global rewrite quality compares the model rewrite against the human reference rewrite (0-5 LLM judge).
Correct identification scores whether the model correctly labeled and preserved unbiased articles (5.0 = perfect preservation, 2.0 = mislabeled as biased).
If you use UnBias-Plus, please cite the paper:
@article{radwan2026unbias,
title={UnBias-Plus: Detect, Explain, and Rewrite Bias},
author={Radwan, Ahmed Y and ElKady, Ahmed and Chaduvula, Sindhuja and Hafez, Mohamed and Krishnan, Amrit and Raza, Shaina},
journal={arXiv preprint arXiv:2606.23412},
year={2026}
}
Built by the Vector Institute AIXpert team.