paper-with-me

Papers

LegalGraphRAG: Multi-Agent Graph Retrieval-Augmented Generation for Reliable Legal Reasoning

2026-05-27 · Zerui Chen, Qinggang Zhang, Zhishang Xiang, Zhimin Wei, Linfeng Gao, Xiao Huang, Zhihong Zhang, Jinsong Su arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) advances flat document retrieval by structuring knowledge as relational graphs, enabling more coherent and effective reasoning. However, applying it to specific domains like legal reasoning faces critical challenges. (i) Legal corpora are heterogeneous, containing multi-granular knowledge from cases, articles and interpretations. A flat knowledge graph cannot adequately differentiate between factual details, applied rules, and abstract principles, limiting accurate retrieval. (ii) Reliable legal judgment demands transparent, evidence-based reasoning. Traditional RAG passes retrieved context directly to an LLM without verification, resulting in opaque, error-prone reasoning. To this end, we propose LegalGraphRAG, a framework designed for reliable legal reasoning. Our approach introduces two core components: a hierarchical legal graph that hierarchically organizes legal sources to enable retrieval at appropriate abstraction levels, and a multi-agent system for reliable legal reasoning, where a Researcher retrieves candidate evidence, an Auditor rigorously verifies its validity against source documents, and an Adjudicator synthesizes the set of verified evidence to render a final judgment. Extensive experiments show that LegalGraphRAG achieves the state-of-the-art performance, outperforming existing GraphRAG baselines in accurate and trustworthy legal analysis. Our code, datasets and implementation details are available at https://github.com/XMUDeepLIT/LegalGraphRAG.

📄 PDF Abstract BibTeX arXiv:2605.28120

Code (0)

등록된 구현이 없습니다.

Tasks

Legal Reasoning

Similar Papers 제목 키워드 기반

GeAR: Graph-enhanced Agent for Retrieval-augmented Generation

2024-12-24 · Zhili Shen, Chenxin Diao, Pavlos Vougiouklis, Pascual Merita 외

Retrieval-augmented generation systems rely on effective document retrieval capabilities. By design, conventional sparse or dense retrievers face challenges in multi-hop retrieval scenarios. In this paper, we present GeA…

Multi-hop Question AnsweringQuestion AnsweringRAGRetrieval+1

GraphSearch: An Agentic Deep Searching Workflow for Graph Retrieval-Augmented Generation

2025-09-26 · Cehao Yang, Xiaojun Wu, Xueyuan Lin, Chengjin Xu 외 arxiv

Graph Retrieval-Augmented Generation (GraphRAG) enhances factual reasoning in LLMs by structurally modeling knowledge through graph-based representations. However, existing GraphRAG approaches face two core limitations: …

Agent-as-a-Graph: Knowledge Graph-Based Tool and Agent Retrieval for LLM Multi-Agent Systems

2025-11-22 · Faheem Nizar, Elias Lumer, Anmol Gulati, Pradeep Honaganahalli Basavaraju 외 arxiv

Recent advances in Large Language Model Multi-Agent Systems enable scalable orchestration and retrieval of specialized, parallelized subagents, each equipped with hundreds or thousands of Model Context Protocol (MCP) ser…

MemGraphRAG: Memory-based Multi-Agent System for Graph Retrieval-Augmented Generation

2026-05-30 · Chuanjie Wu, Zhishang Xiang, Yunbo Tang, Zerui Chen 외 arxiv

Retrieval-Augmented Generation (RAG) has become an essential method for mitigating hallucinations in Large Language Models (LLMs) by leveraging external knowledge. Although effective for simple queries, traditional RAG s…

Knowledge Graphs

Graph-R1: Towards Agentic GraphRAG Framework via End-to-end Reinforcement Learning

2025-07-29 · Haoran Luo, Haihong E, Guanting Chen, Qika Lin 외 arxiv

Retrieval-Augmented Generation (RAG) mitigates hallucination in LLMs by incorporating external knowledge, but relies on chunk-based retrieval that lacks structural semantics. GraphRAG methods improve RAG by modeling know…

Reinforcement Learning