Papers › Representation-Aware Advantage Estimation: Your Reward Model Provides More Than A Scalar Output

Representation-Aware Advantage Estimation: Your Reward Model Provides More Than A Scalar Output

9 Jun 2026arXiv:2606.10528added by Syntology

Guozheng Li, Xiyan Fu, Yiwen Guo

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Current reinforcement learning from human feedback (RLHF) methods primarily rely on scalar rewards from a trained reward model (RM). While effective, scalar rewards are often noisy and fail to capture fine-grained preference differences, whereas RM hidden states encode richer semantic and preference information. We introduce the representation-aware advantage estimation, which leverages RM hidden states and models them as auxiliary signals for better advantage estimation. Specifically, we propose the Graph-based Advantage Estimation (GraphAE), treat each sampled group as a graph, where nodes correspond to responses and edges capture their similarity in the RM hidden space. Then advantages are computed via graph propagation, enabling each sample to incorporate contextual information from its neighbors. GraphAE is lightweight and can be seamlessly integrated into existing group-based RL algorithms. We apply GraphAE to GRPO, GSPO and RLOO, and conduct extensive experiments on different models and benchmarks. Empirical results show consistent improvements across three benchmarks, with gains of up to + 6.3 on Arena-Hard-v0.1, + 8.27 on AlpacaEval 2.0, and + 0.22 on MT-Bench. These results demonstrate that leveraging RM representations leads to more sample efficient and robust RLHF.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.10528")

Code

Syntology Ran 31 of 40 code samples harvested from 3 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 28 ran with no contract checked.

By repository: found in paper text by Syntology: 40 samples from 3 repositories, 31 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tatsu-lab/alpaca_eval found in paper text by Syntology report
lmarena/arena-hard-auto found in paper text by Syntology report
fanqiwan/FuseAI found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

40 samples harvested; 31 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
2ran · our draft was wrong
28ran
9unverified

