Reproducing FACTER: Fairness via Conformal Thresholding and Prompt Repair
The paper conducts a reproducibility study on FACTER, a model-agnostic framework for fairness and statistical coverage in LLM-based recommendation, and evaluates its consistency and contribution.
The paper contributes to the literature by providing a comprehensive evaluation of the FACTER framework's reproducibility and consistency.
Before reading this…
Applications
- →Recommendation systems
- →Fairness and statistical coverage
To understand this paper, make sure you know these concepts first:
- Understanding of recommendation systems, large-scale language models, fairness, and statistical coveragefind papers →
Abstract
More Like ThisFayyazi et al. (2025) recently proposed FACTER, a model-agnostic framework designed to jointly enforce fairness and statistical coverage in LLM-based recommendation through conformal thresholding and iterative prompt repair. In this work, we conduct a reproducibility study of the FACTER framework across diverse architectures and dataset sparsity levels, evaluating both the original open-ended generation task and a constrained re-ranking extension. Under the strict reproduction, we observe a divergence in recommendation utility, which we trace to underspecified target-set evaluation in the original study. We then use the constrained re-ranking setting to evaluate FACTER when the candidate set is fixed, and introduce a static Fair Zero-Shot baseline to isolate the contribution of the iterative prompt repair loop. Our analysis shows that FACTER consistently reduces adaptive-threshold violation counts, but that these reductions are not consistently reflected under the fixed threshold or in global fairness metrics. In the constrained ranking setting, static fairness instructions achieve comparable semantic-parity outcomes to FACTER's dynamic repair loop, suggesting that the additional online repair mechanism provides limited benefit in this formulation. All code and reproduction artifacts are available at https://github.com/oscar-omlf/facter-repr.