szhaofelicia / EchoChamberInEcommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Understanding Echo Chambers in E-commerce Recommender Systems (https://arxiv.org/abs/2007.02474)

The codebase is useful for measuring Echo Chamber in e-commerce recommender system. It was used in the SIGIR 2020 paper Understanding Echo Chambers in E-commerce Recommender Systems (https://arxiv.org/abs/2007.02474). This method could be also used for other RS scenarios.

Datasets

  1. User embeddings:

  2. Content diversity based on item embeddings:

Measures for Echo Chamber

We measure the effect in two steps:

  1. Measure reinforcement in user interests via clustering analysis.

  2. Measure changes of content diversity in recommendations.

Presentation

The video and slides are for our presentation on SIGIR 2020.

Citation

If you found our paper/code useful in your research, please consider citing our paper:

@article{2007.02474,
Author = {Yingqiang Ge and Shuya Zhao and Honglu Zhou and Changhua Pei and Fei Sun and Wenwu Ou and Yongfeng Zhang},
Title = {Understanding Echo Chambers in E-commerce Recommender Systems},
Year = {2020},
Eprint = {arXiv:2007.02474},
Doi = {10.1145/3397271.3401431},
}

About


Languages

Language:Python 100.0%