pith. machine review for the scientific record. sign in

arxiv: 2601.05254 · v3 · submitted 2025-10-18 · 💻 cs.IR · cs.CL

Recognition: unknown

TagRAG: Tag-guided Hierarchical Knowledge Graph Retrieval-Augmented Generation

Authors on Pith no claims yet
classification 💻 cs.IR cs.CL
keywords knowledgegraphtagraggenerationhierarchicalretrievalretrieval-augmentedtag-guided
0
0 comments X
read the original abstract

Retrieval-Augmented Generation enhances language models by retrieving external knowledge to support informed and grounded responses. However, traditional RAG methods rely on fragment-level retrieval, limiting their ability to address query-focused summarization queries. GraphRAG introduces a graph-based paradigm for global knowledge reasoning, yet suffers from inefficiencies in information extraction, costly resource consumption, and poor adaptability to incremental updates. To overcome these limitations, we propose TagRAG, a tag-guided hierarchical knowledge graph RAG framework designed for efficient global reasoning and scalable graph maintenance. TagRAG introduces two key components: (1) Tag Knowledge Graph Construction, which extracts object tags and their relationships from documents and organizes them into hierarchical domain tag chains for structured knowledge representation, and (2) Tag-Guided Retrieval-Augmented Generation, which retrieves domain-centric tag chains to localize and synthesize relevant knowledge during inference. This design significantly adapts to smaller language models, improves retrieval granularity, and supports efficient knowledge increment. Extensive experiments on UltraDomain datasets spanning Agriculture, Computer Science, Law, and cross-domain settings demonstrate that TagRAG achieves an average winning rate of 78.36% against baselines while maintaining about 14.6x construction and 1.9x retrieval efficiency compared with GraphRAG.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Hierarchical Retrieval Augmented Generation for Adversarial Technique Annotation in Cyber Threat Intelligence Text

    cs.CL 2026-03 unverdicted novelty 6.0

    H-TechniqueRAG improves F1 by 3.8% and cuts latency 62% over flat TechniqueRAG by retrieving tactics first then techniques within them on three CTI datasets.