User:Biasbot AS

Biasbot AS is a bot that assists with enforcement of Wikipedia's neutral point of view policy by classifying stigmatizing language. The bot flags potentially bi

User:Biasbot AS
Biasbot AS
This user is a bot
(talk · contribs)
Biasbot in action, flagging biased wording in Wikipedia articles.
StatusSemi-active
Operatorasoundd
Flagged?No
Task(s)Identifying and suggesting neutral alternatives to stigmatizing language
Automatic or manual?Semi-automatic
Programming languagePython
Exclusion compliant?No

Introduction

Biasbot AS is a bot that assists with enforcement of Wikipedia's neutral point of view policy by classifying stigmatizing language. The bot flags potentially biased sentences, generates neutral alternatives, and presents them to human editors for review.

Detection Algorithm

Model

Biasbot AS is built on BERTBASE fine-tuned for binary classification (stigmatizing vs. neutral). The model uses a single dense layer with dropout (p=0.1) on top of BERT's [CLS] token representation. Training: 8 epochs, AdamW optimizer (lr=2e-5), early stopping on validation loss.

Process

Biasbot AS scans articles periodically. It scores each sentence (0.0-1.0 scale) and flags sentences above 0.65 threshold. If possible, it generates a neutral alternative and presents to editors for review.

Threshold Selection

Threshold Precision Recall FP Rate
0.50 62% 68% ~4.2%
0.65 76% 51% ~1.8%
0.80 85% 32% ~0.6%

Generating Suggestions

Template-based: Common patterns use rule-based substitutions: "suffers from X" → "has X" / "lives with X" "is bipolar" → "has bipolar disorder" "committed suicide" → "died by suicide"
ML-based: Complex cases use fine-tuned T5-small trained on 847 paired examples from Wikipedia edits and mental health style guides.

Performance

At the 0.65 confidence threshold:

  • Precision: 76%
  • Recall: 51%
  • F1 Score: 0.61
  • False positive rate: ~1.8% on validation set

Dataset: 2,847 sentences from 183 articles, annotated with κ = 0.68 inter-annotator agreement. The threshold prioritizes precision to minimize editor workload, similar to ClueBot NG's approach.

False Positives

Approximately 1.8% of neutral sentences are incorrectly flagged. This is not a judgment on your edit; review the suggestion and ignore if inappropriate. To report false positives, navigate to Asoundd's talk page.

Emergency Measure

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.