Papers › Skill-RM: Unifying Heterogeneous Evaluation Criteria via Agent Skill

Skill-RM: Unifying Heterogeneous Evaluation Criteria via Agent Skill

2 Jun 2026arXiv:2606.03980added by Syntology

Tao Chen, Gangwei Jiang, Pengyu Cheng, Siyuan Huang, Yihao Liu, Jingwei Ni, Jiaqi Guo, Mengyu Zhou, Kai Tang, Junling Liu, Qinliang Su, Xiaoxi Jiang, Guanjun Jiang

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

Reward models (RMs) provide critical feedback signals for LLM post-training, notably in reinforced fine-tuning (RFT) and reinforcement learning (RL) pipelines. However, current reward evaluation relies on heterogeneous criteria such as rule-based verifiers, ground-truth references, procedural checklists, and complex rubrics, where a unified mechanism to integrate all types of evidence remains unexplored. To this end, we propose Skill Reward Model (Skill-RM), a unified framework that reformulates reward modeling as the execution of a reusable Reward-Evaluation Skill. By treating reward computation as a structured agentic task, Skill-RM provides a consistent interface to orchestrate heterogeneous resources, dynamically selecting and aggregating evidence tailored to the specific requirements of each input. This approach enables the reward model to move beyond static evaluation, ensuring consistency and transparency across diverse tasks. Extensive experiments on reward benchmarks and downstream applications, including best-of-N selection and reinforcement learning, demonstrate that Skill-RM consistently outperforms traditional judge baselines. Our findings suggest that Skill-RM not only provides a unified solution for reward modeling but also achieves superior performance through the strategic and dynamic orchestration of evidence. The code is at https://github.com/Qwen-Applications/Skill-RM.

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.03980")

Code

Syntology Ran 17 of 23 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 17 ran with no contract checked.

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

Qwen-Applications/Skill-RM 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

23 samples harvested; 17 ran; 0 honoured the contract we drafted; 6 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.

17ran
6unverified

Licence: 0 of the 23 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 Qwen-Applications/Skill-RM. “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.

between Qwen-Applications/Skill-RM/experiments/if_rewardbench/backend.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 005b7e5a5c844560 · report
build_if_history Qwen-Applications/Skill-RM/experiments/if_rewardbench/data.py found in paper text by Syntology ran Apache-2.0 (permissive) · 050f500dfa70a0ea · report
expand_overall Qwen-Applications/Skill-RM/experiments/if_rewardbench/data.py found in paper text by Syntology ran Apache-2.0 (permissive) · 08a4731a97ebf163 · report
file_sha256 Qwen-Applications/Skill-RM/experiments/if_rewardbench/io_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 033ad83fd1fe07e9 · report
first_json_object Qwen-Applications/Skill-RM/integrations/verl/recipe/skill_rm_if_pointwise/utils.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 990a125299865ee1 · report
is_skill_text_path Qwen-Applications/Skill-RM/skillrm/runtime/skill_package.py found in paper text by Syntology ran Apache-2.0 (permissive) · 06d04eeb21a138e7 · report
load_jsonl Qwen-Applications/Skill-RM/experiments/if_rewardbench/io_utils.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 6f16fa558d7424a4 · report
read_all_skill_text_files Qwen-Applications/Skill-RM/skillrm/runtime/skill_package.py found in paper text by Syntology ran Apache-2.0 (permissive) · ce4ae6179ad53eb4 · report
read_json Qwen-Applications/Skill-RM/experiments/if_rewardbench/io_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8cd48bcf6faf53e6 · report
read_yaml Qwen-Applications/Skill-RM/integrations/verl/recipe/skill_rm_if_pointwise/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · fed3a4d4bd5bbf6c · report
render_sample_resources_section Qwen-Applications/Skill-RM/integrations/verl/recipe/skill_rm_if_pointwise/sample_resources.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8e593ac29c2c7ce8 · report
resource_index_item Qwen-Applications/Skill-RM/integrations/verl/recipe/skill_rm_if_pointwise/resources.py found in paper text by Syntology ran Apache-2.0 (permissive) · 715d9c5a8d58c3ce · report
safe_text Qwen-Applications/Skill-RM/integrations/verl/recipe/skill_rm_if_pointwise/utils.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · ba60e517fc7b7ffa · report
stratified_prompt_sample Qwen-Applications/Skill-RM/experiments/if_rewardbench/data.py found in paper text by Syntology ran Apache-2.0 (permissive) · de5178686b0a95bf · report
tool_response Qwen-Applications/Skill-RM/experiments/if_rewardbench/backend.py found in paper text by Syntology ran Apache-2.0 (permissive) · 496de7e85fbcf6a4 · report
tool_schemas Qwen-Applications/Skill-RM/experiments/if_rewardbench/skill_tools.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9dd3c552dd2673ec · report
visible_sample_payload Qwen-Applications/Skill-RM/experiments/if_rewardbench/skill_tools.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3c84d710fb8f40c5 · report
build_backend Qwen-Applications/Skill-RM/experiments/if_rewardbench/backend.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a4282c9cb9d8751b · report
helper_source_from_skills Qwen-Applications/Skill-RM/experiments/if_rewardbench/skill_tools.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d74b477c7bd3e7d4 · report
load_skill_package Qwen-Applications/Skill-RM/skillrm/runtime/skill_package.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 016ed28c36adfbb6 · report
normalize_sample_resources Qwen-Applications/Skill-RM/integrations/verl/recipe/skill_rm_if_pointwise/sample_resources.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f75435867a28f9bd · report
normalize_variant Qwen-Applications/Skill-RM/integrations/verl/recipe/skill_rm_if_pointwise/reward_fn_pointwise.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 20f06003e873967f · report
validate_python_sandbox_code Qwen-Applications/Skill-RM/integrations/verl/recipe/skill_rm_if_pointwise/resources.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f4f25e72d5d1976c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.03980, 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