IRAICLJul 3

TRIAGE: Trustworthy Retrieval Instrumentation And Graph Evaluation

arXiv:2607.034474.9
Predicted impact top 79% in IR · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the need for trustworthy evaluation of automatically constructed knowledge graphs in Graph-RAG, offering a diagnostic framework for practitioners to identify and remedy failures at specific stages.

TRIAGE introduces a stage-aware instrumentation framework for evaluating Graph-RAG systems, providing interpretable metrics across extraction, graph construction, and inference stages to localize failures without requiring gold annotations during deployment.

Knowledge graphs (KGs) that underpin Graph-based Retrieval-Augmented Generation (Graph-RAG) are increasingly built automatically by LLM-driven extraction rather than curated by experts. Proper evaluation would require instrumenting all pertinent stages: extraction, graph construction, and inference, coherently enough to localize failures, so that a failure at one stage is not discovered as a wrong answer at the end. We introduce TRIAGE, a stage-aware instrumentation framework for automated, document-grounded graph-RAG that asks not only whether the underlying graph can be trusted but at what cost it can be queried. TRIAGE attaches stage-specific, independently interpretable metrics to three stages: the KG Implementation (triple confidence, source coverage, and schema and canonicalization checks), the KG Validation by expert (graph-level structural quality, with correctness and completeness computed only as offline calibration when a reference is available), and the KG Usage (retrieval coverage, faithfulness, and retrieval cost); the deployed metrics need no gold annotations, the gold-requiring ones serving only as offline calibration. At usage time these metrics form a diagnostic chain of necessary conditions whose first broken link localizes the failure, and the diagnosis maps to the stage levers that can remedy it: extraction, graph and schema, or retrieval. TRIAGE is a theoretical framework with a proof of concept and a reproducible evaluation protocol.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes