
Abhishek Kumar, Aishwaryaa Shree Muralitharan, Vinesh Kannaa Balaji, Bhargavi Renta Chintala · Frontiers in Artificial Intelligence 2026 · 2026
DOI: 10.3389/frai.2026.1925701
Counts differ because each database indexes a different set of publications. We treat OpenAlex as the canonical count; Google Scholar is not shown (no API, and crawling it violates its ToS).
Introduction Large Language Models (LLMs) are becoming widely adopted for reasoning and decision-support tasks, yet they can inherit and reproduce gender-related biases present in their training data. Most existing bias-mitigation strategies depend on fine-tuning, reinforcement learning, prompt engineering, or interventions during pre-training, requiring either parameter updates or extensive manual prompt design. These requirements limit their applicability when the underlying model is available only as a closed-source or black-box system. Methods This work explores whether bias-mitigation knowledge can instead be separated from the model and reused without altering its parameters. We propose a feedback-driven external alignment memory framework for post-hoc gender bias mitigation that transforms identified bias into concise corrective rules through an iterative feedback process. These rules are stored independently of the model parameters and are retrieved during inference to influence future responses. Retrieval is performed using cosine-similarity matching between an incoming query and previously stored examples, allowing corrective knowledge to be reused while maintaining complete model independence. Results Evaluation on selected subsets of BBQ, BiasNLI, CoBias, CrowS-Pairs, and WinoBias shows measurable reductions in gender-related bias. In the 120-record evaluation, Gender Assumption (GA) decreases from 15.83 to 7.08%, while Stereotypical Gender Assumption (SGA) decreases from 24.16 to 7.08%. Gender Neutral responses increase from 75.00 to 90.415%, and response quality improves from 4.15 to 4.211. A larger 500-record evaluation further indicates that corrective rules learned earlier continue to provide benefits when applied beyond the original feedback corpus, reducing GA from 13.8 to 12.0% and SGA from 14.4 to 11.0%. During the same evaluation, Gender Neutral responses increase from 78.6 to 83.2%, while response quality improves from 4.00 to 4.05. Discussion These results indicate that corrective alignment knowledge can be maintained as a reusable external memory and incorporated during inference to improve fairness in black-box large language models without retraining or modifying model parameters.
No comments yet — start the discussion below.