self-rag icon indicating copy to clipboard operation
self-rag copied to clipboard

Why could not train the generator directly?

Open tengerye opened this issue 1 year ago • 1 comments

The Critic is only used during training which produces training data for the generator. Why can't we directly generate data for the Generator?

tengerye avatar Oct 28 '24 20:10 tengerye

I think this is because the training objective is to learn when to use retrieval and self-reflection. If we train only with distilled data from ChatGPT, the model would essentially be learning to generate ChatGPT’s complete answers directly. Not only is this unfeasible, but it also contradicts the intended objective.

LNZ001 avatar Feb 09 '25 09:02 LNZ001