Caesar AI Atlas

Re-ranking

Also known as: Re ranking

Caesar AI Atlas Definition

Re-ranking is a later-stage process in a recommendation or retrieval system that adjusts an already scored list of items using additional rules or criteria. It may remove unsuitable results, boost fresh or diverse items, or apply business, safety, or policy constraints after initial model scoring.

Other Definitions

Re-ranking Source

The final stage of a recommendation system, during which scored items may be re-graded according to some other (typically, non-ML) algorithm. Re-ranking evaluates the list of items generated by the scoring phase, taking actions such as: - Eliminating items that the user has already purchased. - Boosting the score of fresher items. See Re-ranking in the Recommendation Systems course for more information.

Related Terms