Add conv net to n-gram synthetic reward.#477
Closed
j-jiafei wants to merge 2 commits intofacebookresearch:masterfrom
Closed
Add conv net to n-gram synthetic reward.#477j-jiafei wants to merge 2 commits intofacebookresearch:masterfrom
j-jiafei wants to merge 2 commits intofacebookresearch:masterfrom
Conversation
added 2 commits
May 12, 2021 19:01
Summary: Pull Request resolved: facebookresearch#476 Add a n-gram MLP for synthetic reward attribution. This model uses an MLP to predict each step's reward. Compared with single-step reward model, it uses n-gram with a context window centered around each step and zero padding. Reviewed By: czxttkl Differential Revision: D28362111 fbshipit-source-id: 9a38ecee36d02861ac6886fdded3705edacd3a01
Summary: Add ConvNet support to n-gram synthetic reward network. Differential Revision: D28402551 fbshipit-source-id: ba0b5d6a7a13204e6b4d491ede6e48bce8ca44d9
|
This pull request was exported from Phabricator. Differential Revision: D28402551 |
|
This pull request has been merged in 91ad0d3. |
xuruiyang
pushed a commit
that referenced
this pull request
Sep 20, 2025
Summary: Pull Request resolved: #477 Add ConvNet support to n-gram synthetic reward network. Reviewed By: czxttkl Differential Revision: D28402551 fbshipit-source-id: c2201be3d71c32977c2f19b69e5a0abcaf0a855d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Add ConvNet support to n-gram synthetic reward network.
Differential Revision: D28402551