paper-with-me

홈 › Papers

GraphPO: Graph-based Policy Optimization for Reasoning Models

2026-06-17 · Yuliang Zhan, Xinyu Tang, Jian Li, Dandan Zheng, Weilong Chai, Jingdong Chen, Jun Zhou, Ge Wu, Wenyue Tang, Hao Sun arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has become a standard paradigm for enhancing the capability of large reasoning models. RLVR typically samples responses independently and optimizes the policy using from final answers. This paradigm has two limitations. First, independently responses often contain similar intermediate reasoning steps, causing redundant exploration and wasted computation. Second, sparse final-answer rewards make it hard to identify useful steps. Tree-based methods partly address this problem by sharing prefixes and comparing branches from the same prefix to provide fine-grained signals. However, tree branches are still expanded independently. When different branches reach similar reasoning states, they cannot share information and repeat similar exploration. Moreover, tree-based methods ignore such dispersion and only perform local comparisons within separate branches, which can lead to higher variance in advantage estimation. To address this challenge, we propose GraphPO (Graph-based Policy Optimization), a novel RL framework that represents rollouts as a directed acyclic graph, with reasoning steps as edges and semantic states summarized from the reasoning paths as nodes. GraphPO merges semantically equivalent reasoning paths into equivalence classes, allowing them to share suffixes and reallocating budget away from redundant expansions to diverse exploration. Furthermore, we assign efficiency advantages to incoming edges and correctness advantages to outgoing edges, thereby improving inference efficiency while deriving process supervision from outcome. Theory shows that GraphPO reduces advantage-estimation variance and enhances reasoning efficiency. Experiments on three LLMs across reasoning and agentic search benchmarks show that GraphPO consistently outperforms chain- and tree-based baselines with the same token budgets or response budgets.

📄 PDF Abstract BibTeX arXiv:2606.18954

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

DivGraphPointer: A Graph Pointer Network for Extracting Diverse Keyphrases

2019-05-19 · Zhiqing Sun, Jian Tang, Pan Du, Zhi-Hong Deng 외

Keyphrase extraction from documents is useful to a variety of applications such as information retrieval and document summarization. This paper presents an end-to-end method called DivGraphPointer for extracting a set of…

Document SummarizationInformation RetrievalKeyphrase ExtractionRetrieval

Graph-based 3D Human Pose Estimation using WiFi Signals

2025-11-24 · Jichao Chen, YangYang Qu, Ruibo Tang, Dirk Slock arxiv

WiFi-based human pose estimation (HPE) has attracted increasing attention due to its resilience to occlusion and privacy-preserving compared to camera-based methods. However, existing WiFi-based HPE approaches often empl…

3D Human Pose Estimation

PCQA-GRAPHPOINT: Efficients Deep-Based Graph Metric For Point Cloud Quality Assessment

2022-11-04 · Marouane Tliba, Aladine Chetouani, Giuseppe Valenzise, Frederic Dufaux

Following the advent of immersive technologies and the increasing interest in representing interactive geometrical format, 3D Point Clouds (PC) have emerged as a promising solution and effective means to display 3D visua…

Graph Neural NetworkPoint Cloud Quality Assessment

LLM-CoT Enhanced Graph Neural Recommendation with Harmonized Group Policy Optimization

2025-05-18 · Hailong Luo, Bin Wu, Hongyong Jia, Qingqing Zhu 외

Graph neural networks (GNNs) have advanced recommender systems by modeling interaction relationships. However, existing graph-based recommenders rely on sparse ID features and do not fully exploit textual information, re…

Contrastive LearningRecommendation SystemsRepresentation Learning

PRPO: Paragraph-level Policy Optimization for Vision-Language Deepfake Detection

2025-09-30 · Tuan Nguyen, Naseem Khan, Khang Tran, NhatHai Phan 외 arxiv

The rapid rise of synthetic media has made deepfake detection a critical challenge for online safety and trust. Progress remains constrained by the scarcity of large, high-quality datasets. Although multimodal large lang…

Reinforcement LearningMultimodal ReasoningDeepFake Detection