Claim Networks Boost RAG by Typing Citations with Stance
8,260 typed claims from 127 papers beat flat retrieval baselines.
Knowledge graphs of scientific literature typically treat citations as untyped edges, losing the stance and content of each reference. In 'Reading Between the Citations,' Ning Ding and colleagues propose the claim network, where each cross-document reference is reified as a typed claim carrying source, target, claim text, and a four-class stance label drawn from citation-intent literature (positive, negative, neutral, none). This transforms flat citation graphs into rich semantic networks that capture how works are actually received. The authors build a pipeline and instantiate it on 127 papers in the hot AI subfield of 3D point cloud semantic segmentation, producing 8,260 typed claims.
Three downstream task families demonstrate the network's value: retrieval signal augmentation (using claim stances to rerank RAG results), aggregated-stance summarization (e.g., automatic meta-reviews of a paper's reception), and topological analytics (e.g., identifying hubs of contradictory claims). Head-to-head against standard RAG baselines, the claim network consistently improves retrieval precision—the authors emphasize the gain comes from using the right intermediate representation. This approach enables previously impossible queries like 'Which papers are most negatively cited?' and opens scalable extraction of nuanced relationships from citation graphs for AI-assisted research tools.
- Each citation becomes a typed claim with four-class stance labels (positive, negative, neutral, none).
- Instantiated on 127 papers in 3D point cloud semantic segmentation, yielding 8,260 claims.
- Outperforms standard RAG baselines in retrieval augmentation, summarization, and topological analytics.
Why It Matters
Brings semantic nuance to scientific knowledge graphs, enabling more intelligent literature retrieval and meta-analysis.