Papers › Beyond One-Size-Fits-All: Adaptive Subgraph Denoising for Zero-Shot Graph Learning...

Beyond One-Size-Fits-All: Adaptive Subgraph Denoising for Zero-Shot Graph Learning with Large Language Models

3 Mar 2026arXiv:2603.02938added by Syntology

Fengzhi Li, Liang Zhang, Yuan Zuo, Ruiqing Zhao, YanSong Liu, Yunfei Ma, Fanyu Meng, Junlan Feng

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

Graph-based tasks in the zero-shot setting remain a significant challenge due to data scarcity and the inability of traditional Graph Neural Networks (GNNs) to generalize to unseen domains or label spaces. While recent advancements have transitioned toward leveraging Large Language Models (LLMs) as predictors to enhance GNNs, these methods often suffer from cross-modal alignment issues. A recent paradigm (i.e., Graph-R1) overcomes the aforementioned architectural dependencies by adopting a purely text-based format and utilizing LLM-based graph reasoning, showing improved zero-shot generalization. However, it employs a task-agnostic, one-size-fits-all subgraph extraction strategy, which inevitably introduces significant structural noise--irrelevant neighbors and edges--that distorts the LLMs' receptive field and leads to suboptimal predictions. To address this limitation, we introduce GraphSSR, a novel framework designed for adaptive subgraph extraction and denoising in zero-shot LLM-based graph reasoning. Specifically, we propose the SSR pipeline, which dynamically tailors subgraph extraction to specific contexts through a "Sample-Select-Reason" process, enabling the model to autonomously filter out task-irrelevant neighbors and overcome the one-size-fits-all issue. To internalize this capability, we develop SSR-SFT, a data synthesis strategy that generates high-quality SSR-style graph reasoning traces for supervised fine-tuning of LLMs. Furthermore, we propose SSR-RL, a two-stage reinforcement learning framework that explicitly regulates sampling and selection operations within the proposed SSR pipeline designed for adaptive subgraph denoising. By incorporating Authenticity-Reinforced and Denoising-Reinforced RL, we guide the model to achieve accurate predictions using parsimonious, denoised subgraphs for reasoning.

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

Code

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

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

mysteriouslfz/GraphSSR 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

19 samples harvested; 3 ran; 0 honoured the contract we drafted; 16 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.

3ran
16unverified

Licence: 0 of the 19 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 mysteriouslfz/GraphSSR. “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.

compute_ce_dpo_loss_rm mysteriouslfz/GraphSSR/reinforcement_learning/recipe/prime/prime_core_algos.py found in paper text by Syntology ran MIT (permissive) · f220595adfc5e83c · report
compute_detach_dpo_loss_rm mysteriouslfz/GraphSSR/reinforcement_learning/recipe/prime/prime_core_algos.py found in paper text by Syntology ran MIT (permissive) · 4d91e4383716e42c · report
compute_score_data_source mysteriouslfz/GraphSSR/reinforcement_learning/recipe/open_math_reasoning/compute_score.py found in paper text by Syntology ran MIT (permissive) · 05a86ccb0b3876dd · report
call_deepseek mysteriouslfz/GraphSSR/data_generation/quality_check/graph_diversity.py found in paper text by Syntology unverified MIT (permissive) · 8aabed90d9f402ef · report
central_node_id_regex mysteriouslfz/GraphSSR/data_generation/quality_check/quality_evaluator.py found in paper text by Syntology unverified MIT (permissive) · ab26fe2fcec1b02f · report
check_question_difficulty mysteriouslfz/GraphSSR/data_generation/pipelines/rl_data_generator.py found in paper text by Syntology unverified MIT (permissive) · bcef2660b91e0d31 · report
construct_prompt_chosen_reasoning mysteriouslfz/GraphSSR/data_generation/pipelines/prompt_templete.py found in paper text by Syntology unverified MIT (permissive) · a0893a8a037a6f3c · report
construct_prompt_reasoning mysteriouslfz/GraphSSR/data_generation/pipelines/sft_data_generator.py found in paper text by Syntology unverified MIT (permissive) · 49d7dbdb93925deb · report
extract_info_from_rl_data mysteriouslfz/GraphSSR/data_generation/pipelines/graph_prepare.py found in paper text by Syntology unverified MIT (permissive) · c83ec68806911407 · report
extract_info_from_sft_data mysteriouslfz/GraphSSR/data_generation/pipelines/graph_prepare.py found in paper text by Syntology unverified MIT (permissive) · d375e9717979275e · report
extract_prompt_info mysteriouslfz/GraphSSR/data_generation/quality_check/quality_evaluator.py found in paper text by Syntology unverified MIT (permissive) · 445ab7979b5585c0 · report
format_edge mysteriouslfz/GraphSSR/data_generation/quality_check/quality_evaluator.py found in paper text by Syntology unverified MIT (permissive) · c4937c7bcd456dd1 · report
format_subgraph_info mysteriouslfz/GraphSSR/data_generation/quality_check/graph_diversity.py found in paper text by Syntology unverified MIT (permissive) · 11da77c844ba143e · report
generate_subgraph_data mysteriouslfz/GraphSSR/data_generation/pipelines/preprocess.py found in paper text by Syntology unverified MIT (permissive) · 7cfa78b8c2ff3ac1 · report
get_answer mysteriouslfz/GraphSSR/evaluation/evaluate_trained_model.py found in paper text by Syntology unverified MIT (permissive) · 9f5c3b50b2260372 · report
get_answer_set mysteriouslfz/GraphSSR/evaluation/evaluate_trained_model.py found in paper text by Syntology unverified MIT (permissive) · 3d71c5001a8cda86 · report
get_gofa_prompt mysteriouslfz/GraphSSR/evaluation/evaluate_trained_model.py found in paper text by Syntology unverified MIT (permissive) · 99a95a27dc6054dd · report
graph_info_format mysteriouslfz/GraphSSR/data_generation/pipelines/graph_prepare.py found in paper text by Syntology unverified MIT (permissive) · 3dc7d9c5b9c7968b · report
worker mysteriouslfz/GraphSSR/data_generation/quality_check/graph_diversity.py found in paper text by Syntology unverified MIT (permissive) · dff721cae0c6c4bf · report

Results from the paper

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