Licence: 10 of the 40 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_score lmarena/arena-hard-auto/BenchBuilder/filter.py found in paper text by Syntology ran Apache-2.0 (permissive) · 06750b8d972efe27 · report
check_nan fanqiwan/FuseAI/FuseChat/train/filter_nan.py found in paper text by Syntology ran no licence file found · pointer only · 524b27f03377a248 · report
check_nan_base fanqiwan/FuseAI/FuseChat/train/filter_nan.py found in paper text by Syntology ran no licence file found · pointer only · fd32354386c6ce83 · report
count_markdown_elements lmarena/arena-hard-auto/utils/add_markdown_info.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · df075cc813246dcd · report
create_llama3_body lmarena/arena-hard-auto/utils/bedrock_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · da15e93460148f70 · report
create_nova_messages lmarena/arena-hard-auto/utils/bedrock_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6743a5e05fc4ad6d · report
dict_to_list fanqiwan/FuseAI/FuseChat/train/align_token_and_vocab.py found in paper text by Syntology ran no licence file found · pointer only · 98b9e3b2ff2e30b8 · report
extract_innermost_text lmarena/arena-hard-auto/utils/bedrock_utils.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 759c3030a0ca985f · report
format_confidence_interval lmarena/arena-hard-auto/show_result.py found in paper text by Syntology ran Apache-2.0 (permissive) · bf60419bbfec3311 · report
generate_completions fanqiwan/FuseAI/FuseO1-Preview/math_evaluation/model_utils.py found in paper text by Syntology ran no licence file found · pointer only · 1525d8bc0fc8d5a0 · report
get_categories lmarena/arena-hard-auto/qa_browser.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 31d3137625992d50 · report
get_element_counts lmarena/arena-hard-auto/utils/add_markdown_info.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0a127509b23580f5 · report
get_endpoint lmarena/arena-hard-auto/BenchBuilder/label.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · c8136157d71c093b · report
get_languages lmarena/arena-hard-auto/qa_browser.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 7ca039993ebdcc43 · report
get_metrics_evaluator tatsu-lab/alpaca_eval/src/alpaca_eval/analyze.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 0c77763ca4cd8bc4 · report
get_model_style_metadata lmarena/arena-hard-auto/show_result.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · b1fbdabfc009df1c · report
is_derangement tatsu-lab/alpaca_eval/src/alpaca_eval/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6be086094b685940 · report
list_to_dict fanqiwan/FuseAI/FuseChat/train/align_token_and_vocab.py found in paper text by Syntology ran no licence file found · pointer only · 8e08bca34751633c · report
lmsys_parser tatsu-lab/alpaca_eval/src/alpaca_eval/completion_parsers.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 80319fda62fe1a04 · report
load_jsonl lmarena/arena-hard-auto/qa_browser.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · d049c92b5f5adfa3 · report
load_questions lmarena/arena-hard-auto/utils/completion.py found in paper text by Syntology ran Apache-2.0 (permissive) · 47892c5631a199d4 · report
make_config lmarena/arena-hard-auto/BenchBuilder/label.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 07e6f41cf857a76f · report
raise_warning_for_incompatible_cpu_offloading_configuration fanqiwan/FuseAI/FuseChat/train/model/model_adapter.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · 0bf414a2b44babe6 · report
random_seeded_choice tatsu-lab/alpaca_eval/src/alpaca_eval/utils.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 6ebdee3cddbf3cdc · report
ranking_parser tatsu-lab/alpaca_eval/src/alpaca_eval/completion_parsers.py found in paper text by Syntology ran Apache-2.0 (permissive) · 52f4a49b6393e97e · report
read_or_return tatsu-lab/alpaca_eval/src/alpaca_eval/utils.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 76078d6419673e14 · report
register_api lmarena/arena-hard-auto/utils/completion.py found in paper text by Syntology ran Apache-2.0 (permissive) · 7a5ee66f6fe09b60 · report
register_engine lmarena/arena-hard-auto/utils/completion.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0399a259308f77a0 · report
remove_pattern lmarena/arena-hard-auto/utils/add_markdown_info.py found in paper text by Syntology ran Apache-2.0 (permissive) · bae70f745e7b2d09 · report
show_length_gameability tatsu-lab/alpaca_eval/src/alpaca_eval/plotting.py found in paper text by Syntology ran Apache-2.0 (permissive) · 307648f4b5ffd08b · report
sigmoid fanqiwan/FuseAI/FuseChat/train/align_token_and_vocab.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d0b132e4577e5bbb · report
chat_completion_openai lmarena/arena-hard-auto/BenchBuilder/label.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0322093a9ad847a4 · report
get_annotations tatsu-lab/alpaca_eval/src/alpaca_eval/analyze.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0eb53db38f0faafd · report
get_conv_template fanqiwan/FuseAI/FuseChat/train/conversation.py found in paper text by Syntology unverified no licence file found · pointer only · 502fd3534e0509c1 · report
get_crossannotations tatsu-lab/alpaca_eval/src/alpaca_eval/analyze.py found in paper text by Syntology unverified Apache-2.0 (permissive) · de8a267bb7f7d4bd · report
get_gpu_memory fanqiwan/FuseAI/FuseChat/train/model/model_adapter.py found in paper text by Syntology unverified no licence file found · pointer only · 4bec2455307c11b7 · report
load_hf_lm_and_tokenizer fanqiwan/FuseAI/FuseO1-Preview/math_evaluation/model_utils.py found in paper text by Syntology unverified no licence file found · pointer only · ee71a94d9dd1b8e9 · report
load_judgments lmarena/arena-hard-auto/show_result.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ff96063cc3cfa7d6 · report
plot_heatmap_diff_baseline tatsu-lab/alpaca_eval/src/alpaca_eval/plotting.py found in paper text by Syntology unverified Apache-2.0 (permissive) · be8e5acf8fee5a8f · report
regex_parser tatsu-lab/alpaca_eval/src/alpaca_eval/completion_parsers.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6f7ea5efc95b3173 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.10528, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections