菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-25
📄 Abstract - From Bias to Balance: Fairness-Aware Paper Recommendation for Equitable Peer Review

Despite frequent double-blind review, systemic biases related to author demographics still disadvantage underrepresented groups. We start from a simple hypothesis: if a post-review recommender is trained with an explicit fairness regularizer, it should increase inclusion without degrading quality. To test this, we introduce Fair-PaperRec, a Multi-Layer Perceptron (MLP) with a differentiable fairness loss over intersectional attributes (e.g., race, country) that re-ranks papers after double-blind review. We first probe the hypothesis on synthetic datasets spanning high, moderate, and near-fair biases. Across multiple randomized runs, these controlled studies map where increasing the fairness weight strengthens macro/micro diversity while keeping utility approximately stable, demonstrating robustness and adaptability under varying disparity levels. We then carry the hypothesis into the original setting, conference data from ACM Special Interest Group on Computer-Human Interaction (SIGCHI), Designing Interactive Systems (DIS), and Intelligent User Interfaces (IUI). In this real-world scenario, an appropriately tuned configuration of Fair-PaperRec achieves up to a 42.03% increase in underrepresented-group participation with at most a 3.16% change in overall utility relative to the historical selection. Taken together, the synthetic-to-original progression shows that fairness regularization can act as both an equity mechanism and a mild quality regularizer, especially in highly biased regimes. By first analyzing the behavior of the fairness parameters under controlled conditions and then validating them on real submissions, Fair-PaperRec offers a practical, equity-focused framework for post-review paper selection that preserves, and in some settings can even enhance, measured scholarly quality.

顶级标签: natural language processing systems model evaluation
详细标签: fairness recommender systems peer review bias mitigation algorithmic fairness 或 搜索:

从偏见到平衡:面向公平同行评审的公平感知论文推荐 / From Bias to Balance: Fairness-Aware Paper Recommendation for Equitable Peer Review


1️⃣ 一句话总结

这篇论文提出了一种名为Fair-PaperRec的公平感知推荐系统,通过在推荐模型中引入公平性约束,能够在评审后显著增加代表性不足群体的论文入选率,同时基本保持整体推荐质量不变,为解决学术评审中的系统性偏见提供了一个实用框架。

源自 arXiv: 2602.22438