通过可靠性评分提升性别歧视检测的准确率与效率
Reliability-Aware Sexism Detection: Combining DPO with Annotator Agreement and Token-Level Confidence Scoring

- 融合标注者一致性和模型置信度生成可靠性评分,指导训练与推理
- 仅用30%高可靠样本训练,性能媲美全数据,降低训练成本
- 推理时选择性输出,准确率最高达96.2%,适合对可靠性要求高的场景
在线性别歧视检测仍具挑战性。现有系统将多标注者标签简化为单一多数决定,忽略标注一致性与模型不确定性。本文提出RA-DPO(可靠性感知直接偏好优化),整合标注者一致性、模型置信度及词级不确定性信号,构建统一可靠性分数。该分数用于筛选训练中的高价值偏好对,并支持推理阶段的主动拒绝,实现覆盖率与准确率权衡。在EXIST 2023的6,920条多语言帖子上,基于gpt-4o基础模型微调并验证于两个开源3B模型(Llama、Qwen)。结果表明:仅使用前30%最可靠样本训练,性能等同全数据DPO;推理时选择性预测在真实一致性设置下达到96.2%准确率(50%覆盖),部署预测一致性设置下达88.7%准确率,均优于85.3%无一致性基线。说明考虑标注不确定性对高效训练与可靠部署均有益。
原文摘要 · Abstract (English)
The detection of online sexism remains an open problem. Sexism detection is inherently subjective, yet most existing systems reduce multi-annotator labels to a single majority decision and treat all instances uniformly. This ignores two informative signals: annotator agreement and model uncertainty. We propose RA-DPO (Reliability-Aware Direct Preference Optimization), which integrates annotator agreement, model confidence, and a token-level uncertainty signal into a single reliability score. RA-DPO uses this score to select high-value preference pairs during training and to support inference-time abstention, which allows the model to trade coverage for accuracy. We evaluate RA-DPO on 6,920 multilingual posts from EXIST 2023, fine-tune OpenAI gpt-4o base via DPO, and validate on two open-weight 3B models (Llama, Qwen). Results show that training on the top 30% most reliable pairs matches full-data DPO, which indicates that reliability-aware selection can reduce training cost without sacrificing performance. At inference, selective prediction reaches 96.2% accuracy at 50% coverage in the true-agreement setting and 88.7% in the deployable predicted-agreement setting, both exceeding the 85.3% no-agreement baseline. These results suggest that accounting for annotation uncertainty is beneficial for both efficient training and reliable deployment in subjective classification.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。