paper-with-me

Papers

HyperGraphPro: Progress-Aware Reinforcement Learning for Structure-Guided Hypergraph RAG

2026-01-25 · Jinyoung Park, Sanghyeok Lee, Omar Zia Khan, Hyunwoo J. Kim, Joo-Kyung Kim arxiv

Graph Retrieval-Augmented Generation (GraphRAG) has emerged as a promising paradigm that organizes external knowledge into structured graphs of entities and relations, enabling large language models (LLMs) to perform complex reasoning beyond text-chunk retrieval. Recent advances have integrated reinforcement learning (RL) into agentic GraphRAG approaches, enabling iterative interactions with knowledge graphs during training. However, existing RL-based methods suffer from two key limitations: (1) they primarily depend on semantic similarity for retrieval, often overlooking the underlying graph topology, and (2) they rely on sparse, outcome-level rewards that fail to capture the quality of intermediate retrieval steps and their dependencies. To address these limitations, we propose HyperGraphPro, a progress-aware agentic framework for graph-based retrieval and multi-step reasoning. HyperGraphPro introduces a structure-aware hypergraph retrieval mechanism that jointly considers semantic relevance and graph connectivity, promoting coherent traversal along multi-hop reasoning paths. Furthermore, we design a progress-based stepwise policy optimization that provides dense learning signals by modulating advantages according to intermediate reasoning progress within a graph, rather than relying solely on final outcomes. Experiments on multi-hop question answering benchmarks demonstrate that HyperGraphPro consistently improves reasoning accuracy and generation quality over existing GraphRAG methods.

📄 PDF Abstract BibTeX arXiv:2601.17755

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question AnsweringReinforcement LearningSemantic SimilarityKnowledge Graphs

Similar Papers 제목 키워드 기반

ThinkDrive: Chain-of-Thought Guided Progressive Reinforcement Learning Fine-Tuning for Autonomous Driving

2026-01-08 · Chang Zhao, Zheming Yang, Yunqing Hu, Qi Guo 외 arxiv

With the rapid advancement of large language models (LLMs) technologies, their application in the domain of autonomous driving has become increasingly widespread. However, existing methods suffer from unstructured reason…

Reinforcement LearningAutonomous Driving

Keyframe-Guided Structured Rewards for Reinforcement Learning in Long-Horizon Laboratory Robotics

2026-02-28 · Yibo Qiu, Shu'ang Sun, Haoliang Ye, Ronald X Xu 외 arxiv

Long-horizon precision manipulation in laboratory automation, such as pipette tip attachment and liquid transfer, requires policies that respect strict procedural logic while operating in continuous, high-dimensional sta…

Reinforcement Learning

PARL-MT: Learning to Call Functions in Multi-Turn Conversation with Progress Awareness

2025-09-27 · Huacan Chai, Zijie Cao, Maolin Ran, Yingxuan Yang 외 arxiv

Large language models (LLMs) have achieved impressive success in single-turn function calling, yet real-world applications such as travel planning or multi-stage data analysis typically unfold across multi-turn conversat…

Reinforcement Learning

Robust Object Detection for Autonomous Driving via Curriculum-Guided Group Relative Policy Optimization

2025-09-19 · Xu Jia arxiv

Multimodal Large Language Models (MLLMs) excel in vision-language reasoning but often struggle with structured perception tasks requiring precise localization and robustness. We propose a reinforcement learning framework…

Robust Object DetectionReinforcement LearningAutonomous Driving

MulFeRL: Enhancing Reinforcement Learning with Verbal Feedback in a Multi-turn Loop

2026-01-30 · Xuancheng Li, Haitao Li, Yujia Zhou, YiqunLiu 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) is widely used to improve reasoning across domains, but outcome-only scalar rewards are often sparse and uninformative. This limitation is especially severe for faile…

Reinforcement LearningDomain Generalization