About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
25 June 2025
Article
How the ColBERT re-ranker model in a RAG system works
ColBERT (Contextualized Late Interaction over BERT) is a retrieval model that is designed to strike a balance between the efficiency of traditional methods like BM25 and the accuracy of deep learning models like BERT, an open source deep learning model used for natural language understanding. ColBERT uses the late interaction and MaxSim scoring method to rank the documents based on their relevance to the query. This scoring method furnishes better retrieval because of fine-grained matching and context awareness.







