# Benchmarking Surrogate-Assisted Genetic Recommender Systems

**Authors:** Thomas Gabor, Philipp Altmann

arXiv: 1908.02880 · 2019-08-09

## TL;DR

This paper introduces a surrogate-assisted interactive genetic algorithm for recommender systems, using benchmark functions to evaluate performance, and demonstrates its superiority over traditional methods with limited user evaluations.

## Contribution

It presents a novel surrogate-assisted genetic algorithm approach for recommender systems, incorporating benchmark functions for performance evaluation and outperforming baseline methods.

## Key findings

- Outperforms conventional genetic algorithms with limited evaluations
- Uses surrogate models to efficiently explore user preferences
- Demonstrates effectiveness through benchmark function testing

## Abstract

We propose a new approach for building recommender systems by adapting surrogate-assisted interactive genetic algorithms. A pool of user-evaluated items is used to construct an approximative model which serves as a surrogate fitness function in a genetic algorithm for optimizing new suggestions. The surrogate is used to recommend new items to the user, which are then evaluated according to the user's liking and subsequently removed from the search space. By updating the surrogate model after new recommendations have been evaluated by the user, we enable the model itself to evolve towards the user's preferences. In order to precisely evaluate the performance of that approach, the human's subjective evaluation is replaced by common continuous objective benchmark functions for evolutionary algorithms. The system's performance is compared to a conventional genetic algorithm and random search. We show that given a very limited amount of allowed evaluations on the true objective, our approach outperforms these baseline methods.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.02880/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1908.02880/full.md

## References

22 references — full list in the complete paper: https://tomesphere.com/paper/1908.02880/full.md

---
Source: https://tomesphere.com/paper/1908.02880