paper-with-me

홈 › Papers

Knowledge Graph RAG: Agentic Crawling and Graph Construction in Enterprise Documents

2026-04-14 · Koushik Chakraborty, Koyel Guha arxiv

This research paper addresses the limitations of semantic search in complex enterprise document ecosystems. Traditional RAG pipelines often fail to capture hierarchical and interconnected information, leading to retrieval inaccuracies. We propose Agentic Knowledge Graphs featuring Recursive Crawling as a robust solution for navigating superseding logic and multi-hop references. Our benchmark evaluation using the Code of Federal Regulations (CFR) demonstrates that this Knowledge Graph-enhanced approach achieves a 70% accuracy improvement over standard vector-based RAG systems, providing exhaustive and precise answers for complex regulatory queries.

📄 PDF Abstract BibTeX arXiv:2604.14220

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Crawling the Internal Knowledge-Base of Language Models

2023-01-30 · Roi Cohen, Mor Geva, Jonathan Berant, Amir Globerson

Language models are trained on large volumes of text, and as a result their parameters might contain a significant body of factual knowledge. Any downstream task performed by these models implicitly builds on these facts…

Language ModelingLanguage Modelling

CL Scholar: The ACL Anthology Knowledge Graph Miner

2018-04-16 · NAACL 2018 6 · Singh Mayank, Dogga Pradeep, Patro Sohan, Barnwal Dhiraj 외

We present CL Scholar, the ACL Anthology knowledge graph miner to facilitate high-quality search and exploration of current research progress in the computational linguistics community. In contrast to previous works, per…

Articlesgraph constructionNatural Language Queries

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

Constructing a Knowledge Graph for Vietnamese Legal Cases with Heterogeneous Graphs

2023-09-16 · Thi-Hai-Yen Vuong, Minh-Quan Hoang, Tan-Minh Nguyen, Hoang-Trung Nguyen 외

This paper presents a knowledge graph construction method for legal case documents and related laws, aiming to organize legal information efficiently and enhance various downstream tasks. Our approach consists of three m…

graph construction

Graph Neural Network for Crawling Target Nodes in Social Networks

2024-03-20 · Kirill Lukyanov, Mikhail Drobyshevskiy, Danil Shaikhelislamov, Denis Turdakov

Social networks crawling is in the focus of active research the last years. One of the challenging task is to collect target nodes in an initially unknown graph given a budget of crawling steps. Predicting a node propert…

Graph Neural Network