paper-with-me

Papers

Enhancing Agentic Textual Graph Retrieval with Synthetic Stepwise Supervision

2025-10-01 · Ge Chang, Jinbo Su, Jiacheng Liu, Pengfei Yang, Yuhao Shang, Huiwen Zheng, Hongli Ma, Yan Liang, Yuanchun Li, Yunxin Liu arxiv

Integrating textual graphs into Large Language Models (LLMs) is promising for complex graph-based QA. However, a key bottleneck is retrieving informative yet compact subgraphs that fit the LLM context. Existing retrievers often struggle, relying either on shallow embedding similarity or costly interactive policies that require excessive supervision. To address these challenges, we introduce an agentic textual graph reasoning framework featuring an LLM-based retriever trained with synthetic stepwise supervision. Rather than relying on final answer rewards which often yield sparse and unstable signals, we optimize the retriever by evaluating each step against offline-extracted golden subgraphs. Our approach distills golden subgraphs via a specialized data synthesis pipeline to formulate dense rewards, facilitating a two-stage training scheme that effectively learns the interactive graph exploration policy. Based on extensive experiments on three common datasets in comparison with seven strong baselines, our approach achieves an average improvement of 15.6% in accuracy and 17.2% in F1 score. The advantage is even higher in more complicated multi-hop reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2510.03323

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Augmenting Question Answering with A Hybrid RAG Approach

2026-01-19 · Tianyi Yang, Nashrah Haque, Vaishnave Jonnalagadda, Yuya Jeremy Ong 외 arxiv

Retrieval-Augmented Generation (RAG) has emerged as a powerful technique for enhancing the quality of responses in Question-Answering (QA) tasks. However, existing approaches often struggle with retrieving contextually r…

Question Answering

Agentic Retrieval-Augmented Generation: A Survey on Agentic RAG

2025-01-15 · Aditi Singh, Abul Ehtesham, Saket Kumar, Tala Talaei Khoei

Large Language Models (LLMs) have revolutionized artificial intelligence (AI) by enabling human like text generation and natural language understanding. However, their reliance on static training data limits their abilit…

Natural Language UnderstandingRAGRetrievalRetrieval-augmented Generation+2

Retrieval Augmented Generation (RAG) for Fintech: Agentic Design and Evaluation

2025-10-29 · Thomas Cook, Richard Osuagwu, Liman Tsatiashvili, Vrynsia Vrynsia 외 arxiv

Retrieval-Augmented Generation (RAG) systems often face limitations in specialized domains such as fintech, where domain-specific ontologies, dense terminology, and acronyms complicate effective retrieval and synthesis. …

Keyphrase Extraction

ContextNav: Towards Agentic Multimodal In-Context Learning

2025-10-06 · Honghao Fu, Yuan Ouyang, Kai-Wei Chang, Yiwei Wang 외 arxiv

Recent advances demonstrate that multimodal large language models (MLLMs) exhibit strong multimodal in-context learning (ICL) capabilities, enabling them to adapt to novel vision-language tasks from a few contextual exam…

Optimizing Agentic Reasoning with Retrieval via Synthetic Semantic Information Gain Reward

2026-01-31 · Senkang Hu, Yong Dai, Yuzhi Zhao, Yihang Tao 외 arxiv

Agentic reasoning enables large reasoning models (LRMs) to dynamically acquire external knowledge, but yet optimizing the retrieval process remains challenging due to the lack of dense, principled reward signals. In this…