Papers › SaFeR-ToolKit: Structured Reasoning via Virtual Tool Calling for Multimodal Safety

SaFeR-ToolKit: Structured Reasoning via Virtual Tool Calling for Multimodal Safety

3 Mar 2026arXiv:2603.02635added by Syntology

Zixuan Xu, Tiancheng He, Huahui Yi, Kun Wang, Xi Chen, Gongli Xi, Qiankun Li, Kang Li, Yang Liu, Zhigang Zeng

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

Vision-language models remain susceptible to multimodal jailbreaks and over-refusal because safety hinges on both visual evidence and user intent, while many alignment pipelines supervise only the final response. To address this, we present SaFeR-ToolKit, which formalizes safety decision-making as a checkable protocol. Concretely, a planner specifies a persona, a Perception → Reasoning → Decision tool set, and a constrained transition graph, while a responder outputs a typed key-value tool trace before the final answer. To make the protocol reliably followed in practice, we train a single policy with a three-stage curriculum (SFT → DPO → GRPO), where GRPO directly supervises tool usage beyond answer-level feedback. Our contributions are two-fold: I. Dataset. The first tool-based safety reasoning dataset, comprising 31,654 examples (SFT 6k, DPO 18.6k, GRPO 6k) plus 1k held-out evaluation. II. Experiments. On Qwen2.5-VL, SaFeR-ToolKit significantly improves Safety/Helpfulness/Reasoning Rigor on 3B (29.39/45.04/4.98 → 84.40/71.13/78.87) and 7B (53.21/52.92/19.26 → 86.34/80.79/85.34), while preserving general capabilities (3B: 58.67 → 59.21; 7B: 66.39 → 66.81). Codes are available at https://github.com/Duebassx/SaFeR_ToolKit.

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="2603.02635")

Code

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

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

hiyouga/LlamaFactory found in paper text by Syntology report
hiyouga/EasyR1 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

15 samples harvested; 1 ran; 0 honoured the contract we drafted; 14 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
14unverified

Licence: 0 of the 15 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 hiyouga/EasyR1. “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.

unpad_dataproto hiyouga/EasyR1/verl/protocol.py found in paper text by Syntology ran Apache-2.0 (permissive) · a91c18341292d50e · report
collate_fn hiyouga/EasyR1/verl/utils/dataset.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 6dabc7804e03b1d0 · report
compute_advantage_return hiyouga/EasyR1/verl/trainer/core_algos.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 61938c6bf9d13f84 · report
flash_attention_forward hiyouga/EasyR1/verl/models/transformers/flash_attention_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7688ceba543fa185 · report
get_kl_controller hiyouga/EasyR1/verl/trainer/core_algos.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7633fd09bcf8972a · report
get_rope_index hiyouga/EasyR1/verl/models/transformers/qwen2_vl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 07ec6b020ddf3b01 · report
get_rope_index hiyouga/EasyR1/verl/models/transformers/qwen3_vl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0758af83dd12ea52 · report
prepare_fa2_from_position_ids hiyouga/EasyR1/verl/models/transformers/flash_attention_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 72f505c72eeef3e8 · report
process_image hiyouga/EasyR1/verl/utils/dataset.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9a950b864d329f1c · report
qwen2_vl_base_forward hiyouga/EasyR1/verl/models/transformers/qwen2_vl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 15cffd3e46d6bf67 · report
qwen2_vl_model_forward hiyouga/EasyR1/verl/models/transformers/qwen2_vl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c2c77f3bf52d2305 · report
qwen3_vl_base_forward hiyouga/EasyR1/verl/models/transformers/qwen3_vl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 75394a0b094d4a2f · report
qwen3_vl_model_forward hiyouga/EasyR1/verl/models/transformers/qwen3_vl.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 75bdeb21d651d4b5 · report
reduce_metrics hiyouga/EasyR1/verl/trainer/metrics.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c817845fd5e85ff7 · report
register_adv_estimator hiyouga/EasyR1/verl/trainer/core_algos.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 59499c9109dfcb5e · report

Results from the paper

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