Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can RLHF even simpler to maximize the expectation of rewards? #236

Open
kindernerd opened this issue Jan 7, 2025 · 0 comments
Open

Can RLHF even simpler to maximize the expectation of rewards? #236

kindernerd opened this issue Jan 7, 2025 · 0 comments

Comments

@kindernerd
Copy link

kindernerd commented Jan 7, 2025

GRPO simplifies advantage to (r-mean)/std, i'm wondering whether RLHF can even be simpler by directly maximum the following objective:
$\sum_o\pi_{\theta}(o|q)[r_o - E(r_o|q)]$
which can be approximated by sampling or using the N-best Lists
$\sum_{o_i\in \pi_{old}}\pi_{\theta}(o_i|q)[r_{o_i} -mean(r)]$
this is similar to sequence training (MWER) in e2e asr optimization, proposed by google in this paper https://arxiv.org/abs/1712.01818

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant