Interdisciplinary Fairness in Imbalanced Research Proposal Topic Inference: A Hierarchical Transformer-based Method with Selective Interpolation
Meng Xiao, Min Wu, Ziyue Qiao, Yanjie Fu, Zhiyuan Ning, Yi Du, Yuanchun Zhou
TL;DR
This work tackles fairness in automatic topic inference for interdisciplinary research proposals within a hierarchical discipline structure. It introduces TIPIN, a Transformer-based architecture that models heterogeneous proposal documents with separate word- and document-level transformers, and employs selective interpolation to generate high-quality pseudo-interdisciplinary samples for balanced training. By adaptively aggregating semantic information along historical prediction paths and using level-wise predictions with a stop mechanism, TIPIN improves both accuracy (F1) and fairness (Disp-Recall) on real-world RP and RP-IR datasets. The results demonstrate substantial gains over baselines and offer practical implications for improving reviewer assignment in grant review processes, especially under interdisciplinary-non-interdisciplinary data imbalance.
Abstract
The objective of topic inference in research proposals aims to obtain the most suitable disciplinary division from the discipline system defined by a funding agency. The agency will subsequently find appropriate peer review experts from their database based on this division. Automated topic inference can reduce human errors caused by manual topic filling, bridge the knowledge gap between funding agencies and project applicants, and improve system efficiency. Existing methods focus on modeling this as a hierarchical multi-label classification problem, using generative models to iteratively infer the most appropriate topic information. However, these methods overlook the gap in scale between interdisciplinary research proposals and non-interdisciplinary ones, leading to an unjust phenomenon where the automated inference system categorizes interdisciplinary proposals as non-interdisciplinary, causing unfairness during the expert assignment. How can we address this data imbalance issue under a complex discipline system and hence resolve this unfairness? In this paper, we implement a topic label inference system based on a Transformer encoder-decoder architecture. Furthermore, we utilize interpolation techniques to create a series of pseudo-interdisciplinary proposals from non-interdisciplinary ones during training based on non-parametric indicators such as cross-topic probabilities and topic occurrence probabilities. This approach aims to reduce the bias of the system during model training. Finally, we conduct extensive experiments on a real-world dataset to verify the effectiveness of the proposed method. The experimental results demonstrate that our training strategy can significantly mitigate the unfairness generated in the topic inference task.
