English

Cost-Efficient RAG for Entity Matching with LLMs: A Blocking-based Exploration

Databases 2026-02-06 v1 Computation and Language

Abstract

Retrieval-augmented generation (RAG) enhances LLM reasoning in knowledge-intensive tasks, but existing RAG pipelines incur substantial retrieval and generation overhead when applied to large-scale entity matching. To address this limitation, we introduce CE-RAG4EM, a cost-efficient RAG architecture that reduces computation through blocking-based batch retrieval and generation. We also present a unified framework for analyzing and evaluating RAG systems for entity matching, focusing on blocking-aware optimizations and retrieval granularity. Extensive experiments suggest that CE-RAG4EM can achieve comparable or improved matching quality while substantially reducing end-to-end runtime relative to strong baselines. Our analysis further reveals that key configuration parameters introduce an inherent trade-off between performance and overhead, offering practical guidance for designing efficient and scalable RAG systems for entity matching and data integration.

Keywords

Cite

@article{arxiv.2602.05708,
  title  = {Cost-Efficient RAG for Entity Matching with LLMs: A Blocking-based Exploration},
  author = {Chuangtao Ma and Zeyu Zhang and Arijit Khan and Sebastian Schelter and Paul Groth},
  journal= {arXiv preprint arXiv:2602.05708},
  year   = {2026}
}
R2 v1 2026-07-01T09:37:59.470Z