Section 01
GraphSSR: Guide to the LLM Adaptive Subgraph Denoising Framework for Zero-Shot Graph Learning
GraphSSR is a paper accepted by ACM SIGKDD 2026 and has an open-source implementation. This framework achieves adaptive subgraph sampling and denoising through two-stage reinforcement learning, addressing the noise sensitivity problem of large language models (LLMs) in graph learning, especially suitable for zero-shot graph learning scenarios. The original author is mysteriouslfz, and the project is hosted on GitHub (link: https://github.com/mysteriouslfz/GraphSSR), released on 2026-05-31.