Distilled Self-Critique of LLMs with Synthetic Data: a Bayesian Perspective
2023-12-04Code Available1· sign in to hype
Victor Gallego
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/vicgalle/distilled-self-critiqueOfficialIn papernone★ 11
Abstract
This paper proposes an interpretation of RLAIF as Bayesian inference by introducing distilled Self-Critique (dSC), which refines the outputs of a LLM through a Gibbs sampler that is later distilled into a fine-tuned model. Only requiring synthetic data, dSC is exercised in experiments regarding safety, sentiment, and privacy control, showing it can be a viable and cheap alternative to align LLMs. Code released at https://github.com/vicgalle/distilled-self-critique.