[2602.10833] Training-Induced Bias Toward LLM-Generated Content in Dense Retrieval
Summary
This study investigates the training-induced bias towards LLM-generated content in dense retrieval systems, revealing how dataset and training methods influence preferences for generated text.
Why It Matters
Understanding the biases introduced during training is crucial for improving dense retrieval systems in NLP. This research highlights the impact of training data on model performance and can inform future developments in AI and information retrieval.
Key Takeaways
- Unsupervised retrievers do not consistently prefer LLM-generated content.
- Supervised fine-tuning on MS MARCO shifts rankings towards LLM-generated text.
- Fine-tuning on LLM-generated data induces significant pro-LLM bias.
- Dataset-specific preferences emerge from in-domain fine-tuning.
- Source bias is a training-induced phenomenon, not an inherent trait.
Computer Science > Information Retrieval arXiv:2602.10833 (cs) [Submitted on 11 Feb 2026] Title:Training-Induced Bias Toward LLM-Generated Content in Dense Retrieval Authors:William Xion, Wolfgang Nejdl View a PDF of the paper titled Training-Induced Bias Toward LLM-Generated Content in Dense Retrieval, by William Xion and 1 other authors View PDF HTML (experimental) Abstract:Dense retrieval is a promising approach for acquiring relevant context or world knowledge in open-domain natural language processing tasks and is now widely used in information retrieval applications. However, recent reports claim a broad preference for text generated by large language models (LLMs). This bias is called "source bias", and it has been hypothesized that lower perplexity contributes to this effect. In this study, we revisit this claim by conducting a controlled evaluation to trace the emergence of such preferences across training stages and data sources. Using parallel human- and LLM-generated counterparts of the SciFact and Natural Questions (NQ320K) datasets, we compare unsupervised checkpoints with models fine-tuned using in-domain human text, in-domain LLM-generated text, and MS MARCO. Our results show the following: 1) Unsupervised retrievers do not exhibit a uniform pro-LLM preference. The direction and magnitude depend on the dataset. 2) Across the settings tested, supervised fine-tuning on MS MARCO consistently shifts the rankings toward LLM-generated text. 3) In-domain fine-tuni...