Coder Social home page Coder Social logo

Question about KL term about alpaca_farm HOT 1 CLOSED

tatsu-lab avatar tatsu-lab commented on August 17, 2024
Question about KL term

from alpaca_farm.

Comments (1)

lxuechen avatar lxuechen commented on August 17, 2024

Hi, thanks for your question. I believe there's a misunderstanding.

In the current RLHF implementation, the local KL term in the original PPO algorithm isn't included in the objective.

Rather a global KL term (between the current policy model and the starting SFT model) is included to penalize the policy from deviating far away from the SFT policy. See Equation (2) in this paper. This is the (Monte Carlo estimate of the) KL being implemented in the code you quoted.

Note the implementation maximizes the reward, which in turn (partly) minimizes the KL through the penalty term. This means logprobs - ref_logprobs is encouraged to be low, which then means sampled sequences are encouraged to have high ref_logprobs. This makes sense, as the reward model is trained on samples generated from the initial SFT model, and thus it's most suitable to rate samples close to this distribution.

from alpaca_farm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.