ColGraphRAG: Late-Interaction Evidence Retrieval for Multimodal GraphRAG
06:00 · July 21, 2026 · arXiv cs.AI RSS

Graph-grounded multimodal question answering organizes text, tables, and images in a structured evidence graph, yet end-to-end accuracy depends on which multimodal assets are ranked highly enough to enter downstream reasoning; for graph-linked images, single-vector bi-encoder similarity can discard patch- and token-level structure needed for fine-grained alignment. We evaluate replacing the visual candidate-ranking operator over graph-linked image nodes with late-interaction MaxSim-style multi-vector scoring in the ColBERT/ColPali lineage, while keeping offline graph construction, text- and table-side retrieval, structured extraction, and downstream reasoning unchanged. On MultimodalQA, this change is associated with improved retrieval-stage point estimates for graph-linked image candidates and downstream QA gains, with larger movement where visual evidence matters most and mixed trends on text-dominant questions; we interpret the pattern as mechanism-level evidence for graph-linked visual evidence inclusion, while broader validation and finer graph-level diagnostics remain important future work.
Summary
ColGraphRAG addresses a specific bottleneck in multimodal GraphRAG pipelines: the ranking of graph-linked image nodes before they reach structured extraction and downstream reasoning. In conventional setups, CLIP-style single-vector bi-encoders map each query–image pair to one similarity score, which pools away patch- and token-level detail that often determines whether a figure or diagram supplies decisive evidence. The method keeps the pre-built evidence graph, text and table retrieval, extraction templates, and answer generation unchanged, substituting only the visual candidate-ranking step with late-interaction MaxSim scoring drawn from the ColBERT and ColPali lineage.
At inference, deterministic template-based visual phrases are encoded into multiple query vectors. Each graph-linked image candidate is represented by its local visual units—patches or regions—rather than a single pooled embedding. MaxSim then computes fine-grained alignment between query tokens and these units, producing a reordered list of image candidates. Because the change is isolated to this operator, any shift in end-to-end performance can be attributed to improved evidence inclusion at the retrieval-to-graph boundary.
On MultimodalQA the substitution yields higher point estimates for both retrieval-stage recall of graph-linked images and downstream exact-match and F1 scores. Gains are most pronounced on questions that depend on visual evidence; text-dominant subsets show mixed or neutral movement. Parallel checks on ViDoRe v3 and WebQA provide contextual retrieval-native and cross-dataset comparisons. The authors present these results as mechanism-level evidence that preserving local visual structure can increase the quality of evidence available to graph reasoning, while noting that broader validation and finer-grained graph diagnostics remain necessary.
Why it matters
This research is highly relevant for AI researchers and engineers in the Netherlands developing advanced Retrieval-Augmented Generation (RAG) systems. Improving multimodal document understanding directly impacts Dutch enterprises in high-tech, finance, and healthcare that rely on complex, visually-rich data extraction.





