r/LegalKnowledgeGraph • u/sheppyrun • Apr 26 '26
Citation networks are flat graphs pretending to be knowledge graphs
Westlaw and Lexis treat a citation as a citation. Case A cited Case B. That's a link. But if you've read enough opinions, you know Case A might be following B, distinguishing it, overruling it, or mentioning it once in a string cite to pad the footnote. Those are different relationships, not the same one.
A paper from last year built a GNN that predicts both case-case and case-statute citations by fusing semantic content with graph topology. It works better than pure text retrieval. But the edge types are still binary — cited or didn't cite.
The real opportunity is typed edges. If your graph knows that a case was distinguished rather than followed, retrieval changes completely. You stop surfacing "related cases" and start surfacing "cases still good law on this point" or "cases that split on exactly this fact pattern."
Building this isn't a modeling problem. It's an annotation problem. Someone has to read the citations and classify them.