sunnweiwei / RankGPT

Is ChatGPT Good at Search? LLMs as Re-Ranking Agent [EMNLP 2023 Outstanding Paper Award]
https://arxiv.org/abs/2304.09542
Apache License 2.0
524 stars 48 forks source link

can RankGPT be fine tuning to specific filed? #12

Closed VictoryBlue closed 11 months ago

sunnweiwei commented 11 months ago

I have not tried fine-tuning, but I would recommend following OpenAI's guidebook and considering fine-tuning only if prompting is not yielding satisfactory results and high-quality data is available. Besides, if you are considering fine-tuning an open-source model, you may refer to Permutation Distillation and Instruction Distillation.