AI-Response-Comparer-v1.6 is a fine-tuned version of
microsoft/deberta-v3-large for preference classification and reward modeling tasks.
The model compares two AI-generated responses for the same prompt and predicts a probability distribution over three outcomes:
The output is generated using a 3-class softmax head, where probabilities sum to 1.
The model was trained on combined conversational preference datasets and evaluated separately on each dataset split.
To maintain consistent input lengths and manageable training compute requirements:
These preprocessing rules were applied consistently across both training and evaluation datasets.
All evaluations were performed independently per dataset after mixed-dataset training.
This repository includes datasets with non-commercial licensing restrictions.
Commercial usage of the trained weights is not permitted without ensuring compliance with upstream dataset licenses.
1@misc{himanshu2026airesponsecomparerv16,
2 title={AI-Response-Comparer-v1.6},
3 author={Himanshu Bansal},
4 year={2026},
5 publisher={Hugging Face},
6 howpublished={https://huggingface.co/Himanshu167/AI-Response-Comparer-v1.6}
7}