Paper deep dive
From Bias to Balance: Fairness-Aware Paper Recommendation for Equitable Peer Review
Uttamasha Anjally Oyshi, Susan Gauch
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 91%
Last extracted: 7/20/2026, 10:47:38 AM
Summary
The paper introduces Fair-PaperRec, a fairness-aware paper recommendation framework using a Multi-Layer Perceptron (MLP) with a differentiable fairness loss to mitigate demographic biases in academic peer review. By integrating fairness regularization (lambda) with prediction accuracy, the model re-ranks papers post-review to increase inclusion of underrepresented groups (based on race and country) without significantly degrading scholarly quality. Validated on synthetic datasets and real conference data (SIGCHI, DIS, IUI), the approach demonstrates that appropriate tuning of fairness weights can significantly improve demographic parity while maintaining or enhancing overall utility.
Entities (9)
Relation Signals (9)
Fair-PaperRec â evaluatedon â SIGCHI
confidence 95% · conference data from ACM Special Interest Group on Computer-Human Interaction (SIGCHI)
Fair-PaperRec â evaluatedon â IUI
confidence 95% · Intelligent User Interfaces (IUI)
Fair-PaperRec â evaluatedon â DIS
confidence 95% · Designing Interactive Systems (DIS)
Fair-PaperRec â uses â MLP
confidence 95% · Fair-PaperRec, a Multi-Layer Perceptron (MLP) with a differentiable fairness loss
Fair-PaperRec â considers â race
confidence 92% · intersectional attributes (e.g., race, country)
Fair-PaperRec â considers â country
confidence 92% · intersectional attributes (e.g., race, country)
Fair-PaperRec â mitigates â Demographic Bias
confidence 92% · Fair-PaperRec offers a practical, equity-focused framework for post-review paper selection that preserves... measured scholarly quality
Fair-PaperRec â optimizes â Demographic Parity
confidence 90% · The method explicitly targets demographic parity while monitoring utility
Fair-PaperRec â â
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract: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.
Tags
Links
- Source: https://arxiv.org/abs/2602.22438v1
- Canonical: https://arxiv.org/abs/2602.22438v1
Trouble viewing inline? Open PDF directly â
Full Text
51,746 characters extracted from source content.
Expand or collapse full text
From Bias to Balance: Fairness-Aware Paper Recommendation for Equitable Peer Review Uttamasha Anjally Oyshi, Susan Gauch Department of Electrical Engineering & Computer Science University of Arkansas Fayetteville, USA e-mails: uoyshi, sgauch@uark.edu AbstractâDespite frequent double-blind review, systemic biases related to author demographics still disadvantage underrepresented groups. We start from a simple hy- pothesis: if a post-review recommender is trained with an explicit fairness regularizer, it should increase inclu- sion 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 In- terest Group on Computer-Human Interaction (SIGCHI), Designing Interactive Systems (DIS), and Intelligent User Interfaces (IUI). In this real-world scenario, an appropri- ately 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. Keywords-Fairness-aware recommendation; Paper selec- tion; Demographic bias mitigation I. INTRODUCTION This journal version extends our earlier conference paper [1], offering a deeper and more comprehensive analysis of fairness-aware learning for mitigating post- review bias in academic peer review. Double-blind re- view often does not eradicate systemic biases linked to authorsâ demographics, reputations, or institutional This is an extended version of: U. A. Oyshi and S. Gauch, âFair Learning for Bias Mitigation and Quality Optimization in Paper Recommendation,â 17th Annual Conference on Information, Process, and Knowledge Management (eKNOW 2025), Nice, France, May 18â 22, 2025. affiliations, despite attempts to ensure impartiality [2], [3], [4], [5]. Recent data indicate that even the most stringent anonymization techniques can be undermined by analyzing writing style or cross-referencing previous articles [6], [7]. This tendency can sustain biases against particular groups, including women, racial minorities, and researchers from underrepresented areas [4], [8], [9], [10]. Simultaneously, there is a growing dependence on recommendation algorithms to optimize processes such as paper selection, grant distribution, and significant publication identification [11], [12], [13]. While these systems can accelerate decision-making, they also pose a danger of perpetuating biases present in the training data, particularly if they focus only on predictive accuracy [14], [15], [16]. Therefore, it is imperative to devise novel methodologies that explicitly include demographic justice, preventing the perpetuation of historical inequal- ities. We start from a simple, testable hypothesis on syn- thetic data: increasing the strength of fairness regular- ization (λ) should improve inclusion with limited impact on utility, and there should exist a sweet-spot range that depends on the underlying bias level. We map this hy- pothesis across controlled regimes (fair, moderate, high bias) for multiple protected attributes (race, country), then carry the learned settings into original conference data (ACM SIGCHI, DIS, IUI) to validate external relevance. This two-stage progression, from controlled what-if to real-world does-it-hold, reveals when fairness regularization uncovers under-selected high-quality work and when larger λ values begin to over-correct a system that is already close to balanced. In this paper, we introduce Fair-PaperRec, a fairness- aware recommendation framework specifically designed to mitigate post-review bias through a differentiable fair- ness loss integrated with a prediction objective. Unlike heuristic approaches that often handle single-attribute constraints or overlook intersectionality, our approach: âą Surpasses single-attribute approaches by incorpo- rating multiple demographic attributes (e.g., race, country) and constructing profiles that capture un- derlying biases. arXiv:2602.22438v1 [cs.LG] 25 Feb 2026 Figure 1. Overview of the Fair-PaperRec Architecture. âą After double-blind review, a specialized fairness penalty is implemented to address demographic dis- parities, correcting latent biases without replacing existing processes. âą The method explicitly targets demographic parity while monitoring utility, achieving equitable repre- sentation without compromising academic rigor. Our results demonstrate improved representation in the participation of underrepresented groups, as well as an enhancement in overall paper quality. Notably, these findings reveal that enhanced inclusivity need not diminish academic rigor; a fairness-driven approach can yield greater demographic parity while simultaneously preserving, and at times even enhancing, the quality of accepted papers. Contributions: This paper makes three contribu- tions: 1) A post-review, multi-attribute fairness framework that integrates a differentiable fairness loss with prediction to address intersectional disparities while preserving quality. 2) A two-stage evaluation methodology that (i) charts fairness-utility trade-offs on synthetic bias regimes to identify λ sweet spots, then (i) validates transfer to original conference data (SIGCHI, DIS, IUI). 3) Actionable guidance for choosing λ and attributing weights based on disparity levels, showing when fairness delivers win-win improvements and when smaller regularization suffices. By mitigating biases in paper selection, our strategy promotes a richer academic discourse and amplifies the representation of marginalized communities, thereby paving the way toward more equitable, high-quality conferences. The paper is organized as follows: Sec- tion I reviews related work; Section I presents the methodology; Section IV details the experimental setup and metrics; Section V reports synthetic and original results with analysis; and Section VI concludes. I. RELATED WORK We review three strands of literature to motivate our two-stage story, starting from a simple hypothesis on synthetic data and ending in a real-world conclusion on original conference data. First, we examine where and why double-blind review can fail, emphasizing structural incentives beyond anonymity. Second, we connect these pressures to fairness in recommendation and ranking. Third, we cover post-review mitigation and neural ap- proaches most relevant to our setting. A. Double-Blind Review, Structural Incentives, and Bias in Academic Selection Although double-blind review conceals identities [2], [3], [4], it often fails to eliminate disparities by gen- der, race, or geography [10], [17]. Re-identification via stylometry or linkage to prior work can undermine anonymity [6], while prestige effects still favor well- known institutions [10]. Consequently, underrepresented groups remain disadvantaged [18], and acceptance gaps persist [8], [9]. Beyond anonymity, structural incentives can shape outcomes. Conflicts of interest (COIs) and funding ties have become more visible as industry participation in ML/NLP expands. Recent large-scale audits report the prevalence and statistical correlates of industry in- volvement across venues and years [19], [20], with complementary bibliometric evidence that industry and academia contribute differently across problem types, data assets, and deployment pathways [21], [22], [23]. Co-authorship and collaboration networks also influence visibility and impact [24], which can indirectly translate into acceptance advantages. Field norms further matter: in computing, the centrality of conferences (deadlines, rapid iteration) versus journals can shape incentives and review practices [25], [26]. Together, these factors mo- tivate post-review fairness controls that are sensitive to venue norms and network effects, not just anonymization fidelity. Because peer selection often conflates contribution and credit, authorship order practices vary across sub- fields and team sizes [27], [28]. Likewise, h-index is field- and seniority-dependent, with wide normative ranges and known limitations as a sole quality proxy [29], [30]. These observations motivate our decision to (i) treat author-level âutilityâ as a weighted h-index by career stage and (i) evaluate fairness at paper and author levels (macro/micro). B. Fairness in Recommendation and Ranking When optimizing solely for accuracy, recommenders can amplify historical bias [12], [31]. Multi-objective [14], adversarial [15], and re-ranking approaches [16] offer alternatives but frequently target a single protected attribute or generic userâitem contexts, leaving inter- sectional and post-review constraints underexplored. In scholarly selection, provider fairness aligns with author fairness; the focus is on equitable exposure and ac- ceptance for authors, not only on predictive accuracy [32]. Contemporary venue trends (e.g., topic shifts and data/benchmark access highlighted at CVPR 2024) un- derscore how exposure and resources interact with se- lection signals [33], reinforcing the need to treat fairness and quality jointly. In recommender-systems literature, provider fairness refers to ensuring equitable exposure or selection oppor- tunities for content creators. In the academic peer-review context, the âprovidersâ are the authors themselves; thus, provider fairness corresponds directly to author fairness, aiming to equalize acceptance probabilities across demo- graphic groups. This distinction clarifies that our work focuses on fairness for authors (providers), rather than fairness for users of the recommendation system. Our synthetic-to-original narrative builds on this lit- erature by (i) explicitly modeling multiple protected attributes (race, country), (i) mapping fairness-utility trade-offs across tunable bias regimes to locate λ âsweet spots,â and (i) transferring those settings to real con- ference data where industry/academia dynamics, network effects, and venue norms co-exist [21], [22], [23], [25], [26]. C. Post-Review Bias Mitigation and Neural Approaches Heuristic post-review balancing can improve represen- tation [32] but risks local optima and often omits multi- attribute fairness. Neural approaches such as DeepFair [12] and Neural Fair Collaborative Filtering [34] show that fairness and accuracy can align in commercial do- mains, yet peer review imposes hard quotas, reputational stakes, and limited items. Multi-stakeholder optimization [35], [36] argues for context-aware definitions (e.g., exposure vs. acceptance parity), while text-based rele- vance features (e.g., TFâIDF) can help ranking [37] but do not, on their own, guarantee equity for historically marginalized authors. We focus on a post-review neural re-ranking stage with a differentiable fairness loss that handles intersectional attributes. The synthetic analysis provides a controlled test of the hypothesis that increasing fairness regular- ization improves inclusion with limited utility costâand reveals regime-dependent sweet spots. The original-data validation then asks whether these settings hold under real constraints shaped by industryâacademia participa- tion, collaboration networks, and conference practices [19], [20], [22], [24], [25]. This two-stage path converts a simple, testable idea into a practical recipe for equity- preserving paper selection. I. METHODOLOGY Our approach tackles demographic biases in confer- ence data to enforce fairness post-review: we begin with a simple, controlled hypothesis tested on synthetic datasets, then validate its robustness on original con- ference data. The design therefore emphasizes both (i) tractability in controlled regimes and (i) fidelity to the complex realities of peer review. The backbone of our approach is a lightweight Multilayer Perceptron (MLP) trained with an integrated fairness loss, as illustrated in Fig. 1. This choice reflects two guiding principles: (1) expose and alleviate demographic disparities instead of concealing them, and (2) use a simple, transparent neural architecture that harmonizes fairness and utility while remaining interpretable enough to trace effects across bias regimes. A. Data Collection and Pre-processing a) Synthetic stage (hypothesis testing): Synthetic datasets are constructed with tunable demographic dis- tributions (fair, moderate, high bias). These provide a sandbox where the effect of fairness regularization λ can be precisely measured. By varying the demographic skew, we can test the hypothesis that fairness constraints are most effective when initial bias is high, and that âsweet spotâ λ values differ by attribute. Table I sum- marizes the demographic distributions for each protected group across the fair, moderate, and high synthetic bias scenarios. b) Original stage (validation): To evaluate trans- fer to real contexts, we utilize datasets from SIGCHI 2017, DIS 2017, and IUI 2017 [32]. These venues naturally exhibit systemic imbalances in demographics and prestige, reflecting the challenges of real peer review. Rather than discarding these biases, we preserve them to observe how fairness regularization reshapes outcomes in situ. Table I reports the participation rates of protected groups (gender, race, country) in the three conferences (SIGCHI, DIS, IUI). c) Processing pipeline: At both stages, the dataset is curated at paper and author levels. Every paper record includes a title, author list, and conference label (1 = IUI, 2 = DIS, 3 = SIGCHI). Author records capture demographic variables (gender, race, nationality, career stage). Real-world datasetsâparticularly those drawn from academic conference submissionsâoften contain TABLE I. Demographic Distribution in Synthetic Datasets Across Bias Scenarios For Protected Groups ScenarioGender (%)Race (%)Country (%) Fair48.8051.5052.30 Moderate28.1028.9031.50 High8.509.7010.00 Average28.4730.0331.27 latent biases that mirror systemic imbalances in the scholarly community (e.g., underrepresentation of cer- tain demographics). We utilize datasets from conferences that naturally reflect systemic disparities (e.g., skewed demographics). Instead of eliminating such biases, our objective is to recognize and rectify them. TABLE I. DEMOGRAPHIC PARTICIPATION FROM PROTECTED GROUPS IN THREE CONFERENCES. ConferenceGender (%)Race (%)Country (%) SIGCHI41.886.8421.94 DIS65.7935.0924.56 IUI43.7551.5639.06 Average50.4731.1628.52 1) Data Description: The resulting dataset combines both paper-level and author-level perspectives. Overall refers to all submissions, while Selected refers to those recommended by Fair-PaperRec. SIGCHI 2017 papers act as a benchmark for high-impact work, offering a ground truth for quality. Author records include career stages (student, postdoc, faculty, industry), enabling h- index weighting that reflects differences in scholarly maturity. 2) Data Pre-processing: Several preprocessing steps were undertaken to prepare the dataset for training: Categorical Encoding: Gender, Country, and Race are subjected to one-hot encoding. Gender is binary (0 = male, 1 = female), Country is categorized as developed or underdeveloped, and Race comprises White, Asian, Hispanic, Black, with Hispanic and Black designated as protected groups (Table I). Normalization: Numerical attributes (e.g., h-index) employ min-max scaling for consistent magnitude. Training and Validation Division: An 80%/20% stratified division guarantees equitable distribution of labels and protected attributes in both subsets. B. Problem Definition This study develops a fairness-aware paper recom- mendation system that ensures demographic parity with respect to authorsâ race and country while preserving high academic standards. We frame acceptance decisions as a recommendation task, where conference organizers (users) seek to select from 530 papers (items) spanning SIGCHI, DIS, and IUI. Each paper (item) includes an h- index for quality, demographic data (race, country), and a conference rating. Our approach enforces fairness constraints on race and country independently, excluding gender due to its relatively balanced distribution in the dataset (Table I). Preliminary analysis further showed minimal dispar- ity between accepted and rejected papers with respect to gender; because our fairness framework penalizes deviations from the observed baseline, incorporating gender would have produced negligible changes in the fairnessâutility trade-offs examined here. To maintain clarity of exposition and focus on attributes with sub- stantially higher disparity, we therefore restricted fairness constraints to race and country. Nevertheless, gender remains an important dimension of equity, and future work will extend Fair-PaperRec to gender-aware and multi-attribute fairness in larger or more imbalanced datasets. Let D represent the dataset of submitted papers, where each paper p â D is associated with a set of features X p (e.g., race, country, h-index) and a target variable y p indicating acceptance (1) or rejection (0). The race attribute R p and country attribute C p are the protected attributes. We aim to optimize a predictive model f : X p â Ëy p that minimizes the following objective function: min f (L(f(X p ),y p ) + λ·L fairness (f,D))(1) Here,L(f(X p ),y p ) is the prediction loss (e.g., Binary Cross-Entropy Loss), L fairness (f,D) is the fairness loss, penalizing deviations from demographic parity across race and country, and λ is a hyperparameter that balances the trade-off between prediction accuracy and fairness. Algorithm 1. FAIR-PAPERREC LOSS FUNCTION. 1: Input: Model M , Epochs E, Batch size B, Data D, Protected attributes A, Hyperparameter λ 2: Output: Trained Model M 3: Initialize Model M 4: for each eâ E do 5:Shuffle Data D 6:for each batch (X,Y )â D with size B do 7:Predict Ë Y â M(X) 8:Calculate Loss: 9:L prediction â PredictionLoss(Y, Ë Y ) 10:L fairness â FairnessLoss(A, Ë Y ) 11:Calculate Total Loss: 12:L total â λ· L fairness + L prediction 13:Compute gradients âL total â âL total âM 14:Update Model parameters: M â M â αâL total 15:end for 16: end for C. Demographic Parity We aim to ensure that the probability of a paper being accepted is independent of the protected attributes: P(Ëy p = 1| R p = r) = P(Ëy p = 1), âr â Race P(Ëy p = 1| C p = c) = P(Ëy p = 1), âcâ Country Utilizing these equations ensures that the papers au- thored by individuals from different races and countries have an equal probability of acceptance. D. Fairness Loss The fairness loss from the objective function in Equa- tion(1) is constructed to minimize statistical parity differences between the protected and non-protected groups: L fairness = (P(Ëy p = 1| G p )â P(Ëy p = 1| G np )) 2 (2) Here, P(Ëy p = 1 | G p ) denotes the acceptance probability for the protected group and P(Ëy p = 1| G np ) is the acceptance probability for the non-protected group. E. Combined Fairness Loss Furthermore, we define a combined fairness loss to minimize statistical parity differences across race and country attributes between the protected and unprotected groups, as shown in Equation (3). L fairness = W r ïŁ« ïŁ 1 N r X pâG r Ëy p â 1 N N X p=1 Ëy p ïŁ¶ ïŁž 2 +W c ïŁ« ïŁ 1 N c X pâG c Ëy p â 1 N N X p=1 Ëy p ïŁ¶ ïŁž 2 (3) G r and G c denote the race and country groups, respec- tively. N r and N c are the number of papers in each group and weights W r and W c reflect group distributions. F. Total Loss The total loss is the combination of prediction and fairness losses: L total =L prediction + λ·L fairness G. Constraints and Considerations We assess fairness by training our model separately on race and country, as well as jointly on both attributes to evaluate selection fairness across multiple dimensions. a) Exclusion of Protected Attributes: Race R p and country C p are excluded from the input feature set X p to mitigate direct bias amplification. To achieve joint fairness, both attributes are omitted during training, preventing the model from learning acceptance outcomes influenced by race or country. b) Indirect Bias Mitigation: A fairness loss pro- motes demographic parity, addressing indirect biases associated with features related to race or country. The model maintains neutrality by penalizing selection dis- parities, even in the absence of protected attributes. c) Scalability: The MLP architecture is deliber- ately simple, enabling reproducibility across venues and bias levels. Synthetic results provide controlled insight into when fairness is most beneficial; original results demonstrate external validity. Together, they build a methodological bridge from a simple hypothesis (âfair- ness regularization should help most under biasâ) to a powerful conclusion (âin real conferences, tuning λ uncovers under-selected, high-quality work without com- promising rigorâ). IV. MODEL OVERVIEW To achieve demographic parity while preserving qual- ity in paper selection, we present a MLP-based neural network (see Fig. 1), explicitly engineered to balance the trade-off between fairness and accuracy. It illustrates the correlations between input features, like author de- mographic attributes and paper quality, while alleviating biases during selection. A unique fairness loss function was employed to en- sure equity, imposing penalties on the model for substan- tial differences in selection rates between protected and non-protected groups. This loss function is integrated with the conventional prediction loss to attain a balance between diversity and accuracy; the algorithm is shown in Algorithm 1. The acceptance probabilities for submitted papers are generated by the MLP, which are subsequently ranked to guarantee that the final selection meets both quality and fairness objectives. By selecting top papers according to these probabilities, we ensure equal representation of authors from both protected and non-protected groups while upholding the requisite standard of academic ex- cellence. Algorithm 2. FAIRNESS-AWARE PAPER SELECTION MECHANISM. 1: Input: Dataset D, Model M , Number of Accepted Papers N a , Total Papers N t 2: Output: Selected Papers P selected 3: Initialize: P selected ââ 4: Step 1: Apply trained model M to the entire dataset D 5: for each paper pâ D do 6:Compute acceptance probability: Ëy p â M(p) 7: end for 8: Step 2: Rank all papers p by acceptance probability Ëy p 9: Sort D in descending order of Ëy p 10: Step 3: Select top N a papers: 11: P selected âp| Ëy p â„ Ëy (N a ) 12: Step 4: Ensure Fairness Constraints 13: Return P selected TABLE I. RELATIVE GAIN (%) FOR MACRO, MICRO, AND UTILITY METRICS ACROSS λâ [1, 10] FOR COUNTRY AND RACE FEATURES UNDER DIFFERENT BIAS LEVELS. Country FeatureRace Feature Bias Levelλ Macro Gain (%) Micro Gain (%) Utility Gain (%) Macro Gain (%) Micro Gain (%) Utility Gain (%) High 1-18.03-4.17-2.9815.0320.188.51 2.5-3.93-1.65-1.2812.4418.462.55 3-1.183.225.9612.1121.1015.32 5-0.30-2.618.0910.1216.8414.47 104.989.2210.215.0614.205.53 Moderate 12.9010.4415.323.0010.6211.06 2.5-1.11-2.834.681.824.668.09 35.043.977.233.969.5413.62 5-3.15-6.150.434.3910.5511.06 102.290.49-0.850.833.057.66 Fair 15.357.2620.43-6.510.79-4.26 2.50.510.028.94-0.28-0.3011.06 33.812.01-0.85-8.96-12.788.09 52.311.433.83-2.12-4.7612.77 103.932.1210.641.37-1.784.68 A. Selection Mechanism The model calculates acceptance probabilities for all submitted papers after training. After calculating accep- tance odds, the algorithm ranks candidate papers. This rating phase ensures that underrepresented groups are represented in the final admission decisions. Represent- ing this as a suggestion list preserves the peer-review process and corrects residual biases. Algorithm 2 selects the best papers based on probability, ensuring fairness and preserving the desired number of accepted papers. âą Prediction Aggregation: The trained MLP model is applied to the entire dataset to obtain predicted acceptance probabilities Ëy p for each paper. âą Ranking: Papers are ranked in descending order based on their predicted probabilities. âą Selection: The papers with the highest predicted probabilities are selected for acceptance, ensuring that the total number of selected papers matches the required acceptance quota. Mathematically, the selection process is represented as: Selected Papers = pâ D | Ëy p â„ Ëy (N a ) Here, Ëy (N a ) is the N a -th highest predicted probability in the set Ëy p | pâ D while N a is the total number of accepted papers and N t is the total number of submitted papers, where N a †N t . This approach ensures that the selection process is both informed by the modelâs predictions and con- strained to uphold demographic parity, fostering an eq- uitable and meritocratic paper selection environment. V. EVALUATION AND EXPERIMENTS This section presents the experimental evaluation of our proposed Fair-PaperRec model on the chosen datasets. First, we test our hypothesis in controlled synthetic settings, then we validate it with original conference data. This design allows us to ask not only whether fairness interventions work, but also when and why they are most effective. To guide this exploration, we pose three research questions: âą RQ1: How do fairness constraints affect the overall quality (utility) of recommended papers, as measured by author h-index? âą RQ2: Does handling race and country as separate protected attributes differ from treating them jointly in terms of fairness outcomes and selection decisions? âą RQ3: How do varying weight assignments to multiple protected attributes (race and country) influence the trade-off between fairness and utility? These questions move us along the synthetic-to- original trajectory, from controlled hypothesis testing to real-world validation. RQ1 begins in the synthetic environment, where we test the basic hypothesis that fairness regularization (λ) improves inclusion with lim- ited cost to utility. RQ2 and RQ3 extend to the real- world stage, asking whether the same patterns hold under authentic demographic distributions and multi-attribute interactions. A. Experimental Setting We evaluate Fair-PaperRec across both synthetic datasets (fair, moderate, and high-bias regimes) and orig- inal conference datasets. This dual evaluation ensures that our findings generalize from controlled testbeds to complex real-world settings where structural factors (prestige, career stage, institutional affiliation) interact with demographics. Each experiment is conducted five times with indepen- dent random seeds. We report mean values with standard deviations to highlight stability across runs, ensuring (a) Race â Fair bias(b) Race â Moderate bias(c) Race â High bias (d) Country â Fair bias(e) Country â Moderate bias(f) Country â High bias Figure 2. Relative gains (%) for Macro, Micro, and Utility across fairness regularization strengths (λâ [1, 10]). Top row: Race; bottom row: Country. that observed peaks or trade-offs are not artifacts of stochastic training. 1) Implementation Details: All experiments are im- plemented in PyTorch and executed on a high- performance server equipped with two NVIDIA Quadro RTX 4000 GPUs. The Fair-PaperRec model is a two- hidden-layer MLP using Rectified Linear Unit (ReLU) activations and Batch Normalization, culminating in a sigmoid output layer that produces acceptance probabil- ities. TABLE IV. DISTRIBUTION OF RECOMMENDED PAPERS FROM EACH TIER FOR SYNTHETIC DATASET. LabelCountryRaceMulti-Fair Top-tier87.12%89.30%91.41% Mid-tier6.45%6.87%5.64% Low-tier6.43%3.83%2.95% # Papers280280280 We train for 50 epochs using the Adam optimizer (learning rate = 0.001). Early stopping is applied if validation performance does not improve over 10 con- secutive epochs. The fairness regularization parameter λ is swept across a range of values (1â10) to trace fairnessâutility trade-offs. Datasets are split 80/20 (train- ing/validation) using stratified sampling, preserving both label and demographic distributions. This setup allows us to simulate the âsynthetic hypothesis-testing stageâ (controlled bias ratios) and then apply the same procedure in the âoriginal validation stageâ (real demographic skew). TABLE V. DISTRIBUTION OF RECOMMENDED PAPERS FROM EACH CONFERENCE. LabelCountryRaceMulti-Fair SIGCHI92.02%92.00%92.02% DIS4.84%7.69%7.40% IUI3.14%0.31%0.56% # Papers351351351 Figure 3. Comparison of Macro and Micro Gains for Country Across Different Fairness Configurations. 2) Baseline: We compare our model against a base- line demographic-blind model, which is a conventional (MLP) model that prioritizes quality and ignores fairness constraints. This model selects the original list of papers chosen by the SIGCHI 2017 program committee. By contrasting it with Fair-PaperRec, we identify λ values where fairness gains are achieved without utility loss (addressing RQ1). In original settings, the baseline rep- Figure 4. Comparison of Macro and Micro Gains for Race Across Different Fairness Configurations. resents the actual peer-review outcomes; improvements over it demonstrate the practical value of fairness inter- ventions in real conferences (addressing RQ2 and RQ3). 3) Parameters: A hyperparameter λ is used to control the trade-off between prediction accuracy and fairness. Higher values emphasize fairness more strongly. The weights W c and W r , respectively, denote the weighting factors assigned to the country and race attributes in the fairness loss function, as shown in Equation (3). B. Evaluation Metrics Diversity is assessed at both the paper level and the author level. In particular: âą Macro Gain represents the percentage increase in the diversity of each feature within the selected papers compared with the baseline, assessing the overall representation of protected groups. âą Micro Gain is the percentage increase in the diver- sity of each feature among authors of the selected papers, providing a more detailed perspective on inclusivity. âą A Diversity Gain [32] further normalizes these macro-level changes in Equation (4), capping each feature at 100 to avoid any single attribute skewing the total. âą The F - measure [32] Equation (5) then combines this diversity improvement with the resulting utility, offering a harmonic balance between fairness gains and paper quality. Table VII summarizes the fairness, diversity, and util- ity metrics used in our evaluation, including Macro Gain, Micro Gain, Diversity Gain, and the F-measure. To ensure that diversity enhancements do not com- promise scholarly quality, we assess Utility Gain (UG i ) using a weighted h-index that reflects an authorâs career stage (professor, associate professor, lecturer, postdoc- toral researcher, or graduate student). While the h-index offers a convenient proxy for scholarly influence, it also encodes seniority and field-specific publication practices that may introduce their own biases. For this reason, we interpret utility gain cautiously, not as an absolute measure of âquality,â but as a stability indicator demon- strating whether fairness interventions disproportionately select low impact papers. By comparing the result- ing utility values against the baseline distribution, we evaluate whether fairness-aware re-ranking maintains, improves, or undermines the overall quality profile of accepted papers. D G = P n i=1 min(100, Macro Gain G i ) n (4) F = 2Ă D G Ă (100â UG i ) D G + (100â UG i ) (5) C. Interpretation of the Results We evaluate the fairness regularization parameter (λ) across values 1â10 to examine its impact on fairness (macro and micro gains) and quality (Utility Gain, UGi). The results span both synthetic datasets and original conference datasets. This two-stage design allows us to first test the hypothesis under controlled conditions and then validate it using real-world peer review data. a) RQ1: Effect of fairness on utility: Fig. 2 (syn- thetic) and Figs. 4â3 (original) show that increasing λ generally improves macro and micro diversity, while the trajectory of utility differs across settings. Detailed gain calculations are reported in Table I. âą In synthetic high-bias settings, we observe a âsweet spotâ (λ â 3) where both fairness and utility peak together. This supports our hypothesis that correcting bias can uncover under-selected, high- quality work. âą In synthetic moderate/fair settings, small λ values act as a useful regularizer, but large values λ over- correct, harming utility. âą In original data, utility is more stable for race (flat or mildly positive trend) but fluctuates for coun- try, with error bars indicating greater uncertainty at higher λ. This confirms the trade-off: fairness gains are achievable, but utility must be monitored carefully. TABLE VI. GAIN CALCULATIONS FOR COUNTRY AND RACE FEATURES WITH UTILITY GAIN (UG i ). Country FeatureRace Feature λ Macro Gain (%) Micro Gain (%) UG i (%) Macro Gain (%) Micro Gain (%) UG i (%) 17.718.673.1624.8131.110.35 210.7713.231.0533.5446.301.75 2.512.6722.961.7539.2554.811.40 313.6016.960.3542.0356.483.16 514.8019.97-0.3543.0456.11-0.70 1013.8618.732.4652.9164.81-0.70 (a) Utility Gain.(b) Macro/Micro for Race.(c) Macro/Micro for Country. Figure 5. Comparison of gains across different fairness configurations. b) RQ2: Attribute-specific effects (race vs. coun- try): The optimal λ differs between attributes. Race requires larger λ values (around 3) to balance fairness and utility, reflecting the higher initial disparity ratios of racial minorities. Country achieves balance at lower λ values (around 2.5). Synthetic experiments revealed the same pattern: the more skewed the initial distribution, the stronger the regularization required. This validates our hypothesis that fairness policies must be tailored to group-specific disparities. A summary of these trade-offs for different λ values and weight assignments is provided in Table VII. c) RQ3: Multi-attribute and weighting trade-offs: Experiments that combine race and country with varying weights show that emphasizing one attribute can reduce gains for the other. On synthetic data, joint optimization occasionally diluted improvements compared to single- attribute runs. On original data, this was visible in Micro diversity for country, which exhibited more volatility than race under joint fairness. As summarized in Fig. 5, these configurations reveal how different fairness weight- ings reshape the balance between utility and diversity, making the trade-offs between race-focused, country- focused, and multi-attribute fairness more explicit. d) Macro vs. Micro Dynamics: Across both syn- thetic and original settings, macro diversity measures were consistently more responsive to fairness regular- ization than micro measures. Macro gains rose steadily with λ, especially for race, whereas micro gains were more variable (particularly for country). This suggests that fairness interventions are more effective at improv- ing overall group-level representation than at equalizing outcomes for individual authors. e) Conference-level distribution: The detailed gain calculations for each λ are shown in Table VI, which reports the breakdown of accepted papers across SIGCHI, DIS, and IUI under different fairness con- straints. SIGCHI dominates acceptance at approximately 92% regardless of λ, reflecting its strong baseline pres- tige. However, fairness constraints modestly increase the share of DIS and IUI papers, broadening representation without destabilizing the overall distribution. This in- dicates that fairness-aware re-ranking can diversify the conference portfolio while preserving dominant trends. For context, the original conference-level distribution of accepted papers is summarized in Table V. In the synthetic stage, the baseline distribution is configured to mimic this original selection profile under controlled bias levels; the corresponding breakdown is reported in Table IV. D. Robustness & Sensitivity Forcompleteness,wereportseedvariability (mean±std over multiple random seeds) and, when space allows, confidence intervals around the λsweeps to demonstrate that peaks (e.g., RaceâHigh at λâ3) are stable rather than artifacts of stochasticity. E. Ablation Study: Multi-Demographic Fairness The objective of our ablation study was to evalu- ate the modelâs performance when optimizing fairness across multiple demographic attributes simultaneously, specifically with respect to both country and race. This ablation was conducted to address RQ3, which explores the impact of varying fairness weights for each attribute when multiple fairness attributes are considered together. To ensure fairness, we removed these attributes from the input space, preventing the model from learning direct associations between them and the paper accep- tance decisions. Instead, demographic parity loss was computed for each attribute during training, capturing deviations from fairness. The parity losses for both country and race were combined by assigning weights: W c for country and W r for race, with the initial weights set to W c = 0.68 and W r = 0.32, reflecting the distribution of protected groups. To further explore the modelâs behavior and answer RQ3, we varied these weights, first increasing W c while keeping W r constant and then increasing W r while keeping W c fixed. Additionally, we experimented with different values of the fairness regularization parameter λ, which controls the trade-off between fairness and utility. These experiments allowed us to observe how different weight configurations and fairness constraints TABLE VII. GAIN CALCULATIONS FOR COUNTRY AND RACE FEATURES WITH UTILITY GAIN. λWeights Country FeatureRace Feature UG i (%)Avg. D G (%)Avg. F (%) Macro Gain (%)Micro Gain (%)Macro Gain (%)Micro Gain (%) (W r = 0.32, W c = 0.68)6.176.3430.5146.303.1644.6653.71 1(W r = 1, W c = 2)6.739.15-0.250.372.816.4813.77 (W r = 2, W c = 1)7.4311.4312.9116.113.1625.6340.36 (W r = 0.32, W c = 0.68)13.6024.4330.5142.224.2155.3868.47 2(W r = 1, W c = 2)5.246.8815.4517.960.7020.6921.58 (W r = 2, W c = 1)8.3612.8639.4954.261.7526.3121.58 (W r = 0.32, W c = 0.68)8.6317.3336.5850.372.4656.4666.31 2.5(W r = 1, W c = 2)9.8914.0030.6346.302.8140.5262.09 (W r = 2, W c = 1)9.6017.1142.5356.481.4059.2569.98 (W r = 0.32, W c = 0.68)7.1511.4239.4953.891.4055.9863.45 3(W r = 1, W c = 2)10.1621.1733.2943.890.7043.4547.63 (W r = 2, W c = 1)9.6018.3542.5355.372.8161.9047.63 (W r = 0.32, W c = 0.68)10.8019.3845.8258.520.7065.0972.92 5(W r = 1, W c = 2)4.693.8833.9240.190.3538.6115.73 (W r = 2, W c = 1)7.4311.9039.4952.965.2652.2615.73 (W r = 0.32, W c = 0.68)9.6018.3442.5355.371.4062.9270.89 10(W r = 1, W c = 2)7.4313.9124.9425.194.9132.3734.88 (W r = 2, W c = 1)7.4311.7235.4447.41-4.2140.5334.88 influenced the modelâs ability to achieve demographic fairness while maintaining utility and the quality of selected papers. The results of the ablation study, shown in Table VII, reveal that at λ = 1, assigning equal weights to both race and country (W r = 0.32,W c = 0.68) produced signifi- cant gains for race, with a Macro Gain of 30.51% and a Micro Gain of 46.3%, while country showed relatively smaller improvements (6.17% and 6.34%, respectively). However, when the weight for country was increased (W c = 2 Ă 0.68), diversity gains for race dropped sharply, with a negative macro gain (-0.25%), while country experienced slight improvements. Conversely, increasing the weight for race (W r = 2Ă0.32) resulted in improved diversity for both race and country, indicating that assigning more weight to race enhances diversity for both attributes to some degree. At λ = 2.5, the model achieved the best balance between diversity and utility. Equal weights for race and country yielded macro and micro gains of 36.58% and 50.37% for race, and 8.63% and 17.33% for country, with a low utility loss of 2.46%. This suggests that λ = 2.5 is optimal for balancing fairness and utility. As λ increases further, race diversity continues to improve (reaching 45.82% Macro Gain at λ = 5), but at the cost of decreasing utility. The different optimal λ values for race and country suggest that disparity ratios impact how fairness constraints should be weighted, with race requiring a higher λ due to its higher disparity ratio. This leads to greater race diversity gains at higher λ values, whereas country achieves optimal results at moderate λ values, such as 2.5. These findings directly address RQ3, demonstrating that fairness weights must be carefully calibrated for each protected attribute. Assigning greater weight to race tends to improve diversity for both race and country, whereas increasing the weight for country may result in reduced fairness for race. The optimal balance between fairness and utility is achieved when fairness weights and λ values are adjusted based on the unique disparity ratios of each attribute. VI. CONCLUSION AND FUTURE WORK We began our experiment with a hypothesis tested on synthetic data: a lightweight fairness regularizer, controlled by λ, could improve demographic inclusion without compromising quality. Applying the same reg- ularization to the original conference data confirmed and strengthened this insight: fairness regularization con- sistently improved representation, particularly for race, while leaving utility largely stable or mildly positive. These results highlight three key lessons. First, fair- ness effects depend on the degree of underlying dis- parity: high-bias settings benefit from stronger regular- ization, while near-fair regimes require small adjust- ments to avoid over-correction. Second, attributes vary in sensitivity: race often demands more intervention than country, and multi-attribute optimization requires careful balancing. Third, in strongly biased systems, fairness and quality are not in conflict; debiasing uncovers under- selected, high-quality work. At the same time, our approach has limits. We rely on a simple MLP with post-hoc fairness loss, excluding pro- tected attributes from the input but not explicitly mod- eling causal pathways or reviewer dynamics. Extending this framework with causal inference, graph-based ar- chitectures capturing authorâinstitutionâtopic relations, or generative approaches such as VAEs could deepen bias mitigation while preserving interpretability. Broader definitions of fairness, adaptive tuning of λ and attribute weights, and human-in-the-loop evaluation are promising directions. Embedding fairness interventions into real- world workflows will require robustness to distribu- tion shifts, transparency in reporting, and governance mechanisms that account for privacy and accountability. Together, these steps can transform Fair-PaperRec from a research prototype into a practical, equitable tool for the future of scholarly peer review. ACKNOWLEDGMENT This work was supported by the National Science Foundation (NSF) under Award number OIA-1946391, Data Analytics that are Robust and Trusted (DART). REFERENCES [1]U. A. Oyshi and S. Gauch, âFair learning for bias mitigation and quality optimization in paper recommendation,â in Proceedings of the 17th International Conference on Information, Process, and Knowledge Management (eKNOW 2025), ThinkMind Dig- ital Library, Nice, France: IARIA Press, May 2025, p. 43â50, ISBN: 978-1-68558-272-2. [2]A. Tomkins, M. Zhang, and W. D. Heavlin, âReviewer bias in single- versus double-blind peer review,â Proceedings of the National Academy of Sciences of the United States of America, vol. 114, no. 48, p. 12 708â12 713, 2017. DOI: 10.1073/pnas. 1707323114 [3]E. Shmidt and B. Jacobson, âDouble-blind reviews: A step to- ward eliminating unconscious bias,â Clinical and Translational Gastroenterology, vol. 13, no. 1, e00443, 2022. DOI: 10.14309/ ctg.0000000000000443 [4]V. P. Giannakakos, T. S. Karanfilian, A. D. Dimopoulos, and A. Barmettler, âImpact of author characteristics on outcomes of single- versus double-blind peer review: A systematic review of comparative studies in scientific abstracts and publications,â Scientometrics, vol. 130, p. 399â421, 2025. DOI: 10 . 1007 / s11192-024-05213-x [5]C. Mebane, âDouble-blind peer review is detrimental to sci- entific integrity,â Environmental Toxicology and Chemistry, vol. 44, p. 318â323, 2025. DOI: 10.1093/etojnl/vgae046 [6]L. Bauersfeld, A. Romero, M. Muglikar, and D. Scaramuzza, âCracking double-blind review: Authorship attribution with deep learning,â PLoS ONE, vol. 18, no. 6, e0287611, Jun. 2023. DOI: 10.1371/journal.pone.0287611 [7]N. B. Shah, âThe role of author identities in peer review,â PLOS ONE, vol. 18, no. 6, e0286206, Jun. 2023. DOI: 10.1371/journal. pone.0286206 [8]J. Huber et al., âNobel and novice: Author prominence affects peer review,â Proceedings of the National Academy of Sciences of the United States of America, vol. 119, no. 41, e2205779119, 2022. DOI: 10.1073/pnas.2205779119 [9]E. Frachtenberg and K. McConville, âMetrics and methods in the evaluation of prestige bias in peer review: A case study in computer systems conferences,â PLoS ONE, vol. 17, e0264131, 2022. DOI: 10.1371/journal.pone.0264131 [10]C. J. Lee, C. R. Sugimoto, G. Zhang, and B. Cronin, âBias in peer review,â Journal of the American Society for Information Science and Technology, vol. 64, no. 1, p. 2â17, 2013. DOI: 10.1002/asi.22784 [11]C. L. Goues et al., âEffectiveness of anonymization in double- blind review,â Communications of the ACM, vol. 61, p. 30â33, 2017. DOI: 10.1145/3208157 [12]J. Bobadilla, R. Lara-Cabrera, A. GonzĂĄlez-Prieto, and F. Or- tega, âDeepFair: Deep learning for improving fairness in rec- ommender systems,â Information Processing & Management, vol. 58, no. 3, p. 102 547, May 2021. DOI: 10.1016/j.ipm.2021. 102547 [13]Y. Peng, X. Qian, and W. Song, âA re-ranking approach for two- sided fairness on recommendation systems,â in Proceedings of the 2023 4th International Conference on Computing, Networks and Internet of Things, May 2023, p. 312â316. DOI: 10.1145/ 3603781.3603836 [14]M. Morik, A. Singh, J. Hong, and T. Joachims, âControlling fairness and bias in dynamic learning-to-rank,â in Proceedings of the 29th ACM International Conference on Information & Knowledge Management (CIKM), 2020, p. 267â276. DOI: 10. 1145/3340531.3412875 [15]A. Beutel, J. Chen, Z. Zhao, and E. H. Chi, Data decisions and theoretical implications when adversarially learning fair representations, FAT/ML 2017 Workshop, Accessed: 2025-12- 01, 2017. [16]S. Yao and B. Huang, âBeyond parity: Fairness objectives for collaborative filtering,â in Advances in Neural Information Processing Systems (NeurIPS), vol. 30, 2017. [17]S. Abimbola, M. Pai, P. Nguyen, T. Greenhalgh, and E. H. Shadid, âHow to address the geographical bias in academic publishing,â BMJ Global Health, vol. 8, no. Suppl 2, e013111, Dec. 2023. DOI: 10.1136/bmjgh-2023-013111 [18]W. M. Williams and S. J. Ceci, âNational hiring experiments reveal 2:1 faculty preference for women on STEM tenure track,â Proceedings of the National Academy of Sciences of the United States of America, vol. 112, no. 17, p. 5360â5365, Apr. 2015. DOI: 10.1073/pnas.1418878112 [19]T. Hagendorff and K. Meding, âEthical considerations and statistical analysis of industry involvement in machine learning research,â AI & SOCIETY, vol. 38, p. 35â45, 2023. DOI: 10. 1007/s00146-021-01284-z [20]M. Bosten and B. Kleinberg, Conflicts of interest in pub- lished nlp research 2000â2024, ArXiv, vol. abs/2502.16218, Accessed: 2025-12-01, 2025. DOI: 10.48550/arXiv.2502.16218 [21]I. Kotseruba, M. Papagelis, and J. K. Tsotsos, Industry and aca- demic research in computer vision, ArXiv, vol. abs/2107.04902, Accessed: 2025-12-01, 2021. DOI: 10.48550/arXiv.2107.04902 [22]L. Liang, H. Zhuang, J. Zou, and D. E. Acuna, The comple- mentary contributions of academia and industry to AI research, ArXiv, vol. abs/2401.10268, Accessed: 2025-12-01, 2024. DOI: 10.48550/arXiv.2401.10268 [23]M. FĂ€rber and L. Tampakis, âAnalyzing the impact of com- panies on AI research based on publications,â Scientometrics, vol. 129, p. 31â63, 2024. DOI: 10.1007/s11192-023-04867-3 [24]J. L. Ortega, âInfluence of co-authorship networks in the re- search impact: Ego network analyses from Microsoft Academic Search,â Journal of Informetrics, vol. 8, no. 3, p. 728â737, 2014. DOI: 10.1016/j.joi.2014.07.001 [25]M. Y. Vardi, âConferences vs. journals in computing research,â Communications of the ACM, vol. 52, no. 5, p. 5, 2009. DOI: 10.1145/1506409.1506410 [26]B. Meyer, Reversing the fossilization of computer science conferences, Communications of the ACM, BLOG@CACM, Accessed: 2025-12-01, Apr. 2025. [27]J. M. Fernandes, A. Costa, and P. Cortez, âAuthor placement in computer science: A study based on the careers of ACM fellows,â Scientometrics, vol. 127, no. 1, p. 351â368, Jan. 2022. DOI: 10.1007/s11192-021-04035-5 [28]Academia Stack Exchange, What does authorship ordering really mean in field x? Stack Exchange Q&A, Accessed: 2025- 12-01, 2012. [29]Samwell.ai, What is a good h-index? practical guide for re- searchers, Blog post, Accessed: 2025-12-01, Apr. 2025. [30]Paperpile, What is a good h-index? [with examples], Guide, Accessed: 2025-12-01, 2025. [31]R. Burke, âMultisided fairness for recommendation,â in Pro- ceedings of the ACM RecSys â17 Workshop on Responsible Recommendation, Como, Italy: ACM, Aug. 2017, p. 1â4. DOI: 10.1145/3109859.3109962 [32]R. Alsaffar and S. Gauch, âMultidimensional demographic profiles for fair paper recommendation,â in Proceedings of the 13th International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management (IC3K 2021), Online: SCITEPRESS, Oct. 2021, p. 199â208. DOI: 10.5220/0010655800003064 [33]K. Kafle, Four trends at CVPR 2024, Adobe Research News, Accessed: 2025-12-01, Jul. 2024. [34]R. Islam, K. N. Keya, Z. Zeng, S. Pan, and J. Foulds, âNeural Fair Collaborative Filtering,â in Proceedings of the 15th ACM Conference on Recommender Systems (RecSys â21), Amster- dam, Netherlands: ACM, Sep. 2021, p. 148â159. DOI: 10 . 1145/3460231.3474603 [35]H. Wu, C. Ma, B. Mitra, F. Diaz, and X. Liu, âA multi-objective optimization framework for multi-stakeholder fairness-aware recommendation,â ACM Transactions on Information Systems (TOIS), vol. 41, no. 2, 47:1â47:29, 2022. DOI: 10.1145/3564285 [36]Y. Wang, W. Ma, M. Zhang, Y. Liu, and S. Ma, âA Survey on the Fairness of Recommender Systems,â ACM Transactions on Information Systems (TOIS), vol. 41, no. 3, 52:1â52:43, Feb. 2023. DOI: 10.1145/3547333 [37]B. Bulut, B. Kaya, R. Alhajj, and M. Kaya, âA Paper Rec- ommendation System Based on Userâs Research Interests,â in 2018 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM), Aug. 2018, p. 911â915. DOI: 10.1109/ASONAM.2018.8508313