179 questions
No questions match those filters.
Should we fine-tune an existing retriever on a new coun...
This is one of the questions in the full AI/ML interview bank. Pro unlocks all 1789 questions; Premium includes the same bank plus the highest daily Practice limit.
See plansWhile fine-tuning on a new corpus adjusts the embedding space to the new topic distribution, it does not address the specific requirement of identifying counter-arguments. Since counter-arguments are topically similar to the query by construction, standard fine-tuning may inadvertently pull same-stance passages closer to the query. To adjudicate, one should hand-label a small set of pairs to determine if the retriever’s current errors are systematically same-stance, which will inform whether the effort is better spent on a Promptagator pipeline.