Papers
Topics
Authors
Recent
Search
2000 character limit reached

GraphFC: Graph-Based Decomposition

Updated 27 November 2025
  • Graph-based Decomposition (GraphFC) is a modular framework that decomposes claims into atomic triplets, enhancing clarity through structured evidence graphs.
  • It employs graph-guided planning and matching to prioritize fully-grounded triplets, reducing ambiguity and boosting multi-hop verification precision.
  • Empirical results show significant gains over traditional methods on benchmarks like HOVER, FEVEROUS, and SciFact, demonstrating its state-of-the-art performance.

A graph-based decomposition framework, typified by GraphFC, represents a principled approach to fact verification that explicitly encodes both claims and supporting evidence as structured graphs of atomic triplets, and orchestrates their verification via graph-theoretic planning and matching procedures. This paradigm addresses key limitations of conventional (often purely text-based) claim decomposition, namely insufficient atomicity and pervasive referential ambiguity, by leveraging relational and coreference constraints inherent in graph structures (Huang et al., 10 Mar 2025). The result is a modular, interpretable, and empirically robust pipeline for fine-grained, multi-hop fact-checking.

1. Formalism: Claim and Evidence Graph Construction

Let CC be a natural-language claim and EE the associated evidence text or corpus. A graph-based decomposition begins by parsing CC into a claim graph GcG_c composed of directed triplets t=(s,p,o)t=(s,p,o), where:

  • sEcXcs \in \mathcal{E}_c \cup \mathcal{X}_c: a known entity (named in CC) or an unknown placeholder (to be grounded later).
  • pRcp \in \mathcal{R}_c: a relation/verb phrase from CC.
  • oEcXco \in \mathcal{E}_c \cup \mathcal{X}_c: analogous for the object.

Formally,

EE0

Edges express referential overlap, enabling propagation of grounded placeholders across triplets.

Similarly, the evidence graph EE1 is constructed from EE2 by extracting triplets EE3 involving known entities in EE4 but devoid of unknowns. These graphs are derived using LLM-based information extraction or standard NLP toolkits, encapsulated here as agents EE5 (EE6 for claim, EE7 for evidence).

2. Graph-Guided Planning: Verification Sequencing

Given EE8, the next phase involves a graph-guided planner EE9, which determines the optimal order in which to attempt verification of claim triplets. Each triplet is assigned a priority CC0, based on the number of unresolved entities: CC1 The planner sorts triplets by ascending CC2, ensuring that those with fully-grounded entities (atomic and directly verifiable) are acted on first. The output is an ordered list CC3.

3. Graph-Guided Checking: Triplet-wise Verification

For each CC4 (per planner order), the system executes one of two verification procedures:

  • Graph Match (CC5): Performs direct subgraph matching between CC6 and candidate triplets in CC7 sharing both CC8 and CC9. If an exact match is found, GcG_c0; otherwise GcG_c1.
  • Graph Completion (GcG_c2): For triplets with an unknown entity (e.g., GcG_c3), searches GcG_c4 to propose a concrete grounding GcG_c5, yielding GcG_c6; GcG_c7 if grounding is possible, else GcG_c8. Successive claim graph triplets that reference this entity are updated with the grounded value.

The claim is supported if and only if all triplets verify as GcG_c9.

4. Decomposition Granularity and Coreference Resolution

GraphFC ensures that each claim is decomposed into minimal atomic triplets—no under-decomposition (insufficient splitting) occurs, as each t=(s,p,o)t=(s,p,o)0 asserts a single, irreducible fact, and no over-decomposition (spurious splits) arises, because triplets are preserved as logical wholes. Referential ambiguity is actively resolved: placeholders t=(s,p,o)t=(s,p,o)1 connect subclaims, and entity groundings are consistently propagated, avoiding contradictory interpretations of co-referring expressions.

Empirical analysis demonstrates that the resulting graphs typically contain twice as many triplets per claim as generic LLM-based decompositions, but this increased granularity correlates with improved factual precision and recall (Huang et al., 10 Mar 2025).

5. Empirical Performance and Ablation Insights

Extensive benchmarking on multi-hop verification datasets shows that GraphFC achieves state-of-the-art macro-F1 in both gold-evidence and open-domain settings. On HOVER (4-hop, open), GraphFC surpasses the best prior method (ProgramFC) by 8.31 points (67.47% vs. 59.16% macro-F1). Comparable gains are observed on FEVEROUS (+5.08 points, 72.88%) and SciFact (+7.71 points, 80.63%).

Ablation studies reveal:

Component F1 Impact (4-hop HOVER, open)
Remove evidence graph –6 points
Remove graph-guided plan –7 points
Replace graph construction LLM Minor decrease (graph match/completion robust)

Both evidence graph construction and graph-guided planning are crucial for multi-hop and cross-referential claims; their removal substantially degrades accuracy.

6. Context and Comparative Advances

Graph-based decomposition directly overcomes the key failings of conventional claim segmentation—namely, insufficient decomposition (failure to separate intertwined facts) and referential ambiguity (failure to propagate grounded entities across sub-claims). By structuring the verification process as iterative triplet grounding and relational reasoning, it delivers both theoretical clarity (minimal, unambiguous atomic units) and practical gains (fine-grained verification, transparency, and error propagation mitigation).

This establishes GraphFC as a benchmark for structured reasoning in fact-checking, aligning atomicity, verifiability, and referential fidelity, and supporting robust, multi-hop claim verification pipelines in open-domain and specialized settings (Huang et al., 10 Mar 2025).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Graph-based Decomposition (GraphFC).